Makefile.in revision 8a44513648da0c5f5551f96b329cf56b66f5b303
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81DIST_COMMON = $(top_srcdir)/Make_global.am $(srcdir)/Makefile.in \
82	$(srcdir)/Makefile.am $(top_srcdir)/build-aux/depcomp
83subdir = src/conntrack
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88	$(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95LTLIBRARIES = $(noinst_LTLIBRARIES)
96libnfconntrack_la_LIBADD =
97am_libnfconntrack_la_OBJECTS = api.lo getter.lo setter.lo labels.lo \
98	parse.lo build.lo parse_mnl.lo build_mnl.lo snprintf.lo \
99	snprintf_default.lo snprintf_xml.lo objopt.lo compare.lo \
100	copy.lo filter.lo bsf.lo filter_dump.lo grp.lo grp_getter.lo \
101	grp_setter.lo stack.lo
102libnfconntrack_la_OBJECTS = $(am_libnfconntrack_la_OBJECTS)
103AM_V_lt = $(am__v_lt_@AM_V@)
104am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
105am__v_lt_0 = --silent
106am__v_lt_1 = 
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 = 
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 = 
119DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
120depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
121am__depfiles_maybe = depfiles
122am__mv = mv -f
123COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
127	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
128	$(AM_CFLAGS) $(CFLAGS)
129AM_V_CC = $(am__v_CC_@AM_V@)
130am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
131am__v_CC_0 = @echo "  CC      " $@;
132am__v_CC_1 = 
133CCLD = $(CC)
134LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
136	$(AM_LDFLAGS) $(LDFLAGS) -o $@
137AM_V_CCLD = $(am__v_CCLD_@AM_V@)
138am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
139am__v_CCLD_0 = @echo "  CCLD    " $@;
140am__v_CCLD_1 = 
141SOURCES = $(libnfconntrack_la_SOURCES)
142DIST_SOURCES = $(libnfconntrack_la_SOURCES)
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149# Read a list of newline-separated strings from the standard input,
150# and print each of them once, without duplicates.  Input order is
151# *not* preserved.
152am__uniquify_input = $(AWK) '\
153  BEGIN { nonempty = 0; } \
154  { items[$$0] = 1; nonempty = 1; } \
155  END { if (nonempty) { for (i in items) print i; }; } \
156'
157# Make sure the list of sources is unique.  This is necessary because,
158# e.g., the same source file might be shared among _SOURCES variables
159# for different programs/libraries.
160am__define_uniq_tagged_files = \
161  list='$(am__tagged_files)'; \
162  unique=`for i in $$list; do \
163    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
164  done | $(am__uniquify_input)`
165ETAGS = etags
166CTAGS = ctags
167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168ACLOCAL = @ACLOCAL@
169AMTAR = @AMTAR@
170AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171AR = @AR@
172AUTOCONF = @AUTOCONF@
173AUTOHEADER = @AUTOHEADER@
174AUTOMAKE = @AUTOMAKE@
175AWK = @AWK@
176CC = @CC@
177CCDEPMODE = @CCDEPMODE@
178CFLAGS = @CFLAGS@
179CPP = @CPP@
180CPPFLAGS = @CPPFLAGS@
181CYGPATH_W = @CYGPATH_W@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184DLLTOOL = @DLLTOOL@
185DSYMUTIL = @DSYMUTIL@
186DUMPBIN = @DUMPBIN@
187ECHO_C = @ECHO_C@
188ECHO_N = @ECHO_N@
189ECHO_T = @ECHO_T@
190EGREP = @EGREP@
191EXEEXT = @EXEEXT@
192FGREP = @FGREP@
193GREP = @GREP@
194INSTALL = @INSTALL@
195INSTALL_DATA = @INSTALL_DATA@
196INSTALL_PROGRAM = @INSTALL_PROGRAM@
197INSTALL_SCRIPT = @INSTALL_SCRIPT@
198INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199LD = @LD@
200LDFLAGS = @LDFLAGS@
201LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
202LIBMNL_LIBS = @LIBMNL_LIBS@
203LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
204LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
205LIBOBJS = @LIBOBJS@
206LIBS = @LIBS@
207LIBTOOL = @LIBTOOL@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
211MAKEINFO = @MAKEINFO@
212MANIFEST_TOOL = @MANIFEST_TOOL@
213MKDIR_P = @MKDIR_P@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228PKG_CONFIG = @PKG_CONFIG@
229PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
230PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
231RANLIB = @RANLIB@
232SED = @SED@
233SET_MAKE = @SET_MAKE@
234SHELL = @SHELL@
235STRIP = @STRIP@
236VERSION = @VERSION@
237abs_builddir = @abs_builddir@
238abs_srcdir = @abs_srcdir@
239abs_top_builddir = @abs_top_builddir@
240abs_top_srcdir = @abs_top_srcdir@
241ac_ct_AR = @ac_ct_AR@
242ac_ct_CC = @ac_ct_CC@
243ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
244am__include = @am__include@
245am__leading_dot = @am__leading_dot@
246am__quote = @am__quote@
247am__tar = @am__tar@
248am__untar = @am__untar@
249bindir = @bindir@
250build = @build@
251build_alias = @build_alias@
252build_cpu = @build_cpu@
253build_os = @build_os@
254build_vendor = @build_vendor@
255builddir = @builddir@
256datadir = @datadir@
257datarootdir = @datarootdir@
258docdir = @docdir@
259dvidir = @dvidir@
260exec_prefix = @exec_prefix@
261host = @host@
262host_alias = @host_alias@
263host_cpu = @host_cpu@
264host_os = @host_os@
265host_vendor = @host_vendor@
266htmldir = @htmldir@
267includedir = @includedir@
268infodir = @infodir@
269install_sh = @install_sh@
270libdir = @libdir@
271libexecdir = @libexecdir@
272localedir = @localedir@
273localstatedir = @localstatedir@
274mandir = @mandir@
275mkdir_p = @mkdir_p@
276oldincludedir = @oldincludedir@
277pdfdir = @pdfdir@
278prefix = @prefix@
279program_transform_name = @program_transform_name@
280psdir = @psdir@
281sbindir = @sbindir@
282sharedstatedir = @sharedstatedir@
283srcdir = @srcdir@
284sysconfdir = @sysconfdir@
285target_alias = @target_alias@
286top_build_prefix = @top_build_prefix@
287top_builddir = @top_builddir@
288top_srcdir = @top_srcdir@
289
290# This is _NOT_ the library release version, it's an API version.
291# Please read Chapter 6 "Library interface versions" of the libtool
292# documentation before making any modification
293# http://sources.redhat.com/autobook/autobook/autobook_91.html
294LIBVERSION = 9:0:6
295AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS}
296AM_CFLAGS = -Wall
297noinst_LTLIBRARIES = libnfconntrack.la 
298libnfconntrack_la_SOURCES = api.c \
299			    getter.c setter.c \
300			    labels.c \
301			    parse.c build.c \
302			    parse_mnl.c build_mnl.c \
303			    snprintf.c \
304			    snprintf_default.c snprintf_xml.c \
305			    objopt.c \
306			    compare.c \
307			    copy.c \
308			    filter.c bsf.c filter_dump.c \
309			    grp.c grp_getter.c grp_setter.c \
310			    stack.c
311
312all: all-am
313
314.SUFFIXES:
315.SUFFIXES: .c .lo .o .obj
316$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
317	@for dep in $?; do \
318	  case '$(am__configure_deps)' in \
319	    *$$dep*) \
320	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321	        && { if test -f $@; then exit 0; else break; fi; }; \
322	      exit 1;; \
323	  esac; \
324	done; \
325	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/conntrack/Makefile'; \
326	$(am__cd) $(top_srcdir) && \
327	  $(AUTOMAKE) --foreign src/conntrack/Makefile
328.PRECIOUS: Makefile
329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330	@case '$?' in \
331	  *config.status*) \
332	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333	  *) \
334	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336	esac;
337$(top_srcdir)/Make_global.am:
338
339$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
342$(top_srcdir)/configure:  $(am__configure_deps)
343	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346$(am__aclocal_m4_deps):
347
348clean-noinstLTLIBRARIES:
349	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
350	@list='$(noinst_LTLIBRARIES)'; \
351	locs=`for p in $$list; do echo $$p; done | \
352	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
353	      sort -u`; \
354	test -z "$$locs" || { \
355	  echo rm -f $${locs}; \
356	  rm -f $${locs}; \
357	}
358
359libnfconntrack.la: $(libnfconntrack_la_OBJECTS) $(libnfconntrack_la_DEPENDENCIES) $(EXTRA_libnfconntrack_la_DEPENDENCIES) 
360	$(AM_V_CCLD)$(LINK)  $(libnfconntrack_la_OBJECTS) $(libnfconntrack_la_LIBADD) $(LIBS)
361
362mostlyclean-compile:
363	-rm -f *.$(OBJEXT)
364
365distclean-compile:
366	-rm -f *.tab.c
367
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsf.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_mnl.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compare.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter_dump.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getter.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grp.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grp_getter.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grp_setter.Plo@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/labels.Plo@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objopt.Plo@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_mnl.Plo@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setter.Plo@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf_default.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf_xml.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Plo@am__quote@
389
390.c.o:
391@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
392@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
393@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
394@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
397
398.c.obj:
399@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
400@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
401@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
405
406.c.lo:
407@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
408@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
409@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
410@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
411@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
413
414mostlyclean-libtool:
415	-rm -f *.lo
416
417clean-libtool:
418	-rm -rf .libs _libs
419
420ID: $(am__tagged_files)
421	$(am__define_uniq_tagged_files); mkid -fID $$unique
422tags: tags-am
423TAGS: tags
424
425tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
426	set x; \
427	here=`pwd`; \
428	$(am__define_uniq_tagged_files); \
429	shift; \
430	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
431	  test -n "$$unique" || unique=$$empty_fix; \
432	  if test $$# -gt 0; then \
433	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434	      "$$@" $$unique; \
435	  else \
436	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437	      $$unique; \
438	  fi; \
439	fi
440ctags: ctags-am
441
442CTAGS: ctags
443ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
444	$(am__define_uniq_tagged_files); \
445	test -z "$(CTAGS_ARGS)$$unique" \
446	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
447	     $$unique
448
449GTAGS:
450	here=`$(am__cd) $(top_builddir) && pwd` \
451	  && $(am__cd) $(top_srcdir) \
452	  && gtags -i $(GTAGS_ARGS) "$$here"
453cscopelist: cscopelist-am
454
455cscopelist-am: $(am__tagged_files)
456	list='$(am__tagged_files)'; \
457	case "$(srcdir)" in \
458	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
459	  *) sdir=$(subdir)/$(srcdir) ;; \
460	esac; \
461	for i in $$list; do \
462	  if test -f "$$i"; then \
463	    echo "$(subdir)/$$i"; \
464	  else \
465	    echo "$$sdir/$$i"; \
466	  fi; \
467	done >> $(top_builddir)/cscope.files
468
469distclean-tags:
470	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
472distdir: $(DISTFILES)
473	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475	list='$(DISTFILES)'; \
476	  dist_files=`for file in $$list; do echo $$file; done | \
477	  sed -e "s|^$$srcdirstrip/||;t" \
478	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479	case $$dist_files in \
480	  */*) $(MKDIR_P) `echo "$$dist_files" | \
481			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482			   sort -u` ;; \
483	esac; \
484	for file in $$dist_files; do \
485	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486	  if test -d $$d/$$file; then \
487	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488	    if test -d "$(distdir)/$$file"; then \
489	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490	    fi; \
491	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494	    fi; \
495	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496	  else \
497	    test -f "$(distdir)/$$file" \
498	    || cp -p $$d/$$file "$(distdir)/$$file" \
499	    || exit 1; \
500	  fi; \
501	done
502check-am: all-am
503check: check-am
504all-am: Makefile $(LTLIBRARIES)
505installdirs:
506install: install-am
507install-exec: install-exec-am
508install-data: install-data-am
509uninstall: uninstall-am
510
511install-am: all-am
512	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514installcheck: installcheck-am
515install-strip:
516	if test -z '$(STRIP)'; then \
517	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519	      install; \
520	else \
521	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524	fi
525mostlyclean-generic:
526
527clean-generic:
528
529distclean-generic:
530	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532
533maintainer-clean-generic:
534	@echo "This command is intended for maintainers to use"
535	@echo "it deletes files that may require special tools to rebuild."
536clean: clean-am
537
538clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
539	mostlyclean-am
540
541distclean: distclean-am
542	-rm -rf ./$(DEPDIR)
543	-rm -f Makefile
544distclean-am: clean-am distclean-compile distclean-generic \
545	distclean-tags
546
547dvi: dvi-am
548
549dvi-am:
550
551html: html-am
552
553html-am:
554
555info: info-am
556
557info-am:
558
559install-data-am:
560
561install-dvi: install-dvi-am
562
563install-dvi-am:
564
565install-exec-am:
566
567install-html: install-html-am
568
569install-html-am:
570
571install-info: install-info-am
572
573install-info-am:
574
575install-man:
576
577install-pdf: install-pdf-am
578
579install-pdf-am:
580
581install-ps: install-ps-am
582
583install-ps-am:
584
585installcheck-am:
586
587maintainer-clean: maintainer-clean-am
588	-rm -rf ./$(DEPDIR)
589	-rm -f Makefile
590maintainer-clean-am: distclean-am maintainer-clean-generic
591
592mostlyclean: mostlyclean-am
593
594mostlyclean-am: mostlyclean-compile mostlyclean-generic \
595	mostlyclean-libtool
596
597pdf: pdf-am
598
599pdf-am:
600
601ps: ps-am
602
603ps-am:
604
605uninstall-am:
606
607.MAKE: install-am install-strip
608
609.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
610	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
611	ctags-am distclean distclean-compile distclean-generic \
612	distclean-libtool distclean-tags distdir dvi dvi-am html \
613	html-am info info-am install install-am install-data \
614	install-data-am install-dvi install-dvi-am install-exec \
615	install-exec-am install-html install-html-am install-info \
616	install-info-am install-man install-pdf install-pdf-am \
617	install-ps install-ps-am install-strip installcheck \
618	installcheck-am installdirs maintainer-clean \
619	maintainer-clean-generic mostlyclean mostlyclean-compile \
620	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
621	tags tags-am uninstall uninstall-am
622
623
624# Tell versions [3.59,3.63) of GNU make to not export all variables.
625# Otherwise a system limit (for SysV at least) may be exceeded.
626.NOEXPORT:
627