fixing compilation error
[csql.git] / src / sql / Makefile.in
blob39f3e1380475932fe3d5342d3e569036cf8f7d5f
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 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
214 InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
215 DdlStatement.cxx \
216 SqlStatement.cxx StatementFactory.cxx SqlFactory.cxx
218 noinst_HEADERS = Parser.h Statement.h
219 libcsqlsql_a_LIBADD = $(top_builddir)/src/server/libcsql.la
220 all: all-am
222 .SUFFIXES:
223 .SUFFIXES: .cxx .lo .lxx .o .obj .yxx
224 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
229 && exit 0; \
230 exit 1;; \
231 esac; \
232 done; \
233 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sql/Makefile'; \
234 cd $(top_srcdir) && \
235 $(AUTOMAKE) --foreign src/sql/Makefile
236 .PRECIOUS: Makefile
237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238 @case '$?' in \
239 *config.status*) \
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241 *) \
242 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244 esac;
246 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249 $(top_srcdir)/configure: $(am__configure_deps)
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
254 @$(NORMAL_INSTALL)
255 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
256 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
257 if test -f $$p; then \
258 f=$(am__strip_dir) \
259 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
260 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
261 else :; fi; \
262 done
264 uninstall-libLTLIBRARIES:
265 @$(NORMAL_UNINSTALL)
266 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
267 p=$(am__strip_dir) \
268 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
269 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
270 done
272 clean-libLTLIBRARIES:
273 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
274 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
275 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
276 test "$$dir" != "$$p" || dir=.; \
277 echo "rm -f \"$${dir}/so_locations\""; \
278 rm -f "$${dir}/so_locations"; \
279 done
280 libcsqlsql.la: $(libcsqlsql_la_OBJECTS) $(libcsqlsql_la_DEPENDENCIES)
281 $(libcsqlsql_la_LINK) -rpath $(libdir) $(libcsqlsql_la_OBJECTS) $(libcsqlsql_la_LIBADD) $(LIBS)
283 mostlyclean-compile:
284 -rm -f *.$(OBJEXT)
286 distclean-compile:
287 -rm -f *.tab.c
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DdlStatement.Plo@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DelStatement.Plo@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsStatement.Plo@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ParsedData.Plo@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SelStatement.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlFactory.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlStatement.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StatementFactory.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UpdStatement.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmllex.Plo@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmlyacc.Plo@am__quote@
301 .cxx.o:
302 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
303 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
308 .cxx.obj:
309 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
310 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
315 .cxx.lo:
316 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
317 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
322 .lxx.cxx:
323 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
325 .yxx.cxx:
326 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
328 mostlyclean-libtool:
329 -rm -f *.lo
331 clean-libtool:
332 -rm -rf .libs _libs
334 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338 done | \
339 $(AWK) ' { files[$$0] = 1; } \
340 END { for (i in files) print i; }'`; \
341 mkid -fID $$unique
342 tags: TAGS
344 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
345 $(TAGS_FILES) $(LISP)
346 tags=; \
347 here=`pwd`; \
348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) ' { files[$$0] = 1; } \
353 END { for (i in files) print i; }'`; \
354 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
356 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357 $$tags $$unique; \
359 ctags: CTAGS
360 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361 $(TAGS_FILES) $(LISP)
362 tags=; \
363 here=`pwd`; \
364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365 unique=`for i in $$list; do \
366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367 done | \
368 $(AWK) ' { files[$$0] = 1; } \
369 END { for (i in files) print i; }'`; \
370 test -z "$(CTAGS_ARGS)$$tags$$unique" \
371 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
372 $$tags $$unique
374 GTAGS:
375 here=`$(am__cd) $(top_builddir) && pwd` \
376 && cd $(top_srcdir) \
377 && gtags -i $(GTAGS_ARGS) $$here
379 distclean-tags:
380 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382 distdir: $(DISTFILES)
383 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385 list='$(DISTFILES)'; \
386 dist_files=`for file in $$list; do echo $$file; done | \
387 sed -e "s|^$$srcdirstrip/||;t" \
388 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
389 case $$dist_files in \
390 */*) $(MKDIR_P) `echo "$$dist_files" | \
391 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
392 sort -u` ;; \
393 esac; \
394 for file in $$dist_files; do \
395 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396 if test -d $$d/$$file; then \
397 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400 fi; \
401 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
402 else \
403 test -f $(distdir)/$$file \
404 || cp -p $$d/$$file $(distdir)/$$file \
405 || exit 1; \
406 fi; \
407 done
408 check-am: all-am
409 check: check-am
410 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
411 installdirs:
412 for dir in "$(DESTDIR)$(libdir)"; do \
413 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
414 done
415 install: install-am
416 install-exec: install-exec-am
417 install-data: install-data-am
418 uninstall: uninstall-am
420 install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423 installcheck: installcheck-am
424 install-strip:
425 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427 `test -z '$(STRIP)' || \
428 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429 mostlyclean-generic:
431 clean-generic:
433 distclean-generic:
434 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436 maintainer-clean-generic:
437 @echo "This command is intended for maintainers to use"
438 @echo "it deletes files that may require special tools to rebuild."
439 -rm -f dmllex.cxx
440 -rm -f dmlyacc.cxx
441 clean: clean-am
443 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
444 mostlyclean-am
446 distclean: distclean-am
447 -rm -rf ./$(DEPDIR)
448 -rm -f Makefile
449 distclean-am: clean-am distclean-compile distclean-generic \
450 distclean-tags
452 dvi: dvi-am
454 dvi-am:
456 html: html-am
458 info: info-am
460 info-am:
462 install-data-am:
464 install-dvi: install-dvi-am
466 install-exec-am: install-libLTLIBRARIES
468 install-html: install-html-am
470 install-info: install-info-am
472 install-man:
474 install-pdf: install-pdf-am
476 install-ps: install-ps-am
478 installcheck-am:
480 maintainer-clean: maintainer-clean-am
481 -rm -rf ./$(DEPDIR)
482 -rm -f Makefile
483 maintainer-clean-am: distclean-am maintainer-clean-generic
485 mostlyclean: mostlyclean-am
487 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
488 mostlyclean-libtool
490 pdf: pdf-am
492 pdf-am:
494 ps: ps-am
496 ps-am:
498 uninstall-am: uninstall-libLTLIBRARIES
500 .MAKE: install-am install-strip
502 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
503 clean-libLTLIBRARIES clean-libtool ctags distclean \
504 distclean-compile distclean-generic distclean-libtool \
505 distclean-tags distdir dvi dvi-am html html-am info info-am \
506 install install-am install-data install-data-am install-dvi \
507 install-dvi-am install-exec install-exec-am install-html \
508 install-html-am install-info install-info-am \
509 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
510 install-ps install-ps-am install-strip installcheck \
511 installcheck-am installdirs maintainer-clean \
512 maintainer-clean-generic mostlyclean mostlyclean-compile \
513 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
514 tags uninstall uninstall-am uninstall-libLTLIBRARIES
516 # Tell versions [3.59,3.63) of GNU make to not export all variables.
517 # Otherwise a system limit (for SysV at least) may be exceeded.
518 .NOEXPORT: