Improved method for finding PostgreSQL libraries in configure script.
[gnucomo.git] / src / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AWK = @AWK@
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 LEX = @LEX@
65 LN_S = @LN_S@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
69 POSTGRES_LIB = @POSTGRES_LIB@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72 XML_CONFIG = @XML_CONFIG@
73 YACC = @YACC@
74 with_postgres_include = @with_postgres_include@
75 with_postgres_lib = @with_postgres_lib@
76
77 lib_LIBRARIES = libgnucomo.a
78
79 INCLUDES = -I../include
80 libgnucomo_a_SOURCES = gnucomo_config.cpp database.cpp
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_CLEAN_FILES = 
83 LIBRARIES =  $(lib_LIBRARIES)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) 
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 X_CFLAGS = @X_CFLAGS@
91 X_LIBS = @X_LIBS@
92 X_EXTRA_LIBS = @X_EXTRA_LIBS@
93 X_PRE_LIBS = @X_PRE_LIBS@
94 libgnucomo_a_LIBADD = 
95 libgnucomo_a_OBJECTS =  gnucomo_config.o database.o
96 AR = ar
97 CXXFLAGS = @CXXFLAGS@
98 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
99 CXXLD = $(CXX)
100 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
101 DIST_COMMON =  Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = gtar
107 GZIP_ENV = --best
108 DEP_FILES =  .deps/database.P .deps/gnucomo_config.P
109 SOURCES = $(libgnucomo_a_SOURCES)
110 OBJECTS = $(libgnucomo_a_OBJECTS)
111
112 all: all-redirect
113 .SUFFIXES:
114 .SUFFIXES: .S .c .cpp .o .s
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 mostlyclean-libLIBRARIES:
124
125 clean-libLIBRARIES:
126         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
127
128 distclean-libLIBRARIES:
129
130 maintainer-clean-libLIBRARIES:
131
132 install-libLIBRARIES: $(lib_LIBRARIES)
133         @$(NORMAL_INSTALL)
134         $(mkinstalldirs) $(DESTDIR)$(libdir)
135         @list='$(lib_LIBRARIES)'; for p in $$list; do \
136           if test -f $$p; then \
137             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
138             $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
139           else :; fi; \
140         done
141         @$(POST_INSTALL)
142         @list='$(lib_LIBRARIES)'; for p in $$list; do \
143           if test -f $$p; then \
144             echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
145             $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
146           else :; fi; \
147         done
148
149 uninstall-libLIBRARIES:
150         @$(NORMAL_UNINSTALL)
151         list='$(lib_LIBRARIES)'; for p in $$list; do \
152           rm -f $(DESTDIR)$(libdir)/$$p; \
153         done
154
155 .s.o:
156         $(COMPILE) -c $<
157
158 .S.o:
159         $(COMPILE) -c $<
160
161 mostlyclean-compile:
162         -rm -f *.o core *.core
163
164 clean-compile:
165
166 distclean-compile:
167         -rm -f *.tab.c
168
169 maintainer-clean-compile:
170
171 libgnucomo.a: $(libgnucomo_a_OBJECTS) $(libgnucomo_a_DEPENDENCIES)
172         -rm -f libgnucomo.a
173         $(AR) cru libgnucomo.a $(libgnucomo_a_OBJECTS) $(libgnucomo_a_LIBADD)
174         $(RANLIB) libgnucomo.a
175 .cpp.o:
176         $(CXXCOMPILE) -c $<
177
178 tags: TAGS
179
180 ID: $(HEADERS) $(SOURCES) $(LISP)
181         list='$(SOURCES) $(HEADERS)'; \
182         unique=`for i in $$list; do echo $$i; done | \
183           awk '    { files[$$0] = 1; } \
184                END { for (i in files) print i; }'`; \
185         here=`pwd` && cd $(srcdir) \
186           && mkid -f$$here/ID $$unique $(LISP)
187
188 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
189         tags=; \
190         here=`pwd`; \
191         list='$(SOURCES) $(HEADERS)'; \
192         unique=`for i in $$list; do echo $$i; done | \
193           awk '    { files[$$0] = 1; } \
194                END { for (i in files) print i; }'`; \
195         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
197
198 mostlyclean-tags:
199
200 clean-tags:
201
202 distclean-tags:
203         -rm -f TAGS ID
204
205 maintainer-clean-tags:
206
207 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
208
209 subdir = src/lib
210
211 distdir: $(DISTFILES)
212         here=`cd $(top_builddir) && pwd`; \
213         top_distdir=`cd $(top_distdir) && pwd`; \
214         distdir=`cd $(distdir) && pwd`; \
215         cd $(top_srcdir) \
216           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/lib/Makefile
217         @for file in $(DISTFILES); do \
218           d=$(srcdir); \
219           if test -d $$d/$$file; then \
220             cp -pr $$d/$$file $(distdir)/$$file; \
221           else \
222             test -f $(distdir)/$$file \
223             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224             || cp -p $$d/$$file $(distdir)/$$file || :; \
225           fi; \
226         done
227
228 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
229
230 -include $(DEP_FILES)
231
232 mostlyclean-depend:
233
234 clean-depend:
235
236 distclean-depend:
237         -rm -rf .deps
238
239 maintainer-clean-depend:
240
241 %.o: %.c
242         @echo '$(COMPILE) -c $<'; \
243         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
244         @-cp .deps/$(*F).pp .deps/$(*F).P; \
245         tr ' ' '\012' < .deps/$(*F).pp \
246           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247             >> .deps/$(*F).P; \
248         rm .deps/$(*F).pp
249
250 %.lo: %.c
251         @echo '$(LTCOMPILE) -c $<'; \
252         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
253         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
254           < .deps/$(*F).pp > .deps/$(*F).P; \
255         tr ' ' '\012' < .deps/$(*F).pp \
256           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
257             >> .deps/$(*F).P; \
258         rm -f .deps/$(*F).pp
259
260 %.o: %.cpp
261         @echo '$(CXXCOMPILE) -c $<'; \
262         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
263         @-cp .deps/$(*F).pp .deps/$(*F).P; \
264         tr ' ' '\012' < .deps/$(*F).pp \
265           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
266             >> .deps/$(*F).P; \
267         rm .deps/$(*F).pp
268
269 %.lo: %.cpp
270         @echo '$(LTCXXCOMPILE) -c $<'; \
271         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
272         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
273           < .deps/$(*F).pp > .deps/$(*F).P; \
274         tr ' ' '\012' < .deps/$(*F).pp \
275           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
276             >> .deps/$(*F).P; \
277         rm -f .deps/$(*F).pp
278 info-am:
279 info: info-am
280 dvi-am:
281 dvi: dvi-am
282 check-am: all-am
283 check: check-am
284 installcheck-am:
285 installcheck: installcheck-am
286 install-exec-am: install-libLIBRARIES
287 install-exec: install-exec-am
288
289 install-data-am:
290 install-data: install-data-am
291
292 install-am: all-am
293         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294 install: install-am
295 uninstall-am: uninstall-libLIBRARIES
296 uninstall: uninstall-am
297 all-am: Makefile $(LIBRARIES)
298 all-redirect: all-am
299 install-strip:
300         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
301 installdirs:
302         $(mkinstalldirs)  $(DESTDIR)$(libdir)
303
304
305 mostlyclean-generic:
306
307 clean-generic:
308
309 distclean-generic:
310         -rm -f Makefile $(CONFIG_CLEAN_FILES)
311         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
312
313 maintainer-clean-generic:
314 mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
315                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
316
317 mostlyclean: mostlyclean-am
318
319 clean-am:  clean-libLIBRARIES clean-compile clean-tags clean-depend \
320                 clean-generic mostlyclean-am
321
322 clean: clean-am
323
324 distclean-am:  distclean-libLIBRARIES distclean-compile distclean-tags \
325                 distclean-depend distclean-generic clean-am
326
327 distclean: distclean-am
328
329 maintainer-clean-am:  maintainer-clean-libLIBRARIES \
330                 maintainer-clean-compile maintainer-clean-tags \
331                 maintainer-clean-depend maintainer-clean-generic \
332                 distclean-am
333         @echo "This command is intended for maintainers to use;"
334         @echo "it deletes files that may require special tools to rebuild."
335
336 maintainer-clean: maintainer-clean-am
337
338 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
339 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
340 install-libLIBRARIES mostlyclean-compile distclean-compile \
341 clean-compile maintainer-clean-compile tags mostlyclean-tags \
342 distclean-tags clean-tags maintainer-clean-tags distdir \
343 mostlyclean-depend distclean-depend clean-depend \
344 maintainer-clean-depend info-am info dvi-am dvi check check-am \
345 installcheck-am installcheck install-exec-am install-exec \
346 install-data-am install-data install-am install uninstall-am uninstall \
347 all-redirect all-am all installdirs mostlyclean-generic \
348 distclean-generic clean-generic maintainer-clean-generic clean \
349 mostlyclean distclean maintainer-clean
350
351
352 # Tell versions [3.59,3.63) of GNU make to not export all variables.
353 # Otherwise a system limit (for SysV at least) may be exceeded.
354 .NOEXPORT: