blob: 31e0c7ea381b3c2ac09d96636535a41cff921381 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# inc/cc++/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
29
30pkgdatadir = $(datadir)/commoncpp2
31pkgincludedir = $(includedir)/commoncpp2
32pkglibdir = $(libdir)/commoncpp2
33pkglibexecdir = $(libexecdir)/commoncpp2
34am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46build_triplet = x86_64-unknown-linux-gnu
47host_triplet = arm-unknown-linux-androideabi
48target_triplet = arm-unknown-linux-androideabi
49subdir = inc/cc++
50DIST_COMMON = $(am__ccxxinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
51 $(srcdir)/Makefile.in
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
54 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56 $(top_srcdir)/m4/ost_cxx.m4 $(top_srcdir)/m4/ost_debug.m4 \
57 $(top_srcdir)/m4/ost_dynamic.m4 $(top_srcdir)/m4/ost_endian.m4 \
58 $(top_srcdir)/m4/ost_getopt.m4 $(top_srcdir)/m4/ost_maint.m4 \
59 $(top_srcdir)/m4/ost_misc.m4 $(top_srcdir)/m4/ost_poll.m4 \
60 $(top_srcdir)/m4/ost_posix.m4 $(top_srcdir)/m4/ost_prog.m4 \
61 $(top_srcdir)/m4/ost_pthread.m4 \
62 $(top_srcdir)/m4/ost_reentrant.m4 \
63 $(top_srcdir)/m4/ost_signal.m4 $(top_srcdir)/m4/ost_socket.m4 \
64 $(top_srcdir)/m4/ost_ssl.m4 $(top_srcdir)/m4/ost_stlport.m4 \
65 $(top_srcdir)/m4/ost_string.m4 $(top_srcdir)/m4/ost_systime.m4 \
66 $(top_srcdir)/m4/ost_types.m4 $(top_srcdir)/m4/ost_win32.m4 \
67 $(top_srcdir)/m4/win32msc.m4 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70mkinstalldirs = $(install_sh) -d
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES =
73CONFIG_CLEAN_VPATH_FILES =
74depcomp =
75am__depfiles_maybe =
76SOURCES =
77DIST_SOURCES =
78am__ccxxinclude_HEADERS_DIST = common.h config.h exception.h export.h \
79 file.h misc.h slog.h applog.h socket.h strchar.h thread.h \
80 process.h missing.h string.h buffer.h address.h zstream.h \
81 socketport.h object.h counter.h functions.h objcount.h \
82 objlink.h objmap.h objsync.h oststring.h template.h pointer.h \
83 digest.h network.h numbers.h persist.h serial.h unix.h url.h \
84 xml.h cmdoptns.h tokenizer.h mime.h
85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86am__vpath_adj = case $$p in \
87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88 *) f=$$p;; \
89 esac;
90am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91am__install_max = 40
92am__nobase_strip_setup = \
93 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94am__nobase_strip = \
95 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96am__nobase_list = $(am__nobase_strip_setup); \
97 for p in $$list; do echo "$$p $$p"; done | \
98 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100 if (++n[$$2] == $(am__install_max)) \
101 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102 END { for (dir in files) print dir, files[dir] }'
103am__base_list = \
104 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106am__installdirs = "$(DESTDIR)$(ccxxincludedir)"
107HEADERS = $(ccxxinclude_HEADERS)
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111ACLOCAL = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run aclocal-1.11
112AMTAR = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run tar
113AR = arm-linux-androideabi-ar
114AS = as
115AUTOCONF = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoconf
116AUTOHEADER = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoheader
117AUTOMAKE = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run automake-1.11
118AWK = gawk
119BASE_LIB = ../src/libccgnu2.la
120CC = arm-linux-androideabi-gcc
121CCDEPMODE = depmode=gcc3
122CCXX_DIR = $(top_srcdir)/inc
123CFLAGS = -g -O2
124COMMON_FLAGS = -D_GNU_SOURCE -I/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/include
125CPP = arm-linux-androideabi-gcc -E
126CPPFLAGS =
127CPPUNIT_LIBS =
128CXX = arm-linux-androideabi-g++
129CXXCPP = arm-linux-androideabi-g++ -E
130CXXDEPMODE = depmode=gcc3
131CXXFLAGS = -Wno-psabi
132CYGPATH_W = echo
133DEFS = -DHAVE_CONFIG_H
134DEPDIR = .deps
135DLLTOOL = dlltool
136DOXYGEN = no
137DSYMUTIL =
138DUMPBIN =
139DYN_LOADER = -ldl
140ECHO_C =
141ECHO_N = -n
142ECHO_T =
143EGREP = /bin/grep -E
144EXEEXT =
145FGREP = /bin/grep -F
146FTPDIR =
147GETOPT_LIBS =
148GREP = /bin/grep
149INSTALL = /usr/bin/install -c
150INSTALL_DATA = ${INSTALL} -m 644
151INSTALL_PROGRAM = ${INSTALL}
152INSTALL_SCRIPT = ${INSTALL}
153INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
154KDOC_DIR = $(top_srcdir)/doc
155LD = /home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld
156LDFLAGS =
157LIBGETOPTOBJS =
158LIBOBJS =
159LIBS = -L/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib
160LIBTOOL = $(SHELL) $(top_builddir)/libtool
161LIB_MAJOR = 0
162LIB_VERSION = 1_8
163LIPO =
164LN_S = ln -s
165LTLIBOBJS =
166LT_CCXX_VERSION = -version-info 0:1
167LT_MAJOR = 0
168LT_MINOR = 1
169LT_RELEASE = 1.8
170LT_SUBVER = 0.1
171MAINT = #
172MAKEINFO = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run makeinfo
173MANIFEST_TOOL = :
174MKDIR_P = /bin/mkdir -p
175MODULE_FLAGS = -module -shared -avoid-version
176NM = /home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B
177NMEDIT =
178OBJDUMP = objdump
179OBJEXT = o
180OTOOL =
181OTOOL64 =
182PACKAGE = commoncpp2
183PACKAGE_BUGREPORT =
184PACKAGE_NAME =
185PACKAGE_STRING =
186PACKAGE_TARNAME =
187PACKAGE_URL =
188PACKAGE_VERSION =
189PATH_SEPARATOR = :
190PTHREAD_CC =
191RANLIB = arm-linux-androideabi-ranlib
192SED = /bin/sed
193SET_MAKE =
194SHARED_FLAGS =
195SHELL = /bin/bash
196SOCKET_LIBS =
197SSL_LIBS =
198STAGE2 =
199STRIP = arm-linux-androideabi-strip
200THREAD_FLAGS =
201THREAD_LIBS = -pthread
202VERSION = 1.8.1
203WARN_FLAGS = -pedantic -Wall
204WINVERSION = 1,8,1,0
205ZSTREAM_LIBS = -lz
206abs_builddir = /home/evigier/git/commoncpp2-1.8.1-android/inc/cc++
207abs_srcdir = /home/evigier/git/commoncpp2-1.8.1-android/inc/cc++
208abs_top_builddir = /home/evigier/git/commoncpp2-1.8.1-android
209abs_top_srcdir = /home/evigier/git/commoncpp2-1.8.1-android
210ac_ct_AR =
211ac_ct_CC =
212ac_ct_CXX =
213ac_ct_DUMPBIN =
214am__include = include
215am__leading_dot = .
216am__quote =
217am__tar = ${AMTAR} chof - "$$tardir"
218am__untar = ${AMTAR} xf -
219bindir = ${exec_prefix}/bin
220build = x86_64-unknown-linux-gnu
221build_alias =
222build_cpu = x86_64
223build_os = linux-gnu
224build_vendor = unknown
225builddir = .
226ccincludedir = ${includedir}/cc++2
227datadir = ${datarootdir}
228datarootdir = ${prefix}/share
229docdir = ${datarootdir}/doc/${PACKAGE}
230dvidir = ${docdir}
231etc_confdir = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/etc
232exec_prefix = ${prefix}
233host = arm-unknown-linux-androideabi
234host_alias = arm-linux-androideabi
235host_cpu = arm
236host_os = linux-androideabi
237host_vendor = unknown
238htmldir = ${docdir}
239includedir = ${prefix}/include
240incprefix =
241infodir = ${datarootdir}/info
242install_sh = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/install-sh
243libdir = ${exec_prefix}/lib
244libexecdir = ${exec_prefix}/libexec
245localedir = ${datarootdir}/locale
246localstatedir = ${prefix}/var
247mandir = ${datarootdir}/man
248mkdir_p = /bin/mkdir -p
249oldincludedir = /usr/include
250ost_cv_dynloader = yes
251pdfdir = ${docdir}
252prefix = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr
253program_transform_name = s,x,x,
254psdir = ${docdir}
255sbindir = ${exec_prefix}/sbin
256sharedstatedir = ${prefix}/com
257srcdir = .
258sysconfdir = ${prefix}/etc
259target = arm-unknown-linux-androideabi
260target_alias =
261target_cpu = arm
262target_os = linux-androideabi
263target_vendor = unknown
264thrprefix = /usr/include
265top_build_prefix = ../../
266top_builddir = ../..
267top_srcdir = ../..
268AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
269EXTRA_DIST = *.h
270MAINTAINERCLEANFILES = config.h Makefile.in config.tmp
271TEMPLATE = \
272 counter.h functions.h objcount.h objlink.h objmap.h objsync.h \
273 oststring.h template.h pointer.h
274
275ccxxincludedir = $(includedir)/cc++
276#ccxxinclude_HEADERS = \
277# common.h config.h exception.h export.h file.h \
278# misc.h slog.h applog.h socket.h strchar.h thread.h process.h \
279# missing.h string.h buffer.h address.h zstream.h \
280# socketport.h object.h $(TEMPLATE)
281
282
283# export.h are used by other library
284ccxxinclude_HEADERS = \
285 common.h config.h digest.h exception.h export.h file.h \
286 misc.h network.h numbers.h persist.h serial.h slog.h applog.h \
287 socket.h strchar.h thread.h unix.h url.h xml.h process.h \
288 missing.h string.h buffer.h cmdoptns.h address.h zstream.h \
289 socketport.h tokenizer.h mime.h object.h $(TEMPLATE)
290
291kdoc_headers = \
292 common.h config.h digest.h exception.h export.h file.h \
293 misc.h network.h numbers.h persist.h serial.h slog.h applog.h \
294 socket.h strchar.h thread.h unix.h url.h xml.h process.h \
295 missing.h string.h buffer.h zstream.h port.h object.h \
296 $(TEMPLATE)
297
298all: all-am
299
300.SUFFIXES:
301$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
302 @for dep in $?; do \
303 case '$(am__configure_deps)' in \
304 *$$dep*) \
305 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
306 && { if test -f $@; then exit 0; else break; fi; }; \
307 exit 1;; \
308 esac; \
309 done; \
310 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inc/cc++/Makefile'; \
311 $(am__cd) $(top_srcdir) && \
312 $(AUTOMAKE) --gnu inc/cc++/Makefile
313.PRECIOUS: Makefile
314Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315 @case '$?' in \
316 *config.status*) \
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318 *) \
319 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321 esac;
322
323$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326$(top_srcdir)/configure: # $(am__configure_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(am__aclocal_m4_deps):
331
332mostlyclean-libtool:
333 -rm -f *.lo
334
335clean-libtool:
336 -rm -rf .libs _libs
337install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
338 @$(NORMAL_INSTALL)
339 test -z "$(ccxxincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)"
340 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
341 for p in $$list; do \
342 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343 echo "$$d$$p"; \
344 done | $(am__base_list) | \
345 while read files; do \
346 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
347 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
348 done
349
350uninstall-ccxxincludeHEADERS:
351 @$(NORMAL_UNINSTALL)
352 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
353 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
354 test -n "$$files" || exit 0; \
355 echo " ( cd '$(DESTDIR)$(ccxxincludedir)' && rm -f" $$files ")"; \
356 cd "$(DESTDIR)$(ccxxincludedir)" && rm -f $$files
357
358ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360 unique=`for i in $$list; do \
361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362 done | \
363 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
365 mkid -fID $$unique
366tags: TAGS
367
368TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP)
370 set x; \
371 here=`pwd`; \
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: $(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 $(MAKE) $(AM_MAKEFLAGS) \
441 top_distdir="$(top_distdir)" distdir="$(distdir)" \
442 dist-hook
443check-am: all-am
444check: check-am
445all-am: Makefile $(HEADERS)
446installdirs:
447 for dir in "$(DESTDIR)$(ccxxincludedir)"; do \
448 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
449 done
450install: install-am
451install-exec: install-exec-am
452install-data: install-data-am
453uninstall: uninstall-am
454
455install-am: all-am
456 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
457
458installcheck: installcheck-am
459install-strip:
460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462 `test -z '$(STRIP)' || \
463 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
464mostlyclean-generic:
465
466clean-generic:
467
468distclean-generic:
469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
472maintainer-clean-generic:
473 @echo "This command is intended for maintainers to use"
474 @echo "it deletes files that may require special tools to rebuild."
475 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
476clean: clean-am
477
478clean-am: clean-generic clean-libtool mostlyclean-am
479
480distclean: distclean-am
481 -rm -f Makefile
482distclean-am: clean-am distclean-generic distclean-tags
483
484dvi: dvi-am
485
486dvi-am:
487
488html: html-am
489
490html-am:
491
492info: info-am
493
494info-am:
495
496install-data-am: install-ccxxincludeHEADERS
497
498install-dvi: install-dvi-am
499
500install-dvi-am:
501
502install-exec-am:
503
504install-html: install-html-am
505
506install-html-am:
507
508install-info: install-info-am
509
510install-info-am:
511
512install-man:
513
514install-pdf: install-pdf-am
515
516install-pdf-am:
517
518install-ps: install-ps-am
519
520install-ps-am:
521
522installcheck-am:
523
524maintainer-clean: maintainer-clean-am
525 -rm -f Makefile
526maintainer-clean-am: distclean-am maintainer-clean-generic
527
528mostlyclean: mostlyclean-am
529
530mostlyclean-am: mostlyclean-generic mostlyclean-libtool
531
532pdf: pdf-am
533
534pdf-am:
535
536ps: ps-am
537
538ps-am:
539
540uninstall-am: uninstall-ccxxincludeHEADERS
541
542.MAKE: install-am install-strip
543
544.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
545 clean-libtool ctags dist-hook distclean distclean-generic \
546 distclean-libtool distclean-tags distdir dvi dvi-am html \
547 html-am info info-am install install-am \
548 install-ccxxincludeHEADERS install-data install-data-am \
549 install-dvi install-dvi-am install-exec install-exec-am \
550 install-html install-html-am install-info install-info-am \
551 install-man install-pdf install-pdf-am install-ps \
552 install-ps-am install-strip installcheck installcheck-am \
553 installdirs maintainer-clean maintainer-clean-generic \
554 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
555 ps ps-am tags uninstall uninstall-am \
556 uninstall-ccxxincludeHEADERS
557
558
559#do not distribuite config.h, autogenerated
560dist-hook:
561 rm -f $(distdir)/config.h
562
563kdoc:
564 kdoc -f html -d $(KDOC_DIR) -L $(KDOC_DIR) -n CommonC++ $(kdoc_headers) --cppcmd ../../doc/kdoc_cpp --cpp -I ../../doc
565
566view:
567 lynx ../../doc/index.html
568
569# Tell versions [3.59,3.63) of GNU make to not export all variables.
570# Otherwise a system limit (for SysV at least) may be exceeded.
571.NOEXPORT: