Initial revision
[csql.git] / src / Makefile.in
blobdbf228b02c0d2a525b3d59ddbe4542265010791c
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
51 install-exec-recursive install-info-recursive \
52 install-recursive installcheck-recursive installdirs-recursive \
53 pdf-recursive ps-recursive uninstall-info-recursive \
54 uninstall-recursive
55 ETAGS = etags
56 CTAGS = ctags
57 DIST_SUBDIRS = $(SUBDIRS)
58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
62 AMTAR = @AMTAR@
63 AR = @AR@
64 AUTOCONF = @AUTOCONF@
65 AUTOHEADER = @AUTOHEADER@
66 AUTOMAKE = @AUTOMAKE@
67 AWK = @AWK@
68 CC = @CC@
69 CCDEPMODE = @CCDEPMODE@
70 CFLAGS = @CFLAGS@
71 CPP = @CPP@
72 CPPFLAGS = @CPPFLAGS@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 CXXDEPMODE = @CXXDEPMODE@
76 CXXFLAGS = @CXXFLAGS@
77 CYGPATH_W = @CYGPATH_W@
78 DEFS = @DEFS@
79 DEPDIR = @DEPDIR@
80 ECHO = @ECHO@
81 ECHO_C = @ECHO_C@
82 ECHO_N = @ECHO_N@
83 ECHO_T = @ECHO_T@
84 EGREP = @EGREP@
85 EXEEXT = @EXEEXT@
86 F77 = @F77@
87 FFLAGS = @FFLAGS@
88 GREP = @GREP@
89 INSTALL_DATA = @INSTALL_DATA@
90 INSTALL_PROGRAM = @INSTALL_PROGRAM@
91 INSTALL_SCRIPT = @INSTALL_SCRIPT@
92 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93 LDFLAGS = @LDFLAGS@
94 LIBOBJS = @LIBOBJS@
95 LIBS = @LIBS@
96 LIBTOOL = @LIBTOOL@
97 LN_S = @LN_S@
98 LTLIBOBJS = @LTLIBOBJS@
99 MAKEINFO = @MAKEINFO@
100 OBJEXT = @OBJEXT@
101 PACKAGE = @PACKAGE@
102 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
103 PACKAGE_NAME = @PACKAGE_NAME@
104 PACKAGE_STRING = @PACKAGE_STRING@
105 PACKAGE_TARNAME = @PACKAGE_TARNAME@
106 PACKAGE_VERSION = @PACKAGE_VERSION@
107 PATH_SEPARATOR = @PATH_SEPARATOR@
108 RANLIB = @RANLIB@
109 SET_MAKE = @SET_MAKE@
110 SHELL = @SHELL@
111 STRIP = @STRIP@
112 VERSION = @VERSION@
113 ac_ct_CC = @ac_ct_CC@
114 ac_ct_CXX = @ac_ct_CXX@
115 ac_ct_F77 = @ac_ct_F77@
116 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
117 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
119 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
120 am__include = @am__include@
121 am__leading_dot = @am__leading_dot@
122 am__quote = @am__quote@
123 am__tar = @am__tar@
124 am__untar = @am__untar@
125 bindir = @bindir@
126 build = @build@
127 build_alias = @build_alias@
128 build_cpu = @build_cpu@
129 build_os = @build_os@
130 build_vendor = @build_vendor@
131 datadir = @datadir@
132 datarootdir = @datarootdir@
133 docdir = @docdir@
134 dvidir = @dvidir@
135 exec_prefix = @exec_prefix@
136 host = @host@
137 host_alias = @host_alias@
138 host_cpu = @host_cpu@
139 host_os = @host_os@
140 host_vendor = @host_vendor@
141 htmldir = @htmldir@
142 includedir = @includedir@
143 infodir = @infodir@
144 install_sh = @install_sh@
145 libdir = @libdir@
146 libexecdir = @libexecdir@
147 localedir = @localedir@
148 localstatedir = @localstatedir@
149 mandir = @mandir@
150 mkdir_p = @mkdir_p@
151 oldincludedir = @oldincludedir@
152 pdfdir = @pdfdir@
153 prefix = @prefix@
154 program_transform_name = @program_transform_name@
155 psdir = @psdir@
156 sbindir = @sbindir@
157 sharedstatedir = @sharedstatedir@
158 sysconfdir = @sysconfdir@
159 target_alias = @target_alias@
161 # set the include path found by configure
162 INCLUDES = $(all_includes)
164 # the library search path.
165 SUBDIRS = server
166 all: all-recursive
168 .SUFFIXES:
169 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
170 @for dep in $?; do \
171 case '$(am__configure_deps)' in \
172 *$$dep*) \
173 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
174 && exit 0; \
175 exit 1;; \
176 esac; \
177 done; \
178 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
179 cd $(top_srcdir) && \
180 $(AUTOMAKE) --foreign src/Makefile
181 .PRECIOUS: Makefile
182 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
183 @case '$?' in \
184 *config.status*) \
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
186 *) \
187 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
188 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
189 esac;
191 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
192 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194 $(top_srcdir)/configure: $(am__configure_deps)
195 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199 mostlyclean-libtool:
200 -rm -f *.lo
202 clean-libtool:
203 -rm -rf .libs _libs
205 distclean-libtool:
206 -rm -f libtool
207 uninstall-info-am:
209 # This directory's subdirectories are mostly independent; you can cd
210 # into them and run `make' without going through this Makefile.
211 # To change the values of `make' variables: instead of editing Makefiles,
212 # (1) if the variable is set in `config.status', edit `config.status'
213 # (which will cause the Makefiles to be regenerated when you run `make');
214 # (2) otherwise, pass the desired values on the `make' command line.
215 $(RECURSIVE_TARGETS):
216 @failcom='exit 1'; \
217 for f in x $$MAKEFLAGS; do \
218 case $$f in \
219 *=* | --[!k]*);; \
220 *k*) failcom='fail=yes';; \
221 esac; \
222 done; \
223 dot_seen=no; \
224 target=`echo $@ | sed s/-recursive//`; \
225 list='$(SUBDIRS)'; for subdir in $$list; do \
226 echo "Making $$target in $$subdir"; \
227 if test "$$subdir" = "."; then \
228 dot_seen=yes; \
229 local_target="$$target-am"; \
230 else \
231 local_target="$$target"; \
232 fi; \
233 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
234 || eval $$failcom; \
235 done; \
236 if test "$$dot_seen" = "no"; then \
237 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
238 fi; test -z "$$fail"
240 mostlyclean-recursive clean-recursive distclean-recursive \
241 maintainer-clean-recursive:
242 @failcom='exit 1'; \
243 for f in x $$MAKEFLAGS; do \
244 case $$f in \
245 *=* | --[!k]*);; \
246 *k*) failcom='fail=yes';; \
247 esac; \
248 done; \
249 dot_seen=no; \
250 case "$@" in \
251 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
252 *) list='$(SUBDIRS)' ;; \
253 esac; \
254 rev=''; for subdir in $$list; do \
255 if test "$$subdir" = "."; then :; else \
256 rev="$$subdir $$rev"; \
257 fi; \
258 done; \
259 rev="$$rev ."; \
260 target=`echo $@ | sed s/-recursive//`; \
261 for subdir in $$rev; do \
262 echo "Making $$target in $$subdir"; \
263 if test "$$subdir" = "."; then \
264 local_target="$$target-am"; \
265 else \
266 local_target="$$target"; \
267 fi; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269 || eval $$failcom; \
270 done && test -z "$$fail"
271 tags-recursive:
272 list='$(SUBDIRS)'; for subdir in $$list; do \
273 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
274 done
275 ctags-recursive:
276 list='$(SUBDIRS)'; for subdir in $$list; do \
277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
278 done
280 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282 unique=`for i in $$list; do \
283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 done | \
285 $(AWK) ' { files[$$0] = 1; } \
286 END { for (i in files) print i; }'`; \
287 mkid -fID $$unique
288 tags: TAGS
290 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
291 $(TAGS_FILES) $(LISP)
292 tags=; \
293 here=`pwd`; \
294 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
295 include_option=--etags-include; \
296 empty_fix=.; \
297 else \
298 include_option=--include; \
299 empty_fix=; \
300 fi; \
301 list='$(SUBDIRS)'; for subdir in $$list; do \
302 if test "$$subdir" = .; then :; else \
303 test ! -f $$subdir/TAGS || \
304 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
305 fi; \
306 done; \
307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308 unique=`for i in $$list; do \
309 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310 done | \
311 $(AWK) ' { files[$$0] = 1; } \
312 END { for (i in files) print i; }'`; \
313 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
314 test -n "$$unique" || unique=$$empty_fix; \
315 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
316 $$tags $$unique; \
318 ctags: CTAGS
319 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320 $(TAGS_FILES) $(LISP)
321 tags=; \
322 here=`pwd`; \
323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324 unique=`for i in $$list; do \
325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 done | \
327 $(AWK) ' { files[$$0] = 1; } \
328 END { for (i in files) print i; }'`; \
329 test -z "$(CTAGS_ARGS)$$tags$$unique" \
330 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
331 $$tags $$unique
333 GTAGS:
334 here=`$(am__cd) $(top_builddir) && pwd` \
335 && cd $(top_srcdir) \
336 && gtags -i $(GTAGS_ARGS) $$here
338 distclean-tags:
339 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
341 distdir: $(DISTFILES)
342 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
343 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
344 list='$(DISTFILES)'; for file in $$list; do \
345 case $$file in \
346 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
347 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
348 esac; \
349 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352 dir="/$$dir"; \
353 $(mkdir_p) "$(distdir)$$dir"; \
354 else \
355 dir=''; \
356 fi; \
357 if test -d $$d/$$file; then \
358 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
360 fi; \
361 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
362 else \
363 test -f $(distdir)/$$file \
364 || cp -p $$d/$$file $(distdir)/$$file \
365 || exit 1; \
366 fi; \
367 done
368 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
369 if test "$$subdir" = .; then :; else \
370 test -d "$(distdir)/$$subdir" \
371 || $(mkdir_p) "$(distdir)/$$subdir" \
372 || exit 1; \
373 distdir=`$(am__cd) $(distdir) && pwd`; \
374 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
375 (cd $$subdir && \
376 $(MAKE) $(AM_MAKEFLAGS) \
377 top_distdir="$$top_distdir" \
378 distdir="$$distdir/$$subdir" \
379 distdir) \
380 || exit 1; \
381 fi; \
382 done
383 check-am: all-am
384 check: check-recursive
385 all-am: Makefile
386 installdirs: installdirs-recursive
387 installdirs-am:
388 install: install-recursive
389 install-exec: install-exec-recursive
390 install-data: install-data-recursive
391 uninstall: uninstall-recursive
393 install-am: all-am
394 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
396 installcheck: installcheck-recursive
397 install-strip:
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 `test -z '$(STRIP)' || \
401 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402 mostlyclean-generic:
404 clean-generic:
406 distclean-generic:
407 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409 maintainer-clean-generic:
410 @echo "This command is intended for maintainers to use"
411 @echo "it deletes files that may require special tools to rebuild."
412 clean: clean-recursive
414 clean-am: clean-generic clean-libtool mostlyclean-am
416 distclean: distclean-recursive
417 -rm -f Makefile
418 distclean-am: clean-am distclean-generic distclean-libtool \
419 distclean-tags
421 dvi: dvi-recursive
423 dvi-am:
425 html: html-recursive
427 info: info-recursive
429 info-am:
431 install-data-am:
433 install-exec-am:
435 install-info: install-info-recursive
437 install-man:
439 installcheck-am:
441 maintainer-clean: maintainer-clean-recursive
442 -rm -f Makefile
443 maintainer-clean-am: distclean-am maintainer-clean-generic
445 mostlyclean: mostlyclean-recursive
447 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
449 pdf: pdf-recursive
451 pdf-am:
453 ps: ps-recursive
455 ps-am:
457 uninstall-am: uninstall-info-am
459 uninstall-info: uninstall-info-recursive
461 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
462 clean clean-generic clean-libtool clean-recursive ctags \
463 ctags-recursive distclean distclean-generic distclean-libtool \
464 distclean-recursive distclean-tags distdir dvi dvi-am html \
465 html-am info info-am install install-am install-data \
466 install-data-am install-exec install-exec-am install-info \
467 install-info-am install-man install-strip installcheck \
468 installcheck-am installdirs installdirs-am maintainer-clean \
469 maintainer-clean-generic maintainer-clean-recursive \
470 mostlyclean mostlyclean-generic mostlyclean-libtool \
471 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
472 uninstall uninstall-am uninstall-info-am
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: