source: rtems-libbsd/ipsec-tools/Makefile.in @ 91b858d

55-freebsd-126-freebsd-12
Last change on this file since 91b858d was ff36f5e, checked in by Christian Mauderer <christian.mauderer@…>, on 05/30/18 at 12:27:35

Import ipsec-tools 0.8.2.

Import unchanged ipsec-tools sources in the release version 0.8.2. The
homepage of ipsec-tools is http://ipsec-tools.sourceforge.net/. The
sources can be obtained from there.

  • Property mode set to 100644
File size: 26.0 KB
Line 
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \   ]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82        $(top_srcdir)/configure $(am__configure_deps) \
83        $(srcdir)/config.h.in $(srcdir)/package_version.h.in \
84        $(top_srcdir)/src/racoon/samples/psk.txt.in \
85        $(top_srcdir)/src/racoon/samples/racoon.conf.in ChangeLog NEWS \
86        README compile config.guess config.sub depcomp install-sh \
87        missing ylwrap ltmain.sh
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
90        $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92        $(ACLOCAL_M4)
93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94 configure.lineno config.status.lineno
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = config.h
97CONFIG_CLEAN_FILES = package_version.h src/racoon/samples/psk.txt \
98        src/racoon/samples/racoon.conf
99CONFIG_CLEAN_VPATH_FILES =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 =
112SOURCES =
113DIST_SOURCES =
114RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115        ctags-recursive dvi-recursive html-recursive info-recursive \
116        install-data-recursive install-dvi-recursive \
117        install-exec-recursive install-html-recursive \
118        install-info-recursive install-pdf-recursive \
119        install-ps-recursive install-recursive installcheck-recursive \
120        installdirs-recursive pdf-recursive ps-recursive \
121        tags-recursive uninstall-recursive
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128  distclean-recursive maintainer-clean-recursive
129am__recursive_targets = \
130  $(RECURSIVE_TARGETS) \
131  $(RECURSIVE_CLEAN_TARGETS) \
132  $(am__extra_recursive_targets)
133AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134        cscope distdir dist dist-all distcheck
135am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
136        $(LISP)config.h.in
137# Read a list of newline-separated strings from the standard input,
138# and print each of them once, without duplicates.  Input order is
139# *not* preserved.
140am__uniquify_input = $(AWK) '\
141  BEGIN { nonempty = 0; } \
142  { items[$$0] = 1; nonempty = 1; } \
143  END { if (nonempty) { for (i in items) print i; }; } \
144'
145# Make sure the list of sources is unique.  This is necessary because,
146# e.g., the same source file might be shared among _SOURCES variables
147# for different programs/libraries.
148am__define_uniq_tagged_files = \
149  list='$(am__tagged_files)'; \
150  unique=`for i in $$list; do \
151    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152  done | $(am__uniquify_input)`
153ETAGS = etags
154CTAGS = ctags
155CSCOPE = cscope
156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157distdir = $(PACKAGE)-$(VERSION)
158top_distdir = $(distdir)
159am__remove_distdir = \
160  if test -d "$(distdir)"; then \
161    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
162      && rm -rf "$(distdir)" \
163      || { sleep 5 && rm -rf "$(distdir)"; }; \
164  else :; fi
165am__post_remove_distdir = $(am__remove_distdir)
166am__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"
191DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
192GZIP_ENV = --best
193DIST_TARGETS = dist-bzip2 dist-gzip
194distuninstallcheck_listfiles = find . -type f -print
195am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
196  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
197distcleancheck_listfiles = find . -type f -print
198ACLOCAL = @ACLOCAL@
199AMTAR = @AMTAR@
200AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201AR = @AR@
202AUTOCONF = @AUTOCONF@
203AUTOHEADER = @AUTOHEADER@
204AUTOMAKE = @AUTOMAKE@
205AWK = @AWK@
206CC = @CC@
207CCDEPMODE = @CCDEPMODE@
208CFLAGS = @CFLAGS@
209CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CRYPTOBJS = @CRYPTOBJS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219ECHO_C = @ECHO_C@
220ECHO_N = @ECHO_N@
221ECHO_T = @ECHO_T@
222EGREP = @EGREP@
223EXEEXT = @EXEEXT@
224EXTRA_CRYPTO = @EXTRA_CRYPTO@
225FGREP = @FGREP@
226FRAG_OBJS = @FRAG_OBJS@
227GLIBC_BUGS = @GLIBC_BUGS@
228GREP = @GREP@
229HYBRID_OBJS = @HYBRID_OBJS@
230INCLUDE_GLIBC = @INCLUDE_GLIBC@
231INSTALL = @INSTALL@
232INSTALL_DATA = @INSTALL_DATA@
233INSTALL_OPTS = @INSTALL_OPTS@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237KERNEL_INCLUDE = @KERNEL_INCLUDE@
238KRB5_CONFIG = @KRB5_CONFIG@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LEX = @LEX@
242LEXLIB = @LEXLIB@
243LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
247LIPO = @LIPO@
248LN_S = @LN_S@
249LTLIBOBJS = @LTLIBOBJS@
250MAKEINFO = @MAKEINFO@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MKDIR_P = @MKDIR_P@
253NATT_OBJS = @NATT_OBJS@
254NM = @NM@
255NMEDIT = @NMEDIT@
256OBJDUMP = @OBJDUMP@
257OBJEXT = @OBJEXT@
258OTOOL = @OTOOL@
259OTOOL64 = @OTOOL64@
260PACKAGE = @PACKAGE@
261PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262PACKAGE_NAME = @PACKAGE_NAME@
263PACKAGE_STRING = @PACKAGE_STRING@
264PACKAGE_TARNAME = @PACKAGE_TARNAME@
265PACKAGE_URL = @PACKAGE_URL@
266PACKAGE_VERSION = @PACKAGE_VERSION@
267PATH_SEPARATOR = @PATH_SEPARATOR@
268RANLIB = @RANLIB@
269RPM = @RPM@
270SECCTX_OBJS = @SECCTX_OBJS@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274STRIP = @STRIP@
275VERSION = @VERSION@
276YACC = @YACC@
277YFLAGS = @YFLAGS@
278abs_builddir = @abs_builddir@
279abs_srcdir = @abs_srcdir@
280abs_top_builddir = @abs_top_builddir@
281abs_top_srcdir = @abs_top_srcdir@
282ac_ct_AR = @ac_ct_AR@
283ac_ct_CC = @ac_ct_CC@
284ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
285am__include = @am__include@
286am__leading_dot = @am__leading_dot@
287am__quote = @am__quote@
288am__tar = @am__tar@
289am__untar = @am__untar@
290bindir = @bindir@
291build = @build@
292build_alias = @build_alias@
293build_cpu = @build_cpu@
294build_os = @build_os@
295build_vendor = @build_vendor@
296builddir = @builddir@
297datadir = @datadir@
298datarootdir = @datarootdir@
299docdir = @docdir@
300dvidir = @dvidir@
301exec_prefix = @exec_prefix@
302host = @host@
303host_alias = @host_alias@
304host_cpu = @host_cpu@
305host_os = @host_os@
306host_vendor = @host_vendor@
307htmldir = @htmldir@
308include_racoondir = @include_racoondir@
309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
314localedir = @localedir@
315localstatedir = @localstatedir@
316mandir = @mandir@
317mkdir_p = @mkdir_p@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
328top_build_prefix = @top_build_prefix@
329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
331SUBDIRS = src @RPM@
332DIST_SUBDIRS = src rpm
333EXTRA_DIST = bootstrap README NEWS depcomp ChangeLog ChangeLog.old
334MAINTAINERCLEANFILES = ChangeLog
335all: config.h
336        $(MAKE) $(AM_MAKEFLAGS) all-recursive
337
338.SUFFIXES:
339am--refresh: Makefile
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
355Makefile: $(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
374config.h: stamp-h1
375        @test -f $@ || rm -f stamp-h1
376        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
377
378stamp-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
386distclean-hdr:
387        -rm -f config.h stamp-h1
388package_version.h: $(top_builddir)/config.status $(srcdir)/package_version.h.in
389        cd $(top_builddir) && $(SHELL) ./config.status $@
390src/racoon/samples/psk.txt: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/psk.txt.in
391        cd $(top_builddir) && $(SHELL) ./config.status $@
392src/racoon/samples/racoon.conf: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/racoon.conf.in
393        cd $(top_builddir) && $(SHELL) ./config.status $@
394
395mostlyclean-libtool:
396        -rm -f *.lo
397
398clean-libtool:
399        -rm -rf .libs _libs
400
401distclean-libtool:
402        -rm -f libtool config.lt
403
404# This directory's subdirectories are mostly independent; you can cd
405# into them and run 'make' without going through this Makefile.
406# To change the values of 'make' variables: instead of editing Makefiles,
407# (1) if the variable is set in 'config.status', edit 'config.status'
408#     (which will cause the Makefiles to be regenerated when you run 'make');
409# (2) otherwise, pass the desired values on the 'make' command line.
410$(am__recursive_targets):
411        @fail=; \
412        if $(am__make_keepgoing); then \
413          failcom='fail=yes'; \
414        else \
415          failcom='exit 1'; \
416        fi; \
417        dot_seen=no; \
418        target=`echo $@ | sed s/-recursive//`; \
419        case "$@" in \
420          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421          *) list='$(SUBDIRS)' ;; \
422        esac; \
423        for subdir in $$list; do \
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
438ID: $(am__tagged_files)
439        $(am__define_uniq_tagged_files); mkid -fID $$unique
440tags: tags-recursive
441TAGS: tags
442
443tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
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; \
459        $(am__define_uniq_tagged_files); \
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
471ctags: ctags-recursive
472
473CTAGS: ctags
474ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
475        $(am__define_uniq_tagged_files); \
476        test -z "$(CTAGS_ARGS)$$unique" \
477          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478             $$unique
479
480GTAGS:
481        here=`$(am__cd) $(top_builddir) && pwd` \
482          && $(am__cd) $(top_srcdir) \
483          && gtags -i $(GTAGS_ARGS) "$$here"
484cscope: cscope.files
485        test ! -s cscope.files \
486          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
487clean-cscope:
488        -rm -f cscope.files
489cscope.files: clean-cscope cscopelist
490cscopelist: cscopelist-recursive
491
492cscopelist-am: $(am__tagged_files)
493        list='$(am__tagged_files)'; \
494        case "$(srcdir)" in \
495          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
496          *) sdir=$(subdir)/$(srcdir) ;; \
497        esac; \
498        for i in $$list; do \
499          if test -f "$$i"; then \
500            echo "$(subdir)/$$i"; \
501          else \
502            echo "$$sdir/$$i"; \
503          fi; \
504        done >> $(top_builddir)/cscope.files
505
506distclean-tags:
507        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
509
510distdir: $(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 \
544            $(am__make_dryrun) \
545              || test -d "$(distdir)/$$subdir" \
546              || $(MKDIR_P) "$(distdir)/$$subdir" \
547              || exit 1; \
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)"
574dist-gzip: distdir
575        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
576        $(am__post_remove_distdir)
577dist-bzip2: distdir
578        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
579        $(am__post_remove_distdir)
580
581dist-lzip: distdir
582        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
583        $(am__post_remove_distdir)
584
585dist-xz: distdir
586        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
587        $(am__post_remove_distdir)
588
589dist-tarZ: distdir
590        @echo WARNING: "Support for shar distribution archives is" \
591                       "deprecated." >&2
592        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
593        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
594        $(am__post_remove_distdir)
595
596dist-shar: distdir
597        @echo WARNING: "Support for distribution archives compressed with" \
598                       "legacy program 'compress' is deprecated." >&2
599        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
600        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
601        $(am__post_remove_distdir)
602
603dist-zip: distdir
604        -rm -f $(distdir).zip
605        zip -rq $(distdir).zip $(distdir)
606        $(am__post_remove_distdir)
607
608dist dist-all:
609        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
610        $(am__post_remove_distdir)
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.
615distcheck: 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) ;;\
621        *.tar.lz*) \
622          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
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
632        chmod -R a-w $(distdir)
633        chmod u+w $(distdir)
634        mkdir $(distdir)/_build $(distdir)/_inst
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 \
642            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
643            $(DISTCHECK_CONFIGURE_FLAGS) \
644            --srcdir=.. --prefix="$$dc_install_base" \
645          && $(MAKE) $(AM_MAKEFLAGS) \
646          && $(MAKE) $(AM_MAKEFLAGS) dvi \
647          && $(MAKE) $(AM_MAKEFLAGS) check \
648          && $(MAKE) $(AM_MAKEFLAGS) install \
649          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
650          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
651          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
652                distuninstallcheck \
653          && chmod -R a-w "$$dc_install_base" \
654          && ({ \
655               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
656               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
657               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
658               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
659                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
660              } || { rm -rf "$$dc_destdir"; exit 1; }) \
661          && rm -rf "$$dc_destdir" \
662          && $(MAKE) $(AM_MAKEFLAGS) dist \
663          && rm -rf $(DIST_ARCHIVES) \
664          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
665          && cd "$$am__cwd" \
666          || exit 1
667        $(am__post_remove_distdir)
668        @(echo "$(distdir) archives ready for distribution: "; \
669          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
670          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
671distuninstallcheck:
672        @test -n '$(distuninstallcheck_dir)' || { \
673          echo 'ERROR: trying to run $@ with an empty' \
674               '$$(distuninstallcheck_dir)' >&2; \
675          exit 1; \
676        }; \
677        $(am__cd) '$(distuninstallcheck_dir)' || { \
678          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
679          exit 1; \
680        }; \
681        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
682           || { echo "ERROR: files left after uninstall:" ; \
683                if test -n "$(DESTDIR)"; then \
684                  echo "  (check DESTDIR support)"; \
685                fi ; \
686                $(distuninstallcheck_listfiles) ; \
687                exit 1; } >&2
688distcleancheck: distclean
689        @if test '$(srcdir)' = . ; then \
690          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
691          exit 1 ; \
692        fi
693        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
694          || { echo "ERROR: files left in build directory after distclean:" ; \
695               $(distcleancheck_listfiles) ; \
696               exit 1; } >&2
697check-am: all-am
698check: check-recursive
699all-am: Makefile config.h
700installdirs: installdirs-recursive
701installdirs-am:
702install: install-recursive
703install-exec: install-exec-recursive
704install-data: install-data-recursive
705uninstall: uninstall-recursive
706
707install-am: all-am
708        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
709
710installcheck: installcheck-recursive
711install-strip:
712        if test -z '$(STRIP)'; then \
713          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
715              install; \
716        else \
717          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
718            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
719            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
720        fi
721mostlyclean-generic:
722
723clean-generic:
724
725distclean-generic:
726        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728
729maintainer-clean-generic:
730        @echo "This command is intended for maintainers to use"
731        @echo "it deletes files that may require special tools to rebuild."
732        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
733clean: clean-recursive
734
735clean-am: clean-generic clean-libtool mostlyclean-am
736
737distclean: distclean-recursive
738        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
739        -rm -f Makefile
740distclean-am: clean-am distclean-generic distclean-hdr \
741        distclean-libtool distclean-tags
742
743dvi: dvi-recursive
744
745dvi-am:
746
747html: html-recursive
748
749html-am:
750
751info: info-recursive
752
753info-am:
754
755install-data-am:
756
757install-dvi: install-dvi-recursive
758
759install-dvi-am:
760
761install-exec-am:
762
763install-html: install-html-recursive
764
765install-html-am:
766
767install-info: install-info-recursive
768
769install-info-am:
770
771install-man:
772
773install-pdf: install-pdf-recursive
774
775install-pdf-am:
776
777install-ps: install-ps-recursive
778
779install-ps-am:
780
781installcheck-am:
782
783maintainer-clean: maintainer-clean-recursive
784        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
785        -rm -rf $(top_srcdir)/autom4te.cache
786        -rm -f Makefile
787maintainer-clean-am: distclean-am maintainer-clean-generic
788
789mostlyclean: mostlyclean-recursive
790
791mostlyclean-am: mostlyclean-generic mostlyclean-libtool
792
793pdf: pdf-recursive
794
795pdf-am:
796
797ps: ps-recursive
798
799ps-am:
800
801uninstall-am:
802
803.MAKE: $(am__recursive_targets) all install-am install-strip
804
805.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
806        am--refresh check check-am clean clean-cscope clean-generic \
807        clean-libtool cscope cscopelist-am ctags ctags-am dist \
808        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
809        dist-xz dist-zip distcheck distclean distclean-generic \
810        distclean-hdr distclean-libtool distclean-tags distcleancheck \
811        distdir distuninstallcheck dvi dvi-am html html-am info \
812        info-am install install-am install-data install-data-am \
813        install-dvi install-dvi-am install-exec install-exec-am \
814        install-html install-html-am install-info install-info-am \
815        install-man install-pdf install-pdf-am install-ps \
816        install-ps-am install-strip installcheck installcheck-am \
817        installdirs installdirs-am maintainer-clean \
818        maintainer-clean-generic mostlyclean mostlyclean-generic \
819        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
820        uninstall-am
821
822
823$(srcdir)/ChangeLog:
824        @if test -d "$(srcdir)/CVS"; then \
825          $(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 > $@ ; \
826          echo "For older changes see ChangeLog.old" >> $@ ; \
827        else \
828          echo "A CVS checkout and perl is required to generate ChangeLog" ; \
829          exit 1 ; \
830        fi
831
832.PHONY: $(srcdir)/ChangeLog
833
834# Tell versions [3.59,3.63) of GNU make to not export all variables.
835# Otherwise a system limit (for SysV at least) may be exceeded.
836.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.