Annotation of embedaddon/confuse/examples/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6: # Inc.
7: # This Makefile.in is free software; the Free Software Foundation
8: # gives unlimited permission to copy and/or distribute it,
9: # with or without modifications, as long as this notice is preserved.
10:
11: # This program is distributed in the hope that it will be useful,
12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14: # PARTICULAR PURPOSE.
15:
16: @SET_MAKE@
17:
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkglibexecdir = $(libexecdir)/@PACKAGE@
23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24: install_sh_DATA = $(install_sh) -c -m 644
25: install_sh_PROGRAM = $(install_sh) -c
26: install_sh_SCRIPT = $(install_sh) -c
27: INSTALL_HEADER = $(INSTALL_DATA)
28: transform = $(program_transform_name)
29: NORMAL_INSTALL = :
30: PRE_INSTALL = :
31: POST_INSTALL = :
32: NORMAL_UNINSTALL = :
33: PRE_UNINSTALL = :
34: POST_UNINSTALL = :
35: build_triplet = @build@
36: host_triplet = @host@
37: noinst_PROGRAMS = simple$(EXEEXT) reread$(EXEEXT) ftpconf$(EXEEXT)
38: subdir = examples
39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41: am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42: $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43: $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44: $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45: $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46: $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
47: $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
48: $(top_srcdir)/configure.ac
49: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50: $(ACLOCAL_M4)
51: mkinstalldirs = $(install_sh) -d
52: CONFIG_HEADER = $(top_builddir)/config.h
53: CONFIG_CLEAN_FILES =
54: CONFIG_CLEAN_VPATH_FILES =
55: PROGRAMS = $(noinst_PROGRAMS)
56: ftpconf_SOURCES = ftpconf.c
57: ftpconf_OBJECTS = ftpconf.$(OBJEXT)
58: ftpconf_LDADD = $(LDADD)
59: ftpconf_DEPENDENCIES = ../src/libconfuse.la
60: reread_SOURCES = reread.c
61: reread_OBJECTS = reread.$(OBJEXT)
62: reread_LDADD = $(LDADD)
63: reread_DEPENDENCIES = ../src/libconfuse.la
64: simple_SOURCES = simple.c
65: simple_OBJECTS = simple.$(OBJEXT)
66: simple_LDADD = $(LDADD)
67: simple_DEPENDENCIES = ../src/libconfuse.la
68: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69: depcomp = $(SHELL) $(top_srcdir)/support/depcomp
70: am__depfiles_maybe = depfiles
71: am__mv = mv -f
72: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77: CCLD = $(CC)
78: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
80: $(LDFLAGS) -o $@
81: SOURCES = ftpconf.c reread.c simple.c
82: DIST_SOURCES = ftpconf.c reread.c simple.c
83: ETAGS = etags
84: CTAGS = ctags
85: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86: ACLOCAL = @ACLOCAL@
87: AMTAR = @AMTAR@
88: AR = @AR@
89: AUTOCONF = @AUTOCONF@
90: AUTOHEADER = @AUTOHEADER@
91: AUTOMAKE = @AUTOMAKE@
92: AWK = @AWK@
93: CC = @CC@
94: CCDEPMODE = @CCDEPMODE@
95: CFLAGS = @CFLAGS@
96: CPP = @CPP@
97: CPPFLAGS = @CPPFLAGS@
98: CYGPATH_W = @CYGPATH_W@
99: DEFS = @DEFS@
100: DEPDIR = @DEPDIR@
101: DSYMUTIL = @DSYMUTIL@
102: DUMPBIN = @DUMPBIN@
103: ECHO_C = @ECHO_C@
104: ECHO_N = @ECHO_N@
105: ECHO_T = @ECHO_T@
106: EGREP = @EGREP@
107: EXEEXT = @EXEEXT@
108: FGREP = @FGREP@
109: GMSGFMT = @GMSGFMT@
110: GMSGFMT_015 = @GMSGFMT_015@
111: GREP = @GREP@
112: INSTALL = @INSTALL@
113: INSTALL_DATA = @INSTALL_DATA@
114: INSTALL_PROGRAM = @INSTALL_PROGRAM@
115: INSTALL_SCRIPT = @INSTALL_SCRIPT@
116: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117: INTLLIBS = @INTLLIBS@
118: INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
119: LD = @LD@
120: LDFLAGS = @LDFLAGS@
121: LEX = @LEX@
122: LEXLIB = @LEXLIB@
123: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
124: LIBICONV = @LIBICONV@
125: LIBINTL = @LIBINTL@
126: LIBOBJS = @LIBOBJS@
127: LIBS = $(LTLIBINTL)
128: LIBTOOL = @LIBTOOL@
129: LIPO = @LIPO@
130: LN_S = @LN_S@
131: LTLIBICONV = @LTLIBICONV@
132: LTLIBINTL = @LTLIBINTL@
133: LTLIBOBJS = @LTLIBOBJS@
134: MAINT = @MAINT@
135: MAKEINFO = @MAKEINFO@
136: MKDIR_P = @MKDIR_P@
137: MSGFMT = @MSGFMT@
138: MSGFMT_015 = @MSGFMT_015@
139: MSGMERGE = @MSGMERGE@
140: NM = @NM@
141: NMEDIT = @NMEDIT@
142: OBJDUMP = @OBJDUMP@
143: OBJEXT = @OBJEXT@
144: OTOOL = @OTOOL@
145: OTOOL64 = @OTOOL64@
146: PACKAGE = @PACKAGE@
147: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148: PACKAGE_NAME = @PACKAGE_NAME@
149: PACKAGE_STRING = @PACKAGE_STRING@
150: PACKAGE_TARNAME = @PACKAGE_TARNAME@
151: PACKAGE_URL = @PACKAGE_URL@
152: PACKAGE_VERSION = @PACKAGE_VERSION@
153: PATH_SEPARATOR = @PATH_SEPARATOR@
154: POSUB = @POSUB@
155: RANLIB = @RANLIB@
156: SED = @SED@
157: SET_MAKE = @SET_MAKE@
158: SHELL = @SHELL@
159: STRIP = @STRIP@
160: USE_NLS = @USE_NLS@
161: VERSION = @VERSION@
162: XGETTEXT = @XGETTEXT@
163: XGETTEXT_015 = @XGETTEXT_015@
164: abs_builddir = @abs_builddir@
165: abs_srcdir = @abs_srcdir@
166: abs_top_builddir = @abs_top_builddir@
167: abs_top_srcdir = @abs_top_srcdir@
168: ac_ct_CC = @ac_ct_CC@
169: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170: am__include = @am__include@
171: am__leading_dot = @am__leading_dot@
172: am__quote = @am__quote@
173: am__tar = @am__tar@
174: am__untar = @am__untar@
175: bindir = @bindir@
176: build = @build@
177: build_alias = @build_alias@
178: build_cpu = @build_cpu@
179: build_os = @build_os@
180: build_vendor = @build_vendor@
181: builddir = @builddir@
182: datadir = @datadir@
183: datarootdir = @datarootdir@
184: docdir = @docdir@
185: dvidir = @dvidir@
186: exec_prefix = @exec_prefix@
187: host = @host@
188: host_alias = @host_alias@
189: host_cpu = @host_cpu@
190: host_os = @host_os@
191: host_vendor = @host_vendor@
192: htmldir = @htmldir@
193: includedir = @includedir@
194: infodir = @infodir@
195: install_sh = @install_sh@
196: libdir = @libdir@
197: libexecdir = @libexecdir@
198: localedir = @localedir@
199: localstatedir = @localstatedir@
200: lt_ECHO = @lt_ECHO@
201: mandir = @mandir@
202: mkdir_p = @mkdir_p@
203: oldincludedir = @oldincludedir@
204: pdfdir = @pdfdir@
205: prefix = @prefix@
206: program_transform_name = @program_transform_name@
207: psdir = @psdir@
208: sbindir = @sbindir@
209: sharedstatedir = @sharedstatedir@
210: srcdir = @srcdir@
211: sysconfdir = @sysconfdir@
212: target_alias = @target_alias@
213: top_build_prefix = @top_build_prefix@
214: top_builddir = @top_builddir@
215: top_srcdir = @top_srcdir@
216: EXTRA_DIST = simple.conf reread.conf ftp.conf
217: INCLUDES = -I$(top_srcdir)/src
218: AM_LDFLAGS = -L../src/
219: LDADD = ../src/libconfuse.la
220: CLEANFILES = *~ \#*\#
221: all: all-am
222:
223: .SUFFIXES:
224: .SUFFIXES: .c .lo .o .obj
225: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
226: @for dep in $?; do \
227: case '$(am__configure_deps)' in \
228: *$$dep*) \
229: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
230: && { if test -f $@; then exit 0; else break; fi; }; \
231: exit 1;; \
232: esac; \
233: done; \
234: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
235: $(am__cd) $(top_srcdir) && \
236: $(AUTOMAKE) --gnu examples/Makefile
237: .PRECIOUS: Makefile
238: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239: @case '$?' in \
240: *config.status*) \
241: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242: *) \
243: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245: esac;
246:
247: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249:
250: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254: $(am__aclocal_m4_deps):
255:
256: clean-noinstPROGRAMS:
257: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
258: echo " rm -f" $$list; \
259: rm -f $$list || exit $$?; \
260: test -n "$(EXEEXT)" || exit 0; \
261: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
262: echo " rm -f" $$list; \
263: rm -f $$list
264: ftpconf$(EXEEXT): $(ftpconf_OBJECTS) $(ftpconf_DEPENDENCIES)
265: @rm -f ftpconf$(EXEEXT)
266: $(LINK) $(ftpconf_OBJECTS) $(ftpconf_LDADD) $(LIBS)
267: reread$(EXEEXT): $(reread_OBJECTS) $(reread_DEPENDENCIES)
268: @rm -f reread$(EXEEXT)
269: $(LINK) $(reread_OBJECTS) $(reread_LDADD) $(LIBS)
270: simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES)
271: @rm -f simple$(EXEEXT)
272: $(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)
273:
274: mostlyclean-compile:
275: -rm -f *.$(OBJEXT)
276:
277: distclean-compile:
278: -rm -f *.tab.c
279:
280: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftpconf.Po@am__quote@
281: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reread.Po@am__quote@
282: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Po@am__quote@
283:
284: .c.o:
285: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
290:
291: .c.obj:
292: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
297:
298: .c.lo:
299: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
304:
305: mostlyclean-libtool:
306: -rm -f *.lo
307:
308: clean-libtool:
309: -rm -rf .libs _libs
310:
311: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313: unique=`for i in $$list; do \
314: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315: done | \
316: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317: END { if (nonempty) { for (i in files) print i; }; }'`; \
318: mkid -fID $$unique
319: tags: TAGS
320:
321: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
322: $(TAGS_FILES) $(LISP)
323: set x; \
324: here=`pwd`; \
325: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326: unique=`for i in $$list; do \
327: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328: done | \
329: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330: END { if (nonempty) { for (i in files) print i; }; }'`; \
331: shift; \
332: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333: test -n "$$unique" || unique=$$empty_fix; \
334: if test $$# -gt 0; then \
335: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336: "$$@" $$unique; \
337: else \
338: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339: $$unique; \
340: fi; \
341: fi
342: ctags: CTAGS
343: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344: $(TAGS_FILES) $(LISP)
345: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346: unique=`for i in $$list; do \
347: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348: done | \
349: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350: END { if (nonempty) { for (i in files) print i; }; }'`; \
351: test -z "$(CTAGS_ARGS)$$unique" \
352: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353: $$unique
354:
355: GTAGS:
356: here=`$(am__cd) $(top_builddir) && pwd` \
357: && $(am__cd) $(top_srcdir) \
358: && gtags -i $(GTAGS_ARGS) "$$here"
359:
360: distclean-tags:
361: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362:
363: distdir: $(DISTFILES)
364: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366: list='$(DISTFILES)'; \
367: dist_files=`for file in $$list; do echo $$file; done | \
368: sed -e "s|^$$srcdirstrip/||;t" \
369: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370: case $$dist_files in \
371: */*) $(MKDIR_P) `echo "$$dist_files" | \
372: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373: sort -u` ;; \
374: esac; \
375: for file in $$dist_files; do \
376: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377: if test -d $$d/$$file; then \
378: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379: if test -d "$(distdir)/$$file"; then \
380: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381: fi; \
382: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385: fi; \
386: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387: else \
388: test -f "$(distdir)/$$file" \
389: || cp -p $$d/$$file "$(distdir)/$$file" \
390: || exit 1; \
391: fi; \
392: done
393: check-am: all-am
394: check: check-am
395: all-am: Makefile $(PROGRAMS)
396: installdirs:
397: install: install-am
398: install-exec: install-exec-am
399: install-data: install-data-am
400: uninstall: uninstall-am
401:
402: install-am: all-am
403: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404:
405: installcheck: installcheck-am
406: install-strip:
407: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409: `test -z '$(STRIP)' || \
410: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411: mostlyclean-generic:
412:
413: clean-generic:
414: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
415:
416: distclean-generic:
417: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
418: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
419:
420: maintainer-clean-generic:
421: @echo "This command is intended for maintainers to use"
422: @echo "it deletes files that may require special tools to rebuild."
423: clean: clean-am
424:
425: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
426: mostlyclean-am
427:
428: distclean: distclean-am
429: -rm -rf ./$(DEPDIR)
430: -rm -f Makefile
431: distclean-am: clean-am distclean-compile distclean-generic \
432: distclean-tags
433:
434: dvi: dvi-am
435:
436: dvi-am:
437:
438: html: html-am
439:
440: html-am:
441:
442: info: info-am
443:
444: info-am:
445:
446: install-data-am:
447:
448: install-dvi: install-dvi-am
449:
450: install-dvi-am:
451:
452: install-exec-am:
453:
454: install-html: install-html-am
455:
456: install-html-am:
457:
458: install-info: install-info-am
459:
460: install-info-am:
461:
462: install-man:
463:
464: install-pdf: install-pdf-am
465:
466: install-pdf-am:
467:
468: install-ps: install-ps-am
469:
470: install-ps-am:
471:
472: installcheck-am:
473:
474: maintainer-clean: maintainer-clean-am
475: -rm -rf ./$(DEPDIR)
476: -rm -f Makefile
477: maintainer-clean-am: distclean-am maintainer-clean-generic
478:
479: mostlyclean: mostlyclean-am
480:
481: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
482: mostlyclean-libtool
483:
484: pdf: pdf-am
485:
486: pdf-am:
487:
488: ps: ps-am
489:
490: ps-am:
491:
492: uninstall-am:
493:
494: .MAKE: install-am install-strip
495:
496: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497: clean-libtool clean-noinstPROGRAMS ctags distclean \
498: distclean-compile distclean-generic distclean-libtool \
499: distclean-tags distdir dvi dvi-am html html-am info info-am \
500: install install-am install-data install-data-am install-dvi \
501: install-dvi-am install-exec install-exec-am install-html \
502: install-html-am install-info install-info-am install-man \
503: install-pdf install-pdf-am install-ps install-ps-am \
504: install-strip installcheck installcheck-am installdirs \
505: maintainer-clean maintainer-clean-generic mostlyclean \
506: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
507: pdf pdf-am ps ps-am tags uninstall uninstall-am
508:
509:
510: # Tell versions [3.59,3.63) of GNU make to not export all variables.
511: # Otherwise a system limit (for SysV at least) may be exceeded.
512: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>