source: rtems-libbsd/ipsec-tools/src/libipsec/Makefile.in

6-freebsd-12
Last change on this file 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: 25.4 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@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \   ]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82subdir = src/libipsec
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84        policy_parse.h policy_parse.c policy_token.c \
85        $(top_srcdir)/depcomp $(top_srcdir)/ylwrap $(libipsec_HEADERS) \
86        $(noinst_HEADERS)
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
89        $(top_srcdir)/configure.ac
90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91        $(ACLOCAL_M4)
92mkinstalldirs = $(install_sh) -d
93CONFIG_HEADER = $(top_builddir)/config.h
94CONFIG_CLEAN_FILES =
95CONFIG_CLEAN_VPATH_FILES =
96am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97am__vpath_adj = case $$p in \
98    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99    *) f=$$p;; \
100  esac;
101am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102am__install_max = 40
103am__nobase_strip_setup = \
104  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105am__nobase_strip = \
106  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
107am__nobase_list = $(am__nobase_strip_setup); \
108  for p in $$list; do echo "$$p $$p"; done | \
109  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
110  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111    if (++n[$$2] == $(am__install_max)) \
112      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
113    END { for (dir in files) print dir, files[dir] }'
114am__base_list = \
115  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117am__uninstall_files_from_dir = { \
118  test -z "$$files" \
119    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
120    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
121         $(am__cd) "$$dir" && rm -f $$files; }; \
122  }
123am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
124        "$(DESTDIR)$(libipsecdir)"
125LTLIBRARIES = $(lib_LTLIBRARIES)
126am__DEPENDENCIES_1 =
127libipsec_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
128am_libipsec_la_OBJECTS = ipsec_dump_policy.lo ipsec_get_policylen.lo \
129        ipsec_strerror.lo key_debug.lo pfkey.lo pfkey_dump.lo \
130        policy_parse.lo policy_token.lo
131libipsec_la_OBJECTS = $(am_libipsec_la_OBJECTS)
132AM_V_lt = $(am__v_lt_@AM_V@)
133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134am__v_lt_0 = --silent
135am__v_lt_1 =
136libipsec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
138        $(libipsec_la_LDFLAGS) $(LDFLAGS) -o $@
139AM_V_P = $(am__v_P_@AM_V@)
140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141am__v_P_0 = false
142am__v_P_1 = :
143AM_V_GEN = $(am__v_GEN_@AM_V@)
144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145am__v_GEN_0 = @echo "  GEN     " $@;
146am__v_GEN_1 =
147AM_V_at = $(am__v_at_@AM_V@)
148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149am__v_at_0 = @
150am__v_at_1 =
151DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
152depcomp = $(SHELL) $(top_srcdir)/depcomp
153am__depfiles_maybe = depfiles
154am__mv = mv -f
155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160        $(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_@AM_V@)
162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163am__v_CC_0 = @echo "  CC      " $@;
164am__v_CC_1 =
165CCLD = $(CC)
166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168        $(AM_LDFLAGS) $(LDFLAGS) -o $@
169AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171am__v_CCLD_0 = @echo "  CCLD    " $@;
172am__v_CCLD_1 =
173LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
174LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
175        $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
176AM_V_LEX = $(am__v_LEX_@AM_V@)
177am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
178am__v_LEX_0 = @echo "  LEX     " $@;
179am__v_LEX_1 =
180YLWRAP = $(top_srcdir)/ylwrap
181am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
182                   -e s/c++$$/h++/ -e s/c$$/h/
183YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
184LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
185        $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
186AM_V_YACC = $(am__v_YACC_@AM_V@)
187am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
188am__v_YACC_0 = @echo "  YACC    " $@;
189am__v_YACC_1 =
190SOURCES = $(libipsec_la_SOURCES)
191DIST_SOURCES = $(libipsec_la_SOURCES)
192am__can_run_installinfo = \
193  case $$AM_UPDATE_INFO_DIR in \
194    n|no|NO) false;; \
195    *) (install-info --version) >/dev/null 2>&1;; \
196  esac
197man3dir = $(mandir)/man3
198NROFF = nroff
199MANS = $(man3_MANS)
200HEADERS = $(libipsec_HEADERS) $(noinst_HEADERS)
201am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202# Read a list of newline-separated strings from the standard input,
203# and print each of them once, without duplicates.  Input order is
204# *not* preserved.
205am__uniquify_input = $(AWK) '\
206  BEGIN { nonempty = 0; } \
207  { items[$$0] = 1; nonempty = 1; } \
208  END { if (nonempty) { for (i in items) print i; }; } \
209'
210# Make sure the list of sources is unique.  This is necessary because,
211# e.g., the same source file might be shared among _SOURCES variables
212# for different programs/libraries.
213am__define_uniq_tagged_files = \
214  list='$(am__tagged_files)'; \
215  unique=`for i in $$list; do \
216    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217  done | $(am__uniquify_input)`
218ETAGS = etags
219CTAGS = ctags
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221ACLOCAL = @ACLOCAL@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AR = @AR@
225AUTOCONF = @AUTOCONF@
226AUTOHEADER = @AUTOHEADER@
227AUTOMAKE = @AUTOMAKE@
228AWK = @AWK@
229CC = @CC@
230CCDEPMODE = @CCDEPMODE@
231CFLAGS = @CFLAGS@
232CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
233CPP = @CPP@
234CPPFLAGS = @CPPFLAGS@
235CRYPTOBJS = @CRYPTOBJS@
236CYGPATH_W = @CYGPATH_W@
237DEFS = @DEFS@
238DEPDIR = @DEPDIR@
239DLLTOOL = @DLLTOOL@
240DSYMUTIL = @DSYMUTIL@
241DUMPBIN = @DUMPBIN@
242ECHO_C = @ECHO_C@
243ECHO_N = @ECHO_N@
244ECHO_T = @ECHO_T@
245EGREP = @EGREP@
246EXEEXT = @EXEEXT@
247EXTRA_CRYPTO = @EXTRA_CRYPTO@
248FGREP = @FGREP@
249FRAG_OBJS = @FRAG_OBJS@
250GLIBC_BUGS = @GLIBC_BUGS@
251GREP = @GREP@
252HYBRID_OBJS = @HYBRID_OBJS@
253INCLUDE_GLIBC = @INCLUDE_GLIBC@
254INSTALL = @INSTALL@
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_OPTS = @INSTALL_OPTS@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260KERNEL_INCLUDE = @KERNEL_INCLUDE@
261KRB5_CONFIG = @KRB5_CONFIG@
262LD = @LD@
263LDFLAGS = @LDFLAGS@
264LEX = @LEX@
265LEXLIB = @LEXLIB@
266LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
267LIBOBJS = @LIBOBJS@
268LIBS = @LIBS@
269LIBTOOL = @LIBTOOL@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LTLIBOBJS = @LTLIBOBJS@
273MAKEINFO = @MAKEINFO@
274MANIFEST_TOOL = @MANIFEST_TOOL@
275MKDIR_P = @MKDIR_P@
276NATT_OBJS = @NATT_OBJS@
277NM = @NM@
278NMEDIT = @NMEDIT@
279OBJDUMP = @OBJDUMP@
280OBJEXT = @OBJEXT@
281OTOOL = @OTOOL@
282OTOOL64 = @OTOOL64@
283PACKAGE = @PACKAGE@
284PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285PACKAGE_NAME = @PACKAGE_NAME@
286PACKAGE_STRING = @PACKAGE_STRING@
287PACKAGE_TARNAME = @PACKAGE_TARNAME@
288PACKAGE_URL = @PACKAGE_URL@
289PACKAGE_VERSION = @PACKAGE_VERSION@
290PATH_SEPARATOR = @PATH_SEPARATOR@
291RANLIB = @RANLIB@
292RPM = @RPM@
293SECCTX_OBJS = @SECCTX_OBJS@
294SED = @SED@
295SET_MAKE = @SET_MAKE@
296SHELL = @SHELL@
297STRIP = @STRIP@
298VERSION = @VERSION@
299YACC = @YACC@
300YFLAGS = @YFLAGS@
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
305ac_ct_AR = @ac_ct_AR@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308am__include = @am__include@
309am__leading_dot = @am__leading_dot@
310am__quote = @am__quote@
311am__tar = @am__tar@
312am__untar = @am__untar@
313bindir = @bindir@
314build = @build@
315build_alias = @build_alias@
316build_cpu = @build_cpu@
317build_os = @build_os@
318build_vendor = @build_vendor@
319builddir = @builddir@
320datadir = @datadir@
321datarootdir = @datarootdir@
322docdir = @docdir@
323dvidir = @dvidir@
324exec_prefix = @exec_prefix@
325host = @host@
326host_alias = @host_alias@
327host_cpu = @host_cpu@
328host_os = @host_os@
329host_vendor = @host_vendor@
330htmldir = @htmldir@
331include_racoondir = @include_racoondir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337localedir = @localedir@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346sbindir = @sbindir@
347sharedstatedir = @sharedstatedir@
348srcdir = @srcdir@
349sysconfdir = @sysconfdir@
350target_alias = @target_alias@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354
355#bin_PROGRAMS = test-policy test-policy-priority
356lib_LTLIBRARIES = libipsec.la
357libipsecdir = $(includedir)/libipsec
358libipsec_HEADERS = libpfkey.h
359man3_MANS = ipsec_set_policy.3 ipsec_strerror.3
360AM_CFLAGS = @GLIBC_BUGS@
361AM_YFLAGS = -d -p __libipsec
362AM_LFLAGS = -P__libipsec -olex.yy.c
363BUILT_SOURCES = policy_parse.h
364libipsec_la_SOURCES = \
365  ipsec_dump_policy.c \
366  ipsec_get_policylen.c \
367  ipsec_strerror.c \
368  key_debug.c \
369  pfkey.c \
370  pfkey_dump.c \
371  policy_parse.y \
372  policy_token.l
373
374
375# version is current:revision:age.
376# See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
377libipsec_la_LDFLAGS = -version-info 0:1:0
378libipsec_la_LIBADD = $(LEXLIB)
379noinst_HEADERS = ipsec_strerror.h
380
381#test_policy_SOURCES = test-policy.c
382#test_policy_LDFLAGS = libipsec.la
383
384#test_policy_priority_SOURCES = test-policy-priority.c
385#test_policy_priority_LDFLAGS = libipsec.la
386EXTRA_DIST = ${man3_MANS} test-policy.c
387all: $(BUILT_SOURCES)
388        $(MAKE) $(AM_MAKEFLAGS) all-am
389
390.SUFFIXES:
391.SUFFIXES: .c .l .lo .o .obj .y
392$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
393        @for dep in $?; do \
394          case '$(am__configure_deps)' in \
395            *$$dep*) \
396              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397                && { if test -f $@; then exit 0; else break; fi; }; \
398              exit 1;; \
399          esac; \
400        done; \
401        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libipsec/Makefile'; \
402        $(am__cd) $(top_srcdir) && \
403          $(AUTOMAKE) --foreign src/libipsec/Makefile
404.PRECIOUS: Makefile
405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406        @case '$?' in \
407          *config.status*) \
408            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
409          *) \
410            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
411            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
412        esac;
413
414$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
417$(top_srcdir)/configure:  $(am__configure_deps)
418        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
420        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421$(am__aclocal_m4_deps):
422
423install-libLTLIBRARIES: $(lib_LTLIBRARIES)
424        @$(NORMAL_INSTALL)
425        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
426        list2=; for p in $$list; do \
427          if test -f $$p; then \
428            list2="$$list2 $$p"; \
429          else :; fi; \
430        done; \
431        test -z "$$list2" || { \
432          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
433          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
434          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
435          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
436        }
437
438uninstall-libLTLIBRARIES:
439        @$(NORMAL_UNINSTALL)
440        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
441        for p in $$list; do \
442          $(am__strip_dir) \
443          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
444          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
445        done
446
447clean-libLTLIBRARIES:
448        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
449        @list='$(lib_LTLIBRARIES)'; \
450        locs=`for p in $$list; do echo $$p; done | \
451              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
452              sort -u`; \
453        test -z "$$locs" || { \
454          echo rm -f $${locs}; \
455          rm -f $${locs}; \
456        }
457policy_parse.h: policy_parse.c
458        @if test ! -f $@; then rm -f policy_parse.c; else :; fi
459        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) policy_parse.c; else :; fi
460
461libipsec.la: $(libipsec_la_OBJECTS) $(libipsec_la_DEPENDENCIES) $(EXTRA_libipsec_la_DEPENDENCIES)
462        $(AM_V_CCLD)$(libipsec_la_LINK) -rpath $(libdir) $(libipsec_la_OBJECTS) $(libipsec_la_LIBADD) $(LIBS)
463
464mostlyclean-compile:
465        -rm -f *.$(OBJEXT)
466
467distclean-compile:
468        -rm -f *.tab.c
469
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_dump_policy.Plo@am__quote@
471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_get_policylen.Plo@am__quote@
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_strerror.Plo@am__quote@
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key_debug.Plo@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey.Plo@am__quote@
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey_dump.Plo@am__quote@
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_parse.Plo@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_token.Plo@am__quote@
478
479.c.o:
480@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
485
486.c.obj:
487@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
488@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
489@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
492
493.c.lo:
494@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
496@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
499
500.l.c:
501        $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
502
503.y.c:
504        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
505
506mostlyclean-libtool:
507        -rm -f *.lo
508
509clean-libtool:
510        -rm -rf .libs _libs
511install-man3: $(man3_MANS)
512        @$(NORMAL_INSTALL)
513        @list1='$(man3_MANS)'; \
514        list2=''; \
515        test -n "$(man3dir)" \
516          && test -n "`echo $$list1$$list2`" \
517          || exit 0; \
518        echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
519        $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
520        { for i in $$list1; do echo "$$i"; done;  \
521        if test -n "$$list2"; then \
522          for i in $$list2; do echo "$$i"; done \
523            | sed -n '/\.3[a-z]*$$/p'; \
524        fi; \
525        } | while read p; do \
526          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
527          echo "$$d$$p"; echo "$$p"; \
528        done | \
529        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
530              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
531        sed 'N;N;s,\n, ,g' | { \
532        list=; while read file base inst; do \
533          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
534            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
535            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
536          fi; \
537        done; \
538        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
539        while read files; do \
540          test -z "$$files" || { \
541            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
542            $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
543        done; }
544
545uninstall-man3:
546        @$(NORMAL_UNINSTALL)
547        @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
548        files=`{ for i in $$list; do echo "$$i"; done; \
549        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
550              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
551        dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
552install-libipsecHEADERS: $(libipsec_HEADERS)
553        @$(NORMAL_INSTALL)
554        @list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
555        if test -n "$$list"; then \
556          echo " $(MKDIR_P) '$(DESTDIR)$(libipsecdir)'"; \
557          $(MKDIR_P) "$(DESTDIR)$(libipsecdir)" || exit 1; \
558        fi; \
559        for p in $$list; do \
560          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
561          echo "$$d$$p"; \
562        done | $(am__base_list) | \
563        while read files; do \
564          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libipsecdir)'"; \
565          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libipsecdir)" || exit $$?; \
566        done
567
568uninstall-libipsecHEADERS:
569        @$(NORMAL_UNINSTALL)
570        @list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
571        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
572        dir='$(DESTDIR)$(libipsecdir)'; $(am__uninstall_files_from_dir)
573
574ID: $(am__tagged_files)
575        $(am__define_uniq_tagged_files); mkid -fID $$unique
576tags: tags-am
577TAGS: tags
578
579tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
580        set x; \
581        here=`pwd`; \
582        $(am__define_uniq_tagged_files); \
583        shift; \
584        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
585          test -n "$$unique" || unique=$$empty_fix; \
586          if test $$# -gt 0; then \
587            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588              "$$@" $$unique; \
589          else \
590            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591              $$unique; \
592          fi; \
593        fi
594ctags: ctags-am
595
596CTAGS: ctags
597ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
598        $(am__define_uniq_tagged_files); \
599        test -z "$(CTAGS_ARGS)$$unique" \
600          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
601             $$unique
602
603GTAGS:
604        here=`$(am__cd) $(top_builddir) && pwd` \
605          && $(am__cd) $(top_srcdir) \
606          && gtags -i $(GTAGS_ARGS) "$$here"
607cscopelist: cscopelist-am
608
609cscopelist-am: $(am__tagged_files)
610        list='$(am__tagged_files)'; \
611        case "$(srcdir)" in \
612          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
613          *) sdir=$(subdir)/$(srcdir) ;; \
614        esac; \
615        for i in $$list; do \
616          if test -f "$$i"; then \
617            echo "$(subdir)/$$i"; \
618          else \
619            echo "$$sdir/$$i"; \
620          fi; \
621        done >> $(top_builddir)/cscope.files
622
623distclean-tags:
624        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
626distdir: $(DISTFILES)
627        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
629        list='$(DISTFILES)'; \
630          dist_files=`for file in $$list; do echo $$file; done | \
631          sed -e "s|^$$srcdirstrip/||;t" \
632              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
633        case $$dist_files in \
634          */*) $(MKDIR_P) `echo "$$dist_files" | \
635                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
636                           sort -u` ;; \
637        esac; \
638        for file in $$dist_files; do \
639          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
640          if test -d $$d/$$file; then \
641            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
642            if test -d "$(distdir)/$$file"; then \
643              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644            fi; \
645            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
646              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
647              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
648            fi; \
649            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
650          else \
651            test -f "$(distdir)/$$file" \
652            || cp -p $$d/$$file "$(distdir)/$$file" \
653            || exit 1; \
654          fi; \
655        done
656check-am: all-am
657check: $(BUILT_SOURCES)
658        $(MAKE) $(AM_MAKEFLAGS) check-am
659all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
660installdirs:
661        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(libipsecdir)"; do \
662          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
663        done
664install: $(BUILT_SOURCES)
665        $(MAKE) $(AM_MAKEFLAGS) install-am
666install-exec: install-exec-am
667install-data: install-data-am
668uninstall: uninstall-am
669
670install-am: all-am
671        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
672
673installcheck: installcheck-am
674install-strip:
675        if test -z '$(STRIP)'; then \
676          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678              install; \
679        else \
680          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
681            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
682            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
683        fi
684mostlyclean-generic:
685
686clean-generic:
687
688distclean-generic:
689        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
690        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
691
692maintainer-clean-generic:
693        @echo "This command is intended for maintainers to use"
694        @echo "it deletes files that may require special tools to rebuild."
695        -rm -f policy_parse.c
696        -rm -f policy_parse.h
697        -rm -f policy_token.c
698        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
699clean: clean-am
700
701clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
702        mostlyclean-am
703
704distclean: distclean-am
705        -rm -rf ./$(DEPDIR)
706        -rm -f Makefile
707distclean-am: clean-am distclean-compile distclean-generic \
708        distclean-tags
709
710dvi: dvi-am
711
712dvi-am:
713
714html: html-am
715
716html-am:
717
718info: info-am
719
720info-am:
721
722install-data-am: install-libipsecHEADERS install-man
723
724install-dvi: install-dvi-am
725
726install-dvi-am:
727
728install-exec-am: install-libLTLIBRARIES
729
730install-html: install-html-am
731
732install-html-am:
733
734install-info: install-info-am
735
736install-info-am:
737
738install-man: install-man3
739
740install-pdf: install-pdf-am
741
742install-pdf-am:
743
744install-ps: install-ps-am
745
746install-ps-am:
747
748installcheck-am:
749
750maintainer-clean: maintainer-clean-am
751        -rm -rf ./$(DEPDIR)
752        -rm -f Makefile
753maintainer-clean-am: distclean-am maintainer-clean-generic
754
755mostlyclean: mostlyclean-am
756
757mostlyclean-am: mostlyclean-compile mostlyclean-generic \
758        mostlyclean-libtool
759
760pdf: pdf-am
761
762pdf-am:
763
764ps: ps-am
765
766ps-am:
767
768uninstall-am: uninstall-libLTLIBRARIES uninstall-libipsecHEADERS \
769        uninstall-man
770
771uninstall-man: uninstall-man3
772
773.MAKE: all check install install-am install-strip
774
775.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
776        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
777        ctags-am distclean distclean-compile distclean-generic \
778        distclean-libtool distclean-tags distdir dvi dvi-am html \
779        html-am info info-am install install-am install-data \
780        install-data-am install-dvi install-dvi-am install-exec \
781        install-exec-am install-html install-html-am install-info \
782        install-info-am install-libLTLIBRARIES install-libipsecHEADERS \
783        install-man install-man3 install-pdf install-pdf-am install-ps \
784        install-ps-am install-strip installcheck installcheck-am \
785        installdirs maintainer-clean maintainer-clean-generic \
786        mostlyclean mostlyclean-compile mostlyclean-generic \
787        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
788        uninstall-am uninstall-libLTLIBRARIES \
789        uninstall-libipsecHEADERS uninstall-man uninstall-man3
790
791
792# Tell versions [3.59,3.63) of GNU make to not export all variables.
793# Otherwise a system limit (for SysV at least) may be exceeded.
794.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.