blob: f0ed0c94f65951f8a111c774f0c09c1615c97b48 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# 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# 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
29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32pkglibdir = $(libdir)/@PACKAGE@
33pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
47host_triplet = @host@
48target_triplet = @target@
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 = @ACLOCAL@
112AMTAR = @AMTAR@
113AR = @AR@
114AS = @AS@
115AUTOCONF = @AUTOCONF@
116AUTOHEADER = @AUTOHEADER@
117AUTOMAKE = @AUTOMAKE@
118AWK = @AWK@
119BASE_LIB = @BASE_LIB@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CCXX_DIR = @CCXX_DIR@
123CFLAGS = @CFLAGS@
124COMMON_FLAGS = @COMMON_FLAGS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CPPUNIT_LIBS = @CPPUNIT_LIBS@
128CXX = @CXX@
129CXXCPP = @CXXCPP@
130CXXDEPMODE = @CXXDEPMODE@
131CXXFLAGS = @CXXFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DEFS = @DEFS@
134DEPDIR = @DEPDIR@
135DLLTOOL = @DLLTOOL@
136DOXYGEN = @DOXYGEN@
137DSYMUTIL = @DSYMUTIL@
138DUMPBIN = @DUMPBIN@
139DYN_LOADER = @DYN_LOADER@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146FTPDIR = @FTPDIR@
147GETOPT_LIBS = @GETOPT_LIBS@
148GREP = @GREP@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154KDOC_DIR = @KDOC_DIR@
155LD = @LD@
156LDFLAGS = @LDFLAGS@
157LIBGETOPTOBJS = @LIBGETOPTOBJS@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBTOOL = @LIBTOOL@
161LIB_MAJOR = @LIB_MAJOR@
162LIB_VERSION = @LIB_VERSION@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBOBJS = @LTLIBOBJS@
166LT_CCXX_VERSION = @LT_CCXX_VERSION@
167LT_MAJOR = @LT_MAJOR@
168LT_MINOR = @LT_MINOR@
169LT_RELEASE = @LT_RELEASE@
170LT_SUBVER = @LT_SUBVER@
171MAINT = @MAINT@
172MAKEINFO = @MAKEINFO@
173MANIFEST_TOOL = @MANIFEST_TOOL@
174MKDIR_P = @MKDIR_P@
175MODULE_FLAGS = @MODULE_FLAGS@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PTHREAD_CC = @PTHREAD_CC@
191RANLIB = @RANLIB@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHARED_FLAGS = @SHARED_FLAGS@
195SHELL = @SHELL@
196SOCKET_LIBS = @SOCKET_LIBS@
197SSL_LIBS = @SSL_LIBS@
198STAGE2 = @STAGE2@
199STRIP = @STRIP@
200THREAD_FLAGS = @THREAD_FLAGS@
201THREAD_LIBS = @THREAD_LIBS@
202VERSION = @VERSION@
203WARN_FLAGS = @WARN_FLAGS@
204WINVERSION = @WINVERSION@
205ZSTREAM_LIBS = @ZSTREAM_LIBS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_AR = @ac_ct_AR@
211ac_ct_CC = @ac_ct_CC@
212ac_ct_CXX = @ac_ct_CXX@
213ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214am__include = @am__include@
215am__leading_dot = @am__leading_dot@
216am__quote = @am__quote@
217am__tar = @am__tar@
218am__untar = @am__untar@
219bindir = @bindir@
220build = @build@
221build_alias = @build_alias@
222build_cpu = @build_cpu@
223build_os = @build_os@
224build_vendor = @build_vendor@
225builddir = @builddir@
226ccincludedir = @ccincludedir@
227datadir = @datadir@
228datarootdir = @datarootdir@
229docdir = @docdir@
230dvidir = @dvidir@
231etc_confdir = @etc_confdir@
232exec_prefix = @exec_prefix@
233host = @host@
234host_alias = @host_alias@
235host_cpu = @host_cpu@
236host_os = @host_os@
237host_vendor = @host_vendor@
238htmldir = @htmldir@
239includedir = @includedir@
240incprefix = @incprefix@
241infodir = @infodir@
242install_sh = @install_sh@
243libdir = @libdir@
244libexecdir = @libexecdir@
245localedir = @localedir@
246localstatedir = @localstatedir@
247mandir = @mandir@
248mkdir_p = @mkdir_p@
249oldincludedir = @oldincludedir@
250ost_cv_dynloader = @ost_cv_dynloader@
251pdfdir = @pdfdir@
252prefix = @prefix@
253program_transform_name = @program_transform_name@
254psdir = @psdir@
255sbindir = @sbindir@
256sharedstatedir = @sharedstatedir@
257srcdir = @srcdir@
258sysconfdir = @sysconfdir@
259target = @target@
260target_alias = @target_alias@
261target_cpu = @target_cpu@
262target_os = @target_os@
263target_vendor = @target_vendor@
264thrprefix = @thrprefix@
265top_build_prefix = @top_build_prefix@
266top_builddir = @top_builddir@
267top_srcdir = @top_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@EXTRAS_FALSE@ccxxinclude_HEADERS = \
277@EXTRAS_FALSE@ common.h config.h exception.h export.h file.h \
278@EXTRAS_FALSE@ misc.h slog.h applog.h socket.h strchar.h thread.h process.h \
279@EXTRAS_FALSE@ missing.h string.h buffer.h address.h zstream.h \
280@EXTRAS_FALSE@ socketport.h object.h $(TEMPLATE)
281
282
283# export.h are used by other library
284@EXTRAS_TRUE@ccxxinclude_HEADERS = \
285@EXTRAS_TRUE@ common.h config.h digest.h exception.h export.h file.h \
286@EXTRAS_TRUE@ misc.h network.h numbers.h persist.h serial.h slog.h applog.h \
287@EXTRAS_TRUE@ socket.h strchar.h thread.h unix.h url.h xml.h process.h \
288@EXTRAS_TRUE@ missing.h string.h buffer.h cmdoptns.h address.h zstream.h \
289@EXTRAS_TRUE@ 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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: