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