• 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/examples/
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# examples/Makefile.  Generated from Makefile.in by configure.
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
17
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/libnetfilter_cthelper
36pkgincludedir = $(includedir)/libnetfilter_cthelper
37pkglibdir = $(libdir)/libnetfilter_cthelper
38pkglibexecdir = $(libexecdir)/libnetfilter_cthelper
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = i686-pc-linux-gnu
52host_triplet = arm-unknown-linux-gnu
53DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54	$(top_srcdir)/Make_global.am
55check_PROGRAMS = nfct-helper-get$(EXEEXT) nfct-helper-add$(EXEEXT) \
56	nfct-helper-del$(EXEEXT)
57subdir = examples
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/m4/gcc4_visibility.m4 \
60	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
61	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
62	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64	$(ACLOCAL_M4)
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = $(top_builddir)/config.h
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69am_nfct_helper_add_OBJECTS = nfct-helper-add.$(OBJEXT)
70nfct_helper_add_OBJECTS = $(am_nfct_helper_add_OBJECTS)
71am__DEPENDENCIES_1 =
72nfct_helper_add_DEPENDENCIES = ../src/libnetfilter_cthelper.la \
73	$(am__DEPENDENCIES_1)
74AM_V_lt = $(am__v_lt_$(V))
75am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
76am__v_lt_0 = --silent
77am_nfct_helper_del_OBJECTS = nfct-helper-del.$(OBJEXT)
78nfct_helper_del_OBJECTS = $(am_nfct_helper_del_OBJECTS)
79nfct_helper_del_DEPENDENCIES = ../src/libnetfilter_cthelper.la \
80	$(am__DEPENDENCIES_1)
81am_nfct_helper_get_OBJECTS = nfct-helper-get.$(OBJEXT)
82nfct_helper_get_OBJECTS = $(am_nfct_helper_get_OBJECTS)
83nfct_helper_get_DEPENDENCIES = ../src/libnetfilter_cthelper.la \
84	$(am__DEPENDENCIES_1)
85DEFAULT_INCLUDES = -I. -I$(top_builddir)
86depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
87am__depfiles_maybe = depfiles
88am__mv = mv -f
89COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
93	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94	$(AM_CFLAGS) $(CFLAGS)
95AM_V_CC = $(am__v_CC_$(V))
96am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
97am__v_CC_0 = @echo "  CC    " $@;
98AM_V_at = $(am__v_at_$(V))
99am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
100am__v_at_0 = @
101CCLD = $(CC)
102LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104	$(AM_LDFLAGS) $(LDFLAGS) -o $@
105AM_V_CCLD = $(am__v_CCLD_$(V))
106am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
107am__v_CCLD_0 = @echo "  CCLD  " $@;
108AM_V_GEN = $(am__v_GEN_$(V))
109am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
110am__v_GEN_0 = @echo "  GEN   " $@;
111SOURCES = $(nfct_helper_add_SOURCES) $(nfct_helper_del_SOURCES) \
112	$(nfct_helper_get_SOURCES)
113DIST_SOURCES = $(nfct_helper_add_SOURCES) $(nfct_helper_del_SOURCES) \
114	$(nfct_helper_get_SOURCES)
115am__can_run_installinfo = \
116  case $$AM_UPDATE_INFO_DIR in \
117    n|no|NO) false;; \
118    *) (install-info --version) >/dev/null 2>&1;; \
119  esac
120ETAGS = etags
121CTAGS = ctags
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123ACLOCAL = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/missing --run aclocal-1.11
124AMTAR = $${TAR-tar}
125AM_DEFAULT_VERBOSITY = 0
126AR = arm-brcm-linux-uclibcgnueabi-ar
127AUTOCONF = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/missing --run autoconf
128AUTOHEADER = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/missing --run autoheader
129AUTOMAKE = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/missing --run automake-1.11
130AWK = gawk
131CC = arm-brcm-linux-uclibcgnueabi-gcc
132CCDEPMODE = depmode=gcc3
133CFLAGS = -Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREND_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT
134CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
135CPPFLAGS = 
136CYGPATH_W = echo
137DEFS = -DHAVE_CONFIG_H
138DEPDIR = .deps
139DLLTOOL = false
140DSYMUTIL = 
141DUMPBIN = 
142ECHO_C = 
143ECHO_N = -n
144ECHO_T = 
145EGREP = /bin/grep -E
146EXEEXT = 
147FGREP = /bin/grep -F
148GCC_FVISIBILITY_HIDDEN = -fvisibility=hidden
149GREP = /bin/grep
150INSTALL = /usr/bin/install -c
151INSTALL_DATA = ${INSTALL} -m 644
152INSTALL_PROGRAM = ${INSTALL}
153INSTALL_SCRIPT = ${INSTALL}
154INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
155LD = arm-brcm-linux-uclibcgnueabi-ld
156LDFLAGS = 
157LIBMNL_CFLAGS = -I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/include
158LIBMNL_LIBS = -L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/lib -lmnl
159LIBOBJS = 
160LIBS = 
161LIBTOOL = $(SHELL) $(top_builddir)/libtool
162LIPO = 
163LN_S = ln -s
164LTLIBOBJS = 
165MAKEINFO = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/missing --run makeinfo
166MANIFEST_TOOL = :
167MKDIR_P = /bin/mkdir -p
168NM = arm-brcm-linux-uclibcgnueabi-nm
169NMEDIT = 
170OBJDUMP = arm-brcm-linux-uclibcgnueabi-objdump
171OBJEXT = o
172OTOOL = 
173OTOOL64 = 
174PACKAGE = libnetfilter_cthelper
175PACKAGE_BUGREPORT = 
176PACKAGE_NAME = libnetfilter_cthelper
177PACKAGE_STRING = libnetfilter_cthelper 1.0.0
178PACKAGE_TARNAME = libnetfilter_cthelper
179PACKAGE_URL = 
180PACKAGE_VERSION = 1.0.0
181PATH_SEPARATOR = :
182PKG_CONFIG = /usr/bin/pkg-config
183PKG_CONFIG_LIBDIR = 
184PKG_CONFIG_PATH = 
185RANLIB = arm-brcm-linux-uclibcgnueabi-ranlib
186SED = /bin/sed
187SET_MAKE = 
188SHELL = /bin/sh
189STRIP = arm-brcm-linux-uclibcgnueabi-strip
190VERSION = 1.0.0
191abs_builddir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/examples
192abs_srcdir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/examples
193abs_top_builddir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
194abs_top_srcdir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
195ac_ct_AR = 
196ac_ct_CC = 
197ac_ct_DUMPBIN = 
198am__include = include
199am__leading_dot = .
200am__quote = 
201am__tar = tar --format=posix -chf - "$$tardir"
202am__untar = tar -xf -
203bindir = ${exec_prefix}/bin
204build = i686-pc-linux-gnu
205build_alias = 
206build_cpu = i686
207build_os = linux-gnu
208build_vendor = pc
209builddir = .
210datadir = ${datarootdir}
211datarootdir = ${prefix}/share
212docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
213dvidir = ${docdir}
214exec_prefix = ${prefix}
215host = arm-unknown-linux-gnu
216host_alias = arm-linux
217host_cpu = arm
218host_os = linux-gnu
219host_vendor = unknown
220htmldir = ${docdir}
221includedir = ${prefix}/include
222infodir = ${datarootdir}/info
223install_sh = ${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/install-sh
224libdir = ${exec_prefix}/lib
225libexecdir = ${exec_prefix}/libexec
226localedir = ${datarootdir}/locale
227localstatedir = ${prefix}/var
228mandir = ${datarootdir}/man
229mkdir_p = /bin/mkdir -p
230oldincludedir = /usr/include
231pdfdir = ${docdir}
232prefix = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build
233program_transform_name = s,x,x,
234psdir = ${docdir}
235regular_CFLAGS = -Wall -Waggregate-return -Wmissing-declarations 	-Wmissing-prototypes -Wshadow -Wstrict-prototypes 	-Wformat=2 -pipe
236regular_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT
237sbindir = ${exec_prefix}/sbin
238sharedstatedir = ${prefix}/com
239srcdir = .
240sysconfdir = ${prefix}/etc
241target_alias = 
242top_build_prefix = ../
243top_builddir = ..
244top_srcdir = ..
245
246# This is _NOT_ the library release version, it's an API version.
247# Extracted from Chapter 6 "Library interface versions" of the libtool docs.
248#
249# <snippet>
250# Here are a set of rules to help you update your library version information:
251#
252# 1. Start with version information of `0:0:0' for each libtool library.
253# 2. Update the version information only immediately before a public release
254# of your software. More frequent updates are unnecessary, and only guarantee
255# that the current interface number gets larger faster.
256# 3. If the library source code has changed at all since the last update,
257# then increment revision (`c:r:a' becomes `c:r+1:a').
258# 4. If any interfaces have been added, removed, or changed since the last
259# update, increment current, and set revision to 0.
260# 5. If any interfaces have been added since the last public release, then
261# increment age.
262# 6. If any interfaces have been removed since the last public release, then
263# set age to 0.
264# </snippet>
265#
266LIBVERSION = 0:0:0
267AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
268AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
269nfct_helper_add_SOURCES = nfct-helper-add.c
270nfct_helper_add_LDADD = ../src/libnetfilter_cthelper.la ${LIBMNL_LIBS}
271nfct_helper_del_SOURCES = nfct-helper-del.c
272nfct_helper_del_LDADD = ../src/libnetfilter_cthelper.la ${LIBMNL_LIBS}
273nfct_helper_get_SOURCES = nfct-helper-get.c
274nfct_helper_get_LDADD = ../src/libnetfilter_cthelper.la ${LIBMNL_LIBS}
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .c .lo .o .obj
279$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
280	@for dep in $?; do \
281	  case '$(am__configure_deps)' in \
282	    *$$dep*) \
283	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284	        && { if test -f $@; then exit 0; else break; fi; }; \
285	      exit 1;; \
286	  esac; \
287	done; \
288	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
289	$(am__cd) $(top_srcdir) && \
290	  $(AUTOMAKE) --foreign examples/Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293	@case '$?' in \
294	  *config.status*) \
295	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296	  *) \
297	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299	esac;
300$(top_srcdir)/Make_global.am:
301
302$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305$(top_srcdir)/configure:  $(am__configure_deps)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
308	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(am__aclocal_m4_deps):
310
311clean-checkPROGRAMS:
312	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
313	echo " rm -f" $$list; \
314	rm -f $$list || exit $$?; \
315	test -n "$(EXEEXT)" || exit 0; \
316	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
317	echo " rm -f" $$list; \
318	rm -f $$list
319nfct-helper-add$(EXEEXT): $(nfct_helper_add_OBJECTS) $(nfct_helper_add_DEPENDENCIES) $(EXTRA_nfct_helper_add_DEPENDENCIES) 
320	@rm -f nfct-helper-add$(EXEEXT)
321	$(AM_V_CCLD)$(LINK) $(nfct_helper_add_OBJECTS) $(nfct_helper_add_LDADD) $(LIBS)
322nfct-helper-del$(EXEEXT): $(nfct_helper_del_OBJECTS) $(nfct_helper_del_DEPENDENCIES) $(EXTRA_nfct_helper_del_DEPENDENCIES) 
323	@rm -f nfct-helper-del$(EXEEXT)
324	$(AM_V_CCLD)$(LINK) $(nfct_helper_del_OBJECTS) $(nfct_helper_del_LDADD) $(LIBS)
325nfct-helper-get$(EXEEXT): $(nfct_helper_get_OBJECTS) $(nfct_helper_get_DEPENDENCIES) $(EXTRA_nfct_helper_get_DEPENDENCIES) 
326	@rm -f nfct-helper-get$(EXEEXT)
327	$(AM_V_CCLD)$(LINK) $(nfct_helper_get_OBJECTS) $(nfct_helper_get_LDADD) $(LIBS)
328
329mostlyclean-compile:
330	-rm -f *.$(OBJEXT)
331
332distclean-compile:
333	-rm -f *.tab.c
334
335include ./$(DEPDIR)/nfct-helper-add.Po
336include ./$(DEPDIR)/nfct-helper-del.Po
337include ./$(DEPDIR)/nfct-helper-get.Po
338
339.c.o:
340	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
341	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
342	$(am__mv) $$depbase.Tpo $$depbase.Po
343#	$(AM_V_CC)source='$<' object='$@' libtool=no \
344#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
345#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
346
347.c.obj:
348	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
349	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
350	$(am__mv) $$depbase.Tpo $$depbase.Po
351#	$(AM_V_CC)source='$<' object='$@' libtool=no \
352#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
353#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
354
355.c.lo:
356	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
357	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
358	$(am__mv) $$depbase.Tpo $$depbase.Plo
359#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
360#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
361#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
362
363mostlyclean-libtool:
364	-rm -f *.lo
365
366clean-libtool:
367	-rm -rf .libs _libs
368
369ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371	unique=`for i in $$list; do \
372	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373	  done | \
374	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375	      END { if (nonempty) { for (i in files) print i; }; }'`; \
376	mkid -fID $$unique
377tags: TAGS
378
379TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
380		$(TAGS_FILES) $(LISP)
381	set x; \
382	here=`pwd`; \
383	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384	unique=`for i in $$list; do \
385	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386	  done | \
387	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388	      END { if (nonempty) { for (i in files) print i; }; }'`; \
389	shift; \
390	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391	  test -n "$$unique" || unique=$$empty_fix; \
392	  if test $$# -gt 0; then \
393	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394	      "$$@" $$unique; \
395	  else \
396	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397	      $$unique; \
398	  fi; \
399	fi
400ctags: CTAGS
401CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402		$(TAGS_FILES) $(LISP)
403	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	test -z "$(CTAGS_ARGS)$$unique" \
410	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411	     $$unique
412
413GTAGS:
414	here=`$(am__cd) $(top_builddir) && pwd` \
415	  && $(am__cd) $(top_srcdir) \
416	  && gtags -i $(GTAGS_ARGS) "$$here"
417
418distclean-tags:
419	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421distdir: $(DISTFILES)
422	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424	list='$(DISTFILES)'; \
425	  dist_files=`for file in $$list; do echo $$file; done | \
426	  sed -e "s|^$$srcdirstrip/||;t" \
427	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428	case $$dist_files in \
429	  */*) $(MKDIR_P) `echo "$$dist_files" | \
430			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431			   sort -u` ;; \
432	esac; \
433	for file in $$dist_files; do \
434	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435	  if test -d $$d/$$file; then \
436	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437	    if test -d "$(distdir)/$$file"; then \
438	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439	    fi; \
440	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443	    fi; \
444	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445	  else \
446	    test -f "$(distdir)/$$file" \
447	    || cp -p $$d/$$file "$(distdir)/$$file" \
448	    || exit 1; \
449	  fi; \
450	done
451check-am: all-am
452	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
453check: check-am
454all-am: Makefile
455installdirs:
456install: install-am
457install-exec: install-exec-am
458install-data: install-data-am
459uninstall: uninstall-am
460
461install-am: all-am
462	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464installcheck: installcheck-am
465install-strip:
466	if test -z '$(STRIP)'; then \
467	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469	      install; \
470	else \
471	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474	fi
475mostlyclean-generic:
476
477clean-generic:
478
479distclean-generic:
480	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
481	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
482
483maintainer-clean-generic:
484	@echo "This command is intended for maintainers to use"
485	@echo "it deletes files that may require special tools to rebuild."
486clean: clean-am
487
488clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
489	mostlyclean-am
490
491distclean: distclean-am
492	-rm -rf ./$(DEPDIR)
493	-rm -f Makefile
494distclean-am: clean-am distclean-compile distclean-generic \
495	distclean-tags
496
497dvi: dvi-am
498
499dvi-am:
500
501html: html-am
502
503html-am:
504
505info: info-am
506
507info-am:
508
509install-data-am:
510
511install-dvi: install-dvi-am
512
513install-dvi-am:
514
515install-exec-am:
516
517install-html: install-html-am
518
519install-html-am:
520
521install-info: install-info-am
522
523install-info-am:
524
525install-man:
526
527install-pdf: install-pdf-am
528
529install-pdf-am:
530
531install-ps: install-ps-am
532
533install-ps-am:
534
535installcheck-am:
536
537maintainer-clean: maintainer-clean-am
538	-rm -rf ./$(DEPDIR)
539	-rm -f Makefile
540maintainer-clean-am: distclean-am maintainer-clean-generic
541
542mostlyclean: mostlyclean-am
543
544mostlyclean-am: mostlyclean-compile mostlyclean-generic \
545	mostlyclean-libtool
546
547pdf: pdf-am
548
549pdf-am:
550
551ps: ps-am
552
553ps-am:
554
555uninstall-am:
556
557.MAKE: check-am install-am install-strip
558
559.PHONY: CTAGS GTAGS all all-am check check-am clean \
560	clean-checkPROGRAMS clean-generic clean-libtool ctags \
561	distclean distclean-compile distclean-generic \
562	distclean-libtool distclean-tags distdir dvi dvi-am html \
563	html-am info info-am install install-am install-data \
564	install-data-am install-dvi install-dvi-am install-exec \
565	install-exec-am install-html install-html-am install-info \
566	install-info-am install-man install-pdf install-pdf-am \
567	install-ps install-ps-am install-strip installcheck \
568	installcheck-am installdirs maintainer-clean \
569	maintainer-clean-generic mostlyclean mostlyclean-compile \
570	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
571	tags uninstall uninstall-am
572
573
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
577