Annotation of parser3/src/lib/curl/Makefile.in, revision 1.10
1.9 moko 1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.1 moko 2: # @configure_input@
3:
1.9 moko 4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.6 moko 5:
1.1 moko 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@
1.6 moko 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))
1.1 moko 73: pkgdatadir = $(datadir)/@PACKAGE@
1.4 moko 74: pkgincludedir = $(includedir)/@PACKAGE@
1.1 moko 75: pkglibdir = $(libdir)/@PACKAGE@
1.4 moko 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1 moko 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 = :
1.4 moko 89: build_triplet = @build@
1.1 moko 90: host_triplet = @host@
91: subdir = src/lib/curl
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.2 moko 93: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
94: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
95: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
96: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
97: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
98: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
99: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.5 moko 100: $(top_srcdir)/configure.ac
1.1 moko 101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102: $(ACLOCAL_M4)
1.6 moko 103: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
104: $(am__DIST_COMMON)
1.2 moko 105: mkinstalldirs = $(install_sh) -d
1.1 moko 106: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
107: CONFIG_CLEAN_FILES =
1.4 moko 108: CONFIG_CLEAN_VPATH_FILES =
1.6 moko 109: AM_V_P = $(am__v_P_@AM_V@)
110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111: am__v_P_0 = false
112: am__v_P_1 = :
113: AM_V_GEN = $(am__v_GEN_@AM_V@)
114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115: am__v_GEN_0 = @echo " GEN " $@;
116: am__v_GEN_1 =
117: AM_V_at = $(am__v_at_@AM_V@)
118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119: am__v_at_0 = @
120: am__v_at_1 =
1.1 moko 121: SOURCES =
122: DIST_SOURCES =
1.6 moko 123: am__can_run_installinfo = \
124: case $$AM_UPDATE_INFO_DIR in \
125: n|no|NO) false;; \
126: *) (install-info --version) >/dev/null 2>&1;; \
127: esac
1.1 moko 128: HEADERS = $(noinst_HEADERS)
1.6 moko 129: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130: # Read a list of newline-separated strings from the standard input,
131: # and print each of them once, without duplicates. Input order is
132: # *not* preserved.
133: am__uniquify_input = $(AWK) '\
134: BEGIN { nonempty = 0; } \
135: { items[$$0] = 1; nonempty = 1; } \
136: END { if (nonempty) { for (i in items) print i; }; } \
137: '
138: # Make sure the list of sources is unique. This is necessary because,
139: # e.g., the same source file might be shared among _SOURCES variables
140: # for different programs/libraries.
141: am__define_uniq_tagged_files = \
142: list='$(am__tagged_files)'; \
143: unique=`for i in $$list; do \
144: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145: done | $(am__uniquify_input)`
1.1 moko 146: ETAGS = etags
147: CTAGS = ctags
1.6 moko 148: am__DIST_COMMON = $(srcdir)/Makefile.in
1.1 moko 149: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150: ACLOCAL = @ACLOCAL@
1.10 ! moko 151: AMQP_INCLUDES = @AMQP_INCLUDES@
! 152: AMQP_LIBS = @AMQP_LIBS@
1.1 moko 153: AMTAR = @AMTAR@
1.6 moko 154: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1 moko 155: APACHE = @APACHE@
156: APACHE_CFLAGS = @APACHE_CFLAGS@
157: APACHE_INC = @APACHE_INC@
1.2 moko 158: AR = @AR@
159: ARGZ_H = @ARGZ_H@
160: AS = @AS@
1.1 moko 161: AUTOCONF = @AUTOCONF@
162: AUTOHEADER = @AUTOHEADER@
163: AUTOMAKE = @AUTOMAKE@
164: AWK = @AWK@
165: CC = @CC@
166: CCDEPMODE = @CCDEPMODE@
167: CFLAGS = @CFLAGS@
168: CPP = @CPP@
169: CPPFLAGS = @CPPFLAGS@
170: CXX = @CXX@
1.2 moko 171: CXXCPP = @CXXCPP@
1.1 moko 172: CXXDEPMODE = @CXXDEPMODE@
173: CXXFLAGS = @CXXFLAGS@
174: CYGPATH_W = @CYGPATH_W@
175: DEFS = @DEFS@
176: DEPDIR = @DEPDIR@
1.2 moko 177: DLLTOOL = @DLLTOOL@
178: DSYMUTIL = @DSYMUTIL@
179: DUMPBIN = @DUMPBIN@
1.1 moko 180: ECHO_C = @ECHO_C@
181: ECHO_N = @ECHO_N@
182: ECHO_T = @ECHO_T@
183: EGREP = @EGREP@
184: EXEEXT = @EXEEXT@
1.2 moko 185: FGREP = @FGREP@
1.1 moko 186: GC_LIBS = @GC_LIBS@
1.2 moko 187: GREP = @GREP@
1.1 moko 188: INCLTDL = @INCLTDL@
1.4 moko 189: INSTALL = @INSTALL@
1.1 moko 190: INSTALL_DATA = @INSTALL_DATA@
191: INSTALL_PROGRAM = @INSTALL_PROGRAM@
192: INSTALL_SCRIPT = @INSTALL_SCRIPT@
193: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.2 moko 194: LD = @LD@
1.1 moko 195: LDFLAGS = @LDFLAGS@
196: LIBADD_DL = @LIBADD_DL@
1.2 moko 197: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
198: LIBADD_DLOPEN = @LIBADD_DLOPEN@
199: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 moko 200: LIBLTDL = @LIBLTDL@
201: LIBOBJS = @LIBOBJS@
202: LIBS = @LIBS@
1.2 moko 203: LIBTOOL = @LIBTOOL@
204: LIPO = @LIPO@
205: LN_S = @LN_S@
206: LTDLDEPS = @LTDLDEPS@
207: LTDLINCL = @LTDLINCL@
208: LTDLOPEN = @LTDLOPEN@
1.1 moko 209: LTLIBOBJS = @LTLIBOBJS@
1.2 moko 210: LT_CONFIG_H = @LT_CONFIG_H@
211: LT_DLLOADERS = @LT_DLLOADERS@
212: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 moko 213: MAKEINFO = @MAKEINFO@
1.2 moko 214: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1 moko 215: MIME_INCLUDES = @MIME_INCLUDES@
216: MIME_LIBS = @MIME_LIBS@
1.4 moko 217: MKDIR_P = @MKDIR_P@
1.2 moko 218: NM = @NM@
219: NMEDIT = @NMEDIT@
220: OBJDUMP = @OBJDUMP@
1.1 moko 221: OBJEXT = @OBJEXT@
1.2 moko 222: OTOOL = @OTOOL@
223: OTOOL64 = @OTOOL64@
1.1 moko 224: P3S = @P3S@
225: PACKAGE = @PACKAGE@
226: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227: PACKAGE_NAME = @PACKAGE_NAME@
228: PACKAGE_STRING = @PACKAGE_STRING@
229: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.4 moko 230: PACKAGE_URL = @PACKAGE_URL@
1.1 moko 231: PACKAGE_VERSION = @PACKAGE_VERSION@
232: PATH_SEPARATOR = @PATH_SEPARATOR@
233: PCRE_INCLUDES = @PCRE_INCLUDES@
234: PCRE_LIBS = @PCRE_LIBS@
235: RANLIB = @RANLIB@
1.2 moko 236: SED = @SED@
1.1 moko 237: SET_MAKE = @SET_MAKE@
238: SHELL = @SHELL@
239: STRIP = @STRIP@
240: VERSION = @VERSION@
241: XML_INCLUDES = @XML_INCLUDES@
242: XML_LIBS = @XML_LIBS@
243: YACC = @YACC@
1.4 moko 244: YFLAGS = @YFLAGS@
245: abs_builddir = @abs_builddir@
246: abs_srcdir = @abs_srcdir@
247: abs_top_builddir = @abs_top_builddir@
248: abs_top_srcdir = @abs_top_srcdir@
1.2 moko 249: ac_ct_AR = @ac_ct_AR@
1.1 moko 250: ac_ct_CC = @ac_ct_CC@
251: ac_ct_CXX = @ac_ct_CXX@
1.2 moko 252: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1 moko 253: am__include = @am__include@
254: am__leading_dot = @am__leading_dot@
255: am__quote = @am__quote@
256: am__tar = @am__tar@
257: am__untar = @am__untar@
258: bindir = @bindir@
259: build = @build@
260: build_alias = @build_alias@
261: build_cpu = @build_cpu@
262: build_os = @build_os@
263: build_vendor = @build_vendor@
1.4 moko 264: builddir = @builddir@
1.1 moko 265: datadir = @datadir@
1.4 moko 266: datarootdir = @datarootdir@
1.1 moko 267: dll_extension = @dll_extension@
1.4 moko 268: docdir = @docdir@
269: dvidir = @dvidir@
1.1 moko 270: exec_prefix = @exec_prefix@
271: host = @host@
272: host_alias = @host_alias@
273: host_cpu = @host_cpu@
274: host_os = @host_os@
275: host_vendor = @host_vendor@
1.4 moko 276: htmldir = @htmldir@
1.1 moko 277: includedir = @includedir@
278: infodir = @infodir@
279: install_sh = @install_sh@
280: libdir = @libdir@
281: libexecdir = @libexecdir@
1.4 moko 282: localedir = @localedir@
1.1 moko 283: localstatedir = @localstatedir@
1.2 moko 284: ltdl_LIBOBJS = @ltdl_LIBOBJS@
285: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1 moko 286: mandir = @mandir@
287: mkdir_p = @mkdir_p@
288: oldincludedir = @oldincludedir@
1.4 moko 289: pdfdir = @pdfdir@
1.1 moko 290: prefix = @prefix@
291: program_transform_name = @program_transform_name@
1.4 moko 292: psdir = @psdir@
1.7 moko 293: runstatedir = @runstatedir@
1.1 moko 294: sbindir = @sbindir@
295: sharedstatedir = @sharedstatedir@
1.4 moko 296: srcdir = @srcdir@
1.1 moko 297: subdirs = @subdirs@
1.2 moko 298: sys_symbol_underscore = @sys_symbol_underscore@
1.1 moko 299: sysconfdir = @sysconfdir@
300: target_alias = @target_alias@
1.4 moko 301: top_build_prefix = @top_build_prefix@
302: top_builddir = @top_builddir@
303: top_srcdir = @top_srcdir@
1.1 moko 304: noinst_HEADERS = curl.h
305: all: all-am
306:
307: .SUFFIXES:
308: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
309: @for dep in $?; do \
310: case '$(am__configure_deps)' in \
311: *$$dep*) \
1.4 moko 312: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313: && { if test -f $@; then exit 0; else break; fi; }; \
1.1 moko 314: exit 1;; \
315: esac; \
316: done; \
1.4 moko 317: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/curl/Makefile'; \
318: $(am__cd) $(top_srcdir) && \
319: $(AUTOMAKE) --gnu src/lib/curl/Makefile
1.1 moko 320: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321: @case '$?' in \
322: *config.status*) \
323: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324: *) \
1.8 moko 325: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
326: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.1 moko 327: esac;
328:
329: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331:
332: $(top_srcdir)/configure: $(am__configure_deps)
333: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
335: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.4 moko 336: $(am__aclocal_m4_deps):
1.2 moko 337:
338: mostlyclean-libtool:
339: -rm -f *.lo
340:
341: clean-libtool:
342: -rm -rf .libs _libs
343:
1.6 moko 344: ID: $(am__tagged_files)
345: $(am__define_uniq_tagged_files); mkid -fID $$unique
346: tags: tags-am
347: TAGS: tags
1.1 moko 348:
1.6 moko 349: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.4 moko 350: set x; \
1.1 moko 351: here=`pwd`; \
1.6 moko 352: $(am__define_uniq_tagged_files); \
1.4 moko 353: shift; \
354: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1 moko 355: test -n "$$unique" || unique=$$empty_fix; \
1.4 moko 356: if test $$# -gt 0; then \
357: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358: "$$@" $$unique; \
359: else \
360: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361: $$unique; \
362: fi; \
1.1 moko 363: fi
1.6 moko 364: ctags: ctags-am
365:
366: CTAGS: ctags
367: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
368: $(am__define_uniq_tagged_files); \
1.4 moko 369: test -z "$(CTAGS_ARGS)$$unique" \
1.1 moko 370: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.4 moko 371: $$unique
1.1 moko 372:
373: GTAGS:
374: here=`$(am__cd) $(top_builddir) && pwd` \
1.4 moko 375: && $(am__cd) $(top_srcdir) \
376: && gtags -i $(GTAGS_ARGS) "$$here"
1.6 moko 377: cscopelist: cscopelist-am
378:
379: cscopelist-am: $(am__tagged_files)
380: list='$(am__tagged_files)'; \
381: case "$(srcdir)" in \
382: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
383: *) sdir=$(subdir)/$(srcdir) ;; \
384: esac; \
385: for i in $$list; do \
386: if test -f "$$i"; then \
387: echo "$(subdir)/$$i"; \
388: else \
389: echo "$$sdir/$$i"; \
390: fi; \
391: done >> $(top_builddir)/cscope.files
1.1 moko 392:
393: distclean-tags:
394: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395:
1.8 moko 396: distdir: $(BUILT_SOURCES)
397: $(MAKE) $(AM_MAKEFLAGS) distdir-am
398:
399: distdir-am: $(DISTFILES)
1.4 moko 400: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402: list='$(DISTFILES)'; \
403: dist_files=`for file in $$list; do echo $$file; done | \
404: sed -e "s|^$$srcdirstrip/||;t" \
405: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406: case $$dist_files in \
407: */*) $(MKDIR_P) `echo "$$dist_files" | \
408: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409: sort -u` ;; \
410: esac; \
411: for file in $$dist_files; do \
1.1 moko 412: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413: if test -d $$d/$$file; then \
1.4 moko 414: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415: if test -d "$(distdir)/$$file"; then \
416: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417: fi; \
1.1 moko 418: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.4 moko 419: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1 moko 421: fi; \
1.4 moko 422: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 moko 423: else \
1.4 moko 424: test -f "$(distdir)/$$file" \
425: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 moko 426: || exit 1; \
427: fi; \
428: done
429: check-am: all-am
430: check: check-am
431: all-am: Makefile $(HEADERS)
432: installdirs:
433: install: install-am
434: install-exec: install-exec-am
435: install-data: install-data-am
436: uninstall: uninstall-am
437:
438: install-am: all-am
439: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440:
441: installcheck: installcheck-am
442: install-strip:
1.6 moko 443: if test -z '$(STRIP)'; then \
444: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446: install; \
447: else \
448: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
451: fi
1.1 moko 452: mostlyclean-generic:
453:
454: clean-generic:
455:
456: distclean-generic:
457: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.4 moko 458: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 moko 459:
460: maintainer-clean-generic:
461: @echo "This command is intended for maintainers to use"
462: @echo "it deletes files that may require special tools to rebuild."
463: clean: clean-am
464:
1.2 moko 465: clean-am: clean-generic clean-libtool mostlyclean-am
1.1 moko 466:
467: distclean: distclean-am
468: -rm -f Makefile
1.4 moko 469: distclean-am: clean-am distclean-generic distclean-tags
1.1 moko 470:
471: dvi: dvi-am
472:
473: dvi-am:
474:
475: html: html-am
476:
1.4 moko 477: html-am:
478:
1.1 moko 479: info: info-am
480:
481: info-am:
482:
483: install-data-am:
484:
1.4 moko 485: install-dvi: install-dvi-am
486:
487: install-dvi-am:
488:
1.1 moko 489: install-exec-am:
490:
1.4 moko 491: install-html: install-html-am
492:
493: install-html-am:
494:
1.1 moko 495: install-info: install-info-am
496:
1.4 moko 497: install-info-am:
498:
1.1 moko 499: install-man:
500:
1.4 moko 501: install-pdf: install-pdf-am
502:
503: install-pdf-am:
504:
505: install-ps: install-ps-am
506:
507: install-ps-am:
508:
1.1 moko 509: installcheck-am:
510:
511: maintainer-clean: maintainer-clean-am
512: -rm -f Makefile
513: maintainer-clean-am: distclean-am maintainer-clean-generic
514:
515: mostlyclean: mostlyclean-am
516:
1.2 moko 517: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1 moko 518:
519: pdf: pdf-am
520:
521: pdf-am:
522:
523: ps: ps-am
524:
525: ps-am:
526:
1.4 moko 527: uninstall-am:
528:
529: .MAKE: install-am install-strip
1.1 moko 530:
1.6 moko 531: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
532: clean-libtool cscopelist-am ctags ctags-am distclean \
533: distclean-generic distclean-libtool distclean-tags distdir dvi \
534: dvi-am html html-am info info-am install install-am \
535: install-data install-data-am install-dvi install-dvi-am \
536: install-exec install-exec-am install-html install-html-am \
537: install-info install-info-am install-man install-pdf \
538: install-pdf-am install-ps install-ps-am install-strip \
539: installcheck installcheck-am installdirs maintainer-clean \
1.2 moko 540: maintainer-clean-generic mostlyclean mostlyclean-generic \
1.6 moko 541: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1.4 moko 542: uninstall-am
543:
1.6 moko 544: .PRECIOUS: Makefile
545:
1.1 moko 546:
547: # Tell versions [3.59,3.63) of GNU make to not export all variables.
548: # Otherwise a system limit (for SysV at least) may be exceeded.
549: .NOEXPORT:
E-mail: