code reorg and moving files to csql base directory
[csql.git] / src / base / Makefile.in
bloba78c8cc9a64ffc67c750123ba3d6f3788e05e2c8
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = src/base
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.in
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45 am__vpath_adj = case $$p in \
46 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47 *) f=$$p;; \
48 esac;
49 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50 am__installdirs = "$(DESTDIR)$(libdir)"
51 libLTLIBRARIES_INSTALL = $(INSTALL)
52 LTLIBRARIES = $(lib_LTLIBRARIES)
53 libcsqlbase_la_LIBADD =
54 am_libcsqlbase_la_OBJECTS = Util.lo FixedHeapAllocator.lo \
55 VarHeapAllocator.lo Config.lo HashMap.lo DataType.lo \
56 TypeCompare.lo Date.lo Time.lo Timestamp.lo TypeConvert.lo \
57 Debug.lo Logger.lo Mutex.lo os.lo
58 libcsqlbase_la_OBJECTS = $(am_libcsqlbase_la_OBJECTS)
59 libcsqlbase_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
60 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
61 $(CXXFLAGS) $(libcsqlbase_la_LDFLAGS) $(LDFLAGS) -o $@
62 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63 depcomp = $(SHELL) $(top_srcdir)/depcomp
64 am__depfiles_maybe = depfiles
65 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70 CXXLD = $(CXX)
71 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
73 $(LDFLAGS) -o $@
74 SOURCES = $(libcsqlbase_la_SOURCES)
75 DIST_SOURCES = $(libcsqlbase_la_SOURCES)
76 ETAGS = etags
77 CTAGS = ctags
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 ACLOCAL = @ACLOCAL@
80 AMTAR = @AMTAR@
81 AR = @AR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AWK = @AWK@
86 CC = @CC@
87 CCDEPMODE = @CCDEPMODE@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CXX = @CXX@
92 CXXCPP = @CXXCPP@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 DSYMUTIL = @DSYMUTIL@
99 ECHO = @ECHO@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 F77 = @F77@
106 FFLAGS = @FFLAGS@
107 GREP = @GREP@
108 INSTALL = @INSTALL@
109 INSTALL_DATA = @INSTALL_DATA@
110 INSTALL_PROGRAM = @INSTALL_PROGRAM@
111 INSTALL_SCRIPT = @INSTALL_SCRIPT@
112 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113 LDFLAGS = @LDFLAGS@
114 LEX = @LEX@
115 LEXLIB = @LEXLIB@
116 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
117 LIBOBJS = @LIBOBJS@
118 LIBS = @LIBS@
119 LIBTOOL = @LIBTOOL@
120 LN_S = @LN_S@
121 LTLIBOBJS = @LTLIBOBJS@
122 MAKEINFO = @MAKEINFO@
123 MKDIR_P = @MKDIR_P@
124 NMEDIT = @NMEDIT@
125 OBJEXT = @OBJEXT@
126 PACKAGE = @PACKAGE@
127 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128 PACKAGE_NAME = @PACKAGE_NAME@
129 PACKAGE_STRING = @PACKAGE_STRING@
130 PACKAGE_TARNAME = @PACKAGE_TARNAME@
131 PACKAGE_VERSION = @PACKAGE_VERSION@
132 PATH_SEPARATOR = @PATH_SEPARATOR@
133 RANLIB = @RANLIB@
134 SED = @SED@
135 SET_MAKE = @SET_MAKE@
136 SHELL = @SHELL@
137 STRIP = @STRIP@
138 VERSION = @VERSION@
139 YACC = @YACC@
140 YFLAGS = @YFLAGS@
141 abs_builddir = @abs_builddir@
142 abs_srcdir = @abs_srcdir@
143 abs_top_builddir = @abs_top_builddir@
144 abs_top_srcdir = @abs_top_srcdir@
145 ac_ct_CC = @ac_ct_CC@
146 ac_ct_CXX = @ac_ct_CXX@
147 ac_ct_F77 = @ac_ct_F77@
148 am__include = @am__include@
149 am__leading_dot = @am__leading_dot@
150 am__quote = @am__quote@
151 am__tar = @am__tar@
152 am__untar = @am__untar@
153 bindir = @bindir@
154 build = @build@
155 build_alias = @build_alias@
156 build_cpu = @build_cpu@
157 build_os = @build_os@
158 build_vendor = @build_vendor@
159 builddir = @builddir@
160 datadir = @datadir@
161 datarootdir = @datarootdir@
162 docdir = @docdir@
163 dvidir = @dvidir@
164 exec_prefix = @exec_prefix@
165 host = @host@
166 host_alias = @host_alias@
167 host_cpu = @host_cpu@
168 host_os = @host_os@
169 host_vendor = @host_vendor@
170 htmldir = @htmldir@
171 includedir = @includedir@
172 infodir = @infodir@
173 install_sh = @install_sh@
174 libdir = @libdir@
175 libexecdir = @libexecdir@
176 localedir = @localedir@
177 localstatedir = @localstatedir@
178 mandir = @mandir@
179 mkdir_p = @mkdir_p@
180 oldincludedir = @oldincludedir@
181 pdfdir = @pdfdir@
182 prefix = @prefix@
183 program_transform_name = @program_transform_name@
184 psdir = @psdir@
185 sbindir = @sbindir@
186 sharedstatedir = @sharedstatedir@
187 srcdir = @srcdir@
188 sysconfdir = @sysconfdir@
189 target_alias = @target_alias@
190 top_builddir = @top_builddir@
191 top_srcdir = @top_srcdir@
192 INCLUDES = -I$(top_srcdir)/include $(all_includes)
193 METASOURCES = AUTO
194 lib_LTLIBRARIES = libcsqlbase.la
195 libcsqlbase_la_LDFLAGS = -avoid-version -module
196 libcsqlbase_la_SOURCES = Util.cxx FixedHeapAllocator.cxx VarHeapAllocator.cxx \
197 Config.cxx HashMap.cxx DataType.cxx TypeCompare.cxx \
198 Date.cxx Time.cxx Timestamp.cxx TypeConvert.cxx \
199 Debug.cxx Logger.cxx Mutex.cxx os.cxx
201 all: all-am
203 .SUFFIXES:
204 .SUFFIXES: .cxx .lo .o .obj
205 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
206 @for dep in $?; do \
207 case '$(am__configure_deps)' in \
208 *$$dep*) \
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
210 && exit 0; \
211 exit 1;; \
212 esac; \
213 done; \
214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base/Makefile'; \
215 cd $(top_srcdir) && \
216 $(AUTOMAKE) --gnu src/base/Makefile
217 .PRECIOUS: Makefile
218 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219 @case '$?' in \
220 *config.status*) \
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222 *) \
223 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225 esac;
227 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(top_srcdir)/configure: $(am__configure_deps)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
235 @$(NORMAL_INSTALL)
236 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
237 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
238 if test -f $$p; then \
239 f=$(am__strip_dir) \
240 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
241 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
242 else :; fi; \
243 done
245 uninstall-libLTLIBRARIES:
246 @$(NORMAL_UNINSTALL)
247 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
248 p=$(am__strip_dir) \
249 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
250 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
251 done
253 clean-libLTLIBRARIES:
254 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
255 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
256 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
257 test "$$dir" != "$$p" || dir=.; \
258 echo "rm -f \"$${dir}/so_locations\""; \
259 rm -f "$${dir}/so_locations"; \
260 done
261 libcsqlbase.la: $(libcsqlbase_la_OBJECTS) $(libcsqlbase_la_DEPENDENCIES)
262 $(libcsqlbase_la_LINK) -rpath $(libdir) $(libcsqlbase_la_OBJECTS) $(libcsqlbase_la_LIBADD) $(LIBS)
264 mostlyclean-compile:
265 -rm -f *.$(OBJEXT)
267 distclean-compile:
268 -rm -f *.tab.c
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataType.Plo@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Date.Plo@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Debug.Plo@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FixedHeapAllocator.Plo@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HashMap.Plo@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logger.Plo@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mutex.Plo@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Time.Plo@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Timestamp.Plo@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TypeCompare.Plo@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TypeConvert.Plo@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VarHeapAllocator.Plo@am__quote@
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os.Plo@am__quote@
286 .cxx.o:
287 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
293 .cxx.obj:
294 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
295 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
300 .cxx.lo:
301 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
307 mostlyclean-libtool:
308 -rm -f *.lo
310 clean-libtool:
311 -rm -rf .libs _libs
313 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
314 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315 unique=`for i in $$list; do \
316 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317 done | \
318 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
319 END { if (nonempty) { for (i in files) print i; }; }'`; \
320 mkid -fID $$unique
321 tags: TAGS
323 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
324 $(TAGS_FILES) $(LISP)
325 tags=; \
326 here=`pwd`; \
327 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328 unique=`for i in $$list; do \
329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330 done | \
331 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332 END { if (nonempty) { for (i in files) print i; }; }'`; \
333 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
334 test -n "$$unique" || unique=$$empty_fix; \
335 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336 $$tags $$unique; \
338 ctags: CTAGS
339 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
340 $(TAGS_FILES) $(LISP)
341 tags=; \
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347 END { if (nonempty) { for (i in files) print i; }; }'`; \
348 test -z "$(CTAGS_ARGS)$$tags$$unique" \
349 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
350 $$tags $$unique
352 GTAGS:
353 here=`$(am__cd) $(top_builddir) && pwd` \
354 && cd $(top_srcdir) \
355 && gtags -i $(GTAGS_ARGS) $$here
357 distclean-tags:
358 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
360 distdir: $(DISTFILES)
361 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363 list='$(DISTFILES)'; \
364 dist_files=`for file in $$list; do echo $$file; done | \
365 sed -e "s|^$$srcdirstrip/||;t" \
366 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
367 case $$dist_files in \
368 */*) $(MKDIR_P) `echo "$$dist_files" | \
369 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
370 sort -u` ;; \
371 esac; \
372 for file in $$dist_files; do \
373 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374 if test -d $$d/$$file; then \
375 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378 fi; \
379 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
380 else \
381 test -f $(distdir)/$$file \
382 || cp -p $$d/$$file $(distdir)/$$file \
383 || exit 1; \
384 fi; \
385 done
386 check-am: all-am
387 check: check-am
388 all-am: Makefile $(LTLIBRARIES)
389 installdirs:
390 for dir in "$(DESTDIR)$(libdir)"; do \
391 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
392 done
393 install: install-am
394 install-exec: install-exec-am
395 install-data: install-data-am
396 uninstall: uninstall-am
398 install-am: all-am
399 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401 installcheck: installcheck-am
402 install-strip:
403 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405 `test -z '$(STRIP)' || \
406 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
407 mostlyclean-generic:
409 clean-generic:
411 distclean-generic:
412 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414 maintainer-clean-generic:
415 @echo "This command is intended for maintainers to use"
416 @echo "it deletes files that may require special tools to rebuild."
417 clean: clean-am
419 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
420 mostlyclean-am
422 distclean: distclean-am
423 -rm -rf ./$(DEPDIR)
424 -rm -f Makefile
425 distclean-am: clean-am distclean-compile distclean-generic \
426 distclean-tags
428 dvi: dvi-am
430 dvi-am:
432 html: html-am
434 info: info-am
436 info-am:
438 install-data-am:
440 install-dvi: install-dvi-am
442 install-exec-am: install-libLTLIBRARIES
444 install-html: install-html-am
446 install-info: install-info-am
448 install-man:
450 install-pdf: install-pdf-am
452 install-ps: install-ps-am
454 installcheck-am:
456 maintainer-clean: maintainer-clean-am
457 -rm -rf ./$(DEPDIR)
458 -rm -f Makefile
459 maintainer-clean-am: distclean-am maintainer-clean-generic
461 mostlyclean: mostlyclean-am
463 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
464 mostlyclean-libtool
466 pdf: pdf-am
468 pdf-am:
470 ps: ps-am
472 ps-am:
474 uninstall-am: uninstall-libLTLIBRARIES
476 .MAKE: install-am install-strip
478 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
479 clean-libLTLIBRARIES clean-libtool ctags distclean \
480 distclean-compile distclean-generic distclean-libtool \
481 distclean-tags distdir dvi dvi-am html html-am info info-am \
482 install install-am install-data install-data-am install-dvi \
483 install-dvi-am install-exec install-exec-am install-html \
484 install-html-am install-info install-info-am \
485 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
486 install-ps install-ps-am install-strip installcheck \
487 installcheck-am installdirs maintainer-clean \
488 maintainer-clean-generic mostlyclean mostlyclean-compile \
489 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
490 tags uninstall uninstall-am uninstall-libLTLIBRARIES
492 # Tell versions [3.59,3.63) of GNU make to not export all variables.
493 # Otherwise a system limit (for SysV at least) may be exceeded.
494 .NOEXPORT: