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