lac : a2c284922a2ef741be7c3186a51716300c400314
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: build_triplet = @build@
89: host_triplet = @host@
90: subdir = src
91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92: am__aclocal_m4_deps = $(top_srcdir)/m4/lib-ld.m4 \
93: $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
94: $(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/libtool.m4 \
95: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97: $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/std-gnu11.m4 \
98: $(top_srcdir)/configure.ac
99: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100: $(ACLOCAL_M4)
101: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102: mkinstalldirs = $(install_sh) -d
103: CONFIG_HEADER = $(top_builddir)/config.h
104: CONFIG_CLEAN_FILES =
105: CONFIG_CLEAN_VPATH_FILES =
106: AM_V_P = $(am__v_P_@AM_V@)
107: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108: am__v_P_0 = false
109: am__v_P_1 = :
110: AM_V_GEN = $(am__v_GEN_@AM_V@)
111: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112: am__v_GEN_0 = @echo " GEN " $@;
113: am__v_GEN_1 =
114: AM_V_at = $(am__v_at_@AM_V@)
115: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116: am__v_at_0 = @
117: am__v_at_1 =
118: SOURCES =
119: DIST_SOURCES =
120: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121: ctags-recursive dvi-recursive html-recursive info-recursive \
122: install-data-recursive install-dvi-recursive \
123: install-exec-recursive install-html-recursive \
124: install-info-recursive install-pdf-recursive \
125: install-ps-recursive install-recursive installcheck-recursive \
126: installdirs-recursive pdf-recursive ps-recursive \
127: tags-recursive uninstall-recursive
128: am__can_run_installinfo = \
129: case $$AM_UPDATE_INFO_DIR in \
130: n|no|NO) false;; \
131: *) (install-info --version) >/dev/null 2>&1;; \
132: esac
133: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134: distclean-recursive maintainer-clean-recursive
135: am__recursive_targets = \
136: $(RECURSIVE_TARGETS) \
137: $(RECURSIVE_CLEAN_TARGETS) \
138: $(am__extra_recursive_targets)
139: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140: distdir
141: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142: # Read a list of newline-separated strings from the standard input,
143: # and print each of them once, without duplicates. Input order is
144: # *not* preserved.
145: am__uniquify_input = $(AWK) '\
146: BEGIN { nonempty = 0; } \
147: { items[$$0] = 1; nonempty = 1; } \
148: END { if (nonempty) { for (i in items) print i; }; } \
149: '
150: # Make sure the list of sources is unique. This is necessary because,
151: # e.g., the same source file might be shared among _SOURCES variables
152: # for different programs/libraries.
153: am__define_uniq_tagged_files = \
154: list='$(am__tagged_files)'; \
155: unique=`for i in $$list; do \
156: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157: done | $(am__uniquify_input)`
158: ETAGS = etags
159: CTAGS = ctags
160: DIST_SUBDIRS = $(SUBDIRS)
161: am__DIST_COMMON = $(srcdir)/Makefile.in
162: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163: am__relativize = \
164: dir0=`pwd`; \
165: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
166: sed_rest='s,^[^/]*/*,,'; \
167: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
168: sed_butlast='s,/*[^/]*$$,,'; \
169: while test -n "$$dir1"; do \
170: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
171: if test "$$first" != "."; then \
172: if test "$$first" = ".."; then \
173: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
175: else \
176: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
177: if test "$$first2" = "$$first"; then \
178: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
179: else \
180: dir2="../$$dir2"; \
181: fi; \
182: dir0="$$dir0"/"$$first"; \
183: fi; \
184: fi; \
185: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
186: done; \
187: reldir="$$dir2"
188: ACLOCAL = @ACLOCAL@
189: ALLOCA = @ALLOCA@
190: AMTAR = @AMTAR@
191: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
192: AR = @AR@
193: AUTOCONF = @AUTOCONF@
194: AUTOHEADER = @AUTOHEADER@
195: AUTOMAKE = @AUTOMAKE@
196: AWK = @AWK@
197: BDW_GC_CFLAGS = @BDW_GC_CFLAGS@
198: BDW_GC_LIBS = @BDW_GC_LIBS@
199: BISON = @BISON@
200: BISON_VERSION = @BISON_VERSION@
201: CC = @CC@
202: CCDEPMODE = @CCDEPMODE@
203: CFLAGS = @CFLAGS@
204: CPP = @CPP@
205: CPPFLAGS = @CPPFLAGS@
206: CYGPATH_W = @CYGPATH_W@
207: DEFS = @DEFS@
208: DEPDIR = @DEPDIR@
209: DLLTOOL = @DLLTOOL@
210: DSYMUTIL = @DSYMUTIL@
211: DUMPBIN = @DUMPBIN@
212: ECHO_C = @ECHO_C@
213: ECHO_N = @ECHO_N@
214: ECHO_T = @ECHO_T@
215: EGREP = @EGREP@
216: EXEEXT = @EXEEXT@
217: FGREP = @FGREP@
218: GREP = @GREP@
219: HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
220: INSTALL = @INSTALL@
221: INSTALL_DATA = @INSTALL_DATA@
222: INSTALL_PROGRAM = @INSTALL_PROGRAM@
223: INSTALL_SCRIPT = @INSTALL_SCRIPT@
224: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225: LD = @LD@
226: LDFLAGS = @LDFLAGS@
227: LEX = @LEX@
228: LEXLIB = @LEXLIB@
229: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
230: LIBOBJS = @LIBOBJS@
231: LIBREADLINE = @LIBREADLINE@
232: LIBS = @LIBS@
233: LIBSIGSEGV = @LIBSIGSEGV@
234: LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
235: LIBTOOL = @LIBTOOL@
236: LIPO = @LIPO@
237: LN_S = @LN_S@
238: LTLIBOBJS = @LTLIBOBJS@
239: LTLIBREADLINE = @LTLIBREADLINE@
240: LTLIBSIGSEGV = @LTLIBSIGSEGV@
241: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
242: MAKEINFO = @MAKEINFO@
243: MANIFEST_TOOL = @MANIFEST_TOOL@
244: MKDIR_P = @MKDIR_P@
245: NM = @NM@
246: NMEDIT = @NMEDIT@
247: OBJDUMP = @OBJDUMP@
248: OBJEXT = @OBJEXT@
249: OTOOL = @OTOOL@
250: OTOOL64 = @OTOOL64@
251: PACKAGE = @PACKAGE@
252: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253: PACKAGE_NAME = @PACKAGE_NAME@
254: PACKAGE_STRING = @PACKAGE_STRING@
255: PACKAGE_TARNAME = @PACKAGE_TARNAME@
256: PACKAGE_URL = @PACKAGE_URL@
257: PACKAGE_VERSION = @PACKAGE_VERSION@
258: PATH_SEPARATOR = @PATH_SEPARATOR@
259: PKG_CONFIG = @PKG_CONFIG@
260: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
261: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
262: RANLIB = @RANLIB@
263: SED = @SED@
264: SET_MAKE = @SET_MAKE@
265: SHELL = @SHELL@
266: STRIP = @STRIP@
267: VERSION = @VERSION@
268: YACC = @YACC@
269: YFLAGS = @YFLAGS@
270: abs_builddir = @abs_builddir@
271: abs_srcdir = @abs_srcdir@
272: abs_top_builddir = @abs_top_builddir@
273: abs_top_srcdir = @abs_top_srcdir@
274: ac_ct_AR = @ac_ct_AR@
275: ac_ct_CC = @ac_ct_CC@
276: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277: am__include = @am__include@
278: am__leading_dot = @am__leading_dot@
279: am__quote = @am__quote@
280: am__tar = @am__tar@
281: am__untar = @am__untar@
282: bindir = @bindir@
283: build = @build@
284: build_alias = @build_alias@
285: build_cpu = @build_cpu@
286: build_os = @build_os@
287: build_vendor = @build_vendor@
288: builddir = @builddir@
289: datadir = @datadir@
290: datarootdir = @datarootdir@
291: docdir = @docdir@
292: dvidir = @dvidir@
293: exec_prefix = @exec_prefix@
294: host = @host@
295: host_alias = @host_alias@
296: host_cpu = @host_cpu@
297: host_os = @host_os@
298: host_vendor = @host_vendor@
299: htmldir = @htmldir@
300: includedir = @includedir@
301: infodir = @infodir@
302: install_sh = @install_sh@
303: libdir = @libdir@
304: libexecdir = @libexecdir@
305: localedir = @localedir@
306: localstatedir = @localstatedir@
307: mandir = @mandir@
308: mkdir_p = @mkdir_p@
309: oldincludedir = @oldincludedir@
310: pdfdir = @pdfdir@
311: prefix = @prefix@
312: program_transform_name = @program_transform_name@
313: psdir = @psdir@
314: sbindir = @sbindir@
315: sharedstatedir = @sharedstatedir@
316: srcdir = @srcdir@
317: sysconfdir = @sysconfdir@
318: target_alias = @target_alias@
319: top_build_prefix = @top_build_prefix@
320: top_builddir = @top_builddir@
321: top_srcdir = @top_srcdir@
322: SUBDIRS = lib repl
323: all: all-recursive
324:
325: .SUFFIXES:
326: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
327: @for dep in $?; do \
328: case '$(am__configure_deps)' in \
329: *$$dep*) \
330: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331: && { if test -f $@; then exit 0; else break; fi; }; \
332: exit 1;; \
333: esac; \
334: done; \
335: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
336: $(am__cd) $(top_srcdir) && \
337: $(AUTOMAKE) --gnu src/Makefile
338: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339: @case '$?' in \
340: *config.status*) \
341: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
342: *) \
343: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
344: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
345: esac;
346:
347: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
348: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349:
350: $(top_srcdir)/configure: $(am__configure_deps)
351: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
353: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354: $(am__aclocal_m4_deps):
355:
356: mostlyclean-libtool:
357: -rm -f *.lo
358:
359: clean-libtool:
360: -rm -rf .libs _libs
361:
362: # This directory's subdirectories are mostly independent; you can cd
363: # into them and run 'make' without going through this Makefile.
364: # To change the values of 'make' variables: instead of editing Makefiles,
365: # (1) if the variable is set in 'config.status', edit 'config.status'
366: # (which will cause the Makefiles to be regenerated when you run 'make');
367: # (2) otherwise, pass the desired values on the 'make' command line.
368: $(am__recursive_targets):
369: @fail=; \
370: if $(am__make_keepgoing); then \
371: failcom='fail=yes'; \
372: else \
373: failcom='exit 1'; \
374: fi; \
375: dot_seen=no; \
376: target=`echo $@ | sed s/-recursive//`; \
377: case "$@" in \
378: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
379: *) list='$(SUBDIRS)' ;; \
380: esac; \
381: for subdir in $$list; do \
382: echo "Making $$target in $$subdir"; \
383: if test "$$subdir" = "."; then \
384: dot_seen=yes; \
385: local_target="$$target-am"; \
386: else \
387: local_target="$$target"; \
388: fi; \
389: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390: || eval $$failcom; \
391: done; \
392: if test "$$dot_seen" = "no"; then \
393: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
394: fi; test -z "$$fail"
395:
396: ID: $(am__tagged_files)
397: $(am__define_uniq_tagged_files); mkid -fID $$unique
398: tags: tags-recursive
399: TAGS: tags
400:
401: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
402: set x; \
403: here=`pwd`; \
404: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
405: include_option=--etags-include; \
406: empty_fix=.; \
407: else \
408: include_option=--include; \
409: empty_fix=; \
410: fi; \
411: list='$(SUBDIRS)'; for subdir in $$list; do \
412: if test "$$subdir" = .; then :; else \
413: test ! -f $$subdir/TAGS || \
414: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
415: fi; \
416: done; \
417: $(am__define_uniq_tagged_files); \
418: shift; \
419: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
420: test -n "$$unique" || unique=$$empty_fix; \
421: if test $$# -gt 0; then \
422: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423: "$$@" $$unique; \
424: else \
425: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426: $$unique; \
427: fi; \
428: fi
429: ctags: ctags-recursive
430:
431: CTAGS: ctags
432: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
433: $(am__define_uniq_tagged_files); \
434: test -z "$(CTAGS_ARGS)$$unique" \
435: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436: $$unique
437:
438: GTAGS:
439: here=`$(am__cd) $(top_builddir) && pwd` \
440: && $(am__cd) $(top_srcdir) \
441: && gtags -i $(GTAGS_ARGS) "$$here"
442: cscopelist: cscopelist-recursive
443:
444: cscopelist-am: $(am__tagged_files)
445: list='$(am__tagged_files)'; \
446: case "$(srcdir)" in \
447: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
448: *) sdir=$(subdir)/$(srcdir) ;; \
449: esac; \
450: for i in $$list; do \
451: if test -f "$$i"; then \
452: echo "$(subdir)/$$i"; \
453: else \
454: echo "$$sdir/$$i"; \
455: fi; \
456: done >> $(top_builddir)/cscope.files
457:
458: distclean-tags:
459: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460:
461: distdir: $(DISTFILES)
462: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464: list='$(DISTFILES)'; \
465: dist_files=`for file in $$list; do echo $$file; done | \
466: sed -e "s|^$$srcdirstrip/||;t" \
467: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468: case $$dist_files in \
469: */*) $(MKDIR_P) `echo "$$dist_files" | \
470: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471: sort -u` ;; \
472: esac; \
473: for file in $$dist_files; do \
474: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475: if test -d $$d/$$file; then \
476: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477: if test -d "$(distdir)/$$file"; then \
478: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479: fi; \
480: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
482: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483: fi; \
484: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485: else \
486: test -f "$(distdir)/$$file" \
487: || cp -p $$d/$$file "$(distdir)/$$file" \
488: || exit 1; \
489: fi; \
490: done
491: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492: if test "$$subdir" = .; then :; else \
493: $(am__make_dryrun) \
494: || test -d "$(distdir)/$$subdir" \
495: || $(MKDIR_P) "$(distdir)/$$subdir" \
496: || exit 1; \
497: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498: $(am__relativize); \
499: new_distdir=$$reldir; \
500: dir1=$$subdir; dir2="$(top_distdir)"; \
501: $(am__relativize); \
502: new_top_distdir=$$reldir; \
503: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505: ($(am__cd) $$subdir && \
506: $(MAKE) $(AM_MAKEFLAGS) \
507: top_distdir="$$new_top_distdir" \
508: distdir="$$new_distdir" \
509: am__remove_distdir=: \
510: am__skip_length_check=: \
511: am__skip_mode_fix=: \
512: distdir) \
513: || exit 1; \
514: fi; \
515: done
516: check-am: all-am
517: check: check-recursive
518: all-am: Makefile
519: installdirs: installdirs-recursive
520: installdirs-am:
521: install: install-recursive
522: install-exec: install-exec-recursive
523: install-data: install-data-recursive
524: uninstall: uninstall-recursive
525:
526: install-am: all-am
527: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528:
529: installcheck: installcheck-recursive
530: install-strip:
531: if test -z '$(STRIP)'; then \
532: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534: install; \
535: else \
536: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
539: fi
540: mostlyclean-generic:
541:
542: clean-generic:
543:
544: distclean-generic:
545: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
546: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
547:
548: maintainer-clean-generic:
549: @echo "This command is intended for maintainers to use"
550: @echo "it deletes files that may require special tools to rebuild."
551: clean: clean-recursive
552:
553: clean-am: clean-generic clean-libtool mostlyclean-am
554:
555: distclean: distclean-recursive
556: -rm -f Makefile
557: distclean-am: clean-am distclean-generic distclean-tags
558:
559: dvi: dvi-recursive
560:
561: dvi-am:
562:
563: html: html-recursive
564:
565: html-am:
566:
567: info: info-recursive
568:
569: info-am:
570:
571: install-data-am:
572:
573: install-dvi: install-dvi-recursive
574:
575: install-dvi-am:
576:
577: install-exec-am:
578:
579: install-html: install-html-recursive
580:
581: install-html-am:
582:
583: install-info: install-info-recursive
584:
585: install-info-am:
586:
587: install-man:
588:
589: install-pdf: install-pdf-recursive
590:
591: install-pdf-am:
592:
593: install-ps: install-ps-recursive
594:
595: install-ps-am:
596:
597: installcheck-am:
598:
599: maintainer-clean: maintainer-clean-recursive
600: -rm -f Makefile
601: maintainer-clean-am: distclean-am maintainer-clean-generic
602:
603: mostlyclean: mostlyclean-recursive
604:
605: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
606:
607: pdf: pdf-recursive
608:
609: pdf-am:
610:
611: ps: ps-recursive
612:
613: ps-am:
614:
615: uninstall-am:
616:
617: .MAKE: $(am__recursive_targets) install-am install-strip
618:
619: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
620: check-am clean clean-generic clean-libtool cscopelist-am ctags \
621: ctags-am distclean distclean-generic distclean-libtool \
622: distclean-tags distdir dvi dvi-am html html-am info info-am \
623: install install-am install-data install-data-am install-dvi \
624: install-dvi-am install-exec install-exec-am install-html \
625: install-html-am install-info install-info-am install-man \
626: install-pdf install-pdf-am install-ps install-ps-am \
627: install-strip installcheck installcheck-am installdirs \
628: installdirs-am maintainer-clean maintainer-clean-generic \
629: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
630: ps ps-am tags tags-am uninstall uninstall-am
631:
632: .PRECIOUS: Makefile
633:
634:
635: # Tell versions [3.59,3.63) of GNU make to not export all variables.
636: # Otherwise a system limit (for SysV at least) may be exceeded.
637: .NOEXPORT:
Generated by git2html.