1# Makefile.in generated by automake 1.11 from Makefile.am.
2# libdaemon/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  Free Software Foundation,
6# 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# This file is part of libdaemon.
19#
20# Copyright 2003-2008 Lennart Poettering
21#
22# libdaemon is free software; you can redistribute it and/or modify it
23# under the terms of the GNU Lesser General Public License as
24# published by the Free Software Foundation, either version 2.1 of the
25# License, or (at your option) any later version.
26#
27# libdaemon is distributed in the hope that it will be useful, but
28# WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30# Lesser General Public License for more details.
31#
32# You should have received a copy of the GNU Lesser General Public
33# License along with libdaemon. If not, see
34# <http://www.gnu.org/licenses/>.
35
36
37
38pkgdatadir = $(datadir)/libdaemon
39pkgincludedir = $(includedir)/libdaemon
40pkglibdir = $(libdir)/libdaemon
41pkglibexecdir = $(libexecdir)/libdaemon
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = i686-pc-linux-gnu
55host_triplet = arm-unknown-linux-gnu
56subdir = libdaemon
57DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
58	$(srcdir)/Makefile.in
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
61	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
62	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
63	$(top_srcdir)/m4/lt~obsolete.m4 \
64	$(top_srcdir)/m4/zp_lynx_doc.m4 $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67mkinstalldirs = $(install_sh) -d
68CONFIG_HEADER = $(top_builddir)/config.h
69CONFIG_CLEAN_FILES =
70CONFIG_CLEAN_VPATH_FILES =
71am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72am__vpath_adj = case $$p in \
73    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
74    *) f=$$p;; \
75  esac;
76am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
77am__install_max = 40
78am__nobase_strip_setup = \
79  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
80am__nobase_strip = \
81  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
82am__nobase_list = $(am__nobase_strip_setup); \
83  for p in $$list; do echo "$$p $$p"; done | \
84  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
85  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
86    if (++n[$$2] == $(am__install_max)) \
87      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
88    END { for (dir in files) print dir, files[dir] }'
89am__base_list = \
90  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
91  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
92am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
93LTLIBRARIES = $(lib_LTLIBRARIES)
94libdaemon_la_LIBADD =
95am_libdaemon_la_OBJECTS = dlog.lo dfork.lo dsignal.lo dnonblock.lo \
96	dpid.lo dexec.lo
97libdaemon_la_OBJECTS = $(am_libdaemon_la_OBJECTS)
98AM_V_lt = $(am__v_lt_$(V))
99am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
100am__v_lt_0 = --silent
101libdaemon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103	$(libdaemon_la_LDFLAGS) $(LDFLAGS) -o $@
104DEFAULT_INCLUDES = -I. -I$(top_builddir)
105depcomp = $(SHELL) $(top_srcdir)/depcomp
106am__depfiles_maybe = depfiles
107am__mv = mv -f
108COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
111	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
112	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
113	$(AM_CFLAGS) $(CFLAGS)
114AM_V_CC = $(am__v_CC_$(V))
115am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
116am__v_CC_0 = @echo "  CC    " $@;
117AM_V_at = $(am__v_at_$(V))
118am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
119am__v_at_0 = @
120CCLD = $(CC)
121LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
122	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
123	$(AM_LDFLAGS) $(LDFLAGS) -o $@
124AM_V_CCLD = $(am__v_CCLD_$(V))
125am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
126am__v_CCLD_0 = @echo "  CCLD  " $@;
127AM_V_GEN = $(am__v_GEN_$(V))
128am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
129am__v_GEN_0 = @echo "  GEN   " $@;
130SOURCES = $(libdaemon_la_SOURCES)
131DIST_SOURCES = $(libdaemon_la_SOURCES)
132HEADERS = $(pkginclude_HEADERS)
133ETAGS = etags
134CTAGS = ctags
135DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136ACLOCAL = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run aclocal-1.11
137AMTAR = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run tar
138AM_DEFAULT_VERBOSITY = 0
139AR = arm-brcm-linux-uclibcgnueabi-ar
140AUTOCONF = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run autoconf
141AUTOHEADER = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run autoheader
142AUTOMAKE = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run automake-1.11
143AWK = gawk
144CC = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99
145CCDEPMODE = depmode=gcc3
146CFLAGS = -Os -O2 -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT -DPHYMON -DSUPPORT_REMOTE_HTTPS -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_UCP -DU12H240 -DR6300v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DBCM5301X -DCONFIG_RUSSIA_IPTV -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 -D__CONFIG_PLC__ -D__CONFIG_URE__ -DPLC -DWPS_LONGPUSH_DISABLE -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -I$(SRC_PATH)/build/usr/include -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing
147CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
148CPPFLAGS = -I$(SRC_PATH)/build/usr/include
149CYGPATH_W = echo
150DEFS = -DHAVE_CONFIG_H
151DEPDIR = .deps
152DSYMUTIL = 
153DUMPBIN = 
154ECHO_C = 
155ECHO_N = -n
156ECHO_T = 
157EGREP = /bin/grep -E
158EXEEXT = 
159FGREP = /bin/grep -F
160GREP = /bin/grep
161INSTALL = /usr/bin/install -c
162INSTALL_DATA = ${INSTALL} -m 644
163INSTALL_PROGRAM = ${INSTALL}
164INSTALL_SCRIPT = ${INSTALL}
165INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
166LD = arm-brcm-linux-uclibcgnueabi-ld
167LDFLAGS = -L$(SRC_PATH)/build/usr/lib
168LDFLAGS_NOUNDEFINED = -Wl,--no-undefined
169LIBDAEMON_VERSION_INFO = 5:0:5
170LIBOBJS = 
171LIBS = 
172LIBTOOL = $(SHELL) $(top_builddir)/libtool
173LIPO = 
174LN_S = ln -s
175LTLIBOBJS = 
176MAKEINFO = ${SHELL} $(SRC_PATH)/libdaemon-0.14/missing --run makeinfo
177MKDIR_P = /bin/mkdir -p
178NM = arm-brcm-linux-uclibcgnueabi-nm
179NMEDIT = 
180OBJDUMP = arm-brcm-linux-uclibcgnueabi-objdump
181OBJEXT = o
182OTOOL = 
183OTOOL64 = 
184PACKAGE = libdaemon
185PACKAGE_BUGREPORT = mzqnrzba (at) 0pointer (dot) de
186PACKAGE_NAME = libdaemon
187PACKAGE_STRING = libdaemon 0.14
188PACKAGE_TARNAME = libdaemon
189PACKAGE_URL = http://0pointer.de/lennart/projects/libdaemon/
190PACKAGE_VERSION = 0.14
191PATH_SEPARATOR = :
192RANLIB = arm-brcm-linux-uclibcgnueabi-ranlib
193SED = /bin/sed
194SET_MAKE = 
195SHELL = /bin/sh
196STRIP = arm-brcm-linux-uclibcgnueabi-strip
197VERSION = 0.14
198abs_builddir = $(SRC_PATH)/libdaemon-0.14/libdaemon
199abs_srcdir = $(SRC_PATH)/libdaemon-0.14/libdaemon
200abs_top_builddir = $(SRC_PATH)/libdaemon-0.14
201abs_top_srcdir = $(SRC_PATH)/libdaemon-0.14
202ac_ct_CC = 
203ac_ct_DUMPBIN = 
204am__include = include
205am__leading_dot = .
206am__quote = 
207am__tar = ${AMTAR} chof - "$$tardir"
208am__untar = ${AMTAR} xf -
209bindir = ${exec_prefix}/bin
210build = i686-pc-linux-gnu
211build_alias = 
212build_cpu = i686
213build_os = linux-gnu
214build_vendor = pc
215builddir = .
216datadir = ${datarootdir}
217datarootdir = ${prefix}/share
218docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
219dvidir = ${docdir}
220exec_prefix = ${prefix}
221have_lynx = no
222host = arm-unknown-linux-gnu
223host_alias = arm-linux
224host_cpu = arm
225host_os = linux-gnu
226host_vendor = unknown
227htmldir = ${docdir}
228includedir = ${prefix}/include
229infodir = ${datarootdir}/info
230install_sh = ${SHELL} $(SRC_PATH)/libdaemon-0.14/install-sh
231libdir = ${exec_prefix}/lib
232libexecdir = ${exec_prefix}/libexec
233localedir = ${datarootdir}/locale
234localstatedir = ${prefix}/var
235lt_ECHO = echo
236mandir = ${datarootdir}/man
237mkdir_p = /bin/mkdir -p
238oldincludedir = /usr/include
239pdfdir = ${docdir}
240prefix = /usr
241program_transform_name = s,x,x,
242psdir = ${docdir}
243sbindir = ${exec_prefix}/sbin
244sharedstatedir = ${prefix}/com
245srcdir = .
246sysconfdir = ${prefix}/etc
247target_alias = 
248top_build_prefix = ../
249top_builddir = ..
250top_srcdir = ..
251AM_CPPFLAGS = '-DLOCALSTATEDIR="$(localstatedir)"'
252pkginclude_HEADERS = \
253	dlog.h \
254	dfork.h \
255	dsignal.h \
256	dnonblock.h \
257	dpid.h \
258	dexec.h \
259	daemon.h
260
261lib_LTLIBRARIES = libdaemon.la
262libdaemon_la_SOURCES = \
263	dlog.c \
264	dfork.c \
265	dsignal.c \
266	dnonblock.c \
267	dpid.c \
268	dexec.c \
269	daemon.h \
270	$(pkg_include_HEADERS)
271
272libdaemon_la_LDFLAGS = -version-info $(LIBDAEMON_VERSION_INFO) $(LDFLAGS_NOUNDEFINED)
273all: all-am
274
275.SUFFIXES:
276.SUFFIXES: .c .lo .o .obj
277$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
278	@for dep in $?; do \
279	  case '$(am__configure_deps)' in \
280	    *$$dep*) \
281	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
282	        && { if test -f $@; then exit 0; else break; fi; }; \
283	      exit 1;; \
284	  esac; \
285	done; \
286	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdaemon/Makefile'; \
287	$(am__cd) $(top_srcdir) && \
288	  $(AUTOMAKE) --foreign libdaemon/Makefile
289.PRECIOUS: Makefile
290Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291	@case '$?' in \
292	  *config.status*) \
293	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
294	  *) \
295	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
296	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
297	esac;
298
299$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
302$(top_srcdir)/configure:  $(am__configure_deps)
303	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306$(am__aclocal_m4_deps):
307install-libLTLIBRARIES: $(lib_LTLIBRARIES)
308	@$(NORMAL_INSTALL)
309	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
310	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
311	list2=; for p in $$list; do \
312	  if test -f $$p; then \
313	    list2="$$list2 $$p"; \
314	  else :; fi; \
315	done; \
316	test -z "$$list2" || { \
317	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
318	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
319	}
320
321uninstall-libLTLIBRARIES:
322	@$(NORMAL_UNINSTALL)
323	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
324	for p in $$list; do \
325	  $(am__strip_dir) \
326	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
327	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
328	done
329
330clean-libLTLIBRARIES:
331	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
332	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
333	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
334	  test "$$dir" != "$$p" || dir=.; \
335	  echo "rm -f \"$${dir}/so_locations\""; \
336	  rm -f "$${dir}/so_locations"; \
337	done
338libdaemon.la: $(libdaemon_la_OBJECTS) $(libdaemon_la_DEPENDENCIES) 
339	$(AM_V_CCLD)$(libdaemon_la_LINK) -rpath $(libdir) $(libdaemon_la_OBJECTS) $(libdaemon_la_LIBADD) $(LIBS)
340
341mostlyclean-compile:
342	-rm -f *.$(OBJEXT)
343
344distclean-compile:
345	-rm -f *.tab.c
346
347include ./$(DEPDIR)/dexec.Plo
348include ./$(DEPDIR)/dfork.Plo
349include ./$(DEPDIR)/dlog.Plo
350include ./$(DEPDIR)/dnonblock.Plo
351include ./$(DEPDIR)/dpid.Plo
352include ./$(DEPDIR)/dsignal.Plo
353
354.c.o:
355	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357#	$(AM_V_CC) \
358#	source='$<' object='$@' libtool=no \
359#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
360#	$(COMPILE) -c $<
361
362.c.obj:
363	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365#	$(AM_V_CC) \
366#	source='$<' object='$@' libtool=no \
367#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
368#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
369
370.c.lo:
371	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373#	$(AM_V_CC) \
374#	source='$<' object='$@' libtool=yes \
375#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
376#	$(LTCOMPILE) -c -o $@ $<
377
378mostlyclean-libtool:
379	-rm -f *.lo
380
381clean-libtool:
382	-rm -rf .libs _libs
383install-pkgincludeHEADERS: $(pkginclude_HEADERS)
384	@$(NORMAL_INSTALL)
385	test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
386	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
387	for p in $$list; do \
388	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389	  echo "$$d$$p"; \
390	done | $(am__base_list) | \
391	while read files; do \
392	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
393	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
394	done
395
396uninstall-pkgincludeHEADERS:
397	@$(NORMAL_UNINSTALL)
398	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
399	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400	test -n "$$files" || exit 0; \
401	echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
402	cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
403
404ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406	unique=`for i in $$list; do \
407	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408	  done | \
409	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410	      END { if (nonempty) { for (i in files) print i; }; }'`; \
411	mkid -fID $$unique
412tags: TAGS
413
414TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415		$(TAGS_FILES) $(LISP)
416	set x; \
417	here=`pwd`; \
418	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419	unique=`for i in $$list; do \
420	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421	  done | \
422	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423	      END { if (nonempty) { for (i in files) print i; }; }'`; \
424	shift; \
425	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
426	  test -n "$$unique" || unique=$$empty_fix; \
427	  if test $$# -gt 0; then \
428	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429	      "$$@" $$unique; \
430	  else \
431	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432	      $$unique; \
433	  fi; \
434	fi
435ctags: CTAGS
436CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437		$(TAGS_FILES) $(LISP)
438	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
439	unique=`for i in $$list; do \
440	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441	  done | \
442	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443	      END { if (nonempty) { for (i in files) print i; }; }'`; \
444	test -z "$(CTAGS_ARGS)$$unique" \
445	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
446	     $$unique
447
448GTAGS:
449	here=`$(am__cd) $(top_builddir) && pwd` \
450	  && $(am__cd) $(top_srcdir) \
451	  && gtags -i $(GTAGS_ARGS) "$$here"
452
453distclean-tags:
454	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455
456distdir: $(DISTFILES)
457	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459	list='$(DISTFILES)'; \
460	  dist_files=`for file in $$list; do echo $$file; done | \
461	  sed -e "s|^$$srcdirstrip/||;t" \
462	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463	case $$dist_files in \
464	  */*) $(MKDIR_P) `echo "$$dist_files" | \
465			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
466			   sort -u` ;; \
467	esac; \
468	for file in $$dist_files; do \
469	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470	  if test -d $$d/$$file; then \
471	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472	    if test -d "$(distdir)/$$file"; then \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
477	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478	    fi; \
479	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480	  else \
481	    test -f "$(distdir)/$$file" \
482	    || cp -p $$d/$$file "$(distdir)/$$file" \
483	    || exit 1; \
484	  fi; \
485	done
486check-am: all-am
487check: check-am
488all-am: Makefile $(LTLIBRARIES) $(HEADERS)
489installdirs:
490	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
491	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
492	done
493install: install-am
494install-exec: install-exec-am
495install-data: install-data-am
496uninstall: uninstall-am
497
498install-am: all-am
499	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
501installcheck: installcheck-am
502install-strip:
503	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	  `test -z '$(STRIP)' || \
506	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
507mostlyclean-generic:
508
509clean-generic:
510
511distclean-generic:
512	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
515maintainer-clean-generic:
516	@echo "This command is intended for maintainers to use"
517	@echo "it deletes files that may require special tools to rebuild."
518clean: clean-am
519
520clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
521	mostlyclean-am
522
523distclean: distclean-am
524	-rm -rf ./$(DEPDIR)
525	-rm -f Makefile
526distclean-am: clean-am distclean-compile distclean-generic \
527	distclean-tags
528
529dvi: dvi-am
530
531dvi-am:
532
533html: html-am
534
535html-am:
536
537info: info-am
538
539info-am:
540
541install-data-am: install-pkgincludeHEADERS
542
543install-dvi: install-dvi-am
544
545install-dvi-am:
546
547install-exec-am: install-libLTLIBRARIES
548
549install-html: install-html-am
550
551install-html-am:
552
553install-info: install-info-am
554
555install-info-am:
556
557install-man:
558
559install-pdf: install-pdf-am
560
561install-pdf-am:
562
563install-ps: install-ps-am
564
565install-ps-am:
566
567installcheck-am:
568
569maintainer-clean: maintainer-clean-am
570	-rm -rf ./$(DEPDIR)
571	-rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-am
575
576mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577	mostlyclean-libtool
578
579pdf: pdf-am
580
581pdf-am:
582
583ps: ps-am
584
585ps-am:
586
587uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
588
589.MAKE: install-am install-strip
590
591.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
592	clean-libLTLIBRARIES clean-libtool ctags distclean \
593	distclean-compile distclean-generic distclean-libtool \
594	distclean-tags distdir dvi dvi-am html html-am info info-am \
595	install install-am install-data install-data-am install-dvi \
596	install-dvi-am install-exec install-exec-am install-html \
597	install-html-am install-info install-info-am \
598	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
599	install-pkgincludeHEADERS install-ps install-ps-am \
600	install-strip installcheck installcheck-am installdirs \
601	maintainer-clean maintainer-clean-generic mostlyclean \
602	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
603	pdf pdf-am ps ps-am tags uninstall uninstall-am \
604	uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
605
606
607# Tell versions [3.59,3.63) of GNU make to not export all variables.
608# Otherwise a system limit (for SysV at least) may be exceeded.
609.NOEXPORT:
610