• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/src/
1# Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55	$(top_srcdir)/Make_global.am
56subdir = src
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/gcc4_visibility.m4 \
59	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
60	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
61	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63	$(ACLOCAL_M4)
64mkinstalldirs = $(install_sh) -d
65CONFIG_HEADER = $(top_builddir)/config.h
66CONFIG_CLEAN_FILES =
67CONFIG_CLEAN_VPATH_FILES =
68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69am__vpath_adj = case $$p in \
70    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71    *) f=$$p;; \
72  esac;
73am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74am__install_max = 40
75am__nobase_strip_setup = \
76  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77am__nobase_strip = \
78  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79am__nobase_list = $(am__nobase_strip_setup); \
80  for p in $$list; do echo "$$p $$p"; done | \
81  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83    if (++n[$$2] == $(am__install_max)) \
84      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85    END { for (dir in files) print dir, files[dir] }'
86am__base_list = \
87  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89am__uninstall_files_from_dir = { \
90  test -z "$$files" \
91    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
92    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
93         $(am__cd) "$$dir" && rm -f $$files; }; \
94  }
95am__installdirs = "$(DESTDIR)$(libdir)"
96LTLIBRARIES = $(lib_LTLIBRARIES)
97am__DEPENDENCIES_1 =
98libnetfilter_cthelper_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
99am_libnetfilter_cthelper_la_OBJECTS = libnetfilter_cthelper.lo
100libnetfilter_cthelper_la_OBJECTS =  \
101	$(am_libnetfilter_cthelper_la_OBJECTS)
102AM_V_lt = $(am__v_lt_@AM_V@)
103am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
104am__v_lt_0 = --silent
105libnetfilter_cthelper_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
106	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
107	$(AM_CFLAGS) $(CFLAGS) $(libnetfilter_cthelper_la_LDFLAGS) \
108	$(LDFLAGS) -o $@
109DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
110depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
111am__depfiles_maybe = depfiles
112am__mv = mv -f
113COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
116	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
117	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
118	$(AM_CFLAGS) $(CFLAGS)
119AM_V_CC = $(am__v_CC_@AM_V@)
120am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
121am__v_CC_0 = @echo "  CC    " $@;
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125CCLD = $(CC)
126LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128	$(AM_LDFLAGS) $(LDFLAGS) -o $@
129AM_V_CCLD = $(am__v_CCLD_@AM_V@)
130am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
131am__v_CCLD_0 = @echo "  CCLD  " $@;
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN   " $@;
135SOURCES = $(libnetfilter_cthelper_la_SOURCES)
136DIST_SOURCES = $(libnetfilter_cthelper_la_SOURCES)
137am__can_run_installinfo = \
138  case $$AM_UPDATE_INFO_DIR in \
139    n|no|NO) false;; \
140    *) (install-info --version) >/dev/null 2>&1;; \
141  esac
142ETAGS = etags
143CTAGS = ctags
144DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145ACLOCAL = @ACLOCAL@
146AMTAR = @AMTAR@
147AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148AR = @AR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CC = @CC@
154CCDEPMODE = @CCDEPMODE@
155CFLAGS = @CFLAGS@
156CPP = @CPP@
157CPPFLAGS = @CPPFLAGS@
158CYGPATH_W = @CYGPATH_W@
159DEFS = @DEFS@
160DEPDIR = @DEPDIR@
161DLLTOOL = @DLLTOOL@
162DSYMUTIL = @DSYMUTIL@
163DUMPBIN = @DUMPBIN@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169FGREP = @FGREP@
170GCC_FVISIBILITY_HIDDEN = @GCC_FVISIBILITY_HIDDEN@
171GREP = @GREP@
172INSTALL = @INSTALL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
180LIBMNL_LIBS = @LIBMNL_LIBS@
181LIBOBJS = @LIBOBJS@
182LIBS = @LIBS@
183LIBTOOL = @LIBTOOL@
184LIPO = @LIPO@
185LN_S = @LN_S@
186LTLIBOBJS = @LTLIBOBJS@
187MAKEINFO = @MAKEINFO@
188MANIFEST_TOOL = @MANIFEST_TOOL@
189MKDIR_P = @MKDIR_P@
190NM = @NM@
191NMEDIT = @NMEDIT@
192OBJDUMP = @OBJDUMP@
193OBJEXT = @OBJEXT@
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204PKG_CONFIG = @PKG_CONFIG@
205PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
206PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
207RANLIB = @RANLIB@
208SED = @SED@
209SET_MAKE = @SET_MAKE@
210SHELL = @SHELL@
211STRIP = @STRIP@
212VERSION = @VERSION@
213abs_builddir = @abs_builddir@
214abs_srcdir = @abs_srcdir@
215abs_top_builddir = @abs_top_builddir@
216abs_top_srcdir = @abs_top_srcdir@
217ac_ct_AR = @ac_ct_AR@
218ac_ct_CC = @ac_ct_CC@
219ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
220am__include = @am__include@
221am__leading_dot = @am__leading_dot@
222am__quote = @am__quote@
223am__tar = @am__tar@
224am__untar = @am__untar@
225bindir = @bindir@
226build = @build@
227build_alias = @build_alias@
228build_cpu = @build_cpu@
229build_os = @build_os@
230build_vendor = @build_vendor@
231builddir = @builddir@
232datadir = @datadir@
233datarootdir = @datarootdir@
234docdir = @docdir@
235dvidir = @dvidir@
236exec_prefix = @exec_prefix@
237host = @host@
238host_alias = @host_alias@
239host_cpu = @host_cpu@
240host_os = @host_os@
241host_vendor = @host_vendor@
242htmldir = @htmldir@
243includedir = @includedir@
244infodir = @infodir@
245install_sh = @install_sh@
246libdir = @libdir@
247libexecdir = @libexecdir@
248localedir = @localedir@
249localstatedir = @localstatedir@
250mandir = @mandir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253pdfdir = @pdfdir@
254prefix = @prefix@
255program_transform_name = @program_transform_name@
256psdir = @psdir@
257regular_CFLAGS = @regular_CFLAGS@
258regular_CPPFLAGS = @regular_CPPFLAGS@
259sbindir = @sbindir@
260sharedstatedir = @sharedstatedir@
261srcdir = @srcdir@
262sysconfdir = @sysconfdir@
263target_alias = @target_alias@
264top_build_prefix = @top_build_prefix@
265top_builddir = @top_builddir@
266top_srcdir = @top_srcdir@
267
268# This is _NOT_ the library release version, it's an API version.
269# Extracted from Chapter 6 "Library interface versions" of the libtool docs.
270#
271# <snippet>
272# Here are a set of rules to help you update your library version information:
273#
274# 1. Start with version information of `0:0:0' for each libtool library.
275# 2. Update the version information only immediately before a public release
276# of your software. More frequent updates are unnecessary, and only guarantee
277# that the current interface number gets larger faster.
278# 3. If the library source code has changed at all since the last update,
279# then increment revision (`c:r:a' becomes `c:r+1:a').
280# 4. If any interfaces have been added, removed, or changed since the last
281# update, increment current, and set revision to 0.
282# 5. If any interfaces have been added since the last public release, then
283# increment age.
284# 6. If any interfaces have been removed since the last public release, then
285# set age to 0.
286# </snippet>
287#
288LIBVERSION = 0:0:0
289AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
290AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
291lib_LTLIBRARIES = libnetfilter_cthelper.la
292libnetfilter_cthelper_la_LIBADD = ${LIBMNL_LIBS}
293libnetfilter_cthelper_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnetfilter_cthelper.map -version-info $(LIBVERSION)
294libnetfilter_cthelper_la_SOURCES = libnetfilter_cthelper.c	\
295				   libnetfilter_cthelper.map	\
296				   internal.h
297
298all: all-am
299
300.SUFFIXES:
301.SUFFIXES: .c .lo .o .obj
302$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
303	@for dep in $?; do \
304	  case '$(am__configure_deps)' in \
305	    *$$dep*) \
306	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
307	        && { if test -f $@; then exit 0; else break; fi; }; \
308	      exit 1;; \
309	  esac; \
310	done; \
311	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
312	$(am__cd) $(top_srcdir) && \
313	  $(AUTOMAKE) --foreign src/Makefile
314.PRECIOUS: Makefile
315Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316	@case '$?' in \
317	  *config.status*) \
318	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319	  *) \
320	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322	esac;
323$(top_srcdir)/Make_global.am:
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328$(top_srcdir)/configure:  $(am__configure_deps)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(am__aclocal_m4_deps):
333install-libLTLIBRARIES: $(lib_LTLIBRARIES)
334	@$(NORMAL_INSTALL)
335	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
336	list2=; for p in $$list; do \
337	  if test -f $$p; then \
338	    list2="$$list2 $$p"; \
339	  else :; fi; \
340	done; \
341	test -z "$$list2" || { \
342	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
343	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
344	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
345	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
346	}
347
348uninstall-libLTLIBRARIES:
349	@$(NORMAL_UNINSTALL)
350	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
351	for p in $$list; do \
352	  $(am__strip_dir) \
353	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
354	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
355	done
356
357clean-libLTLIBRARIES:
358	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
359	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
360	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
361	  test "$$dir" != "$$p" || dir=.; \
362	  echo "rm -f \"$${dir}/so_locations\""; \
363	  rm -f "$${dir}/so_locations"; \
364	done
365libnetfilter_cthelper.la: $(libnetfilter_cthelper_la_OBJECTS) $(libnetfilter_cthelper_la_DEPENDENCIES) $(EXTRA_libnetfilter_cthelper_la_DEPENDENCIES) 
366	$(AM_V_CCLD)$(libnetfilter_cthelper_la_LINK) -rpath $(libdir) $(libnetfilter_cthelper_la_OBJECTS) $(libnetfilter_cthelper_la_LIBADD) $(LIBS)
367
368mostlyclean-compile:
369	-rm -f *.$(OBJEXT)
370
371distclean-compile:
372	-rm -f *.tab.c
373
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetfilter_cthelper.Plo@am__quote@
375
376.c.o:
377@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
378@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
379@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
383
384.c.obj:
385@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
386@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
387@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
388@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
389@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
391
392.c.lo:
393@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
394@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
395@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
396@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
399
400mostlyclean-libtool:
401	-rm -f *.lo
402
403clean-libtool:
404	-rm -rf .libs _libs
405
406ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
407	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408	unique=`for i in $$list; do \
409	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410	  done | \
411	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412	      END { if (nonempty) { for (i in files) print i; }; }'`; \
413	mkid -fID $$unique
414tags: TAGS
415
416TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417		$(TAGS_FILES) $(LISP)
418	set x; \
419	here=`pwd`; \
420	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421	unique=`for i in $$list; do \
422	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423	  done | \
424	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425	      END { if (nonempty) { for (i in files) print i; }; }'`; \
426	shift; \
427	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428	  test -n "$$unique" || unique=$$empty_fix; \
429	  if test $$# -gt 0; then \
430	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431	      "$$@" $$unique; \
432	  else \
433	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434	      $$unique; \
435	  fi; \
436	fi
437ctags: CTAGS
438CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439		$(TAGS_FILES) $(LISP)
440	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441	unique=`for i in $$list; do \
442	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443	  done | \
444	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445	      END { if (nonempty) { for (i in files) print i; }; }'`; \
446	test -z "$(CTAGS_ARGS)$$unique" \
447	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448	     $$unique
449
450GTAGS:
451	here=`$(am__cd) $(top_builddir) && pwd` \
452	  && $(am__cd) $(top_srcdir) \
453	  && gtags -i $(GTAGS_ARGS) "$$here"
454
455distclean-tags:
456	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458distdir: $(DISTFILES)
459	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461	list='$(DISTFILES)'; \
462	  dist_files=`for file in $$list; do echo $$file; done | \
463	  sed -e "s|^$$srcdirstrip/||;t" \
464	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465	case $$dist_files in \
466	  */*) $(MKDIR_P) `echo "$$dist_files" | \
467			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468			   sort -u` ;; \
469	esac; \
470	for file in $$dist_files; do \
471	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472	  if test -d $$d/$$file; then \
473	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474	    if test -d "$(distdir)/$$file"; then \
475	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476	    fi; \
477	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480	    fi; \
481	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482	  else \
483	    test -f "$(distdir)/$$file" \
484	    || cp -p $$d/$$file "$(distdir)/$$file" \
485	    || exit 1; \
486	  fi; \
487	done
488check-am: all-am
489check: check-am
490all-am: Makefile $(LTLIBRARIES)
491installdirs:
492	for dir in "$(DESTDIR)$(libdir)"; do \
493	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
494	done
495install: install-am
496install-exec: install-exec-am
497install-data: install-data-am
498uninstall: uninstall-am
499
500install-am: all-am
501	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502
503installcheck: installcheck-am
504install-strip:
505	if test -z '$(STRIP)'; then \
506	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508	      install; \
509	else \
510	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
513	fi
514mostlyclean-generic:
515
516clean-generic:
517
518distclean-generic:
519	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
521
522maintainer-clean-generic:
523	@echo "This command is intended for maintainers to use"
524	@echo "it deletes files that may require special tools to rebuild."
525clean: clean-am
526
527clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
528	mostlyclean-am
529
530distclean: distclean-am
531	-rm -rf ./$(DEPDIR)
532	-rm -f Makefile
533distclean-am: clean-am distclean-compile distclean-generic \
534	distclean-tags
535
536dvi: dvi-am
537
538dvi-am:
539
540html: html-am
541
542html-am:
543
544info: info-am
545
546info-am:
547
548install-data-am:
549
550install-dvi: install-dvi-am
551
552install-dvi-am:
553
554install-exec-am: install-libLTLIBRARIES
555
556install-html: install-html-am
557
558install-html-am:
559
560install-info: install-info-am
561
562install-info-am:
563
564install-man:
565
566install-pdf: install-pdf-am
567
568install-pdf-am:
569
570install-ps: install-ps-am
571
572install-ps-am:
573
574installcheck-am:
575
576maintainer-clean: maintainer-clean-am
577	-rm -rf ./$(DEPDIR)
578	-rm -f Makefile
579maintainer-clean-am: distclean-am maintainer-clean-generic
580
581mostlyclean: mostlyclean-am
582
583mostlyclean-am: mostlyclean-compile mostlyclean-generic \
584	mostlyclean-libtool
585
586pdf: pdf-am
587
588pdf-am:
589
590ps: ps-am
591
592ps-am:
593
594uninstall-am: uninstall-libLTLIBRARIES
595
596.MAKE: install-am install-strip
597
598.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
599	clean-libLTLIBRARIES clean-libtool ctags distclean \
600	distclean-compile distclean-generic distclean-libtool \
601	distclean-tags distdir dvi dvi-am html html-am info info-am \
602	install install-am install-data install-data-am install-dvi \
603	install-dvi-am install-exec install-exec-am install-html \
604	install-html-am install-info install-info-am \
605	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
606	install-ps install-ps-am install-strip installcheck \
607	installcheck-am installdirs maintainer-clean \
608	maintainer-clean-generic mostlyclean mostlyclean-compile \
609	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
610	tags uninstall uninstall-am uninstall-libLTLIBRARIES
611
612
613# Tell versions [3.59,3.63) of GNU make to not export all variables.
614# Otherwise a system limit (for SysV at least) may be exceeded.
615.NOEXPORT:
616