"Fossies" - the Fresh Open Source Software Archive 
Member "ragel-6.10/contrib/Makefile.in" (24 Mar 2017, 11312 Bytes) of package /linux/misc/ragel-6.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
6.9_vs_6.10.
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = contrib
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_HEADER = $(top_builddir)/ragel/config.h
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo " GEN " $@;
105 am__v_GEN_1 =
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 =
110 SOURCES =
111 DIST_SOURCES =
112 am__can_run_installinfo = \
113 case $$AM_UPDATE_INFO_DIR in \
114 n|no|NO) false;; \
115 *) (install-info --version) >/dev/null 2>&1;; \
116 esac
117 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
118 am__DIST_COMMON = $(srcdir)/Makefile.in
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120 ACLOCAL = @ACLOCAL@
121 AMTAR = @AMTAR@
122 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPPFLAGS = @CPPFLAGS@
132 CXX = @CXX@
133 CXXDEPMODE = @CXXDEPMODE@
134 CXXFLAGS = @CXXFLAGS@
135 CYGPATH_W = @CYGPATH_W@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EXEEXT = @EXEEXT@
142 FIG2DEV = @FIG2DEV@
143 GDC = @GDC@
144 GMCS = @GMCS@
145 GOBIN = @GOBIN@
146 GOBJC = @GOBJC@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 JAVAC = @JAVAC@
153 KELBT = @KELBT@
154 LDFLAGS = @LDFLAGS@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LTLIBOBJS = @LTLIBOBJS@
158 MAKEINFO = @MAKEINFO@
159 MKDIR_P = @MKDIR_P@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_URL = @PACKAGE_URL@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PDFLATEX = @PDFLATEX@
170 PUBDATE = @PUBDATE@
171 RAGEL = @RAGEL@
172 RANLIB = @RANLIB@
173 RUBY = @RUBY@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 STRIP = @STRIP@
177 TXL = @TXL@
178 VERSION = @VERSION@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_ct_CC = @ac_ct_CC@
184 ac_ct_CXX = @ac_ct_CXX@
185 am__include = @am__include@
186 am__leading_dot = @am__leading_dot@
187 am__quote = @am__quote@
188 am__tar = @am__tar@
189 am__untar = @am__untar@
190 bindir = @bindir@
191 build_alias = @build_alias@
192 builddir = @builddir@
193 datadir = @datadir@
194 datarootdir = @datarootdir@
195 docdir = @docdir@
196 dvidir = @dvidir@
197 exec_prefix = @exec_prefix@
198 host_alias = @host_alias@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 prefix = @prefix@
212 program_transform_name = @program_transform_name@
213 psdir = @psdir@
214 runstatedir = @runstatedir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 sysconfdir = @sysconfdir@
219 target_alias = @target_alias@
220 top_build_prefix = @top_build_prefix@
221 top_builddir = @top_builddir@
222 top_srcdir = @top_srcdir@
223 EXTRA_DIST = ragel.make ragel.m4 unicode2ragel.rb
224 all: all-am
225
226 .SUFFIXES:
227 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
228 @for dep in $?; do \
229 case '$(am__configure_deps)' in \
230 *$$dep*) \
231 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
232 && { if test -f $@; then exit 0; else break; fi; }; \
233 exit 1;; \
234 esac; \
235 done; \
236 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
237 $(am__cd) $(top_srcdir) && \
238 $(AUTOMAKE) --foreign contrib/Makefile
239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240 @case '$?' in \
241 *config.status*) \
242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246 esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
251 $(top_srcdir)/configure: $(am__configure_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(am__aclocal_m4_deps):
256 tags TAGS:
257
258 ctags CTAGS:
259
260 cscope cscopelist:
261
262
263 distdir: $(DISTFILES)
264 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
265 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
266 list='$(DISTFILES)'; \
267 dist_files=`for file in $$list; do echo $$file; done | \
268 sed -e "s|^$$srcdirstrip/||;t" \
269 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
270 case $$dist_files in \
271 */*) $(MKDIR_P) `echo "$$dist_files" | \
272 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
273 sort -u` ;; \
274 esac; \
275 for file in $$dist_files; do \
276 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277 if test -d $$d/$$file; then \
278 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
279 if test -d "$(distdir)/$$file"; then \
280 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
281 fi; \
282 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
283 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
284 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
285 fi; \
286 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
287 else \
288 test -f "$(distdir)/$$file" \
289 || cp -p $$d/$$file "$(distdir)/$$file" \
290 || exit 1; \
291 fi; \
292 done
293 check-am: all-am
294 check: check-am
295 all-am: Makefile
296 installdirs:
297 install: install-am
298 install-exec: install-exec-am
299 install-data: install-data-am
300 uninstall: uninstall-am
301
302 install-am: all-am
303 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304
305 installcheck: installcheck-am
306 install-strip:
307 if test -z '$(STRIP)'; then \
308 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
309 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
310 install; \
311 else \
312 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
313 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
314 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
315 fi
316 mostlyclean-generic:
317
318 clean-generic:
319
320 distclean-generic:
321 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
322 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
323
324 maintainer-clean-generic:
325 @echo "This command is intended for maintainers to use"
326 @echo "it deletes files that may require special tools to rebuild."
327 clean: clean-am
328
329 clean-am: clean-generic mostlyclean-am
330
331 distclean: distclean-am
332 -rm -f Makefile
333 distclean-am: clean-am distclean-generic
334
335 dvi: dvi-am
336
337 dvi-am:
338
339 html: html-am
340
341 html-am:
342
343 info: info-am
344
345 info-am:
346
347 install-data-am:
348
349 install-dvi: install-dvi-am
350
351 install-dvi-am:
352
353 install-exec-am:
354
355 install-html: install-html-am
356
357 install-html-am:
358
359 install-info: install-info-am
360
361 install-info-am:
362
363 install-man:
364
365 install-pdf: install-pdf-am
366
367 install-pdf-am:
368
369 install-ps: install-ps-am
370
371 install-ps-am:
372
373 installcheck-am:
374
375 maintainer-clean: maintainer-clean-am
376 -rm -f Makefile
377 maintainer-clean-am: distclean-am maintainer-clean-generic
378
379 mostlyclean: mostlyclean-am
380
381 mostlyclean-am: mostlyclean-generic
382
383 pdf: pdf-am
384
385 pdf-am:
386
387 ps: ps-am
388
389 ps-am:
390
391 uninstall-am:
392
393 .MAKE: install-am install-strip
394
395 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
396 ctags-am distclean distclean-generic distdir dvi dvi-am html \
397 html-am info info-am install install-am install-data \
398 install-data-am install-dvi install-dvi-am install-exec \
399 install-exec-am install-html install-html-am install-info \
400 install-info-am install-man install-pdf install-pdf-am \
401 install-ps install-ps-am install-strip installcheck \
402 installcheck-am installdirs maintainer-clean \
403 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
404 pdf-am ps ps-am tags-am uninstall uninstall-am
405
406 .PRECIOUS: Makefile
407
408
409 # Tell versions [3.59,3.63) of GNU make to not export all variables.
410 # Otherwise a system limit (for SysV at least) may be exceeded.
411 .NOEXPORT: