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
18# Copyright (C) 1999-2005 Open Source Telecom Corporation.
19# Copyright (C) 2006-2008 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@
173MKDIR_P = @MKDIR_P@
174MODULE_FLAGS = @MODULE_FLAGS@
175NM = @NM@
176NMEDIT = @NMEDIT@
177OBJDUMP = @OBJDUMP@
178OBJEXT = @OBJEXT@
179OTOOL = @OTOOL@
180OTOOL64 = @OTOOL64@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_URL = @PACKAGE_URL@
187PACKAGE_VERSION = @PACKAGE_VERSION@
188PATH_SEPARATOR = @PATH_SEPARATOR@
189PTHREAD_CC = @PTHREAD_CC@
190RANLIB = @RANLIB@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHARED_FLAGS = @SHARED_FLAGS@
194SHELL = @SHELL@
195SOCKET_LIBS = @SOCKET_LIBS@
196SSL_LIBS = @SSL_LIBS@
197STAGE2 = @STAGE2@
198STRIP = @STRIP@
199THREAD_FLAGS = @THREAD_FLAGS@
200THREAD_LIBS = @THREAD_LIBS@
201VERSION = @VERSION@
202WARN_FLAGS = @WARN_FLAGS@
203WINVERSION = @WINVERSION@
204ZSTREAM_LIBS = @ZSTREAM_LIBS@
205abs_builddir = @abs_builddir@
206abs_srcdir = @abs_srcdir@
207abs_top_builddir = @abs_top_builddir@
208abs_top_srcdir = @abs_top_srcdir@
209ac_ct_CC = @ac_ct_CC@
210ac_ct_CXX = @ac_ct_CXX@
211ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
212am__include = @am__include@
213am__leading_dot = @am__leading_dot@
214am__quote = @am__quote@
215am__tar = @am__tar@
216am__untar = @am__untar@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224ccincludedir = @ccincludedir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229etc_confdir = @etc_confdir@
230exec_prefix = @exec_prefix@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236htmldir = @htmldir@
237includedir = @includedir@
238incprefix = @incprefix@
239infodir = @infodir@
240install_sh = @install_sh@
241libdir = @libdir@
242libexecdir = @libexecdir@
243localedir = @localedir@
244localstatedir = @localstatedir@
245lt_ECHO = @lt_ECHO@
246mandir = @mandir@
247mkdir_p = @mkdir_p@
248oldincludedir = @oldincludedir@
249ost_cv_dynloader = @ost_cv_dynloader@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254sbindir = @sbindir@
255sharedstatedir = @sharedstatedir@
256srcdir = @srcdir@
257sysconfdir = @sysconfdir@
258target = @target@
259target_alias = @target_alias@
260target_cpu = @target_cpu@
261target_os = @target_os@
262target_vendor = @target_vendor@
263thrprefix = @thrprefix@
264top_build_prefix = @top_build_prefix@
265top_builddir = @top_builddir@
266top_srcdir = @top_srcdir@
267AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
268EXTRA_DIST = *.h
269MAINTAINERCLEANFILES = config.h Makefile.in config.tmp
270TEMPLATE = counter.h functions.h objcount.h objlink.h objmap.h objsync.h \
271	oststring.h template.h pointer.h
272
273ccxxincludedir = $(includedir)/cc++
274@EXTRAS_FALSE@ccxxinclude_HEADERS = \
275@EXTRAS_FALSE@	common.h config.h exception.h export.h file.h \
276@EXTRAS_FALSE@	misc.h slog.h applog.h socket.h strchar.h thread.h process.h \
277@EXTRAS_FALSE@	missing.h string.h buffer.h address.h zstream.h \
278@EXTRAS_FALSE@	socketport.h object.h $(TEMPLATE)
279
280
281# export.h are used by other library
282@EXTRAS_TRUE@ccxxinclude_HEADERS = \
283@EXTRAS_TRUE@	common.h config.h digest.h exception.h export.h file.h \
284@EXTRAS_TRUE@	misc.h network.h numbers.h persist.h serial.h slog.h applog.h \
285@EXTRAS_TRUE@	socket.h strchar.h thread.h unix.h url.h xml.h process.h \
286@EXTRAS_TRUE@	missing.h string.h buffer.h cmdoptns.h address.h zstream.h \
287@EXTRAS_TRUE@	socketport.h tokenizer.h mime.h object.h $(TEMPLATE)
288
289kdoc_headers = \
290	common.h config.h digest.h exception.h export.h file.h \
291	misc.h network.h numbers.h persist.h serial.h slog.h applog.h \
292	socket.h strchar.h thread.h unix.h url.h xml.h process.h \
293	missing.h string.h buffer.h zstream.h port.h object.h \
294	$(TEMPLATE)
295
296all: all-am
297
298.SUFFIXES:
299$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
300	@for dep in $?; do \
301	  case '$(am__configure_deps)' in \
302	    *$$dep*) \
303	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304	        && { if test -f $@; then exit 0; else break; fi; }; \
305	      exit 1;; \
306	  esac; \
307	done; \
308	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inc/cc++/Makefile'; \
309	$(am__cd) $(top_srcdir) && \
310	  $(AUTOMAKE) --gnu inc/cc++/Makefile
311.PRECIOUS: Makefile
312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313	@case '$?' in \
314	  *config.status*) \
315	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316	  *) \
317	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319	esac;
320
321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(am__aclocal_m4_deps):
329
330mostlyclean-libtool:
331	-rm -f *.lo
332
333clean-libtool:
334	-rm -rf .libs _libs
335install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
336	@$(NORMAL_INSTALL)
337	test -z "$(ccxxincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)"
338	@list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
339	for p in $$list; do \
340	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
341	  echo "$$d$$p"; \
342	done | $(am__base_list) | \
343	while read files; do \
344	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
345	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
346	done
347
348uninstall-ccxxincludeHEADERS:
349	@$(NORMAL_UNINSTALL)
350	@list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
351	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
352	test -n "$$files" || exit 0; \
353	echo " ( cd '$(DESTDIR)$(ccxxincludedir)' && rm -f" $$files ")"; \
354	cd "$(DESTDIR)$(ccxxincludedir)" && rm -f $$files
355
356ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358	unique=`for i in $$list; do \
359	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360	  done | \
361	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362	      END { if (nonempty) { for (i in files) print i; }; }'`; \
363	mkid -fID $$unique
364tags: TAGS
365
366TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367		$(TAGS_FILES) $(LISP)
368	set x; \
369	here=`pwd`; \
370	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371	unique=`for i in $$list; do \
372	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373	  done | \
374	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375	      END { if (nonempty) { for (i in files) print i; }; }'`; \
376	shift; \
377	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378	  test -n "$$unique" || unique=$$empty_fix; \
379	  if test $$# -gt 0; then \
380	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381	      "$$@" $$unique; \
382	  else \
383	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384	      $$unique; \
385	  fi; \
386	fi
387ctags: CTAGS
388CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389		$(TAGS_FILES) $(LISP)
390	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391	unique=`for i in $$list; do \
392	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393	  done | \
394	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396	test -z "$(CTAGS_ARGS)$$unique" \
397	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398	     $$unique
399
400GTAGS:
401	here=`$(am__cd) $(top_builddir) && pwd` \
402	  && $(am__cd) $(top_srcdir) \
403	  && gtags -i $(GTAGS_ARGS) "$$here"
404
405distclean-tags:
406	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408distdir: $(DISTFILES)
409	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411	list='$(DISTFILES)'; \
412	  dist_files=`for file in $$list; do echo $$file; done | \
413	  sed -e "s|^$$srcdirstrip/||;t" \
414	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
415	case $$dist_files in \
416	  */*) $(MKDIR_P) `echo "$$dist_files" | \
417			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418			   sort -u` ;; \
419	esac; \
420	for file in $$dist_files; do \
421	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422	  if test -d $$d/$$file; then \
423	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424	    if test -d "$(distdir)/$$file"; then \
425	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426	    fi; \
427	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
429	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430	    fi; \
431	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432	  else \
433	    test -f "$(distdir)/$$file" \
434	    || cp -p $$d/$$file "$(distdir)/$$file" \
435	    || exit 1; \
436	  fi; \
437	done
438	$(MAKE) $(AM_MAKEFLAGS) \
439	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
440	  dist-hook
441check-am: all-am
442check: check-am
443all-am: Makefile $(HEADERS)
444installdirs:
445	for dir in "$(DESTDIR)$(ccxxincludedir)"; do \
446	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
447	done
448install: install-am
449install-exec: install-exec-am
450install-data: install-data-am
451uninstall: uninstall-am
452
453install-am: all-am
454	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455
456installcheck: installcheck-am
457install-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
462mostlyclean-generic:
463
464clean-generic:
465
466distclean-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
470maintainer-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	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
474clean: clean-am
475
476clean-am: clean-generic clean-libtool mostlyclean-am
477
478distclean: distclean-am
479	-rm -f Makefile
480distclean-am: clean-am distclean-generic distclean-tags
481
482dvi: dvi-am
483
484dvi-am:
485
486html: html-am
487
488html-am:
489
490info: info-am
491
492info-am:
493
494install-data-am: install-ccxxincludeHEADERS
495
496install-dvi: install-dvi-am
497
498install-dvi-am:
499
500install-exec-am:
501
502install-html: install-html-am
503
504install-html-am:
505
506install-info: install-info-am
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-am
513
514install-pdf-am:
515
516install-ps: install-ps-am
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-am
523	-rm -f Makefile
524maintainer-clean-am: distclean-am maintainer-clean-generic
525
526mostlyclean: mostlyclean-am
527
528mostlyclean-am: mostlyclean-generic mostlyclean-libtool
529
530pdf: pdf-am
531
532pdf-am:
533
534ps: ps-am
535
536ps-am:
537
538uninstall-am: uninstall-ccxxincludeHEADERS
539
540.MAKE: install-am install-strip
541
542.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
543	clean-libtool ctags dist-hook distclean distclean-generic \
544	distclean-libtool distclean-tags distdir dvi dvi-am html \
545	html-am info info-am install install-am \
546	install-ccxxincludeHEADERS install-data install-data-am \
547	install-dvi install-dvi-am install-exec install-exec-am \
548	install-html install-html-am install-info install-info-am \
549	install-man install-pdf install-pdf-am install-ps \
550	install-ps-am install-strip installcheck installcheck-am \
551	installdirs maintainer-clean maintainer-clean-generic \
552	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
553	ps ps-am tags uninstall uninstall-am \
554	uninstall-ccxxincludeHEADERS
555
556
557#do not distribuite config.h, autogenerated
558dist-hook:
559	rm -f $(distdir)/config.h
560
561kdoc:
562	kdoc -f html -d $(KDOC_DIR) -L $(KDOC_DIR) -n CommonC++ $(kdoc_headers) --cppcmd ../../doc/kdoc_cpp --cpp -I ../../doc
563
564view:
565	lynx ../../doc/index.html
566
567# Tell versions [3.59,3.63) of GNU make to not export all variables.
568# Otherwise a system limit (for SysV at least) may be exceeded.
569.NOEXPORT:
570