• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = src/libipsec
37DIST_COMMON = $(libipsec_HEADERS) $(noinst_HEADERS) \
38	$(srcdir)/Makefile.am $(srcdir)/Makefile.in policy_parse.c \
39	policy_parse.h policy_token.c
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
42	$(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
55	"$(DESTDIR)$(libipsecdir)"
56libLTLIBRARIES_INSTALL = $(INSTALL)
57LTLIBRARIES = $(lib_LTLIBRARIES)
58am__DEPENDENCIES_1 =
59libipsec_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
60am_libipsec_la_OBJECTS = ipsec_dump_policy.lo ipsec_get_policylen.lo \
61	ipsec_strerror.lo key_debug.lo pfkey.lo pfkey_dump.lo \
62	policy_parse.lo policy_token.lo
63libipsec_la_OBJECTS = $(am_libipsec_la_OBJECTS)
64libipsec_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66	$(libipsec_la_LDFLAGS) $(LDFLAGS) -o $@
67DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68depcomp = $(SHELL) $(top_srcdir)/depcomp
69am__depfiles_maybe = depfiles
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78	$(LDFLAGS) -o $@
79LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
80LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
82YLWRAP = $(top_srcdir)/ylwrap
83YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
84LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
86SOURCES = $(libipsec_la_SOURCES)
87DIST_SOURCES = $(libipsec_la_SOURCES)
88man3dir = $(mandir)/man3
89NROFF = nroff
90MANS = $(man3_MANS)
91libipsecHEADERS_INSTALL = $(INSTALL_HEADER)
92HEADERS = $(libipsec_HEADERS) $(noinst_HEADERS)
93ETAGS = etags
94CTAGS = ctags
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96ACLOCAL = @ACLOCAL@
97AMTAR = @AMTAR@
98AR = @AR@
99AUTOCONF = @AUTOCONF@
100AUTOHEADER = @AUTOHEADER@
101AUTOMAKE = @AUTOMAKE@
102AWK = @AWK@
103CC = @CC@
104CCDEPMODE = @CCDEPMODE@
105CFLAGS = @CFLAGS@
106CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
107CPP = @CPP@
108CPPFLAGS = @CPPFLAGS@
109CRYPTOBJS = @CRYPTOBJS@
110CXX = @CXX@
111CXXCPP = @CXXCPP@
112CXXDEPMODE = @CXXDEPMODE@
113CXXFLAGS = @CXXFLAGS@
114CYGPATH_W = @CYGPATH_W@
115DEFS = @DEFS@
116DEPDIR = @DEPDIR@
117DSYMUTIL = @DSYMUTIL@
118ECHO = @ECHO@
119ECHO_C = @ECHO_C@
120ECHO_N = @ECHO_N@
121ECHO_T = @ECHO_T@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
124EXTRA_CRYPTO = @EXTRA_CRYPTO@
125F77 = @F77@
126FFLAGS = @FFLAGS@
127FRAG_OBJS = @FRAG_OBJS@
128GLIBC_BUGS = @GLIBC_BUGS@
129GREP = @GREP@
130HYBRID_OBJS = @HYBRID_OBJS@
131INCLUDE_GLIBC = @INCLUDE_GLIBC@
132INSTALL = @INSTALL@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_OPTS = @INSTALL_OPTS@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138KERNEL_INCLUDE = @KERNEL_INCLUDE@
139KRB5_CONFIG = @KRB5_CONFIG@
140LDFLAGS = @LDFLAGS@
141LEX = @LEX@
142LEXLIB = @LEXLIB@
143LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
144LIBOBJS = @LIBOBJS@
145LIBS = @LIBS@
146LIBTOOL = @LIBTOOL@
147LN_S = @LN_S@
148LTLIBOBJS = @LTLIBOBJS@
149MAKEINFO = @MAKEINFO@
150MKDIR_P = @MKDIR_P@
151NATT_OBJS = @NATT_OBJS@
152NMEDIT = @NMEDIT@
153OBJEXT = @OBJEXT@
154PACKAGE = @PACKAGE@
155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156PACKAGE_NAME = @PACKAGE_NAME@
157PACKAGE_STRING = @PACKAGE_STRING@
158PACKAGE_TARNAME = @PACKAGE_TARNAME@
159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@
161RANLIB = @RANLIB@
162RPM = @RPM@
163SECCTX_OBJS = @SECCTX_OBJS@
164SED = @SED@
165SET_MAKE = @SET_MAKE@
166SHELL = @SHELL@
167STRIP = @STRIP@
168VERSION = @VERSION@
169YACC = @YACC@
170YFLAGS = @YFLAGS@
171abs_builddir = @abs_builddir@
172abs_srcdir = @abs_srcdir@
173abs_top_builddir = @abs_top_builddir@
174abs_top_srcdir = @abs_top_srcdir@
175ac_ct_CC = @ac_ct_CC@
176ac_ct_CXX = @ac_ct_CXX@
177ac_ct_F77 = @ac_ct_F77@
178am__include = @am__include@
179am__leading_dot = @am__leading_dot@
180am__quote = @am__quote@
181am__tar = @am__tar@
182am__untar = @am__untar@
183bindir = @bindir@
184build = @build@
185build_alias = @build_alias@
186build_cpu = @build_cpu@
187build_os = @build_os@
188build_vendor = @build_vendor@
189builddir = @builddir@
190datadir = @datadir@
191datarootdir = @datarootdir@
192docdir = @docdir@
193dvidir = @dvidir@
194exec_prefix = @exec_prefix@
195host = @host@
196host_alias = @host_alias@
197host_cpu = @host_cpu@
198host_os = @host_os@
199host_vendor = @host_vendor@
200htmldir = @htmldir@
201include_racoondir = @include_racoondir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@
212pdfdir = @pdfdir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215psdir = @psdir@
216sbindir = @sbindir@
217sharedstatedir = @sharedstatedir@
218srcdir = @srcdir@
219sysconfdir = @sysconfdir@
220target_alias = @target_alias@
221top_builddir = @top_builddir@
222top_srcdir = @top_srcdir@
223
224#bin_PROGRAMS = test-policy test-policy-priority
225lib_LTLIBRARIES = libipsec.la
226libipsecdir = $(includedir)/libipsec
227libipsec_HEADERS = libpfkey.h
228man3_MANS = ipsec_set_policy.3 ipsec_strerror.3
229AM_CFLAGS = @GLIBC_BUGS@
230AM_YFLAGS = -d -p __libipsec
231AM_LFLAGS = -P__libipsec -olex.yy.c
232BUILT_SOURCES = policy_parse.h
233libipsec_la_SOURCES = \
234  ipsec_dump_policy.c \
235  ipsec_get_policylen.c \
236  ipsec_strerror.c \
237  key_debug.c \
238  pfkey.c \
239  pfkey_dump.c \
240  policy_parse.y \
241  policy_token.l
242
243
244# version is current:revision:age.
245# See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
246libipsec_la_LDFLAGS = -version-info 0:1:0
247libipsec_la_LIBADD = $(LEXLIB)
248noinst_HEADERS = ipsec_strerror.h
249
250#test_policy_SOURCES = test-policy.c
251#test_policy_LDFLAGS = libipsec.la
252
253#test_policy_priority_SOURCES = test-policy-priority.c
254#test_policy_priority_LDFLAGS = libipsec.la
255EXTRA_DIST = ${man3_MANS} test-policy.c
256all: $(BUILT_SOURCES)
257	$(MAKE) $(AM_MAKEFLAGS) all-am
258
259.SUFFIXES:
260.SUFFIXES: .c .l .lo .o .obj .y
261$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
262	@for dep in $?; do \
263	  case '$(am__configure_deps)' in \
264	    *$$dep*) \
265	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
266		&& exit 0; \
267	      exit 1;; \
268	  esac; \
269	done; \
270	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/libipsec/Makefile'; \
271	cd $(top_srcdir) && \
272	  $(AUTOMAKE) --foreign  src/libipsec/Makefile
273.PRECIOUS: Makefile
274Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275	@case '$?' in \
276	  *config.status*) \
277	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
278	  *) \
279	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
280	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281	esac;
282
283$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
286$(top_srcdir)/configure:  $(am__configure_deps)
287	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
289	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290install-libLTLIBRARIES: $(lib_LTLIBRARIES)
291	@$(NORMAL_INSTALL)
292	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
293	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294	  if test -f $$p; then \
295	    f=$(am__strip_dir) \
296	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
297	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
298	  else :; fi; \
299	done
300
301uninstall-libLTLIBRARIES:
302	@$(NORMAL_UNINSTALL)
303	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
304	  p=$(am__strip_dir) \
305	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
306	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
307	done
308
309clean-libLTLIBRARIES:
310	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
311	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
312	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
313	  test "$$dir" != "$$p" || dir=.; \
314	  echo "rm -f \"$${dir}/so_locations\""; \
315	  rm -f "$${dir}/so_locations"; \
316	done
317policy_parse.h: policy_parse.c
318	@if test ! -f $@; then \
319	  rm -f policy_parse.c; \
320	  $(MAKE) $(AM_MAKEFLAGS) policy_parse.c; \
321	else :; fi
322libipsec.la: $(libipsec_la_OBJECTS) $(libipsec_la_DEPENDENCIES)
323	$(libipsec_la_LINK) -rpath $(libdir) $(libipsec_la_OBJECTS) $(libipsec_la_LIBADD) $(LIBS)
324
325mostlyclean-compile:
326	-rm -f *.$(OBJEXT)
327
328distclean-compile:
329	-rm -f *.tab.c
330
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_dump_policy.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_get_policylen.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_strerror.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key_debug.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey_dump.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_parse.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_token.Plo@am__quote@
339
340.c.o:
341@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(COMPILE) -c $<
346
347.c.obj:
348@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
349@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
353
354.c.lo:
355@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
357@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
360
361.l.c:
362	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
363
364.y.c:
365	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
366
367mostlyclean-libtool:
368	-rm -f *.lo
369
370clean-libtool:
371	-rm -rf .libs _libs
372install-man3: $(man3_MANS) $(man_MANS)
373	@$(NORMAL_INSTALL)
374	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
375	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
376	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
377	for i in $$l2; do \
378	  case "$$i" in \
379	    *.3*) list="$$list $$i" ;; \
380	  esac; \
381	done; \
382	for i in $$list; do \
383	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
384	  else file=$$i; fi; \
385	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
386	  case "$$ext" in \
387	    3*) ;; \
388	    *) ext='3' ;; \
389	  esac; \
390	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
391	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
392	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
393	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
394	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
395	done
396uninstall-man3:
397	@$(NORMAL_UNINSTALL)
398	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
399	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
400	for i in $$l2; do \
401	  case "$$i" in \
402	    *.3*) list="$$list $$i" ;; \
403	  esac; \
404	done; \
405	for i in $$list; do \
406	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
407	  case "$$ext" in \
408	    3*) ;; \
409	    *) ext='3' ;; \
410	  esac; \
411	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
412	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
413	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
414	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
415	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
416	done
417install-libipsecHEADERS: $(libipsec_HEADERS)
418	@$(NORMAL_INSTALL)
419	test -z "$(libipsecdir)" || $(MKDIR_P) "$(DESTDIR)$(libipsecdir)"
420	@list='$(libipsec_HEADERS)'; for p in $$list; do \
421	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
422	  f=$(am__strip_dir) \
423	  echo " $(libipsecHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libipsecdir)/$$f'"; \
424	  $(libipsecHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libipsecdir)/$$f"; \
425	done
426
427uninstall-libipsecHEADERS:
428	@$(NORMAL_UNINSTALL)
429	@list='$(libipsec_HEADERS)'; for p in $$list; do \
430	  f=$(am__strip_dir) \
431	  echo " rm -f '$(DESTDIR)$(libipsecdir)/$$f'"; \
432	  rm -f "$(DESTDIR)$(libipsecdir)/$$f"; \
433	done
434
435ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437	unique=`for i in $$list; do \
438	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439	  done | \
440	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
441	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442	mkid -fID $$unique
443tags: TAGS
444
445TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446		$(TAGS_FILES) $(LISP)
447	tags=; \
448	here=`pwd`; \
449	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454	      END { if (nonempty) { for (i in files) print i; }; }'`; \
455	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
456	  test -n "$$unique" || unique=$$empty_fix; \
457	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	    $$tags $$unique; \
459	fi
460ctags: CTAGS
461CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
462		$(TAGS_FILES) $(LISP)
463	tags=; \
464	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465	unique=`for i in $$list; do \
466	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467	  done | \
468	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469	      END { if (nonempty) { for (i in files) print i; }; }'`; \
470	test -z "$(CTAGS_ARGS)$$tags$$unique" \
471	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472	     $$tags $$unique
473
474GTAGS:
475	here=`$(am__cd) $(top_builddir) && pwd` \
476	  && cd $(top_srcdir) \
477	  && gtags -i $(GTAGS_ARGS) $$here
478
479distclean-tags:
480	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482distdir: $(DISTFILES)
483	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485	list='$(DISTFILES)'; \
486	  dist_files=`for file in $$list; do echo $$file; done | \
487	  sed -e "s|^$$srcdirstrip/||;t" \
488	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489	case $$dist_files in \
490	  */*) $(MKDIR_P) `echo "$$dist_files" | \
491			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492			   sort -u` ;; \
493	esac; \
494	for file in $$dist_files; do \
495	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496	  if test -d $$d/$$file; then \
497	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
500	    fi; \
501	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
502	  else \
503	    test -f $(distdir)/$$file \
504	    || cp -p $$d/$$file $(distdir)/$$file \
505	    || exit 1; \
506	  fi; \
507	done
508check-am: all-am
509check: $(BUILT_SOURCES)
510	$(MAKE) $(AM_MAKEFLAGS) check-am
511all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
512installdirs:
513	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(libipsecdir)"; do \
514	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
515	done
516install: $(BUILT_SOURCES)
517	$(MAKE) $(AM_MAKEFLAGS) install-am
518install-exec: install-exec-am
519install-data: install-data-am
520uninstall: uninstall-am
521
522install-am: all-am
523	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525installcheck: installcheck-am
526install-strip:
527	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529	  `test -z '$(STRIP)' || \
530	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531mostlyclean-generic:
532
533clean-generic:
534
535distclean-generic:
536	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537
538maintainer-clean-generic:
539	@echo "This command is intended for maintainers to use"
540	@echo "it deletes files that may require special tools to rebuild."
541	-rm -f policy_parse.c
542	-rm -f policy_parse.h
543	-rm -f policy_token.c
544	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
545clean: clean-am
546
547clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
548	mostlyclean-am
549
550distclean: distclean-am
551	-rm -rf ./$(DEPDIR)
552	-rm -f Makefile
553distclean-am: clean-am distclean-compile distclean-generic \
554	distclean-tags
555
556dvi: dvi-am
557
558dvi-am:
559
560html: html-am
561
562info: info-am
563
564info-am:
565
566install-data-am: install-libipsecHEADERS install-man
567
568install-dvi: install-dvi-am
569
570install-exec-am: install-libLTLIBRARIES
571
572install-html: install-html-am
573
574install-info: install-info-am
575
576install-man: install-man3
577
578install-pdf: install-pdf-am
579
580install-ps: install-ps-am
581
582installcheck-am:
583
584maintainer-clean: maintainer-clean-am
585	-rm -rf ./$(DEPDIR)
586	-rm -f Makefile
587maintainer-clean-am: distclean-am maintainer-clean-generic
588
589mostlyclean: mostlyclean-am
590
591mostlyclean-am: mostlyclean-compile mostlyclean-generic \
592	mostlyclean-libtool
593
594pdf: pdf-am
595
596pdf-am:
597
598ps: ps-am
599
600ps-am:
601
602uninstall-am: uninstall-libLTLIBRARIES uninstall-libipsecHEADERS \
603	uninstall-man
604
605uninstall-man: uninstall-man3
606
607.MAKE: install-am install-strip
608
609.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610	clean-libLTLIBRARIES clean-libtool ctags distclean \
611	distclean-compile distclean-generic distclean-libtool \
612	distclean-tags distdir dvi dvi-am html html-am info info-am \
613	install install-am install-data install-data-am install-dvi \
614	install-dvi-am install-exec install-exec-am install-html \
615	install-html-am install-info install-info-am \
616	install-libLTLIBRARIES install-libipsecHEADERS install-man \
617	install-man3 install-pdf install-pdf-am install-ps \
618	install-ps-am install-strip installcheck installcheck-am \
619	installdirs maintainer-clean maintainer-clean-generic \
620	mostlyclean mostlyclean-compile mostlyclean-generic \
621	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
622	uninstall-am uninstall-libLTLIBRARIES \
623	uninstall-libipsecHEADERS uninstall-man uninstall-man3
624
625# Tell versions [3.59,3.63) of GNU make to not export all variables.
626# Otherwise a system limit (for SysV at least) may be exceeded.
627.NOEXPORT:
628