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