1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# 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
18
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)/libnetfilter_cthelper
37pkgincludedir = $(includedir)/libnetfilter_cthelper
38pkglibdir = $(libdir)/libnetfilter_cthelper
39pkglibexecdir = $(libexecdir)/libnetfilter_cthelper
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 = i686-pc-linux-gnu
53host_triplet = arm-unknown-linux-gnu
54DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
56	$(srcdir)/doxygen.cfg.in $(srcdir)/libnetfilter_cthelper.pc.in \
57	$(top_srcdir)/Make_global.am $(top_srcdir)/configure COPYING \
58	build-aux/compile build-aux/config.guess build-aux/config.sub \
59	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
60	build-aux/missing
61subdir = .
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/m4/gcc4_visibility.m4 \
64	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
65	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
66	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70 configure.lineno config.status.lineno
71mkinstalldirs = $(install_sh) -d
72CONFIG_HEADER = config.h
73CONFIG_CLEAN_FILES = libnetfilter_cthelper.pc doxygen.cfg
74CONFIG_CLEAN_VPATH_FILES =
75AM_V_GEN = $(am__v_GEN_$(V))
76am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
77am__v_GEN_0 = @echo "  GEN   " $@;
78AM_V_at = $(am__v_at_$(V))
79am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
80am__v_at_0 = @
81SOURCES =
82DIST_SOURCES =
83RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
84	html-recursive info-recursive install-data-recursive \
85	install-dvi-recursive install-exec-recursive \
86	install-html-recursive install-info-recursive \
87	install-pdf-recursive install-ps-recursive install-recursive \
88	installcheck-recursive installdirs-recursive pdf-recursive \
89	ps-recursive uninstall-recursive
90am__can_run_installinfo = \
91  case $$AM_UPDATE_INFO_DIR in \
92    n|no|NO) false;; \
93    *) (install-info --version) >/dev/null 2>&1;; \
94  esac
95am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96am__vpath_adj = case $$p in \
97    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98    *) f=$$p;; \
99  esac;
100am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
101am__install_max = 40
102am__nobase_strip_setup = \
103  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
104am__nobase_strip = \
105  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106am__nobase_list = $(am__nobase_strip_setup); \
107  for p in $$list; do echo "$$p $$p"; done | \
108  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
109  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
110    if (++n[$$2] == $(am__install_max)) \
111      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
112    END { for (dir in files) print dir, files[dir] }'
113am__base_list = \
114  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
116am__uninstall_files_from_dir = { \
117  test -z "$$files" \
118    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
119    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
120         $(am__cd) "$$dir" && rm -f $$files; }; \
121  }
122am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
123DATA = $(pkgconfig_DATA)
124RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
125  distclean-recursive maintainer-clean-recursive
126AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
127	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
128	distdir dist dist-all distcheck
129ETAGS = etags
130CTAGS = ctags
131DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132distdir = $(PACKAGE)-$(VERSION)
133top_distdir = $(distdir)
134am__remove_distdir = \
135  if test -d "$(distdir)"; then \
136    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
137      && rm -rf "$(distdir)" \
138      || { sleep 5 && rm -rf "$(distdir)"; }; \
139  else :; fi
140am__relativize = \
141  dir0=`pwd`; \
142  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
143  sed_rest='s,^[^/]*/*,,'; \
144  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
145  sed_butlast='s,/*[^/]*$$,,'; \
146  while test -n "$$dir1"; do \
147    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
148    if test "$$first" != "."; then \
149      if test "$$first" = ".."; then \
150        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
151        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
152      else \
153        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
154        if test "$$first2" = "$$first"; then \
155          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
156        else \
157          dir2="../$$dir2"; \
158        fi; \
159        dir0="$$dir0"/"$$first"; \
160      fi; \
161    fi; \
162    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
163  done; \
164  reldir="$$dir2"
165GZIP_ENV = --best
166DIST_ARCHIVES = $(distdir).tar.bz2
167distuninstallcheck_listfiles = find . -type f -print
168am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
169  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
170distcleancheck_listfiles = find . -type f -print
171ACLOCAL = ${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
172AMTAR = $${TAR-tar}
173AM_DEFAULT_VERBOSITY = 0
174AR = arm-brcm-linux-uclibcgnueabi-ar
175AUTOCONF = ${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
176AUTOHEADER = ${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
177AUTOMAKE = ${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
178AWK = gawk
179CC = arm-brcm-linux-uclibcgnueabi-gcc
180CCDEPMODE = depmode=gcc3
181CFLAGS = -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
182CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
183CPPFLAGS = 
184CYGPATH_W = echo
185DEFS = -DHAVE_CONFIG_H
186DEPDIR = .deps
187DLLTOOL = false
188DSYMUTIL = 
189DUMPBIN = 
190ECHO_C = 
191ECHO_N = -n
192ECHO_T = 
193EGREP = /bin/grep -E
194EXEEXT = 
195FGREP = /bin/grep -F
196GCC_FVISIBILITY_HIDDEN = -fvisibility=hidden
197GREP = /bin/grep
198INSTALL = /usr/bin/install -c
199INSTALL_DATA = ${INSTALL} -m 644
200INSTALL_PROGRAM = ${INSTALL}
201INSTALL_SCRIPT = ${INSTALL}
202INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
203LD = arm-brcm-linux-uclibcgnueabi-ld
204LDFLAGS = 
205LIBMNL_CFLAGS = -I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/include
206LIBMNL_LIBS = -L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/lib -lmnl
207LIBOBJS = 
208LIBS = 
209LIBTOOL = $(SHELL) $(top_builddir)/libtool
210LIPO = 
211LN_S = ln -s
212LTLIBOBJS = 
213MAKEINFO = ${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
214MANIFEST_TOOL = :
215MKDIR_P = /bin/mkdir -p
216NM = arm-brcm-linux-uclibcgnueabi-nm
217NMEDIT = 
218OBJDUMP = arm-brcm-linux-uclibcgnueabi-objdump
219OBJEXT = o
220OTOOL = 
221OTOOL64 = 
222PACKAGE = libnetfilter_cthelper
223PACKAGE_BUGREPORT = 
224PACKAGE_NAME = libnetfilter_cthelper
225PACKAGE_STRING = libnetfilter_cthelper 1.0.0
226PACKAGE_TARNAME = libnetfilter_cthelper
227PACKAGE_URL = 
228PACKAGE_VERSION = 1.0.0
229PATH_SEPARATOR = :
230PKG_CONFIG = /usr/bin/pkg-config
231PKG_CONFIG_LIBDIR = 
232PKG_CONFIG_PATH = 
233RANLIB = arm-brcm-linux-uclibcgnueabi-ranlib
234SED = /bin/sed
235SET_MAKE = 
236SHELL = /bin/sh
237STRIP = arm-brcm-linux-uclibcgnueabi-strip
238VERSION = 1.0.0
239abs_builddir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
240abs_srcdir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
241abs_top_builddir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
242abs_top_srcdir = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0
243ac_ct_AR = 
244ac_ct_CC = 
245ac_ct_DUMPBIN = 
246am__include = include
247am__leading_dot = .
248am__quote = 
249am__tar = tar --format=posix -chf - "$$tardir"
250am__untar = tar -xf -
251bindir = ${exec_prefix}/bin
252build = i686-pc-linux-gnu
253build_alias = 
254build_cpu = i686
255build_os = linux-gnu
256build_vendor = pc
257builddir = .
258datadir = ${datarootdir}
259datarootdir = ${prefix}/share
260docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
261dvidir = ${docdir}
262exec_prefix = ${prefix}
263host = arm-unknown-linux-gnu
264host_alias = arm-linux
265host_cpu = arm
266host_os = linux-gnu
267host_vendor = unknown
268htmldir = ${docdir}
269includedir = ${prefix}/include
270infodir = ${datarootdir}/info
271install_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
272libdir = ${exec_prefix}/lib
273libexecdir = ${exec_prefix}/libexec
274localedir = ${datarootdir}/locale
275localstatedir = ${prefix}/var
276mandir = ${datarootdir}/man
277mkdir_p = /bin/mkdir -p
278oldincludedir = /usr/include
279pdfdir = ${docdir}
280prefix = /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build
281program_transform_name = s,x,x,
282psdir = ${docdir}
283regular_CFLAGS = -Wall -Waggregate-return -Wmissing-declarations 	-Wmissing-prototypes -Wshadow -Wstrict-prototypes 	-Wformat=2 -pipe
284regular_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT
285sbindir = ${exec_prefix}/sbin
286sharedstatedir = ${prefix}/com
287srcdir = .
288sysconfdir = ${prefix}/etc
289target_alias = 
290top_build_prefix = 
291top_builddir = .
292top_srcdir = .
293
294# This is _NOT_ the library release version, it's an API version.
295# Extracted from Chapter 6 "Library interface versions" of the libtool docs.
296#
297# <snippet>
298# Here are a set of rules to help you update your library version information:
299#
300# 1. Start with version information of `0:0:0' for each libtool library.
301# 2. Update the version information only immediately before a public release
302# of your software. More frequent updates are unnecessary, and only guarantee
303# that the current interface number gets larger faster.
304# 3. If the library source code has changed at all since the last update,
305# then increment revision (`c:r:a' becomes `c:r+1:a').
306# 4. If any interfaces have been added, removed, or changed since the last
307# update, increment current, and set revision to 0.
308# 5. If any interfaces have been added since the last public release, then
309# increment age.
310# 6. If any interfaces have been removed since the last public release, then
311# set age to 0.
312# </snippet>
313#
314LIBVERSION = 0:0:0
315AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
316AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
317ACLOCAL_AMFLAGS = -I m4
318SUBDIRS = src include examples
319DIST_SUBDIRS = src include examples
320pkgconfigdir = $(libdir)/pkgconfig
321pkgconfig_DATA = libnetfilter_cthelper.pc
322all: config.h
323	$(MAKE) $(AM_MAKEFLAGS) all-recursive
324
325.SUFFIXES:
326am--refresh: Makefile
327	@:
328$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
329	@for dep in $?; do \
330	  case '$(am__configure_deps)' in \
331	    *$$dep*) \
332	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
333	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
334		&& exit 0; \
335	      exit 1;; \
336	  esac; \
337	done; \
338	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
339	$(am__cd) $(top_srcdir) && \
340	  $(AUTOMAKE) --foreign Makefile
341.PRECIOUS: Makefile
342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343	@case '$?' in \
344	  *config.status*) \
345	    echo ' $(SHELL) ./config.status'; \
346	    $(SHELL) ./config.status;; \
347	  *) \
348	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
350	esac;
351$(top_srcdir)/Make_global.am:
352
353$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
354	$(SHELL) ./config.status --recheck
355
356$(top_srcdir)/configure:  $(am__configure_deps)
357	$(am__cd) $(srcdir) && $(AUTOCONF)
358$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
359	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
360$(am__aclocal_m4_deps):
361
362config.h: stamp-h1
363	@if test ! -f $@; then rm -f stamp-h1; else :; fi
364	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
365
366stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
367	@rm -f stamp-h1
368	cd $(top_builddir) && $(SHELL) ./config.status config.h
369$(srcdir)/config.h.in:  $(am__configure_deps) 
370	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
371	rm -f stamp-h1
372	touch $@
373
374distclean-hdr:
375	-rm -f config.h stamp-h1
376libnetfilter_cthelper.pc: $(top_builddir)/config.status $(srcdir)/libnetfilter_cthelper.pc.in
377	cd $(top_builddir) && $(SHELL) ./config.status $@
378doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
379	cd $(top_builddir) && $(SHELL) ./config.status $@
380
381mostlyclean-libtool:
382	-rm -f *.lo
383
384clean-libtool:
385	-rm -rf .libs _libs
386
387distclean-libtool:
388	-rm -f libtool config.lt
389install-pkgconfigDATA: $(pkgconfig_DATA)
390	@$(NORMAL_INSTALL)
391	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
392	if test -n "$$list"; then \
393	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
394	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
395	fi; \
396	for p in $$list; do \
397	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
398	  echo "$$d$$p"; \
399	done | $(am__base_list) | \
400	while read files; do \
401	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
402	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
403	done
404
405uninstall-pkgconfigDATA:
406	@$(NORMAL_UNINSTALL)
407	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
408	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
409	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
410
411# This directory's subdirectories are mostly independent; you can cd
412# into them and run `make' without going through this Makefile.
413# To change the values of `make' variables: instead of editing Makefiles,
414# (1) if the variable is set in `config.status', edit `config.status'
415#     (which will cause the Makefiles to be regenerated when you run `make');
416# (2) otherwise, pass the desired values on the `make' command line.
417$(RECURSIVE_TARGETS):
418	@fail= failcom='exit 1'; \
419	for f in x $$MAKEFLAGS; do \
420	  case $$f in \
421	    *=* | --[!k]*);; \
422	    *k*) failcom='fail=yes';; \
423	  esac; \
424	done; \
425	dot_seen=no; \
426	target=`echo $@ | sed s/-recursive//`; \
427	list='$(SUBDIRS)'; for subdir in $$list; do \
428	  echo "Making $$target in $$subdir"; \
429	  if test "$$subdir" = "."; then \
430	    dot_seen=yes; \
431	    local_target="$$target-am"; \
432	  else \
433	    local_target="$$target"; \
434	  fi; \
435	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436	  || eval $$failcom; \
437	done; \
438	if test "$$dot_seen" = "no"; then \
439	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
440	fi; test -z "$$fail"
441
442$(RECURSIVE_CLEAN_TARGETS):
443	@fail= failcom='exit 1'; \
444	for f in x $$MAKEFLAGS; do \
445	  case $$f in \
446	    *=* | --[!k]*);; \
447	    *k*) failcom='fail=yes';; \
448	  esac; \
449	done; \
450	dot_seen=no; \
451	case "$@" in \
452	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
453	  *) list='$(SUBDIRS)' ;; \
454	esac; \
455	rev=''; for subdir in $$list; do \
456	  if test "$$subdir" = "."; then :; else \
457	    rev="$$subdir $$rev"; \
458	  fi; \
459	done; \
460	rev="$$rev ."; \
461	target=`echo $@ | sed s/-recursive//`; \
462	for subdir in $$rev; do \
463	  echo "Making $$target in $$subdir"; \
464	  if test "$$subdir" = "."; then \
465	    local_target="$$target-am"; \
466	  else \
467	    local_target="$$target"; \
468	  fi; \
469	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
470	  || eval $$failcom; \
471	done && test -z "$$fail"
472tags-recursive:
473	list='$(SUBDIRS)'; for subdir in $$list; do \
474	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
475	done
476ctags-recursive:
477	list='$(SUBDIRS)'; for subdir in $$list; do \
478	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
479	done
480
481ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
482	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483	unique=`for i in $$list; do \
484	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485	  done | \
486	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487	      END { if (nonempty) { for (i in files) print i; }; }'`; \
488	mkid -fID $$unique
489tags: TAGS
490
491TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
492		$(TAGS_FILES) $(LISP)
493	set x; \
494	here=`pwd`; \
495	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
496	  include_option=--etags-include; \
497	  empty_fix=.; \
498	else \
499	  include_option=--include; \
500	  empty_fix=; \
501	fi; \
502	list='$(SUBDIRS)'; for subdir in $$list; do \
503	  if test "$$subdir" = .; then :; else \
504	    test ! -f $$subdir/TAGS || \
505	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
506	  fi; \
507	done; \
508	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
509	unique=`for i in $$list; do \
510	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511	  done | \
512	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513	      END { if (nonempty) { for (i in files) print i; }; }'`; \
514	shift; \
515	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
516	  test -n "$$unique" || unique=$$empty_fix; \
517	  if test $$# -gt 0; then \
518	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519	      "$$@" $$unique; \
520	  else \
521	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522	      $$unique; \
523	  fi; \
524	fi
525ctags: CTAGS
526CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
527		$(TAGS_FILES) $(LISP)
528	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
529	unique=`for i in $$list; do \
530	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531	  done | \
532	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533	      END { if (nonempty) { for (i in files) print i; }; }'`; \
534	test -z "$(CTAGS_ARGS)$$unique" \
535	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536	     $$unique
537
538GTAGS:
539	here=`$(am__cd) $(top_builddir) && pwd` \
540	  && $(am__cd) $(top_srcdir) \
541	  && gtags -i $(GTAGS_ARGS) "$$here"
542
543distclean-tags:
544	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545
546distdir: $(DISTFILES)
547	$(am__remove_distdir)
548	test -d "$(distdir)" || mkdir "$(distdir)"
549	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551	list='$(DISTFILES)'; \
552	  dist_files=`for file in $$list; do echo $$file; done | \
553	  sed -e "s|^$$srcdirstrip/||;t" \
554	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555	case $$dist_files in \
556	  */*) $(MKDIR_P) `echo "$$dist_files" | \
557			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558			   sort -u` ;; \
559	esac; \
560	for file in $$dist_files; do \
561	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562	  if test -d $$d/$$file; then \
563	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564	    if test -d "$(distdir)/$$file"; then \
565	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566	    fi; \
567	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572	  else \
573	    test -f "$(distdir)/$$file" \
574	    || cp -p $$d/$$file "$(distdir)/$$file" \
575	    || exit 1; \
576	  fi; \
577	done
578	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
579	  if test "$$subdir" = .; then :; else \
580	    $(am__make_dryrun) \
581	      || test -d "$(distdir)/$$subdir" \
582	      || $(MKDIR_P) "$(distdir)/$$subdir" \
583	      || exit 1; \
584	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
585	    $(am__relativize); \
586	    new_distdir=$$reldir; \
587	    dir1=$$subdir; dir2="$(top_distdir)"; \
588	    $(am__relativize); \
589	    new_top_distdir=$$reldir; \
590	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
591	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592	    ($(am__cd) $$subdir && \
593	      $(MAKE) $(AM_MAKEFLAGS) \
594	        top_distdir="$$new_top_distdir" \
595	        distdir="$$new_distdir" \
596		am__remove_distdir=: \
597		am__skip_length_check=: \
598		am__skip_mode_fix=: \
599	        distdir) \
600	      || exit 1; \
601	  fi; \
602	done
603	-test -n "$(am__skip_mode_fix)" \
604	|| find "$(distdir)" -type d ! -perm -755 \
605		-exec chmod u+rwx,go+rx {} \; -o \
606	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
607	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
608	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
609	|| chmod -R a+r "$(distdir)"
610dist-gzip: distdir
611	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
612	$(am__remove_distdir)
613dist-bzip2: distdir
614	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
615	$(am__remove_distdir)
616
617dist-lzip: distdir
618	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
619	$(am__remove_distdir)
620
621dist-lzma: distdir
622	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
623	$(am__remove_distdir)
624
625dist-xz: distdir
626	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
627	$(am__remove_distdir)
628
629dist-tarZ: distdir
630	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
631	$(am__remove_distdir)
632
633dist-shar: distdir
634	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
635	$(am__remove_distdir)
636
637dist-zip: distdir
638	-rm -f $(distdir).zip
639	zip -rq $(distdir).zip $(distdir)
640	$(am__remove_distdir)
641
642dist dist-all: distdir
643	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
644	$(am__remove_distdir)
645
646# This target untars the dist file and tries a VPATH configuration.  Then
647# it guarantees that the distribution is self-contained by making another
648# tarfile.
649distcheck: dist
650	case '$(DIST_ARCHIVES)' in \
651	*.tar.gz*) \
652	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
653	*.tar.bz2*) \
654	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
655	*.tar.lzma*) \
656	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
657	*.tar.lz*) \
658	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
659	*.tar.xz*) \
660	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
661	*.tar.Z*) \
662	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
663	*.shar.gz*) \
664	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
665	*.zip*) \
666	  unzip $(distdir).zip ;;\
667	esac
668	chmod -R a-w $(distdir); chmod u+w $(distdir)
669	mkdir $(distdir)/_build
670	mkdir $(distdir)/_inst
671	chmod a-w $(distdir)
672	test -d $(distdir)/_build || exit 0; \
673	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
674	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
675	  && am__cwd=`pwd` \
676	  && $(am__cd) $(distdir)/_build \
677	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
678	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
679	    $(DISTCHECK_CONFIGURE_FLAGS) \
680	  && $(MAKE) $(AM_MAKEFLAGS) \
681	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
682	  && $(MAKE) $(AM_MAKEFLAGS) check \
683	  && $(MAKE) $(AM_MAKEFLAGS) install \
684	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
685	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
686	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
687	        distuninstallcheck \
688	  && chmod -R a-w "$$dc_install_base" \
689	  && ({ \
690	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
691	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
692	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
693	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
694	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
695	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
696	  && rm -rf "$$dc_destdir" \
697	  && $(MAKE) $(AM_MAKEFLAGS) dist \
698	  && rm -rf $(DIST_ARCHIVES) \
699	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
700	  && cd "$$am__cwd" \
701	  || exit 1
702	$(am__remove_distdir)
703	@(echo "$(distdir) archives ready for distribution: "; \
704	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
705	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
706distuninstallcheck:
707	@test -n '$(distuninstallcheck_dir)' || { \
708	  echo 'ERROR: trying to run $@ with an empty' \
709	       '$$(distuninstallcheck_dir)' >&2; \
710	  exit 1; \
711	}; \
712	$(am__cd) '$(distuninstallcheck_dir)' || { \
713	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
714	  exit 1; \
715	}; \
716	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
717	   || { echo "ERROR: files left after uninstall:" ; \
718	        if test -n "$(DESTDIR)"; then \
719	          echo "  (check DESTDIR support)"; \
720	        fi ; \
721	        $(distuninstallcheck_listfiles) ; \
722	        exit 1; } >&2
723distcleancheck: distclean
724	@if test '$(srcdir)' = . ; then \
725	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
726	  exit 1 ; \
727	fi
728	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
729	  || { echo "ERROR: files left in build directory after distclean:" ; \
730	       $(distcleancheck_listfiles) ; \
731	       exit 1; } >&2
732check-am: all-am
733check: check-recursive
734all-am: Makefile $(DATA) config.h
735installdirs: installdirs-recursive
736installdirs-am:
737	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
738	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
739	done
740install: install-recursive
741install-exec: install-exec-recursive
742install-data: install-data-recursive
743uninstall: uninstall-recursive
744
745install-am: all-am
746	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
747
748installcheck: installcheck-recursive
749install-strip:
750	if test -z '$(STRIP)'; then \
751	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753	      install; \
754	else \
755	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
758	fi
759mostlyclean-generic:
760
761clean-generic:
762
763distclean-generic:
764	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
765	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
766
767maintainer-clean-generic:
768	@echo "This command is intended for maintainers to use"
769	@echo "it deletes files that may require special tools to rebuild."
770clean: clean-recursive
771
772clean-am: clean-generic clean-libtool mostlyclean-am
773
774distclean: distclean-recursive
775	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
776	-rm -f Makefile
777distclean-am: clean-am distclean-generic distclean-hdr \
778	distclean-libtool distclean-tags
779
780dvi: dvi-recursive
781
782dvi-am:
783
784html: html-recursive
785
786html-am:
787
788info: info-recursive
789
790info-am:
791
792install-data-am: install-pkgconfigDATA
793
794install-dvi: install-dvi-recursive
795
796install-dvi-am:
797
798install-exec-am:
799
800install-html: install-html-recursive
801
802install-html-am:
803
804install-info: install-info-recursive
805
806install-info-am:
807
808install-man:
809
810install-pdf: install-pdf-recursive
811
812install-pdf-am:
813
814install-ps: install-ps-recursive
815
816install-ps-am:
817
818installcheck-am:
819
820maintainer-clean: maintainer-clean-recursive
821	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
822	-rm -rf $(top_srcdir)/autom4te.cache
823	-rm -f Makefile
824maintainer-clean-am: distclean-am maintainer-clean-generic
825
826mostlyclean: mostlyclean-recursive
827
828mostlyclean-am: mostlyclean-generic mostlyclean-libtool
829
830pdf: pdf-recursive
831
832pdf-am:
833
834ps: ps-recursive
835
836ps-am:
837
838uninstall-am: uninstall-pkgconfigDATA
839
840.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
841	ctags-recursive install-am install-strip tags-recursive
842
843.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
844	all all-am am--refresh check check-am clean clean-generic \
845	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
846	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
847	dist-zip distcheck distclean distclean-generic distclean-hdr \
848	distclean-libtool distclean-tags distcleancheck distdir \
849	distuninstallcheck dvi dvi-am html html-am info info-am \
850	install install-am install-data install-data-am install-dvi \
851	install-dvi-am install-exec install-exec-am install-html \
852	install-html-am install-info install-info-am install-man \
853	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
854	install-ps-am install-strip installcheck installcheck-am \
855	installdirs installdirs-am maintainer-clean \
856	maintainer-clean-generic mostlyclean mostlyclean-generic \
857	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
858	uninstall uninstall-am uninstall-pkgconfigDATA
859
860
861# Tell versions [3.59,3.63) of GNU make to not export all variables.
862# Otherwise a system limit (for SysV at least) may be exceeded.
863.NOEXPORT:
864