lac : 0a128c34cd6f100f3f5d71e656ec426dc8d6ab52
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:
17: VPATH = @srcdir@
18: am__is_gnu_make = { \
19: if test -z '$(MAKELEVEL)'; then \
20: false; \
21: elif test -n '$(MAKE_HOST)'; then \
22: true; \
23: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24: true; \
25: else \
26: false; \
27: fi; \
28: }
29: am__make_running_with_option = \
30: case $${target_option-} in \
31: ?) ;; \
32: *) echo "am__make_running_with_option: internal error: invalid" \
33: "target option '$${target_option-}' specified" >&2; \
34: exit 1;; \
35: esac; \
36: has_opt=no; \
37: sane_makeflags=$$MAKEFLAGS; \
38: if $(am__is_gnu_make); then \
39: sane_makeflags=$$MFLAGS; \
40: else \
41: case $$MAKEFLAGS in \
42: *\\[\ \ ]*) \
43: bs=\\; \
44: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46: esac; \
47: fi; \
48: skip_next=no; \
49: strip_trailopt () \
50: { \
51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52: }; \
53: for flg in $$sane_makeflags; do \
54: test $$skip_next = yes && { skip_next=no; continue; }; \
55: case $$flg in \
56: *=*|--*) continue;; \
57: -*I) strip_trailopt 'I'; skip_next=yes;; \
58: -*I?*) strip_trailopt 'I';; \
59: -*O) strip_trailopt 'O'; skip_next=yes;; \
60: -*O?*) strip_trailopt 'O';; \
61: -*l) strip_trailopt 'l'; skip_next=yes;; \
62: -*l?*) strip_trailopt 'l';; \
63: -[dEDm]) skip_next=yes;; \
64: -[JT]) skip_next=yes;; \
65: esac; \
66: case $$flg in \
67: *$$target_option*) has_opt=yes; break;; \
68: esac; \
69: done; \
70: test $$has_opt = yes
71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73: pkgdatadir = $(datadir)/@PACKAGE@
74: pkgincludedir = $(includedir)/@PACKAGE@
75: pkglibdir = $(libdir)/@PACKAGE@
76: pkglibexecdir = $(libexecdir)/@PACKAGE@
77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78: install_sh_DATA = $(install_sh) -c -m 644
79: install_sh_PROGRAM = $(install_sh) -c
80: install_sh_SCRIPT = $(install_sh) -c
81: INSTALL_HEADER = $(INSTALL_DATA)
82: transform = $(program_transform_name)
83: NORMAL_INSTALL = :
84: PRE_INSTALL = :
85: POST_INSTALL = :
86: NORMAL_UNINSTALL = :
87: PRE_UNINSTALL = :
88: POST_UNINSTALL = :
89: build_triplet = @build@
90: host_triplet = @host@
91: bin_PROGRAMS = lac$(EXEEXT)
92: subdir = src/repl
93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94: am__aclocal_m4_deps = $(top_srcdir)/m4/lib-ld.m4 \
95: $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
96: $(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/libtool.m4 \
97: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99: $(top_srcdir)/m4/readline.m4 $(top_srcdir)/configure.ac
100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101: $(ACLOCAL_M4)
102: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103: mkinstalldirs = $(install_sh) -d
104: CONFIG_HEADER = $(top_builddir)/config.h
105: CONFIG_CLEAN_FILES =
106: CONFIG_CLEAN_VPATH_FILES =
107: am__installdirs = "$(DESTDIR)$(bindir)"
108: PROGRAMS = $(bin_PROGRAMS)
109: am_lac_OBJECTS = lac.$(OBJEXT)
110: lac_OBJECTS = $(am_lac_OBJECTS)
111: lac_DEPENDENCIES = ../lib/liblac.la
112: AM_V_lt = $(am__v_lt_@AM_V@)
113: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114: am__v_lt_0 = --silent
115: am__v_lt_1 =
116: AM_V_P = $(am__v_P_@AM_V@)
117: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118: am__v_P_0 = false
119: am__v_P_1 = :
120: AM_V_GEN = $(am__v_GEN_@AM_V@)
121: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122: am__v_GEN_0 = @echo " GEN " $@;
123: am__v_GEN_1 =
124: AM_V_at = $(am__v_at_@AM_V@)
125: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126: am__v_at_0 = @
127: am__v_at_1 =
128: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129: depcomp = $(SHELL) $(top_srcdir)/depcomp
130: am__depfiles_maybe = depfiles
131: am__mv = mv -f
132: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
136: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137: $(AM_CFLAGS) $(CFLAGS)
138: AM_V_CC = $(am__v_CC_@AM_V@)
139: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140: am__v_CC_0 = @echo " CC " $@;
141: am__v_CC_1 =
142: CCLD = $(CC)
143: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145: $(AM_LDFLAGS) $(LDFLAGS) -o $@
146: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148: am__v_CCLD_0 = @echo " CCLD " $@;
149: am__v_CCLD_1 =
150: SOURCES = $(lac_SOURCES)
151: DIST_SOURCES = $(lac_SOURCES)
152: am__can_run_installinfo = \
153: case $$AM_UPDATE_INFO_DIR in \
154: n|no|NO) false;; \
155: *) (install-info --version) >/dev/null 2>&1;; \
156: esac
157: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158: # Read a list of newline-separated strings from the standard input,
159: # and print each of them once, without duplicates. Input order is
160: # *not* preserved.
161: am__uniquify_input = $(AWK) '\
162: BEGIN { nonempty = 0; } \
163: { items[$$0] = 1; nonempty = 1; } \
164: END { if (nonempty) { for (i in items) print i; }; } \
165: '
166: # Make sure the list of sources is unique. This is necessary because,
167: # e.g., the same source file might be shared among _SOURCES variables
168: # for different programs/libraries.
169: am__define_uniq_tagged_files = \
170: list='$(am__tagged_files)'; \
171: unique=`for i in $$list; do \
172: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173: done | $(am__uniquify_input)`
174: ETAGS = etags
175: CTAGS = ctags
176: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
177: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178: ACLOCAL = @ACLOCAL@
179: ALLOCA = @ALLOCA@
180: AMTAR = @AMTAR@
181: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182: AR = @AR@
183: AUTOCONF = @AUTOCONF@
184: AUTOHEADER = @AUTOHEADER@
185: AUTOMAKE = @AUTOMAKE@
186: AWK = @AWK@
187: BDW_GC_CFLAGS = @BDW_GC_CFLAGS@
188: BDW_GC_LIBS = @BDW_GC_LIBS@
189: BISON = @BISON@
190: BISON_VERSION = @BISON_VERSION@
191: CC = @CC@
192: CCDEPMODE = @CCDEPMODE@
193: CFLAGS = @CFLAGS@
194: CPP = @CPP@
195: CPPFLAGS = @CPPFLAGS@
196: CYGPATH_W = @CYGPATH_W@
197: DEFS = @DEFS@
198: DEPDIR = @DEPDIR@
199: DLLTOOL = @DLLTOOL@
200: DSYMUTIL = @DSYMUTIL@
201: DUMPBIN = @DUMPBIN@
202: ECHO_C = @ECHO_C@
203: ECHO_N = @ECHO_N@
204: ECHO_T = @ECHO_T@
205: EGREP = @EGREP@
206: EXEEXT = @EXEEXT@
207: FGREP = @FGREP@
208: GREP = @GREP@
209: HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
210: INSTALL = @INSTALL@
211: INSTALL_DATA = @INSTALL_DATA@
212: INSTALL_PROGRAM = @INSTALL_PROGRAM@
213: INSTALL_SCRIPT = @INSTALL_SCRIPT@
214: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215: LD = @LD@
216: LDFLAGS = @LDFLAGS@
217: LEX = @LEX@
218: LEXLIB = @LEXLIB@
219: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
220: LIBOBJS = @LIBOBJS@
221: LIBREADLINE = @LIBREADLINE@
222: LIBS = @LIBS@
223: LIBSIGSEGV = @LIBSIGSEGV@
224: LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
225: LIBTOOL = @LIBTOOL@
226: LIPO = @LIPO@
227: LN_S = @LN_S@
228: LTLIBOBJS = @LTLIBOBJS@
229: LTLIBREADLINE = @LTLIBREADLINE@
230: LTLIBSIGSEGV = @LTLIBSIGSEGV@
231: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
232: MAKEINFO = @MAKEINFO@
233: MANIFEST_TOOL = @MANIFEST_TOOL@
234: MKDIR_P = @MKDIR_P@
235: NM = @NM@
236: NMEDIT = @NMEDIT@
237: OBJDUMP = @OBJDUMP@
238: OBJEXT = @OBJEXT@
239: OTOOL = @OTOOL@
240: OTOOL64 = @OTOOL64@
241: PACKAGE = @PACKAGE@
242: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243: PACKAGE_NAME = @PACKAGE_NAME@
244: PACKAGE_STRING = @PACKAGE_STRING@
245: PACKAGE_TARNAME = @PACKAGE_TARNAME@
246: PACKAGE_URL = @PACKAGE_URL@
247: PACKAGE_VERSION = @PACKAGE_VERSION@
248: PATH_SEPARATOR = @PATH_SEPARATOR@
249: PKG_CONFIG = @PKG_CONFIG@
250: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
251: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
252: RANLIB = @RANLIB@
253: SED = @SED@
254: SET_MAKE = @SET_MAKE@
255: SHELL = @SHELL@
256: STRIP = @STRIP@
257: VERSION = @VERSION@
258: YACC = @YACC@
259: YFLAGS = @YFLAGS@
260: abs_builddir = @abs_builddir@
261: abs_srcdir = @abs_srcdir@
262: abs_top_builddir = @abs_top_builddir@
263: abs_top_srcdir = @abs_top_srcdir@
264: ac_ct_AR = @ac_ct_AR@
265: ac_ct_CC = @ac_ct_CC@
266: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267: am__include = @am__include@
268: am__leading_dot = @am__leading_dot@
269: am__quote = @am__quote@
270: am__tar = @am__tar@
271: am__untar = @am__untar@
272: bindir = @bindir@
273: build = @build@
274: build_alias = @build_alias@
275: build_cpu = @build_cpu@
276: build_os = @build_os@
277: build_vendor = @build_vendor@
278: builddir = @builddir@
279: datadir = @datadir@
280: datarootdir = @datarootdir@
281: docdir = @docdir@
282: dvidir = @dvidir@
283: exec_prefix = @exec_prefix@
284: host = @host@
285: host_alias = @host_alias@
286: host_cpu = @host_cpu@
287: host_os = @host_os@
288: host_vendor = @host_vendor@
289: htmldir = @htmldir@
290: includedir = @includedir@
291: infodir = @infodir@
292: install_sh = @install_sh@
293: libdir = @libdir@
294: libexecdir = @libexecdir@
295: localedir = @localedir@
296: localstatedir = @localstatedir@
297: mandir = @mandir@
298: mkdir_p = @mkdir_p@
299: oldincludedir = @oldincludedir@
300: pdfdir = @pdfdir@
301: prefix = @prefix@
302: program_transform_name = @program_transform_name@
303: psdir = @psdir@
304: sbindir = @sbindir@
305: sharedstatedir = @sharedstatedir@
306: srcdir = @srcdir@
307: sysconfdir = @sysconfdir@
308: target_alias = @target_alias@
309: top_build_prefix = @top_build_prefix@
310: top_builddir = @top_builddir@
311: top_srcdir = @top_srcdir@
312: lac_SOURCES = lac.c
313: lac_LDADD = ../lib/liblac.la
314: all: all-am
315:
316: .SUFFIXES:
317: .SUFFIXES: .c .lo .o .obj
318: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
319: @for dep in $?; do \
320: case '$(am__configure_deps)' in \
321: *$$dep*) \
322: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323: && { if test -f $@; then exit 0; else break; fi; }; \
324: exit 1;; \
325: esac; \
326: done; \
327: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/repl/Makefile'; \
328: $(am__cd) $(top_srcdir) && \
329: $(AUTOMAKE) --gnu src/repl/Makefile
330: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331: @case '$?' in \
332: *config.status*) \
333: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334: *) \
335: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337: esac;
338:
339: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341:
342: $(top_srcdir)/configure: $(am__configure_deps)
343: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
345: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346: $(am__aclocal_m4_deps):
347: install-binPROGRAMS: $(bin_PROGRAMS)
348: @$(NORMAL_INSTALL)
349: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
350: if test -n "$$list"; then \
351: echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
352: $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
353: fi; \
354: for p in $$list; do echo "$$p $$p"; done | \
355: sed 's/$(EXEEXT)$$//' | \
356: while read p p1; do if test -f $$p \
357: || test -f $$p1 \
358: ; then echo "$$p"; echo "$$p"; else :; fi; \
359: done | \
360: sed -e 'p;s,.*/,,;n;h' \
361: -e 's|.*|.|' \
362: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
363: sed 'N;N;N;s,\n, ,g' | \
364: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
365: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
366: if ($$2 == $$4) files[d] = files[d] " " $$1; \
367: else { print "f", $$3 "/" $$4, $$1; } } \
368: END { for (d in files) print "f", d, files[d] }' | \
369: while read type dir files; do \
370: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
371: test -z "$$files" || { \
372: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
373: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
374: } \
375: ; done
376:
377: uninstall-binPROGRAMS:
378: @$(NORMAL_UNINSTALL)
379: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380: files=`for p in $$list; do echo "$$p"; done | \
381: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
382: -e 's/$$/$(EXEEXT)/' \
383: `; \
384: test -n "$$list" || exit 0; \
385: echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
386: cd "$(DESTDIR)$(bindir)" && rm -f $$files
387:
388: clean-binPROGRAMS:
389: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
390: echo " rm -f" $$list; \
391: rm -f $$list || exit $$?; \
392: test -n "$(EXEEXT)" || exit 0; \
393: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
394: echo " rm -f" $$list; \
395: rm -f $$list
396:
397: lac$(EXEEXT): $(lac_OBJECTS) $(lac_DEPENDENCIES) $(EXTRA_lac_DEPENDENCIES)
398: @rm -f lac$(EXEEXT)
399: $(AM_V_CCLD)$(LINK) $(lac_OBJECTS) $(lac_LDADD) $(LIBS)
400:
401: mostlyclean-compile:
402: -rm -f *.$(OBJEXT)
403:
404: distclean-compile:
405: -rm -f *.tab.c
406:
407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lac.Po@am__quote@
408:
409: .c.o:
410: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
415:
416: .c.obj:
417: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
418: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
422:
423: .c.lo:
424: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
425: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
426: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
427: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
429:
430: mostlyclean-libtool:
431: -rm -f *.lo
432:
433: clean-libtool:
434: -rm -rf .libs _libs
435:
436: ID: $(am__tagged_files)
437: $(am__define_uniq_tagged_files); mkid -fID $$unique
438: tags: tags-am
439: TAGS: tags
440:
441: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
442: set x; \
443: here=`pwd`; \
444: $(am__define_uniq_tagged_files); \
445: shift; \
446: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447: test -n "$$unique" || unique=$$empty_fix; \
448: if test $$# -gt 0; then \
449: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450: "$$@" $$unique; \
451: else \
452: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453: $$unique; \
454: fi; \
455: fi
456: ctags: ctags-am
457:
458: CTAGS: ctags
459: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460: $(am__define_uniq_tagged_files); \
461: test -z "$(CTAGS_ARGS)$$unique" \
462: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463: $$unique
464:
465: GTAGS:
466: here=`$(am__cd) $(top_builddir) && pwd` \
467: && $(am__cd) $(top_srcdir) \
468: && gtags -i $(GTAGS_ARGS) "$$here"
469: cscopelist: cscopelist-am
470:
471: cscopelist-am: $(am__tagged_files)
472: list='$(am__tagged_files)'; \
473: case "$(srcdir)" in \
474: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
475: *) sdir=$(subdir)/$(srcdir) ;; \
476: esac; \
477: for i in $$list; do \
478: if test -f "$$i"; then \
479: echo "$(subdir)/$$i"; \
480: else \
481: echo "$$sdir/$$i"; \
482: fi; \
483: done >> $(top_builddir)/cscope.files
484:
485: distclean-tags:
486: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487:
488: distdir: $(DISTFILES)
489: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491: list='$(DISTFILES)'; \
492: dist_files=`for file in $$list; do echo $$file; done | \
493: sed -e "s|^$$srcdirstrip/||;t" \
494: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
495: case $$dist_files in \
496: */*) $(MKDIR_P) `echo "$$dist_files" | \
497: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
498: sort -u` ;; \
499: esac; \
500: for file in $$dist_files; do \
501: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502: if test -d $$d/$$file; then \
503: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504: if test -d "$(distdir)/$$file"; then \
505: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506: fi; \
507: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
509: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510: fi; \
511: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
512: else \
513: test -f "$(distdir)/$$file" \
514: || cp -p $$d/$$file "$(distdir)/$$file" \
515: || exit 1; \
516: fi; \
517: done
518: check-am: all-am
519: check: check-am
520: all-am: Makefile $(PROGRAMS)
521: installdirs:
522: for dir in "$(DESTDIR)$(bindir)"; do \
523: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
524: done
525: install: install-am
526: install-exec: install-exec-am
527: install-data: install-data-am
528: uninstall: uninstall-am
529:
530: install-am: all-am
531: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532:
533: installcheck: installcheck-am
534: install-strip:
535: if test -z '$(STRIP)'; then \
536: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538: install; \
539: else \
540: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
543: fi
544: mostlyclean-generic:
545:
546: clean-generic:
547:
548: distclean-generic:
549: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551:
552: maintainer-clean-generic:
553: @echo "This command is intended for maintainers to use"
554: @echo "it deletes files that may require special tools to rebuild."
555: clean: clean-am
556:
557: clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
558:
559: distclean: distclean-am
560: -rm -rf ./$(DEPDIR)
561: -rm -f Makefile
562: distclean-am: clean-am distclean-compile distclean-generic \
563: distclean-tags
564:
565: dvi: dvi-am
566:
567: dvi-am:
568:
569: html: html-am
570:
571: html-am:
572:
573: info: info-am
574:
575: info-am:
576:
577: install-data-am:
578:
579: install-dvi: install-dvi-am
580:
581: install-dvi-am:
582:
583: install-exec-am: install-binPROGRAMS
584:
585: install-html: install-html-am
586:
587: install-html-am:
588:
589: install-info: install-info-am
590:
591: install-info-am:
592:
593: install-man:
594:
595: install-pdf: install-pdf-am
596:
597: install-pdf-am:
598:
599: install-ps: install-ps-am
600:
601: install-ps-am:
602:
603: installcheck-am:
604:
605: maintainer-clean: maintainer-clean-am
606: -rm -rf ./$(DEPDIR)
607: -rm -f Makefile
608: maintainer-clean-am: distclean-am maintainer-clean-generic
609:
610: mostlyclean: mostlyclean-am
611:
612: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
613: mostlyclean-libtool
614:
615: pdf: pdf-am
616:
617: pdf-am:
618:
619: ps: ps-am
620:
621: ps-am:
622:
623: uninstall-am: uninstall-binPROGRAMS
624:
625: .MAKE: install-am install-strip
626:
627: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
628: clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
629: ctags ctags-am distclean distclean-compile distclean-generic \
630: distclean-libtool distclean-tags distdir dvi dvi-am html \
631: html-am info info-am install install-am install-binPROGRAMS \
632: install-data install-data-am install-dvi install-dvi-am \
633: install-exec install-exec-am install-html install-html-am \
634: install-info install-info-am install-man install-pdf \
635: install-pdf-am install-ps install-ps-am install-strip \
636: installcheck installcheck-am installdirs maintainer-clean \
637: maintainer-clean-generic mostlyclean mostlyclean-compile \
638: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
639: tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
640:
641: .PRECIOUS: Makefile
642:
643:
644: # Tell versions [3.59,3.63) of GNU make to not export all variables.
645: # Otherwise a system limit (for SysV at least) may be exceeded.
646: .NOEXPORT:
Generated by git2html.