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