Annotation of embedaddon/ipsec-tools/src/Makefile, revision 1.1.1.1.2.1
1.1 misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
2: # src/Makefile. Generated from Makefile.in by configure.
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:
17:
18: pkgdatadir = $(datadir)/ipsec-tools
19: pkgincludedir = $(includedir)/ipsec-tools
20: pkglibdir = $(libdir)/ipsec-tools
21: pkglibexecdir = $(libexecdir)/ipsec-tools
22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23: install_sh_DATA = $(install_sh) -c -m 644
24: install_sh_PROGRAM = $(install_sh) -c
25: install_sh_SCRIPT = $(install_sh) -c
26: INSTALL_HEADER = $(INSTALL_DATA)
27: transform = $(program_transform_name)
28: NORMAL_INSTALL = :
29: PRE_INSTALL = :
30: POST_INSTALL = :
31: NORMAL_UNINSTALL = :
32: PRE_UNINSTALL = :
33: POST_UNINSTALL = :
1.1.1.1.2.1! misho 34: build_triplet = i386-elwix-freebsd
! 35: host_triplet = i386-elwix-freebsd
1.1 misho 36: subdir = src
37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
40: $(top_srcdir)/configure.ac
41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42: $(ACLOCAL_M4)
43: mkinstalldirs = $(install_sh) -d
44: CONFIG_HEADER = $(top_builddir)/config.h
45: CONFIG_CLEAN_FILES =
46: CONFIG_CLEAN_VPATH_FILES =
47: SOURCES =
48: DIST_SOURCES =
49: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50: html-recursive info-recursive install-data-recursive \
51: install-dvi-recursive install-exec-recursive \
52: install-html-recursive install-info-recursive \
53: install-pdf-recursive install-ps-recursive install-recursive \
54: installcheck-recursive installdirs-recursive pdf-recursive \
55: ps-recursive uninstall-recursive
56: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57: distclean-recursive maintainer-clean-recursive
58: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60: distdir
61: ETAGS = etags
62: CTAGS = ctags
63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64: am__relativize = \
65: dir0=`pwd`; \
66: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
67: sed_rest='s,^[^/]*/*,,'; \
68: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
69: sed_butlast='s,/*[^/]*$$,,'; \
70: while test -n "$$dir1"; do \
71: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
72: if test "$$first" != "."; then \
73: if test "$$first" = ".."; then \
74: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
75: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
76: else \
77: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
78: if test "$$first2" = "$$first"; then \
79: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
80: else \
81: dir2="../$$dir2"; \
82: fi; \
83: dir0="$$dir0"/"$$first"; \
84: fi; \
85: fi; \
86: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
87: done; \
88: reldir="$$dir2"
1.1.1.1.2.1! misho 89: ACLOCAL = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run aclocal-1.11
! 90: AMTAR = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run tar
1.1 misho 91: AR = ar
1.1.1.1.2.1! misho 92: AUTOCONF = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run autoconf
! 93: AUTOHEADER = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run autoheader
! 94: AUTOMAKE = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run automake-1.11
1.1 misho 95: AWK = gawk
1.1.1.1.2.1! misho 96: CC = gcc
1.1 misho 97: CCDEPMODE = depmode=gcc3
1.1.1.1.2.1! misho 98: CFLAGS = -g -O2 -Wall -Werror -Wno-unused
1.1 misho 99: CONFIGURE_AMFLAGS =
1.1.1.1.2.1! misho 100: CPP = gcc -E
1.1 misho 101: CPPFLAGS = -I${top_srcdir}/src/racoon/missing
102: CRYPTOBJS =
103: CYGPATH_W = echo
104: DEFS = -DHAVE_CONFIG_H
105: DEPDIR = .deps
106: DSYMUTIL =
107: DUMPBIN =
108: ECHO_C =
109: ECHO_N = -n
110: ECHO_T =
111: EGREP = /usr/bin/grep -E
112: EXEEXT =
113: EXTRA_CRYPTO =
114: FGREP = /usr/bin/grep -F
115: FRAG_OBJS = isakmp_frag.o
116: GLIBC_BUGS =
117: GREP = /usr/bin/grep
118: HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o
119: INCLUDE_GLIBC =
1.1.1.1.2.1! misho 120: INSTALL = /home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/legacy/usr/bin/install -c
! 121: INSTALL_DATA = ${INSTALL} -m 644
1.1 misho 122: INSTALL_OPTS =
1.1.1.1.2.1! misho 123: INSTALL_PROGRAM = ${INSTALL}
! 124: INSTALL_SCRIPT = ${INSTALL}
1.1 misho 125: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
126: KERNEL_INCLUDE =
127: KRB5_CONFIG = /usr/bin/krb5-config
128: LD = /usr/bin/ld
1.1.1.1.2.1! misho 129: LDFLAGS =
1.1 misho 130: LEX = flex
131: LEXLIB = -lfl
132: LEX_OUTPUT_ROOT = lex.yy
133: LIBOBJS =
134: LIBS = -lradius -lcrypto -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius
135: LIBTOOL = $(SHELL) /usr/local/bin/libtool
136: LIPO =
137: LN_S = ln -s
138: LTLIBOBJS =
1.1.1.1.2.1! misho 139: MAKEINFO = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/missing --run makeinfo
1.1 misho 140: MKDIR_P = .././install-sh -c -d
141: NATT_OBJS = nattraversal.o
1.1.1.1.2.1! misho 142: NM = /home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/usr/bin/nm -B
1.1 misho 143: NMEDIT =
144: OBJDUMP = objdump
145: OBJEXT = o
146: OTOOL =
147: OTOOL64 =
148: PACKAGE = ipsec-tools
149: PACKAGE_BUGREPORT =
150: PACKAGE_NAME = ipsec-tools
151: PACKAGE_STRING = ipsec-tools 0.8.0
152: PACKAGE_TARNAME = ipsec-tools
153: PACKAGE_URL =
154: PACKAGE_VERSION = 0.8.0
155: PATH_SEPARATOR = :
156: RANLIB = ranlib
157: RPM =
158: SECCTX_OBJS =
159: SED = /usr/bin/sed
160: SET_MAKE =
161: SHELL = /bin/sh
162: STRIP = strip
163: VERSION = 0.8.0
164: YACC = bison -y
165: YFLAGS =
1.1.1.1.2.1! misho 166: abs_builddir = /home/misho/work/embedaddon/ipsec-tools/src
! 167: abs_srcdir = /home/misho/work/embedaddon/ipsec-tools/src
! 168: abs_top_builddir = /home/misho/work/embedaddon/ipsec-tools
! 169: abs_top_srcdir = /home/misho/work/embedaddon/ipsec-tools
! 170: ac_ct_CC = gcc
1.1 misho 171: ac_ct_DUMPBIN =
172: am__include = include
173: am__leading_dot = .
174: am__quote =
175: am__tar = ${AMTAR} chof - "$$tardir"
176: am__untar = ${AMTAR} xf -
177: bindir = ${exec_prefix}/bin
1.1.1.1.2.1! misho 178: build = i386-elwix-freebsd
! 179: build_alias = i386-elwix-freebsd
1.1 misho 180: build_cpu = i386
1.1.1.1.2.1! misho 181: build_os = freebsd
! 182: build_vendor = elwix
1.1 misho 183: builddir = .
184: datadir = ${datarootdir}
185: datarootdir = ${prefix}/share
186: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
187: dvidir = ${docdir}
188: exec_prefix = ${prefix}
1.1.1.1.2.1! misho 189: host = i386-elwix-freebsd
1.1 misho 190: host_alias =
191: host_cpu = i386
1.1.1.1.2.1! misho 192: host_os = freebsd
! 193: host_vendor = elwix
1.1 misho 194: htmldir = ${docdir}
195: include_racoondir = ${prefix}/include/racoon
196: includedir = ${prefix}/include
1.1.1.1.2.1! misho 197: infodir = ${datarootdir}/info
! 198: install_sh = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/install-sh
1.1 misho 199: libdir = ${exec_prefix}/lib
200: libexecdir = ${exec_prefix}/libexec
201: localedir = ${datarootdir}/locale
1.1.1.1.2.1! misho 202: localstatedir = /var/run
1.1 misho 203: lt_ECHO = echo
1.1.1.1.2.1! misho 204: mandir = ${datarootdir}/man
1.1 misho 205: mkdir_p = $(top_builddir)/./install-sh -c -d
206: oldincludedir = /usr/include
207: pdfdir = ${docdir}
1.1.1.1.2.1! misho 208: prefix = /home/misho/work/elwix/build/1.7/arch/i386/pkg
1.1 misho 209: program_transform_name = s,x,x,
210: psdir = ${docdir}
211: sbindir = ${exec_prefix}/sbin
212: sharedstatedir = ${prefix}/com
213: srcdir = .
1.1.1.1.2.1! misho 214: sysconfdir = /etc/racoon
1.1 misho 215: target_alias =
216: top_build_prefix = ../
217: top_builddir = ..
218: top_srcdir = ..
219: SUBDIRS = libipsec setkey racoon
220: DIST_SUBDIRS = include-glibc libipsec setkey racoon
221: all: all-recursive
222:
223: .SUFFIXES:
224: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
225: @for dep in $?; do \
226: case '$(am__configure_deps)' in \
227: *$$dep*) \
228: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
229: && { if test -f $@; then exit 0; else break; fi; }; \
230: exit 1;; \
231: esac; \
232: done; \
233: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
234: $(am__cd) $(top_srcdir) && \
235: $(AUTOMAKE) --foreign src/Makefile
236: .PRECIOUS: Makefile
237: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238: @case '$?' in \
239: *config.status*) \
240: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241: *) \
242: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244: esac;
245:
246: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248:
249: $(top_srcdir)/configure: $(am__configure_deps)
250: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
252: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253: $(am__aclocal_m4_deps):
254:
255: mostlyclean-libtool:
256: -rm -f *.lo
257:
258: clean-libtool:
259: -rm -rf .libs _libs
260:
261: # This directory's subdirectories are mostly independent; you can cd
262: # into them and run `make' without going through this Makefile.
263: # To change the values of `make' variables: instead of editing Makefiles,
264: # (1) if the variable is set in `config.status', edit `config.status'
265: # (which will cause the Makefiles to be regenerated when you run `make');
266: # (2) otherwise, pass the desired values on the `make' command line.
267: $(RECURSIVE_TARGETS):
268: @fail= failcom='exit 1'; \
269: for f in x $$MAKEFLAGS; do \
270: case $$f in \
271: *=* | --[!k]*);; \
272: *k*) failcom='fail=yes';; \
273: esac; \
274: done; \
275: dot_seen=no; \
276: target=`echo $@ | sed s/-recursive//`; \
277: list='$(SUBDIRS)'; for subdir in $$list; do \
278: echo "Making $$target in $$subdir"; \
279: if test "$$subdir" = "."; then \
280: dot_seen=yes; \
281: local_target="$$target-am"; \
282: else \
283: local_target="$$target"; \
284: fi; \
285: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
286: || eval $$failcom; \
287: done; \
288: if test "$$dot_seen" = "no"; then \
289: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
290: fi; test -z "$$fail"
291:
292: $(RECURSIVE_CLEAN_TARGETS):
293: @fail= failcom='exit 1'; \
294: for f in x $$MAKEFLAGS; do \
295: case $$f in \
296: *=* | --[!k]*);; \
297: *k*) failcom='fail=yes';; \
298: esac; \
299: done; \
300: dot_seen=no; \
301: case "$@" in \
302: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
303: *) list='$(SUBDIRS)' ;; \
304: esac; \
305: rev=''; for subdir in $$list; do \
306: if test "$$subdir" = "."; then :; else \
307: rev="$$subdir $$rev"; \
308: fi; \
309: done; \
310: rev="$$rev ."; \
311: target=`echo $@ | sed s/-recursive//`; \
312: for subdir in $$rev; do \
313: echo "Making $$target in $$subdir"; \
314: if test "$$subdir" = "."; then \
315: local_target="$$target-am"; \
316: else \
317: local_target="$$target"; \
318: fi; \
319: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320: || eval $$failcom; \
321: done && test -z "$$fail"
322: tags-recursive:
323: list='$(SUBDIRS)'; for subdir in $$list; do \
324: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
325: done
326: ctags-recursive:
327: list='$(SUBDIRS)'; for subdir in $$list; do \
328: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
329: done
330:
331: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
332: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
333: unique=`for i in $$list; do \
334: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335: done | \
336: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337: END { if (nonempty) { for (i in files) print i; }; }'`; \
338: mkid -fID $$unique
339: tags: TAGS
340:
341: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342: $(TAGS_FILES) $(LISP)
343: set x; \
344: here=`pwd`; \
345: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
346: include_option=--etags-include; \
347: empty_fix=.; \
348: else \
349: include_option=--include; \
350: empty_fix=; \
351: fi; \
352: list='$(SUBDIRS)'; for subdir in $$list; do \
353: if test "$$subdir" = .; then :; else \
354: test ! -f $$subdir/TAGS || \
355: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
356: fi; \
357: done; \
358: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359: unique=`for i in $$list; do \
360: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361: done | \
362: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363: END { if (nonempty) { for (i in files) print i; }; }'`; \
364: shift; \
365: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
366: test -n "$$unique" || unique=$$empty_fix; \
367: if test $$# -gt 0; then \
368: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369: "$$@" $$unique; \
370: else \
371: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372: $$unique; \
373: fi; \
374: fi
375: ctags: CTAGS
376: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377: $(TAGS_FILES) $(LISP)
378: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379: unique=`for i in $$list; do \
380: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381: done | \
382: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383: END { if (nonempty) { for (i in files) print i; }; }'`; \
384: test -z "$(CTAGS_ARGS)$$unique" \
385: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386: $$unique
387:
388: GTAGS:
389: here=`$(am__cd) $(top_builddir) && pwd` \
390: && $(am__cd) $(top_srcdir) \
391: && gtags -i $(GTAGS_ARGS) "$$here"
392:
393: distclean-tags:
394: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395:
396: distdir: $(DISTFILES)
397: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399: list='$(DISTFILES)'; \
400: dist_files=`for file in $$list; do echo $$file; done | \
401: sed -e "s|^$$srcdirstrip/||;t" \
402: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403: case $$dist_files in \
404: */*) $(MKDIR_P) `echo "$$dist_files" | \
405: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
406: sort -u` ;; \
407: esac; \
408: for file in $$dist_files; do \
409: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410: if test -d $$d/$$file; then \
411: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412: if test -d "$(distdir)/$$file"; then \
413: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414: fi; \
415: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
417: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418: fi; \
419: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
420: else \
421: test -f "$(distdir)/$$file" \
422: || cp -p $$d/$$file "$(distdir)/$$file" \
423: || exit 1; \
424: fi; \
425: done
426: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
427: if test "$$subdir" = .; then :; else \
428: test -d "$(distdir)/$$subdir" \
429: || $(MKDIR_P) "$(distdir)/$$subdir" \
430: || exit 1; \
431: fi; \
432: done
433: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
434: if test "$$subdir" = .; then :; else \
435: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
436: $(am__relativize); \
437: new_distdir=$$reldir; \
438: dir1=$$subdir; dir2="$(top_distdir)"; \
439: $(am__relativize); \
440: new_top_distdir=$$reldir; \
441: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
442: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
443: ($(am__cd) $$subdir && \
444: $(MAKE) $(AM_MAKEFLAGS) \
445: top_distdir="$$new_top_distdir" \
446: distdir="$$new_distdir" \
447: am__remove_distdir=: \
448: am__skip_length_check=: \
449: am__skip_mode_fix=: \
450: distdir) \
451: || exit 1; \
452: fi; \
453: done
454: check-am: all-am
455: check: check-recursive
456: all-am: Makefile
457: installdirs: installdirs-recursive
458: installdirs-am:
459: install: install-recursive
460: install-exec: install-exec-recursive
461: install-data: install-data-recursive
462: uninstall: uninstall-recursive
463:
464: install-am: all-am
465: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466:
467: installcheck: installcheck-recursive
468: install-strip:
469: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471: `test -z '$(STRIP)' || \
472: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
473: mostlyclean-generic:
474:
475: clean-generic:
476:
477: distclean-generic:
478: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480:
481: maintainer-clean-generic:
482: @echo "This command is intended for maintainers to use"
483: @echo "it deletes files that may require special tools to rebuild."
484: clean: clean-recursive
485:
486: clean-am: clean-generic clean-libtool mostlyclean-am
487:
488: distclean: distclean-recursive
489: -rm -f Makefile
490: distclean-am: clean-am distclean-generic distclean-tags
491:
492: dvi: dvi-recursive
493:
494: dvi-am:
495:
496: html: html-recursive
497:
498: html-am:
499:
500: info: info-recursive
501:
502: info-am:
503:
504: install-data-am:
505:
506: install-dvi: install-dvi-recursive
507:
508: install-dvi-am:
509:
510: install-exec-am:
511:
512: install-html: install-html-recursive
513:
514: install-html-am:
515:
516: install-info: install-info-recursive
517:
518: install-info-am:
519:
520: install-man:
521:
522: install-pdf: install-pdf-recursive
523:
524: install-pdf-am:
525:
526: install-ps: install-ps-recursive
527:
528: install-ps-am:
529:
530: installcheck-am:
531:
532: maintainer-clean: maintainer-clean-recursive
533: -rm -f Makefile
534: maintainer-clean-am: distclean-am maintainer-clean-generic
535:
536: mostlyclean: mostlyclean-recursive
537:
538: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
539:
540: pdf: pdf-recursive
541:
542: pdf-am:
543:
544: ps: ps-recursive
545:
546: ps-am:
547:
548: uninstall-am:
549:
550: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
551: install-am install-strip tags-recursive
552:
553: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
554: all all-am check check-am clean clean-generic clean-libtool \
555: ctags ctags-recursive distclean distclean-generic \
556: distclean-libtool distclean-tags distdir dvi dvi-am html \
557: html-am info info-am install install-am install-data \
558: install-data-am install-dvi install-dvi-am install-exec \
559: install-exec-am install-html install-html-am install-info \
560: install-info-am install-man install-pdf install-pdf-am \
561: install-ps install-ps-am install-strip installcheck \
562: installcheck-am installdirs installdirs-am maintainer-clean \
563: maintainer-clean-generic mostlyclean mostlyclean-generic \
564: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
565: uninstall uninstall-am
566:
567:
568: # Tell versions [3.59,3.63) of GNU make to not export all variables.
569: # Otherwise a system limit (for SysV at least) may be exceeded.
570: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>