Removing dependency for Cache module in MMDB build
[csql.git] / src / sql / Makefile.in
blob0824c8e8259a6da737d60d4a1115fd17337819f7
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 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@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = src/sql
37 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in dmllex.cxx dmlyacc.cxx
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52 am__installdirs = "$(DESTDIR)$(libdir)"
53 libLTLIBRARIES_INSTALL = $(INSTALL)
54 LTLIBRARIES = $(lib_LTLIBRARIES)
55 libcsqlsql_la_LIBADD =
56 am_libcsqlsql_la_OBJECTS = dmlyacc.lo dmllex.lo ParsedData.lo \
57 SelStatement.lo InsStatement.lo UpdStatement.lo \
58 DelStatement.lo DdlStatement.lo SqlStatement.lo \
59 StatementFactory.lo SqlFactory.lo
60 libcsqlsql_la_OBJECTS = $(am_libcsqlsql_la_OBJECTS)
61 libcsqlsql_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
62 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
63 $(CXXFLAGS) $(libcsqlsql_la_LDFLAGS) $(LDFLAGS) -o $@
64 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72 CXXLD = $(CXX)
73 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
75 $(LDFLAGS) -o $@
76 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
77 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
79 YLWRAP = $(top_srcdir)/ylwrap
80 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
81 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91 $(LDFLAGS) -o $@
92 SOURCES = $(libcsqlsql_la_SOURCES)
93 DIST_SOURCES = $(libcsqlsql_la_SOURCES)
94 HEADERS = $(noinst_HEADERS)
95 ETAGS = etags
96 CTAGS = ctags
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 ACLOCAL = @ACLOCAL@
99 AMTAR = @AMTAR@
100 AR = @AR@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CXX = @CXX@
111 CXXCPP = @CXXCPP@
112 CXXDEPMODE = @CXXDEPMODE@
113 CXXFLAGS = @CXXFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 ECHO = @ECHO@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 EXEEXT = @EXEEXT@
123 F77 = @F77@
124 FFLAGS = @FFLAGS@
125 GREP = @GREP@
126 INSTALL = @INSTALL@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131 LDFLAGS = @LDFLAGS@
132 LEX = @LEX@
133 LEXLIB = @LEXLIB@
134 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LN_S = @LN_S@
139 LTLIBOBJS = @LTLIBOBJS@
140 MAKEINFO = @MAKEINFO@
141 MKDIR_P = @MKDIR_P@
142 OBJEXT = @OBJEXT@
143 PACKAGE = @PACKAGE@
144 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145 PACKAGE_NAME = @PACKAGE_NAME@
146 PACKAGE_STRING = @PACKAGE_STRING@
147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_VERSION = @PACKAGE_VERSION@
149 PATH_SEPARATOR = @PATH_SEPARATOR@
150 RANLIB = @RANLIB@
151 SED = @SED@
152 SET_MAKE = @SET_MAKE@
153 SHELL = @SHELL@
154 STRIP = @STRIP@
155 VERSION = @VERSION@
156 YACC = yacc -vd
157 YFLAGS = @YFLAGS@
158 abs_builddir = @abs_builddir@
159 abs_srcdir = @abs_srcdir@
160 abs_top_builddir = @abs_top_builddir@
161 abs_top_srcdir = @abs_top_srcdir@
162 ac_ct_CC = @ac_ct_CC@
163 ac_ct_CXX = @ac_ct_CXX@
164 ac_ct_F77 = @ac_ct_F77@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host = @host@
183 host_alias = @host_alias@
184 host_cpu = @host_cpu@
185 host_os = @host_os@
186 host_vendor = @host_vendor@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 mandir = @mandir@
196 mkdir_p = @mkdir_p@
197 oldincludedir = @oldincludedir@
198 pdfdir = @pdfdir@
199 prefix = @prefix@
200 program_transform_name = @program_transform_name@
201 psdir = @psdir@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205 sysconfdir = @sysconfdir@
206 target_alias = @target_alias@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
209 INCLUDES = -I$(top_srcdir)/include $(all_includes)
210 METASOURCES = AUTO
211 lib_LTLIBRARIES = libcsqlsql.la
212 libcsqlsql_la_LDFLAGS = -avoid-version -module \
213 $(top_builddir)/src/storage/.libs/libcsql \
214 $(top_builddir)/src/gateway/.libs/libcsqlgw \
215 $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \
216 $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \
217 $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw
219 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
220 InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
221 DdlStatement.cxx \
222 SqlStatement.cxx StatementFactory.cxx SqlFactory.cxx
224 noinst_HEADERS = Parser.h Statement.h
225 libcsqlsql_a_LIBADD = $(top_builddir)/src/storage/libcsql.la \
226 $(top_builddir)/src/adapter/libcsqlodbcadapter.la \
227 $(top_builddir)/src/adapter/libcsqlgw.la
229 all: all-am
231 .SUFFIXES:
232 .SUFFIXES: .cxx .lo .lxx .o .obj .yxx
233 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
234 @for dep in $?; do \
235 case '$(am__configure_deps)' in \
236 *$$dep*) \
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238 && exit 0; \
239 exit 1;; \
240 esac; \
241 done; \
242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/sql/Makefile'; \
243 cd $(top_srcdir) && \
244 $(AUTOMAKE) --gnu src/sql/Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247 @case '$?' in \
248 *config.status*) \
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250 *) \
251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253 esac;
255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(top_srcdir)/configure: $(am__configure_deps)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
263 @$(NORMAL_INSTALL)
264 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
265 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
266 if test -f $$p; then \
267 f=$(am__strip_dir) \
268 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
269 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
270 else :; fi; \
271 done
273 uninstall-libLTLIBRARIES:
274 @$(NORMAL_UNINSTALL)
275 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
276 p=$(am__strip_dir) \
277 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
278 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
279 done
281 clean-libLTLIBRARIES:
282 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
283 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285 test "$$dir" != "$$p" || dir=.; \
286 echo "rm -f \"$${dir}/so_locations\""; \
287 rm -f "$${dir}/so_locations"; \
288 done
289 libcsqlsql.la: $(libcsqlsql_la_OBJECTS) $(libcsqlsql_la_DEPENDENCIES)
290 $(libcsqlsql_la_LINK) -rpath $(libdir) $(libcsqlsql_la_OBJECTS) $(libcsqlsql_la_LIBADD) $(LIBS)
292 mostlyclean-compile:
293 -rm -f *.$(OBJEXT)
295 distclean-compile:
296 -rm -f *.tab.c
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DdlStatement.Plo@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DelStatement.Plo@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsStatement.Plo@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ParsedData.Plo@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SelStatement.Plo@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlFactory.Plo@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlStatement.Plo@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StatementFactory.Plo@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UpdStatement.Plo@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmllex.Plo@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmlyacc.Plo@am__quote@
310 .cxx.o:
311 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
312 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
317 .cxx.obj:
318 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
319 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
324 .cxx.lo:
325 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
327 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
331 .lxx.cxx:
332 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
334 .yxx.cxx:
335 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
337 mostlyclean-libtool:
338 -rm -f *.lo
340 clean-libtool:
341 -rm -rf .libs _libs
343 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345 unique=`for i in $$list; do \
346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347 done | \
348 $(AWK) ' { files[$$0] = 1; } \
349 END { for (i in files) print i; }'`; \
350 mkid -fID $$unique
351 tags: TAGS
353 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
354 $(TAGS_FILES) $(LISP)
355 tags=; \
356 here=`pwd`; \
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; } \
362 END { for (i in files) print i; }'`; \
363 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364 test -n "$$unique" || unique=$$empty_fix; \
365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366 $$tags $$unique; \
368 ctags: CTAGS
369 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 tags=; \
372 here=`pwd`; \
373 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 test -z "$(CTAGS_ARGS)$$tags$$unique" \
380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381 $$tags $$unique
383 GTAGS:
384 here=`$(am__cd) $(top_builddir) && pwd` \
385 && cd $(top_srcdir) \
386 && gtags -i $(GTAGS_ARGS) $$here
388 distclean-tags:
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391 distdir: $(DISTFILES)
392 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394 list='$(DISTFILES)'; \
395 dist_files=`for file in $$list; do echo $$file; done | \
396 sed -e "s|^$$srcdirstrip/||;t" \
397 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
398 case $$dist_files in \
399 */*) $(MKDIR_P) `echo "$$dist_files" | \
400 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
401 sort -u` ;; \
402 esac; \
403 for file in $$dist_files; do \
404 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405 if test -d $$d/$$file; then \
406 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
409 fi; \
410 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
411 else \
412 test -f $(distdir)/$$file \
413 || cp -p $$d/$$file $(distdir)/$$file \
414 || exit 1; \
415 fi; \
416 done
417 check-am: all-am
418 check: check-am
419 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
420 installdirs:
421 for dir in "$(DESTDIR)$(libdir)"; do \
422 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
423 done
424 install: install-am
425 install-exec: install-exec-am
426 install-data: install-data-am
427 uninstall: uninstall-am
429 install-am: all-am
430 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
432 installcheck: installcheck-am
433 install-strip:
434 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
436 `test -z '$(STRIP)' || \
437 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
438 mostlyclean-generic:
440 clean-generic:
442 distclean-generic:
443 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
445 maintainer-clean-generic:
446 @echo "This command is intended for maintainers to use"
447 @echo "it deletes files that may require special tools to rebuild."
448 -rm -f dmllex.cxx
449 -rm -f dmlyacc.cxx
450 clean: clean-am
452 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
453 mostlyclean-am
455 distclean: distclean-am
456 -rm -rf ./$(DEPDIR)
457 -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459 distclean-tags
461 dvi: dvi-am
463 dvi-am:
465 html: html-am
467 info: info-am
469 info-am:
471 install-data-am:
473 install-dvi: install-dvi-am
475 install-exec-am: install-libLTLIBRARIES
477 install-html: install-html-am
479 install-info: install-info-am
481 install-man:
483 install-pdf: install-pdf-am
485 install-ps: install-ps-am
487 installcheck-am:
489 maintainer-clean: maintainer-clean-am
490 -rm -rf ./$(DEPDIR)
491 -rm -f Makefile
492 maintainer-clean-am: distclean-am maintainer-clean-generic
494 mostlyclean: mostlyclean-am
496 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
497 mostlyclean-libtool
499 pdf: pdf-am
501 pdf-am:
503 ps: ps-am
505 ps-am:
507 uninstall-am: uninstall-libLTLIBRARIES
509 .MAKE: install-am install-strip
511 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
512 clean-libLTLIBRARIES clean-libtool ctags distclean \
513 distclean-compile distclean-generic distclean-libtool \
514 distclean-tags distdir dvi dvi-am html html-am info info-am \
515 install install-am install-data install-data-am install-dvi \
516 install-dvi-am install-exec install-exec-am install-html \
517 install-html-am install-info install-info-am \
518 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
519 install-ps install-ps-am install-strip installcheck \
520 installcheck-am installdirs maintainer-clean \
521 maintainer-clean-generic mostlyclean mostlyclean-compile \
522 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
523 tags uninstall uninstall-am uninstall-libLTLIBRARIES
525 # Tell versions [3.59,3.63) of GNU make to not export all variables.
526 # Otherwise a system limit (for SysV at least) may be exceeded.
527 .NOEXPORT: