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