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