"Fossies" - the Fresh Open Source Software Archive 
Member "libspf2-1.2.10/src/spftest/Makefile.in" (20 Feb 2012, 22233 Bytes) of package /linux/privat/libspf2-1.2.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.11.1 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 # Makefile prototype
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 bin_PROGRAMS = spftest$(EXEEXT) spftest_static$(EXEEXT)
40 subdir = src/spftest
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am__installdirs = "$(DESTDIR)$(bindir)"
51 PROGRAMS = $(bin_PROGRAMS)
52 am_spftest_OBJECTS = spftest.$(OBJEXT)
53 spftest_OBJECTS = $(am_spftest_OBJECTS)
54 spftest_DEPENDENCIES = $(top_builddir)/src/libspf2/libspf2.la
55 am_spftest_static_OBJECTS = spftest.$(OBJEXT)
56 spftest_static_OBJECTS = $(am_spftest_static_OBJECTS)
57 spftest_static_DEPENDENCIES = \
58 $(top_builddir)/src/libspf2/.libs/libspf2.a
59 spftest_static_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
60 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
61 $(spftest_static_LDFLAGS) $(LDFLAGS) -o $@
62 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
64 am__depfiles_maybe = depfiles
65 am__mv = mv -f
66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 CCLD = $(CC)
72 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
74 $(LDFLAGS) -o $@
75 SOURCES = $(spftest_SOURCES) $(spftest_static_SOURCES)
76 DIST_SOURCES = $(spftest_SOURCES) $(spftest_static_SOURCES)
77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78 html-recursive info-recursive install-data-recursive \
79 install-dvi-recursive install-exec-recursive \
80 install-html-recursive install-info-recursive \
81 install-pdf-recursive install-ps-recursive install-recursive \
82 installcheck-recursive installdirs-recursive pdf-recursive \
83 ps-recursive uninstall-recursive
84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85 distclean-recursive maintainer-clean-recursive
86 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
88 distdir
89 ETAGS = etags
90 CTAGS = ctags
91 DIST_SUBDIRS = $(SUBDIRS)
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 am__relativize = \
94 dir0=`pwd`; \
95 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96 sed_rest='s,^[^/]*/*,,'; \
97 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98 sed_butlast='s,/*[^/]*$$,,'; \
99 while test -n "$$dir1"; do \
100 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101 if test "$$first" != "."; then \
102 if test "$$first" = ".."; then \
103 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
105 else \
106 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107 if test "$$first2" = "$$first"; then \
108 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
109 else \
110 dir2="../$$dir2"; \
111 fi; \
112 dir0="$$dir0"/"$$first"; \
113 fi; \
114 fi; \
115 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
116 done; \
117 reldir="$$dir2"
118 ACLOCAL = @ACLOCAL@
119 AMTAR = @AMTAR@
120 AR = @AR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CPP = @CPP@
129 CPPFLAGS = @CPPFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DLLTOOL = @DLLTOOL@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 FGREP = @FGREP@
142 GREP = @GREP@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 KV_MAJOR = @KV_MAJOR@
149 KV_MINOR = @KV_MINOR@
150 KV_PATCH = @KV_PATCH@
151 LD = @LD@
152 LDFLAGS = @LDFLAGS@
153 LIBOBJS = @LIBOBJS@
154 LIBPROGS = @LIBPROGS@
155 LIBS = @LIBS@
156 LIBTOOL = @LIBTOOL@
157 LIPO = @LIPO@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAKEINFO = @MAKEINFO@
161 MANIFEST_TOOL = @MANIFEST_TOOL@
162 MKDIR_P = @MKDIR_P@
163 NM = @NM@
164 NMEDIT = @NMEDIT@
165 OBJDUMP = @OBJDUMP@
166 OBJEXT = @OBJEXT@
167 OTOOL = @OTOOL@
168 OTOOL64 = @OTOOL64@
169 PACKAGE = @PACKAGE@
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171 PACKAGE_NAME = @PACKAGE_NAME@
172 PACKAGE_STRING = @PACKAGE_STRING@
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 PACKAGE_URL = @PACKAGE_URL@
175 PACKAGE_VERSION = @PACKAGE_VERSION@
176 PATH_SEPARATOR = @PATH_SEPARATOR@
177 PERL_SUBDIRS = @PERL_SUBDIRS@
178 RANLIB = @RANLIB@
179 SED = @SED@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 STRIP = @STRIP@
183 SUBDIRS = @SUBDIRS@
184 VERSION = @VERSION@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_ct_AR = @ac_ct_AR@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 sbindir = @sbindir@
230 sharedstatedir = @sharedstatedir@
231 srcdir = @srcdir@
232 sysconfdir = @sysconfdir@
233 target_alias = @target_alias@
234 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 AUTOMAKE_OPTIONS = foreign
238 INCLUDES = -I$(top_builddir)/src/include -I$(top_srcdir)/src/include
239 spftest_SOURCES = spftest.c
240 spftest_LDADD = $(top_builddir)/src/libspf2/libspf2.la
241 spftest_static_SOURCES = spftest.c
242 spftest_static_LDADD = $(top_builddir)/src/libspf2/.libs/libspf2.a
243 spftest_static_LDFLAGS = -static
244 all: all-recursive
245
246 .SUFFIXES:
247 .SUFFIXES: .c .lo .o .obj
248 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
249 @for dep in $?; do \
250 case '$(am__configure_deps)' in \
251 *$$dep*) \
252 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
253 && { if test -f $@; then exit 0; else break; fi; }; \
254 exit 1;; \
255 esac; \
256 done; \
257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/spftest/Makefile'; \
258 $(am__cd) $(top_srcdir) && \
259 $(AUTOMAKE) --foreign src/spftest/Makefile
260 .PRECIOUS: Makefile
261 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262 @case '$?' in \
263 *config.status*) \
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265 *) \
266 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268 esac;
269
270 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273 $(top_srcdir)/configure: $(am__configure_deps)
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277 $(am__aclocal_m4_deps):
278 install-binPROGRAMS: $(bin_PROGRAMS)
279 @$(NORMAL_INSTALL)
280 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
281 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
282 for p in $$list; do echo "$$p $$p"; done | \
283 sed 's/$(EXEEXT)$$//' | \
284 while read p p1; do if test -f $$p || test -f $$p1; \
285 then echo "$$p"; echo "$$p"; else :; fi; \
286 done | \
287 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
288 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
289 sed 'N;N;N;s,\n, ,g' | \
290 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
291 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
292 if ($$2 == $$4) files[d] = files[d] " " $$1; \
293 else { print "f", $$3 "/" $$4, $$1; } } \
294 END { for (d in files) print "f", d, files[d] }' | \
295 while read type dir files; do \
296 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
297 test -z "$$files" || { \
298 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
299 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
300 } \
301 ; done
302
303 uninstall-binPROGRAMS:
304 @$(NORMAL_UNINSTALL)
305 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
306 files=`for p in $$list; do echo "$$p"; done | \
307 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
308 -e 's/$$/$(EXEEXT)/' `; \
309 test -n "$$list" || exit 0; \
310 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
311 cd "$(DESTDIR)$(bindir)" && rm -f $$files
312
313 clean-binPROGRAMS:
314 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
315 echo " rm -f" $$list; \
316 rm -f $$list || exit $$?; \
317 test -n "$(EXEEXT)" || exit 0; \
318 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
319 echo " rm -f" $$list; \
320 rm -f $$list
321 spftest$(EXEEXT): $(spftest_OBJECTS) $(spftest_DEPENDENCIES)
322 @rm -f spftest$(EXEEXT)
323 $(LINK) $(spftest_OBJECTS) $(spftest_LDADD) $(LIBS)
324 spftest_static$(EXEEXT): $(spftest_static_OBJECTS) $(spftest_static_DEPENDENCIES)
325 @rm -f spftest_static$(EXEEXT)
326 $(spftest_static_LINK) $(spftest_static_OBJECTS) $(spftest_static_LDADD) $(LIBS)
327
328 mostlyclean-compile:
329 -rm -f *.$(OBJEXT)
330
331 distclean-compile:
332 -rm -f *.tab.c
333
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spftest.Po@am__quote@
335
336 .c.o:
337 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
342
343 .c.obj:
344 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
350 .c.lo:
351 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
356
357 mostlyclean-libtool:
358 -rm -f *.lo
359
360 clean-libtool:
361 -rm -rf .libs _libs
362
363 # This directory's subdirectories are mostly independent; you can cd
364 # into them and run `make' without going through this Makefile.
365 # To change the values of `make' variables: instead of editing Makefiles,
366 # (1) if the variable is set in `config.status', edit `config.status'
367 # (which will cause the Makefiles to be regenerated when you run `make');
368 # (2) otherwise, pass the desired values on the `make' command line.
369 $(RECURSIVE_TARGETS):
370 @fail= failcom='exit 1'; \
371 for f in x $$MAKEFLAGS; do \
372 case $$f in \
373 *=* | --[!k]*);; \
374 *k*) failcom='fail=yes';; \
375 esac; \
376 done; \
377 dot_seen=no; \
378 target=`echo $@ | sed s/-recursive//`; \
379 list='$(SUBDIRS)'; for subdir in $$list; do \
380 echo "Making $$target in $$subdir"; \
381 if test "$$subdir" = "."; then \
382 dot_seen=yes; \
383 local_target="$$target-am"; \
384 else \
385 local_target="$$target"; \
386 fi; \
387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388 || eval $$failcom; \
389 done; \
390 if test "$$dot_seen" = "no"; then \
391 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392 fi; test -z "$$fail"
393
394 $(RECURSIVE_CLEAN_TARGETS):
395 @fail= failcom='exit 1'; \
396 for f in x $$MAKEFLAGS; do \
397 case $$f in \
398 *=* | --[!k]*);; \
399 *k*) failcom='fail=yes';; \
400 esac; \
401 done; \
402 dot_seen=no; \
403 case "$@" in \
404 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405 *) list='$(SUBDIRS)' ;; \
406 esac; \
407 rev=''; for subdir in $$list; do \
408 if test "$$subdir" = "."; then :; else \
409 rev="$$subdir $$rev"; \
410 fi; \
411 done; \
412 rev="$$rev ."; \
413 target=`echo $@ | sed s/-recursive//`; \
414 for subdir in $$rev; do \
415 echo "Making $$target in $$subdir"; \
416 if test "$$subdir" = "."; then \
417 local_target="$$target-am"; \
418 else \
419 local_target="$$target"; \
420 fi; \
421 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422 || eval $$failcom; \
423 done && test -z "$$fail"
424 tags-recursive:
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427 done
428 ctags-recursive:
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431 done
432
433 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437 done | \
438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439 END { if (nonempty) { for (i in files) print i; }; }'`; \
440 mkid -fID $$unique
441 tags: TAGS
442
443 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 set x; \
446 here=`pwd`; \
447 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448 include_option=--etags-include; \
449 empty_fix=.; \
450 else \
451 include_option=--include; \
452 empty_fix=; \
453 fi; \
454 list='$(SUBDIRS)'; for subdir in $$list; do \
455 if test "$$subdir" = .; then :; else \
456 test ! -f $$subdir/TAGS || \
457 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458 fi; \
459 done; \
460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 shift; \
467 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468 test -n "$$unique" || unique=$$empty_fix; \
469 if test $$# -gt 0; then \
470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471 "$$@" $$unique; \
472 else \
473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474 $$unique; \
475 fi; \
476 fi
477 ctags: CTAGS
478 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
479 $(TAGS_FILES) $(LISP)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 test -z "$(CTAGS_ARGS)$$unique" \
487 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488 $$unique
489
490 GTAGS:
491 here=`$(am__cd) $(top_builddir) && pwd` \
492 && $(am__cd) $(top_srcdir) \
493 && gtags -i $(GTAGS_ARGS) "$$here"
494
495 distclean-tags:
496 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
498 distdir: $(DISTFILES)
499 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501 list='$(DISTFILES)'; \
502 dist_files=`for file in $$list; do echo $$file; done | \
503 sed -e "s|^$$srcdirstrip/||;t" \
504 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505 case $$dist_files in \
506 */*) $(MKDIR_P) `echo "$$dist_files" | \
507 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508 sort -u` ;; \
509 esac; \
510 for file in $$dist_files; do \
511 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512 if test -d $$d/$$file; then \
513 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514 if test -d "$(distdir)/$$file"; then \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520 fi; \
521 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
522 else \
523 test -f "$(distdir)/$$file" \
524 || cp -p $$d/$$file "$(distdir)/$$file" \
525 || exit 1; \
526 fi; \
527 done
528 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529 if test "$$subdir" = .; then :; else \
530 test -d "$(distdir)/$$subdir" \
531 || $(MKDIR_P) "$(distdir)/$$subdir" \
532 || exit 1; \
533 fi; \
534 done
535 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536 if test "$$subdir" = .; then :; else \
537 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
538 $(am__relativize); \
539 new_distdir=$$reldir; \
540 dir1=$$subdir; dir2="$(top_distdir)"; \
541 $(am__relativize); \
542 new_top_distdir=$$reldir; \
543 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
544 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
545 ($(am__cd) $$subdir && \
546 $(MAKE) $(AM_MAKEFLAGS) \
547 top_distdir="$$new_top_distdir" \
548 distdir="$$new_distdir" \
549 am__remove_distdir=: \
550 am__skip_length_check=: \
551 am__skip_mode_fix=: \
552 distdir) \
553 || exit 1; \
554 fi; \
555 done
556 check-am: all-am
557 check: check-recursive
558 all-am: Makefile $(PROGRAMS)
559 installdirs: installdirs-recursive
560 installdirs-am:
561 for dir in "$(DESTDIR)$(bindir)"; do \
562 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
563 done
564 install: install-recursive
565 install-exec: install-exec-recursive
566 install-data: install-data-recursive
567 uninstall: uninstall-recursive
568
569 install-am: all-am
570 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
571
572 installcheck: installcheck-recursive
573 install-strip:
574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576 `test -z '$(STRIP)' || \
577 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
578 mostlyclean-generic:
579
580 clean-generic:
581
582 distclean-generic:
583 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
586 maintainer-clean-generic:
587 @echo "This command is intended for maintainers to use"
588 @echo "it deletes files that may require special tools to rebuild."
589 clean: clean-recursive
590
591 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
592
593 distclean: distclean-recursive
594 -rm -rf ./$(DEPDIR)
595 -rm -f Makefile
596 distclean-am: clean-am distclean-compile distclean-generic \
597 distclean-tags
598
599 dvi: dvi-recursive
600
601 dvi-am:
602
603 html: html-recursive
604
605 html-am:
606
607 info: info-recursive
608
609 info-am:
610
611 install-data-am:
612
613 install-dvi: install-dvi-recursive
614
615 install-dvi-am:
616
617 install-exec-am: install-binPROGRAMS
618
619 install-html: install-html-recursive
620
621 install-html-am:
622
623 install-info: install-info-recursive
624
625 install-info-am:
626
627 install-man:
628
629 install-pdf: install-pdf-recursive
630
631 install-pdf-am:
632
633 install-ps: install-ps-recursive
634
635 install-ps-am:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-recursive
640 -rm -rf ./$(DEPDIR)
641 -rm -f Makefile
642 maintainer-clean-am: distclean-am maintainer-clean-generic
643
644 mostlyclean: mostlyclean-recursive
645
646 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
647 mostlyclean-libtool
648
649 pdf: pdf-recursive
650
651 pdf-am:
652
653 ps: ps-recursive
654
655 ps-am:
656
657 uninstall-am: uninstall-binPROGRAMS
658
659 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
660 install-am install-strip tags-recursive
661
662 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
663 all all-am check check-am clean clean-binPROGRAMS \
664 clean-generic clean-libtool ctags ctags-recursive distclean \
665 distclean-compile distclean-generic distclean-libtool \
666 distclean-tags distdir dvi dvi-am html html-am info info-am \
667 install install-am install-binPROGRAMS install-data \
668 install-data-am install-dvi install-dvi-am install-exec \
669 install-exec-am install-html install-html-am install-info \
670 install-info-am install-man install-pdf install-pdf-am \
671 install-ps install-ps-am install-strip installcheck \
672 installcheck-am installdirs installdirs-am maintainer-clean \
673 maintainer-clean-generic mostlyclean mostlyclean-compile \
674 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
675 tags tags-recursive uninstall uninstall-am \
676 uninstall-binPROGRAMS
677
678
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: