Better error reporting when git-get-modules fails.
[versaplex.git] / vxodbc / Makefile.in
blobeecd17510d807d14cc473dedfd3690dbd1eea340
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@
17 #-------------------------------------------------------------------------
19 # Makefile.am for psqlodbc30w (PostgreSQL ODBC driver)
21 # $Header: /cvsroot/psqlodbc/psqlodbc/Makefile.am,v 1.43 2007/04/24 19:54:11 h-saito Exp $
23 #-------------------------------------------------------------------------
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 top_builddir = .
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 INSTALL = @INSTALL@
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = @build@
46 host_triplet = @host@
47 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
48 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49 $(top_srcdir)/configure config.guess config.sub depcomp \
50 install-sh ltmain.sh missing
51 subdir = .
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno configure.status.lineno
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES =
61 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62 am__vpath_adj = case $$p in \
63 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64 *) f=$$p;; \
65 esac;
66 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
67 am__installdirs = "$(DESTDIR)$(libdir)"
68 libLTLIBRARIES_INSTALL = $(INSTALL)
69 LTLIBRARIES = $(lib_LTLIBRARIES)
70 psqlodbca_la_DEPENDENCIES =
71 am_psqlodbca_la_OBJECTS = info.lo bind.lo columninfo.lo connection.lo \
72 convert.lo drvconn.lo environ.lo execute.lo lobj.lo win_md5.lo \
73 misc.lo options.lo pgtypes.lo psqlodbc.lo qresult.lo \
74 results.lo socket.lo parse.lo statement.lo tuple.lo \
75 dlg_specific.lo loadlib.lo multibyte.lo odbcapi.lo \
76 descriptor.lo odbcapi30.lo pgapi30.lo info30.lo mylog.lo
77 psqlodbca_la_OBJECTS = $(am_psqlodbca_la_OBJECTS)
78 @enable_unicode_FALSE@am_psqlodbca_la_rpath = -rpath $(libdir)
79 psqlodbcw_la_DEPENDENCIES =
80 am__objects_1 = info.lo bind.lo columninfo.lo connection.lo convert.lo \
81 drvconn.lo environ.lo execute.lo lobj.lo win_md5.lo misc.lo \
82 options.lo pgtypes.lo psqlodbc.lo qresult.lo results.lo \
83 socket.lo parse.lo statement.lo tuple.lo dlg_specific.lo \
84 loadlib.lo multibyte.lo odbcapi.lo descriptor.lo odbcapi30.lo \
85 pgapi30.lo info30.lo mylog.lo
86 am_psqlodbcw_la_OBJECTS = $(am__objects_1) odbcapi30w.lo odbcapiw.lo \
87 win_unicode.lo
88 psqlodbcw_la_OBJECTS = $(am_psqlodbcw_la_OBJECTS)
89 @enable_unicode_TRUE@am_psqlodbcw_la_rpath = -rpath $(libdir)
90 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
91 depcomp = $(SHELL) $(top_srcdir)/depcomp
92 am__depfiles_maybe = depfiles
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
96 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97 $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100 $(AM_LDFLAGS) $(LDFLAGS) -o $@
101 SOURCES = $(psqlodbca_la_SOURCES) $(EXTRA_psqlodbca_la_SOURCES) \
102 $(psqlodbcw_la_SOURCES) $(EXTRA_psqlodbcw_la_SOURCES)
103 DIST_SOURCES = $(psqlodbca_la_SOURCES) $(EXTRA_psqlodbca_la_SOURCES) \
104 $(psqlodbcw_la_SOURCES) $(EXTRA_psqlodbcw_la_SOURCES)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 distdir = $(PACKAGE)-$(VERSION)
109 top_distdir = $(distdir)
110 am__remove_distdir = \
111 { test ! -d $(distdir) \
112 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
113 && rm -fr $(distdir); }; }
114 DIST_ARCHIVES = $(distdir).tar.gz
115 GZIP_ENV = --best
116 distuninstallcheck_listfiles = find . -type f -print
117 distcleancheck_listfiles = find . -type f -print
118 ACLOCAL = @ACLOCAL@
119 AMDEP_FALSE = @AMDEP_FALSE@
120 AMDEP_TRUE = @AMDEP_TRUE@
121 AMTAR = @AMTAR@
122 AR = @AR@
123 AS = @AS@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DLLTOOL = @DLLTOOL@
141 ECHO = @ECHO@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 F77 = @F77@
148 FFLAGS = @FFLAGS@
149 GREP = @GREP@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LDFLAGS = @LDFLAGS@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LIBTOOL = @LIBTOOL@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAINT = @MAINT@
161 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
162 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
163 MAKEINFO = @MAKEINFO@
164 OBJDUMP = @OBJDUMP@
165 OBJEXT = @OBJEXT@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PG_CONFIG_PATH = @PG_CONFIG_PATH@
174 RANLIB = @RANLIB@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 VERSION = @VERSION@
179 ac_ct_CC = @ac_ct_CC@
180 ac_ct_CXX = @ac_ct_CXX@
181 ac_ct_F77 = @ac_ct_F77@
182 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
183 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
184 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
185 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
186 am__include = @am__include@
187 am__leading_dot = @am__leading_dot@
188 am__quote = @am__quote@
189 am__tar = @am__tar@
190 am__untar = @am__untar@
191 bindir = @bindir@
192 build = @build@
193 build_alias = @build_alias@
194 build_cpu = @build_cpu@
195 build_os = @build_os@
196 build_vendor = @build_vendor@
197 datadir = @datadir@
198 datarootdir = @datarootdir@
199 docdir = @docdir@
200 dvidir = @dvidir@
201 enable_unicode_FALSE = @enable_unicode_FALSE@
202 enable_unicode_TRUE = @enable_unicode_TRUE@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 sysconfdir = @sysconfdir@
227 target_alias = @target_alias@
228 AUTOMAKE_OPTIONS = 1.6 foreign
229 @enable_unicode_FALSE@lib_LTLIBRARIES = psqlodbca.la
230 @enable_unicode_TRUE@lib_LTLIBRARIES = psqlodbcw.la
231 AM_LDFLAGS = -module -no-undefined -avoid-version
232 psqlodbca_la_LIBADD = -lpq
233 psqlodbcw_la_LIBADD = -lpq
234 psqlodbca_la_SOURCES = \
235 info.c bind.c columninfo.c connection.c convert.c drvconn.c \
236 environ.c execute.c lobj.c win_md5.c misc.c options.c \
237 pgtypes.c psqlodbc.c qresult.c results.c socket.c parse.c \
238 statement.c tuple.c dlg_specific.c loadlib.c \
239 multibyte.c odbcapi.c descriptor.c \
240 odbcapi30.c pgapi30.c info30.c mylog.c \
242 bind.h catfunc.h columninfo.h connection.h convert.h \
243 descriptor.h dlg_specific.h environ.h \
244 lobj.h md5.h misc.h multibyte.h pgapifunc.h pgtypes.h \
245 psqlodbc.h qresult.h resource.h socket.h statement.h tuple.h \
246 version.h loadlib.h pgenlist.h
248 psqlodbcw_la_SOURCES = $(psqlodbca_la_SOURCES) \
249 odbcapi30w.c odbcapiw.c win_unicode.c
251 EXTRA_psqlodbca_la_SOURCES = md5.c
252 EXTRA_psqlodbcw_la_SOURCES = md5.c
253 EXTRA_DIST = license.txt readme.txt \
254 libtool.m4 psqlodbc.def psqlodbca.def \
255 dlg_wingui.c inouealc.c win_setup.h \
256 setup.c win_unicode.c psqlodbc.rc \
257 win32.mak psqlodbc.reg psqlodbc.dsp \
258 psqlodbc.sln msdtc_enlist.cpp pgxalib.cpp \
259 pgxalib.def odbc.sql odbc-drop.sql \
260 odbcapi25w.c \
262 docs/index.html docs/config.html \
263 docs/faq.html docs/howto-accesslo.html \
264 docs/howto-accessvba.html docs/howto-bo.html \
265 docs/howto-ch.html docs/howto-csharp.html \
266 docs/howto-vb.html docs/howto-vblo.html \
267 docs/unix-compilation.html docs/win32-compilation.html \
268 docs/release.html \
270 installer/banner.bmp installer/lgpl.rtf \
271 installer/Make.bat installer/upgrade.bat \
272 installer/psqlodbc.wxs installer/psqlodbcm.wxs \
273 installer/README.txt installer/background.bmp
275 MAINTAINERCLEANFILES = \
276 Makefile.in config.guess config.h.in config.sub configure \
277 install-sh missing mkinstalldirs aclocal.m4 ltmain.sh \
278 libtool.m4 depcomp
280 all: config.h
281 $(MAKE) $(AM_MAKEFLAGS) all-am
283 .SUFFIXES:
284 .SUFFIXES: .c .lo .o .obj
285 am--refresh:
287 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
288 @for dep in $?; do \
289 case '$(am__configure_deps)' in \
290 *$$dep*) \
291 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
292 cd $(srcdir) && $(AUTOMAKE) --foreign \
293 && exit 0; \
294 exit 1;; \
295 esac; \
296 done; \
297 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
298 cd $(top_srcdir) && \
299 $(AUTOMAKE) --foreign Makefile
300 .PRECIOUS: Makefile
301 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302 @case '$?' in \
303 *config.status*) \
304 echo ' $(SHELL) ./config.status'; \
305 $(SHELL) ./config.status;; \
306 *) \
307 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
308 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
309 esac;
311 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312 $(SHELL) ./config.status --recheck
314 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315 cd $(srcdir) && $(AUTOCONF)
316 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
319 config.h: stamp-h1
320 @if test ! -f $@; then \
321 rm -f stamp-h1; \
322 $(MAKE) stamp-h1; \
323 else :; fi
325 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326 @rm -f stamp-h1
327 cd $(top_builddir) && $(SHELL) ./config.status config.h
328 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329 cd $(top_srcdir) && $(AUTOHEADER)
330 rm -f stamp-h1
331 touch $@
333 distclean-hdr:
334 -rm -f config.h stamp-h1
335 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
336 @$(NORMAL_INSTALL)
337 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
338 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
339 if test -f $$p; then \
340 f=$(am__strip_dir) \
341 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
342 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
343 else :; fi; \
344 done
346 uninstall-libLTLIBRARIES:
347 @$(NORMAL_UNINSTALL)
348 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
349 p=$(am__strip_dir) \
350 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
351 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
352 done
354 clean-libLTLIBRARIES:
355 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
356 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
357 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
358 test "$$dir" != "$$p" || dir=.; \
359 echo "rm -f \"$${dir}/so_locations\""; \
360 rm -f "$${dir}/so_locations"; \
361 done
362 psqlodbca.la: $(psqlodbca_la_OBJECTS) $(psqlodbca_la_DEPENDENCIES)
363 $(LINK) $(am_psqlodbca_la_rpath) $(psqlodbca_la_LDFLAGS) $(psqlodbca_la_OBJECTS) $(psqlodbca_la_LIBADD) $(LIBS)
364 psqlodbcw.la: $(psqlodbcw_la_OBJECTS) $(psqlodbcw_la_DEPENDENCIES)
365 $(LINK) $(am_psqlodbcw_la_rpath) $(psqlodbcw_la_LDFLAGS) $(psqlodbcw_la_OBJECTS) $(psqlodbcw_la_LIBADD) $(LIBS)
367 mostlyclean-compile:
368 -rm -f *.$(OBJEXT)
370 distclean-compile:
371 -rm -f *.tab.c
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/columninfo.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptor.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_specific.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drvconn.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environ.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info30.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadlib.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lobj.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multibyte.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mylog.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/odbcapi.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/odbcapi30.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/odbcapi30w.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/odbcapiw.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgapi30.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgtypes.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psqlodbc.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qresult.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/results.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statement.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tuple.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win_md5.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win_unicode.Plo@am__quote@
407 .c.o:
408 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
409 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
414 .c.obj:
415 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
416 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
421 .c.lo:
422 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
423 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
428 mostlyclean-libtool:
429 -rm -f *.lo
431 clean-libtool:
432 -rm -rf .libs _libs
434 distclean-libtool:
435 -rm -f libtool
436 uninstall-info-am:
438 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440 unique=`for i in $$list; do \
441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442 done | \
443 $(AWK) ' { files[$$0] = 1; } \
444 END { for (i in files) print i; }'`; \
445 mkid -fID $$unique
446 tags: TAGS
448 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449 $(TAGS_FILES) $(LISP)
450 tags=; \
451 here=`pwd`; \
452 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) ' { files[$$0] = 1; } \
457 END { for (i in files) print i; }'`; \
458 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
459 test -n "$$unique" || unique=$$empty_fix; \
460 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461 $$tags $$unique; \
463 ctags: CTAGS
464 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
465 $(TAGS_FILES) $(LISP)
466 tags=; \
467 here=`pwd`; \
468 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
469 unique=`for i in $$list; do \
470 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471 done | \
472 $(AWK) ' { files[$$0] = 1; } \
473 END { for (i in files) print i; }'`; \
474 test -z "$(CTAGS_ARGS)$$tags$$unique" \
475 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476 $$tags $$unique
478 GTAGS:
479 here=`$(am__cd) $(top_builddir) && pwd` \
480 && cd $(top_srcdir) \
481 && gtags -i $(GTAGS_ARGS) $$here
483 distclean-tags:
484 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
486 distdir: $(DISTFILES)
487 $(am__remove_distdir)
488 mkdir $(distdir)
489 $(mkdir_p) $(distdir)/docs $(distdir)/installer
490 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
491 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
492 list='$(DISTFILES)'; for file in $$list; do \
493 case $$file in \
494 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
495 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
496 esac; \
497 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
499 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
500 dir="/$$dir"; \
501 $(mkdir_p) "$(distdir)$$dir"; \
502 else \
503 dir=''; \
504 fi; \
505 if test -d $$d/$$file; then \
506 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
508 fi; \
509 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
510 else \
511 test -f $(distdir)/$$file \
512 || cp -p $$d/$$file $(distdir)/$$file \
513 || exit 1; \
514 fi; \
515 done
516 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
517 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
518 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
519 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
520 || chmod -R a+r $(distdir)
521 dist-gzip: distdir
522 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
523 $(am__remove_distdir)
525 dist-bzip2: distdir
526 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
527 $(am__remove_distdir)
529 dist-tarZ: distdir
530 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
531 $(am__remove_distdir)
533 dist-shar: distdir
534 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
535 $(am__remove_distdir)
537 dist-zip: distdir
538 -rm -f $(distdir).zip
539 zip -rq $(distdir).zip $(distdir)
540 $(am__remove_distdir)
542 dist dist-all: distdir
543 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544 $(am__remove_distdir)
546 # This target untars the dist file and tries a VPATH configuration. Then
547 # it guarantees that the distribution is self-contained by making another
548 # tarfile.
549 distcheck: dist
550 case '$(DIST_ARCHIVES)' in \
551 *.tar.gz*) \
552 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
553 *.tar.bz2*) \
554 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
555 *.tar.Z*) \
556 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
557 *.shar.gz*) \
558 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
559 *.zip*) \
560 unzip $(distdir).zip ;;\
561 esac
562 chmod -R a-w $(distdir); chmod a+w $(distdir)
563 mkdir $(distdir)/_build
564 mkdir $(distdir)/_inst
565 chmod a-w $(distdir)
566 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
567 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
568 && cd $(distdir)/_build \
569 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
570 $(DISTCHECK_CONFIGURE_FLAGS) \
571 && $(MAKE) $(AM_MAKEFLAGS) \
572 && $(MAKE) $(AM_MAKEFLAGS) dvi \
573 && $(MAKE) $(AM_MAKEFLAGS) check \
574 && $(MAKE) $(AM_MAKEFLAGS) install \
575 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
576 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
577 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
578 distuninstallcheck \
579 && chmod -R a-w "$$dc_install_base" \
580 && ({ \
581 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
582 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
583 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
584 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
585 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
586 } || { rm -rf "$$dc_destdir"; exit 1; }) \
587 && rm -rf "$$dc_destdir" \
588 && $(MAKE) $(AM_MAKEFLAGS) dist \
589 && rm -rf $(DIST_ARCHIVES) \
590 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
591 $(am__remove_distdir)
592 @(echo "$(distdir) archives ready for distribution: "; \
593 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
594 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
595 distuninstallcheck:
596 @cd $(distuninstallcheck_dir) \
597 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
598 || { echo "ERROR: files left after uninstall:" ; \
599 if test -n "$(DESTDIR)"; then \
600 echo " (check DESTDIR support)"; \
601 fi ; \
602 $(distuninstallcheck_listfiles) ; \
603 exit 1; } >&2
604 distcleancheck: distclean
605 @if test '$(srcdir)' = . ; then \
606 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
607 exit 1 ; \
609 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
610 || { echo "ERROR: files left in build directory after distclean:" ; \
611 $(distcleancheck_listfiles) ; \
612 exit 1; } >&2
613 check-am: all-am
614 check: check-am
615 all-am: Makefile $(LTLIBRARIES) config.h
616 installdirs:
617 for dir in "$(DESTDIR)$(libdir)"; do \
618 test -z "$$dir" || $(mkdir_p) "$$dir"; \
619 done
620 install: install-am
621 install-exec: install-exec-am
622 install-data: install-data-am
623 uninstall: uninstall-am
625 install-am: all-am
626 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628 installcheck: installcheck-am
629 install-strip:
630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632 `test -z '$(STRIP)' || \
633 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
634 mostlyclean-generic:
636 clean-generic:
638 distclean-generic:
639 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
641 maintainer-clean-generic:
642 @echo "This command is intended for maintainers to use"
643 @echo "it deletes files that may require special tools to rebuild."
644 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
645 clean: clean-am
647 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
648 mostlyclean-am
650 distclean: distclean-am
651 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
652 -rm -rf ./$(DEPDIR)
653 -rm -f Makefile
654 distclean-am: clean-am distclean-compile distclean-generic \
655 distclean-hdr distclean-libtool distclean-tags
657 dvi: dvi-am
659 dvi-am:
661 html: html-am
663 info: info-am
665 info-am:
667 install-data-am:
669 install-exec-am: install-libLTLIBRARIES
671 install-info: install-info-am
673 install-man:
675 installcheck-am:
677 maintainer-clean: maintainer-clean-am
678 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
679 -rm -rf $(top_srcdir)/autom4te.cache
680 -rm -rf ./$(DEPDIR)
681 -rm -f Makefile
682 maintainer-clean-am: distclean-am maintainer-clean-generic
684 mostlyclean: mostlyclean-am
686 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
687 mostlyclean-libtool
689 pdf: pdf-am
691 pdf-am:
693 ps: ps-am
695 ps-am:
697 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
699 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
700 clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
701 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
702 distcheck distclean distclean-compile distclean-generic \
703 distclean-hdr distclean-libtool distclean-tags distcleancheck \
704 distdir distuninstallcheck dvi dvi-am html html-am info \
705 info-am install install-am install-data install-data-am \
706 install-exec install-exec-am install-info install-info-am \
707 install-libLTLIBRARIES install-man install-strip installcheck \
708 installcheck-am installdirs maintainer-clean \
709 maintainer-clean-generic mostlyclean mostlyclean-compile \
710 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
711 tags uninstall uninstall-am uninstall-info-am \
712 uninstall-libLTLIBRARIES
714 # Tell versions [3.59,3.63) of GNU make to not export all variables.
715 # Otherwise a system limit (for SysV at least) may be exceeded.
716 .NOEXPORT: