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