Annotation of embedaddon/ipsec-tools/Makefile, revision 1.1.1.1.2.3.2.1
1.1.1.1.2.3.2 1(misho 1:4): # Makefile.in generated by automake 1.14 from Makefile.am.
1.1 misho 2: # Makefile. Generated from Makefile.in by configure.
3:
1.1.1.1.2.3.2 1(misho 4:4): # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5:4):
1.1 misho 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:
16:
1.1.1.1.2.3.2 1(misho 17:4): am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18:4): am__make_running_with_option = \
19:4): case $${target_option-} in \
20:4): ?) ;; \
21:4): *) echo "am__make_running_with_option: internal error: invalid" \
22:4): "target option '$${target_option-}' specified" >&2; \
23:4): exit 1;; \
24:4): esac; \
25:4): has_opt=no; \
26:4): sane_makeflags=$$MAKEFLAGS; \
27:4): if $(am__is_gnu_make); then \
28:4): sane_makeflags=$$MFLAGS; \
29:4): else \
30:4): case $$MAKEFLAGS in \
31:4): *\\[\ \ ]*) \
32:4): bs=\\; \
33:4): sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34:4): | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35:4): esac; \
36:4): fi; \
37:4): skip_next=no; \
38:4): strip_trailopt () \
39:4): { \
40:4): flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41:4): }; \
42:4): for flg in $$sane_makeflags; do \
43:4): test $$skip_next = yes && { skip_next=no; continue; }; \
44:4): case $$flg in \
45:4): *=*|--*) continue;; \
46:4): -*I) strip_trailopt 'I'; skip_next=yes;; \
47:4): -*I?*) strip_trailopt 'I';; \
48:4): -*O) strip_trailopt 'O'; skip_next=yes;; \
49:4): -*O?*) strip_trailopt 'O';; \
50:4): -*l) strip_trailopt 'l'; skip_next=yes;; \
51:4): -*l?*) strip_trailopt 'l';; \
52:4): -[dEDm]) skip_next=yes;; \
53:4): -[JT]) skip_next=yes;; \
54:4): esac; \
55:4): case $$flg in \
56:4): *$$target_option*) has_opt=yes; break;; \
57:4): esac; \
58:4): done; \
59:4): test $$has_opt = yes
60:4): am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61:4): am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 misho 62: pkgdatadir = $(datadir)/ipsec-tools
63: pkgincludedir = $(includedir)/ipsec-tools
64: pkglibdir = $(libdir)/ipsec-tools
65: pkglibexecdir = $(libexecdir)/ipsec-tools
66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67: install_sh_DATA = $(install_sh) -c -m 644
68: install_sh_PROGRAM = $(install_sh) -c
69: install_sh_SCRIPT = $(install_sh) -c
70: INSTALL_HEADER = $(INSTALL_DATA)
71: transform = $(program_transform_name)
72: NORMAL_INSTALL = :
73: PRE_INSTALL = :
74: POST_INSTALL = :
75: NORMAL_UNINSTALL = :
76: PRE_UNINSTALL = :
77: POST_UNINSTALL = :
1.1.1.1.2.3.2 1(misho 78:4): build_triplet = i386-unknown-freebsd11.0
79:4): host_triplet = i386-unknown-freebsd11.0
1.1 misho 80: subdir = .
1.1.1.1.2.3.2 1(misho 81:4): DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82:4): $(top_srcdir)/configure $(am__configure_deps) \
83:4): $(srcdir)/config.h.in $(srcdir)/package_version.h.in \
1.1 misho 84: $(top_srcdir)/src/racoon/samples/psk.txt.in \
1.1.1.1.2.3.2 1(misho 85:4): $(top_srcdir)/src/racoon/samples/racoon.conf.in ChangeLog NEWS \
86:4): README compile config.guess config.sub depcomp install-sh \
87:4): missing ylwrap ltmain.sh
1.1 misho 88: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
90: $(top_srcdir)/configure.ac
91: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92: $(ACLOCAL_M4)
93: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94: configure.lineno config.status.lineno
95: mkinstalldirs = $(install_sh) -d
96: CONFIG_HEADER = config.h
97: CONFIG_CLEAN_FILES = package_version.h src/racoon/samples/psk.txt \
98: src/racoon/samples/racoon.conf
99: CONFIG_CLEAN_VPATH_FILES =
1.1.1.1.2.3.2 1(misho 100:4): AM_V_P = $(am__v_P_$(V))
101:4): am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
102:4): am__v_P_0 = false
103:4): am__v_P_1 = :
104:4): AM_V_GEN = $(am__v_GEN_$(V))
105:4): am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106:4): am__v_GEN_0 = @echo " GEN " $@;
107:4): am__v_GEN_1 =
108:4): AM_V_at = $(am__v_at_$(V))
109:4): am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110:4): am__v_at_0 = @
111:4): am__v_at_1 =
1.1 misho 112: SOURCES =
113: DIST_SOURCES =
1.1.1.1.2.3.2 1(misho 114:4): RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115:4): ctags-recursive dvi-recursive html-recursive info-recursive \
116:4): install-data-recursive install-dvi-recursive \
117:4): install-exec-recursive install-html-recursive \
118:4): install-info-recursive install-pdf-recursive \
119:4): install-ps-recursive install-recursive installcheck-recursive \
120:4): installdirs-recursive pdf-recursive ps-recursive \
121:4): tags-recursive uninstall-recursive
122:4): am__can_run_installinfo = \
123:4): case $$AM_UPDATE_INFO_DIR in \
124:4): n|no|NO) false;; \
125:4): *) (install-info --version) >/dev/null 2>&1;; \
126:4): esac
1.1 misho 127: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128: distclean-recursive maintainer-clean-recursive
1.1.1.1.2.3.2 1(misho 129:4): am__recursive_targets = \
130:4): $(RECURSIVE_TARGETS) \
131:4): $(RECURSIVE_CLEAN_TARGETS) \
132:4): $(am__extra_recursive_targets)
133:4): AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134:4): cscope distdir dist dist-all distcheck
135:4): am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
136:4): $(LISP)config.h.in
137:4): # Read a list of newline-separated strings from the standard input,
138:4): # and print each of them once, without duplicates. Input order is
139:4): # *not* preserved.
140:4): am__uniquify_input = $(AWK) '\
141:4): BEGIN { nonempty = 0; } \
142:4): { items[$$0] = 1; nonempty = 1; } \
143:4): END { if (nonempty) { for (i in items) print i; }; } \
144:4): '
145:4): # Make sure the list of sources is unique. This is necessary because,
146:4): # e.g., the same source file might be shared among _SOURCES variables
147:4): # for different programs/libraries.
148:4): am__define_uniq_tagged_files = \
149:4): list='$(am__tagged_files)'; \
150:4): unique=`for i in $$list; do \
151:4): if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152:4): done | $(am__uniquify_input)`
1.1 misho 153: ETAGS = etags
154: CTAGS = ctags
1.1.1.1.2.3.2 1(misho 155:4): CSCOPE = cscope
1.1 misho 156: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157: distdir = $(PACKAGE)-$(VERSION)
158: top_distdir = $(distdir)
159: am__remove_distdir = \
1.1.1.1.2.3.2 1(misho 160:4): if test -d "$(distdir)"; then \
161:4): find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
162:4): && rm -rf "$(distdir)" \
163:4): || { sleep 5 && rm -rf "$(distdir)"; }; \
164:4): else :; fi
165:4): am__post_remove_distdir = $(am__remove_distdir)
1.1 misho 166: am__relativize = \
167: dir0=`pwd`; \
168: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
169: sed_rest='s,^[^/]*/*,,'; \
170: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
171: sed_butlast='s,/*[^/]*$$,,'; \
172: while test -n "$$dir1"; do \
173: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
174: if test "$$first" != "."; then \
175: if test "$$first" = ".."; then \
176: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
177: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178: else \
179: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180: if test "$$first2" = "$$first"; then \
181: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182: else \
183: dir2="../$$dir2"; \
184: fi; \
185: dir0="$$dir0"/"$$first"; \
186: fi; \
187: fi; \
188: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
189: done; \
190: reldir="$$dir2"
191: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
192: GZIP_ENV = --best
1.1.1.1.2.3.2 1(misho 193:4): DIST_TARGETS = dist-bzip2 dist-gzip
1.1 misho 194: distuninstallcheck_listfiles = find . -type f -print
1.1.1.1.2.3.2 1(misho 195:4): am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
196:4): | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.1 misho 197: distcleancheck_listfiles = find . -type f -print
1.1.1.1.2.3.2 1(misho 198:4): ACLOCAL = aclocal-1.14
199:4): AMTAR = $${TAR-tar}
200:4): AM_DEFAULT_VERBOSITY = 1
1.1 misho 201: AR = ar
1.1.1.1.2.3.2 1(misho 202:4): AUTOCONF = autoconf
203:4): AUTOHEADER = autoheader
204:4): AUTOMAKE = automake-1.14
1.1 misho 205: AWK = gawk
1.1.1.1.2.3.2 1(misho 206:4): CC = cc
1.1 misho 207: CCDEPMODE = depmode=gcc3
1.1.1.1.2.1 misho 208: CFLAGS = -g -O2 -Wall -Werror -Wno-unused
1.1 misho 209: CONFIGURE_AMFLAGS =
1.1.1.1.2.3.2 1(misho 210:4): CPP = cc -E
1.1 misho 211: CPPFLAGS = -I${top_srcdir}/src/racoon/missing
212: CRYPTOBJS =
213: CYGPATH_W = echo
214: DEFS = -DHAVE_CONFIG_H
215: DEPDIR = .deps
1.1.1.1.2.3.2 1(misho 216:4): DLLTOOL = false
1.1 misho 217: DSYMUTIL =
218: DUMPBIN =
219: ECHO_C =
220: ECHO_N = -n
221: ECHO_T =
222: EGREP = /usr/bin/grep -E
223: EXEEXT =
224: EXTRA_CRYPTO =
225: FGREP = /usr/bin/grep -F
1.1.1.1.2.3.2 1(misho 226:4): FRAG_OBJS =
1.1 misho 227: GLIBC_BUGS =
228: GREP = /usr/bin/grep
1.1.1.1.2.3.2 1(misho 229:4): HYBRID_OBJS =
1.1 misho 230: INCLUDE_GLIBC =
1.1.1.1.2.3.2 1(misho 231:4): INSTALL = /usr/bin/install -c
1.1.1.1.2.1 misho 232: INSTALL_DATA = ${INSTALL} -m 644
1.1 misho 233: INSTALL_OPTS =
1.1.1.1.2.1 misho 234: INSTALL_PROGRAM = ${INSTALL}
235: INSTALL_SCRIPT = ${INSTALL}
1.1 misho 236: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
237: KERNEL_INCLUDE =
238: KRB5_CONFIG = /usr/bin/krb5-config
1.1.1.1.2.3.2 1(misho 239:4): LD = /usr/bin/ld
1.1.1.1.2.1 misho 240: LDFLAGS =
1.1 misho 241: LEX = flex
242: LEXLIB = -lfl
243: LEX_OUTPUT_ROOT = lex.yy
244: LIBOBJS =
1.1.1.1.2.3.2 1(misho 245:4): LIBS = -lcrypto -lreadline
246:4): LIBTOOL = $(SHELL) $(top_builddir)/libtool
1.1 misho 247: LIPO =
248: LN_S = ln -s
249: LTLIBOBJS =
1.1.1.1.2.3.2 1(misho 250:4): MAKEINFO = makeinfo
251:4): MANIFEST_TOOL = :
1.1 misho 252: MKDIR_P = ./install-sh -c -d
1.1.1.1.2.3.2 1(misho 253:4): NATT_OBJS =
254:4): NM = /usr/bin/nm -B
1.1 misho 255: NMEDIT =
256: OBJDUMP = objdump
257: OBJEXT = o
258: OTOOL =
259: OTOOL64 =
260: PACKAGE = ipsec-tools
261: PACKAGE_BUGREPORT =
262: PACKAGE_NAME = ipsec-tools
1.1.1.1.2.3.2 1(misho 263:4): PACKAGE_STRING = ipsec-tools 0.8.1
1.1 misho 264: PACKAGE_TARNAME = ipsec-tools
265: PACKAGE_URL =
1.1.1.1.2.3.2 1(misho 266:4): PACKAGE_VERSION = 0.8.1
1.1 misho 267: PATH_SEPARATOR = :
268: RANLIB = ranlib
269: RPM =
270: SECCTX_OBJS =
271: SED = /usr/bin/sed
272: SET_MAKE =
273: SHELL = /bin/sh
274: STRIP = strip
1.1.1.1.2.3.2 1(misho 275:4): VERSION = 0.8.1
1.1 misho 276: YACC = bison -y
277: YFLAGS =
1.1.1.1.2.1 misho 278: abs_builddir = /home/misho/work/embedaddon/ipsec-tools
279: abs_srcdir = /home/misho/work/embedaddon/ipsec-tools
280: abs_top_builddir = /home/misho/work/embedaddon/ipsec-tools
281: abs_top_srcdir = /home/misho/work/embedaddon/ipsec-tools
1.1.1.1.2.3.2 1(misho 282:4): ac_ct_AR = ar
283:4): ac_ct_CC =
1.1 misho 284: ac_ct_DUMPBIN =
285: am__include = include
286: am__leading_dot = .
287: am__quote =
1.1.1.1.2.3.2 1(misho 288:4): am__tar = $${TAR-tar} chof - "$$tardir"
289:4): am__untar = $${TAR-tar} xf -
1.1 misho 290: bindir = ${exec_prefix}/bin
1.1.1.1.2.3.2 1(misho 291:4): build = i386-unknown-freebsd11.0
292:4): build_alias =
1.1 misho 293: build_cpu = i386
1.1.1.1.2.3.2 1(misho 294:4): build_os = freebsd11.0
295:4): build_vendor = unknown
1.1 misho 296: builddir = .
297: datadir = ${datarootdir}
298: datarootdir = ${prefix}/share
299: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
300: dvidir = ${docdir}
301: exec_prefix = ${prefix}
1.1.1.1.2.3.2 1(misho 302:4): host = i386-unknown-freebsd11.0
1.1 misho 303: host_alias =
304: host_cpu = i386
1.1.1.1.2.3.2 1(misho 305:4): host_os = freebsd11.0
306:4): host_vendor = unknown
1.1 misho 307: htmldir = ${docdir}
308: include_racoondir = ${prefix}/include/racoon
309: includedir = ${prefix}/include
1.1.1.1.2.1 misho 310: infodir = ${datarootdir}/info
311: install_sh = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/install-sh
1.1 misho 312: libdir = ${exec_prefix}/lib
313: libexecdir = ${exec_prefix}/libexec
314: localedir = ${datarootdir}/locale
1.1.1.1.2.3.2 1(misho 315:4): localstatedir = ${prefix}/var
1.1.1.1.2.1 misho 316: mandir = ${datarootdir}/man
1.1.1.1.2.3.2 1(misho 317:4): mkdir_p = $(MKDIR_P)
1.1 misho 318: oldincludedir = /usr/include
319: pdfdir = ${docdir}
1.1.1.1.2.3.2 1(misho 320:4): prefix = /usr/local
1.1 misho 321: program_transform_name = s,x,x,
322: psdir = ${docdir}
323: sbindir = ${exec_prefix}/sbin
324: sharedstatedir = ${prefix}/com
325: srcdir = .
1.1.1.1.2.3.2 1(misho 326:4): sysconfdir = ${prefix}/etc
1.1 misho 327: target_alias =
328: top_build_prefix =
329: top_builddir = .
330: top_srcdir = .
331: SUBDIRS = src
332: DIST_SUBDIRS = src rpm
333: EXTRA_DIST = bootstrap README NEWS depcomp ChangeLog ChangeLog.old
334: MAINTAINERCLEANFILES = ChangeLog
335: all: config.h
336: $(MAKE) $(AM_MAKEFLAGS) all-recursive
337:
338: .SUFFIXES:
1.1.1.1.2.3.2 1(misho 339:4): am--refresh: Makefile
1.1 misho 340: @:
341: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
342: @for dep in $?; do \
343: case '$(am__configure_deps)' in \
344: *$$dep*) \
345: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
346: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
347: && exit 0; \
348: exit 1;; \
349: esac; \
350: done; \
351: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
352: $(am__cd) $(top_srcdir) && \
353: $(AUTOMAKE) --foreign Makefile
354: .PRECIOUS: Makefile
355: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356: @case '$?' in \
357: *config.status*) \
358: echo ' $(SHELL) ./config.status'; \
359: $(SHELL) ./config.status;; \
360: *) \
361: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
362: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
363: esac;
364:
365: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366: $(SHELL) ./config.status --recheck
367:
368: $(top_srcdir)/configure: $(am__configure_deps)
369: $(am__cd) $(srcdir) && $(AUTOCONF)
370: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
371: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
372: $(am__aclocal_m4_deps):
373:
374: config.h: stamp-h1
1.1.1.1.2.3.2 1(misho 375:4): @test -f $@ || rm -f stamp-h1
376:4): @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1 misho 377:
378: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
379: @rm -f stamp-h1
380: cd $(top_builddir) && $(SHELL) ./config.status config.h
381: $(srcdir)/config.h.in: $(am__configure_deps)
382: ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
383: rm -f stamp-h1
384: touch $@
385:
386: distclean-hdr:
387: -rm -f config.h stamp-h1
388: package_version.h: $(top_builddir)/config.status $(srcdir)/package_version.h.in
389: cd $(top_builddir) && $(SHELL) ./config.status $@
390: src/racoon/samples/psk.txt: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/psk.txt.in
391: cd $(top_builddir) && $(SHELL) ./config.status $@
392: src/racoon/samples/racoon.conf: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/racoon.conf.in
393: cd $(top_builddir) && $(SHELL) ./config.status $@
394:
395: mostlyclean-libtool:
396: -rm -f *.lo
397:
398: clean-libtool:
399: -rm -rf .libs _libs
400:
401: distclean-libtool:
402: -rm -f libtool config.lt
403:
404: # This directory's subdirectories are mostly independent; you can cd
1.1.1.1.2.3.2 1(misho 405:4): # into them and run 'make' without going through this Makefile.
406:4): # To change the values of 'make' variables: instead of editing Makefiles,
407:4): # (1) if the variable is set in 'config.status', edit 'config.status'
408:4): # (which will cause the Makefiles to be regenerated when you run 'make');
409:4): # (2) otherwise, pass the desired values on the 'make' command line.
410:4): $(am__recursive_targets):
411:4): @fail=; \
412:4): if $(am__make_keepgoing); then \
413:4): failcom='fail=yes'; \
414:4): else \
415:4): failcom='exit 1'; \
416:4): fi; \
1.1 misho 417: dot_seen=no; \
418: target=`echo $@ | sed s/-recursive//`; \
1.1.1.1.2.3.2 1(misho 419:4): case "$@" in \
420:4): distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421:4): *) list='$(SUBDIRS)' ;; \
422:4): esac; \
423:4): for subdir in $$list; do \
1.1 misho 424: echo "Making $$target in $$subdir"; \
425: if test "$$subdir" = "."; then \
426: dot_seen=yes; \
427: local_target="$$target-am"; \
428: else \
429: local_target="$$target"; \
430: fi; \
431: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432: || eval $$failcom; \
433: done; \
434: if test "$$dot_seen" = "no"; then \
435: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436: fi; test -z "$$fail"
437:
1.1.1.1.2.3.2 1(misho 438:4): ID: $(am__tagged_files)
439:4): $(am__define_uniq_tagged_files); mkid -fID $$unique
440:4): tags: tags-recursive
441:4): TAGS: tags
1.1 misho 442:
1.1.1.1.2.3.2 1(misho 443:4): tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.1 misho 444: set x; \
445: here=`pwd`; \
446: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
447: include_option=--etags-include; \
448: empty_fix=.; \
449: else \
450: include_option=--include; \
451: empty_fix=; \
452: fi; \
453: list='$(SUBDIRS)'; for subdir in $$list; do \
454: if test "$$subdir" = .; then :; else \
455: test ! -f $$subdir/TAGS || \
456: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
457: fi; \
458: done; \
1.1.1.1.2.3.2 1(misho 459:4): $(am__define_uniq_tagged_files); \
1.1 misho 460: shift; \
461: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
462: test -n "$$unique" || unique=$$empty_fix; \
463: if test $$# -gt 0; then \
464: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465: "$$@" $$unique; \
466: else \
467: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468: $$unique; \
469: fi; \
470: fi
1.1.1.1.2.3.2 1(misho 471:4): ctags: ctags-recursive
472:4):
473:4): CTAGS: ctags
474:4): ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
475:4): $(am__define_uniq_tagged_files); \
1.1 misho 476: test -z "$(CTAGS_ARGS)$$unique" \
477: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478: $$unique
479:
480: GTAGS:
481: here=`$(am__cd) $(top_builddir) && pwd` \
482: && $(am__cd) $(top_srcdir) \
483: && gtags -i $(GTAGS_ARGS) "$$here"
1.1.1.1.2.3.2 1(misho 484:4): cscope: cscope.files
485:4): test ! -s cscope.files \
486:4): || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
487:4): clean-cscope:
488:4): -rm -f cscope.files
489:4): cscope.files: clean-cscope cscopelist
490:4): cscopelist: cscopelist-recursive
491:4):
492:4): cscopelist-am: $(am__tagged_files)
493:4): list='$(am__tagged_files)'; \
494:4): case "$(srcdir)" in \
495:4): [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
496:4): *) sdir=$(subdir)/$(srcdir) ;; \
497:4): esac; \
498:4): for i in $$list; do \
499:4): if test -f "$$i"; then \
500:4): echo "$(subdir)/$$i"; \
501:4): else \
502:4): echo "$$sdir/$$i"; \
503:4): fi; \
504:4): done >> $(top_builddir)/cscope.files
1.1 misho 505:
506: distclean-tags:
507: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1.1.1.2.3.2 1(misho 508:4): -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1 misho 509:
510: distdir: $(DISTFILES)
511: $(am__remove_distdir)
512: test -d "$(distdir)" || mkdir "$(distdir)"
513: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515: list='$(DISTFILES)'; \
516: dist_files=`for file in $$list; do echo $$file; done | \
517: sed -e "s|^$$srcdirstrip/||;t" \
518: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519: case $$dist_files in \
520: */*) $(MKDIR_P) `echo "$$dist_files" | \
521: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522: sort -u` ;; \
523: esac; \
524: for file in $$dist_files; do \
525: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526: if test -d $$d/$$file; then \
527: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528: if test -d "$(distdir)/$$file"; then \
529: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530: fi; \
531: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534: fi; \
535: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536: else \
537: test -f "$(distdir)/$$file" \
538: || cp -p $$d/$$file "$(distdir)/$$file" \
539: || exit 1; \
540: fi; \
541: done
542: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543: if test "$$subdir" = .; then :; else \
1.1.1.1.2.3.2 1(misho 544:4): $(am__make_dryrun) \
545:4): || test -d "$(distdir)/$$subdir" \
546:4): || $(MKDIR_P) "$(distdir)/$$subdir" \
547:4): || exit 1; \
1.1 misho 548: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
549: $(am__relativize); \
550: new_distdir=$$reldir; \
551: dir1=$$subdir; dir2="$(top_distdir)"; \
552: $(am__relativize); \
553: new_top_distdir=$$reldir; \
554: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
555: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
556: ($(am__cd) $$subdir && \
557: $(MAKE) $(AM_MAKEFLAGS) \
558: top_distdir="$$new_top_distdir" \
559: distdir="$$new_distdir" \
560: am__remove_distdir=: \
561: am__skip_length_check=: \
562: am__skip_mode_fix=: \
563: distdir) \
564: || exit 1; \
565: fi; \
566: done
567: -test -n "$(am__skip_mode_fix)" \
568: || find "$(distdir)" -type d ! -perm -755 \
569: -exec chmod u+rwx,go+rx {} \; -o \
570: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
571: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
572: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
573: || chmod -R a+r "$(distdir)"
574: dist-gzip: distdir
575: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.1.1.1.2.3.2 1(misho 576:4): $(am__post_remove_distdir)
1.1 misho 577: dist-bzip2: distdir
1.1.1.1.2.3.2 1(misho 578:4): tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
579:4): $(am__post_remove_distdir)
1.1 misho 580:
1.1.1.1.2.3.2 1(misho 581:4): dist-lzip: distdir
582:4): tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
583:4): $(am__post_remove_distdir)
1.1 misho 584:
585: dist-xz: distdir
1.1.1.1.2.3.2 1(misho 586:4): tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
587:4): $(am__post_remove_distdir)
1.1 misho 588:
589: dist-tarZ: distdir
1.1.1.1.2.3.2 1(misho 590:4): @echo WARNING: "Support for shar distribution archives is" \
591:4): "deprecated." >&2
592:4): @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.1 misho 593: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.1.1.1.2.3.2 1(misho 594:4): $(am__post_remove_distdir)
1.1 misho 595:
596: dist-shar: distdir
1.1.1.1.2.3.2 1(misho 597:4): @echo WARNING: "Support for distribution archives compressed with" \
598:4): "legacy program 'compress' is deprecated." >&2
599:4): @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.1 misho 600: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1.1.1.1.2.3.2 1(misho 601:4): $(am__post_remove_distdir)
1.1 misho 602:
603: dist-zip: distdir
604: -rm -f $(distdir).zip
605: zip -rq $(distdir).zip $(distdir)
1.1.1.1.2.3.2 1(misho 606:4): $(am__post_remove_distdir)
1.1 misho 607:
1.1.1.1.2.3.2 1(misho 608:4): dist dist-all:
609:4): $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
610:4): $(am__post_remove_distdir)
1.1 misho 611:
612: # This target untars the dist file and tries a VPATH configuration. Then
613: # it guarantees that the distribution is self-contained by making another
614: # tarfile.
615: distcheck: dist
616: case '$(DIST_ARCHIVES)' in \
617: *.tar.gz*) \
618: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
619: *.tar.bz2*) \
620: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.1.1.2.3.2 1(misho 621:4): *.tar.lz*) \
622:4): lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.1 misho 623: *.tar.xz*) \
624: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
625: *.tar.Z*) \
626: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
627: *.shar.gz*) \
628: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
629: *.zip*) \
630: unzip $(distdir).zip ;;\
631: esac
1.1.1.1.2.3.2 1(misho 632:4): chmod -R a-w $(distdir)
633:4): chmod u+w $(distdir)
634:4): mkdir $(distdir)/_build $(distdir)/_inst
1.1 misho 635: chmod a-w $(distdir)
636: test -d $(distdir)/_build || exit 0; \
637: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
638: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
639: && am__cwd=`pwd` \
640: && $(am__cd) $(distdir)/_build \
641: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1.1.1.1.2.3.2 1(misho 642:4): $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1 misho 643: $(DISTCHECK_CONFIGURE_FLAGS) \
644: && $(MAKE) $(AM_MAKEFLAGS) \
645: && $(MAKE) $(AM_MAKEFLAGS) dvi \
646: && $(MAKE) $(AM_MAKEFLAGS) check \
647: && $(MAKE) $(AM_MAKEFLAGS) install \
648: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
649: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
650: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
651: distuninstallcheck \
652: && chmod -R a-w "$$dc_install_base" \
653: && ({ \
654: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
655: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
656: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
657: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
658: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
659: } || { rm -rf "$$dc_destdir"; exit 1; }) \
660: && rm -rf "$$dc_destdir" \
661: && $(MAKE) $(AM_MAKEFLAGS) dist \
662: && rm -rf $(DIST_ARCHIVES) \
663: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
664: && cd "$$am__cwd" \
665: || exit 1
1.1.1.1.2.3.2 1(misho 666:4): $(am__post_remove_distdir)
1.1 misho 667: @(echo "$(distdir) archives ready for distribution: "; \
668: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
669: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
670: distuninstallcheck:
1.1.1.1.2.3.2 1(misho 671:4): @test -n '$(distuninstallcheck_dir)' || { \
672:4): echo 'ERROR: trying to run $@ with an empty' \
673:4): '$$(distuninstallcheck_dir)' >&2; \
674:4): exit 1; \
675:4): }; \
676:4): $(am__cd) '$(distuninstallcheck_dir)' || { \
677:4): echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
678:4): exit 1; \
679:4): }; \
680:4): test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.1 misho 681: || { echo "ERROR: files left after uninstall:" ; \
682: if test -n "$(DESTDIR)"; then \
683: echo " (check DESTDIR support)"; \
684: fi ; \
685: $(distuninstallcheck_listfiles) ; \
686: exit 1; } >&2
687: distcleancheck: distclean
688: @if test '$(srcdir)' = . ; then \
689: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
690: exit 1 ; \
691: fi
692: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
693: || { echo "ERROR: files left in build directory after distclean:" ; \
694: $(distcleancheck_listfiles) ; \
695: exit 1; } >&2
696: check-am: all-am
697: check: check-recursive
698: all-am: Makefile config.h
699: installdirs: installdirs-recursive
700: installdirs-am:
701: install: install-recursive
702: install-exec: install-exec-recursive
703: install-data: install-data-recursive
704: uninstall: uninstall-recursive
705:
706: install-am: all-am
707: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
708:
709: installcheck: installcheck-recursive
710: install-strip:
1.1.1.1.2.3.2 1(misho 711:4): if test -z '$(STRIP)'; then \
712:4): $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713:4): install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714:4): install; \
715:4): else \
716:4): $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717:4): install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718:4): "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
719:4): fi
1.1 misho 720: mostlyclean-generic:
721:
722: clean-generic:
723:
724: distclean-generic:
725: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
727:
728: maintainer-clean-generic:
729: @echo "This command is intended for maintainers to use"
730: @echo "it deletes files that may require special tools to rebuild."
731: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
732: clean: clean-recursive
733:
734: clean-am: clean-generic clean-libtool mostlyclean-am
735:
736: distclean: distclean-recursive
737: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
738: -rm -f Makefile
739: distclean-am: clean-am distclean-generic distclean-hdr \
740: distclean-libtool distclean-tags
741:
742: dvi: dvi-recursive
743:
744: dvi-am:
745:
746: html: html-recursive
747:
748: html-am:
749:
750: info: info-recursive
751:
752: info-am:
753:
754: install-data-am:
755:
756: install-dvi: install-dvi-recursive
757:
758: install-dvi-am:
759:
760: install-exec-am:
761:
762: install-html: install-html-recursive
763:
764: install-html-am:
765:
766: install-info: install-info-recursive
767:
768: install-info-am:
769:
770: install-man:
771:
772: install-pdf: install-pdf-recursive
773:
774: install-pdf-am:
775:
776: install-ps: install-ps-recursive
777:
778: install-ps-am:
779:
780: installcheck-am:
781:
782: maintainer-clean: maintainer-clean-recursive
783: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
784: -rm -rf $(top_srcdir)/autom4te.cache
785: -rm -f Makefile
786: maintainer-clean-am: distclean-am maintainer-clean-generic
787:
788: mostlyclean: mostlyclean-recursive
789:
790: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
791:
792: pdf: pdf-recursive
793:
794: pdf-am:
795:
796: ps: ps-recursive
797:
798: ps-am:
799:
800: uninstall-am:
801:
1.1.1.1.2.3.2 1(misho 802:4): .MAKE: $(am__recursive_targets) all install-am install-strip
1.1 misho 803:
1.1.1.1.2.3.2 1(misho 804:4): .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
805:4): am--refresh check check-am clean clean-cscope clean-generic \
806:4): clean-libtool cscope cscopelist-am ctags ctags-am dist \
807:4): dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
808:4): dist-xz dist-zip distcheck distclean distclean-generic \
809:4): distclean-hdr distclean-libtool distclean-tags distcleancheck \
810:4): distdir distuninstallcheck dvi dvi-am html html-am info \
811:4): info-am install install-am install-data install-data-am \
812:4): install-dvi install-dvi-am install-exec install-exec-am \
813:4): install-html install-html-am install-info install-info-am \
814:4): install-man install-pdf install-pdf-am install-ps \
815:4): install-ps-am install-strip installcheck installcheck-am \
816:4): installdirs installdirs-am maintainer-clean \
817:4): maintainer-clean-generic mostlyclean mostlyclean-generic \
818:4): mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
819:4): uninstall-am
1.1 misho 820:
821:
822: $(srcdir)/ChangeLog:
823: @if test -d "$(srcdir)/CVS"; then \
1.1.1.1.2.3.2 1(misho 824:4): $(srcdir)/misc/cvs2cl.pl --follow-only ipsec-tools-0_8-branch -I ChangeLog --utc -U $(srcdir)/misc/cvsusermap --group-by-author --fsf -T -l "-d2006-09-10<now" --tag-regexp "^ipsec-tools" --stdout > $@ ; \
1.1 misho 825: echo "For older changes see ChangeLog.old" >> $@ ; \
826: else \
827: echo "A CVS checkout and perl is required to generate ChangeLog" ; \
828: exit 1 ; \
829: fi
830:
831: .PHONY: $(srcdir)/ChangeLog
832:
833: # Tell versions [3.59,3.63) of GNU make to not export all variables.
834: # Otherwise a system limit (for SysV at least) may be exceeded.
835: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>