Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/AL/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Sat Dec 10 11:55:02 2005 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
CVS Tags: AL_PORTING, REL20051226, REL20060323, tag20060615, tag20070307current, tag20061130, merge_to_20060605, tag20070307, REL20060213, tag20060622, merge_to_20060411, HEAD
Branch point for: XOONIPS_STABLE_32, XOONIPS_STABLE_3, XOONIPS_STABLE_2
Changes since 1.8: +218 -189 lines
- updated autotools versions.
   autoconf -> 2.59
   automake -> 1.9.6
   libtool  -> 1.5.20
- fixed help messages and indents for './configure --help'.
- fixed extra files list for 'make dist'
- added COPYING file

1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
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.
9
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.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42 $(srcdir)/xnpal-config.in $(top_srcdir)/configure COPYING \
43 config/config.guess config/config.sub config/depcomp \
44 config/install-sh config/ltmain.sh config/missing
45 subdir = .
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/macros/libiodbc.m4 \
48 $(top_srcdir)/macros/libtool.m4 \
49 $(top_srcdir)/macros/libxml-hook.m4 \
50 $(top_srcdir)/macros/libxml.m4 $(top_srcdir)/macros/openssl.m4 \
51 $(top_srcdir)/macros/php.m4 $(top_srcdir)/macros/unixodbc.m4 \
52 $(top_srcdir)/macros/zlib.m4 $(top_srcdir)/configure.in
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno configure.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES = xnpal-config
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63 *) f=$$p;; \
64 esac;
65 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66 am__installdirs = "$(DESTDIR)$(libdir)"
67 libLTLIBRARIES_INSTALL = $(INSTALL)
68 LTLIBRARIES = $(lib_LTLIBRARIES)
69 am__DEPENDENCIES_1 =
70 XNPAL_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
71 am__objects_1 = account.lo common.lo commonal.lo criteria.lo group.lo \
72 session.lo item.lo itemtype.lo index.lo changelog.lo pubmed.lo \
73 amazonbook.lo ioapi.lo minizip.lo zip.lo event.lo
74 am__objects_2 = xnpal.lo
75 am_XNPAL_la_OBJECTS = $(am__objects_1) $(am__objects_2)
76 XNPAL_la_OBJECTS = $(am_XNPAL_la_OBJECTS)
77 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
78 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
79 am__depfiles_maybe = depfiles
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
83 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
84 $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87 $(AM_LDFLAGS) $(LDFLAGS) -o $@
88 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
90 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
91 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92 $(AM_CXXFLAGS) $(CXXFLAGS)
93 CXXLD = $(CXX)
94 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
95 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
96 SOURCES = $(XNPAL_la_SOURCES)
97 DIST_SOURCES = $(XNPAL_la_SOURCES)
98 ETAGS = etags
99 CTAGS = ctags
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 distdir = $(PACKAGE)-$(VERSION)
102 top_distdir = $(distdir)
103 am__remove_distdir = \
104 { test ! -d $(distdir) \
105 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
106 && rm -fr $(distdir); }; }
107 DIST_ARCHIVES = $(distdir).tar.gz
108 GZIP_ENV = --best
109 distuninstallcheck_listfiles = find . -type f -print
110 distcleancheck_listfiles = find . -type f -print
111 ACLOCAL = @ACLOCAL@
112 AMDEP_FALSE = @AMDEP_FALSE@
113 AMDEP_TRUE = @AMDEP_TRUE@
114 AMTAR = @AMTAR@
115 AR = @AR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
129 CYGPATH_W = @CYGPATH_W@
130
131 # make abstract layer only
132 # CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS)
133 # CXXFLAGS = @CXXFLAGS@ $(XNPAL_CFLAGS)
134 # bin_SCRIPTS = xnpal-config
135 # lib_LTLIBRARIES = libxnpal.la XNPAL.la
136 # libxnpal_la_SOURCES = $(libxnpal_sources)
137 # libxnpal_la_LIBADD = $(XNPAL_LIBADD)
138
139 # make abstract layer with php wrapper
140 DEFS = @DEFS@ -DCOMPILE_DL_FIRST_MODULE=1
141 DEPDIR = @DEPDIR@
142 ECHO = @ECHO@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 F77 = @F77@
149 FFLAGS = @FFLAGS@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 IODBC_CFLAGS = @IODBC_CFLAGS@
155 IODBC_CONFIG = @IODBC_CONFIG@
156 IODBC_LIBS = @IODBC_LIBS@
157 IODBC_LIBTOOL_LIBS = @IODBC_LIBTOOL_LIBS@
158 IODBC_ODBCINI = @IODBC_ODBCINI@
159 IODBC_ODBCINSTINI = @IODBC_ODBCINSTINI@
160 IODBC_ODBCVERSION = @IODBC_ODBCVERSION@
161 IODBC_STATIC_LIBS = @IODBC_STATIC_LIBS@
162 IODBC_VERSION = @IODBC_VERSION@
163 LDFLAGS = @LDFLAGS@
164 LIBOBJS = @LIBOBJS@
165 LIBS = @LIBS@
166 LIBTOOL = @LIBTOOL@
167 LN_S = @LN_S@
168 LTLIBOBJS = @LTLIBOBJS@
169 MAINT = @MAINT@
170 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
171 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
172 MAKEINFO = @MAKEINFO@
173 OBJEXT = @OBJEXT@
174 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
175 OPENSSL_LIBS = @OPENSSL_LIBS@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_VERSION = @PACKAGE_VERSION@
182 PATH_SEPARATOR = @PATH_SEPARATOR@
183 PHP_CONFIG = @PHP_CONFIG@
184 PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
185 PHP_INCLUDES = @PHP_INCLUDES@
186 PHP_LDFLAGS = @PHP_LDFLAGS@
187 PHP_LIBS = @PHP_LIBS@
188 PHP_PREFIX = @PHP_PREFIX@
189 PHP_VERSION = @PHP_VERSION@
190 POW_LIB = @POW_LIB@
191 RANLIB = @RANLIB@
192 SET_MAKE = @SET_MAKE@
193 SHELL = @SHELL@
194 STRIP = @STRIP@
195 UNIXODBC_CFLAGS = @UNIXODBC_CFLAGS@
196 UNIXODBC_CONFIG = @UNIXODBC_CONFIG@
197 UNIXODBC_LIBS = @UNIXODBC_LIBS@
198 UNIXODBC_LIBTOOL_LIBS = @UNIXODBC_LIBTOOL_LIBS@
199 UNIXODBC_ODBCINI = @UNIXODBC_ODBCINI@
200 UNIXODBC_ODBCINSTINI = @UNIXODBC_ODBCINSTINI@
201 UNIXODBC_ODBCVERSION = @UNIXODBC_ODBCVERSION@
202 UNIXODBC_STATIC_LIBS = @UNIXODBC_STATIC_LIBS@
203 UNIXODBC_VERSION = @UNIXODBC_VERSION@
204 USE_SYSLOG = @USE_SYSLOG@
205 VERSION = @VERSION@
206 XML2_CONFIG = @XML2_CONFIG@
207 XML_CPPFLAGS = @XML_CPPFLAGS@
208 XML_LIBS = @XML_LIBS@
209 XNPAL_CFLAGS = @XNPAL_CFLAGS@
210 XNPAL_LIBADD = @XNPAL_LIBADD@
211 ZLIB_CFLAGS = @ZLIB_CFLAGS@
212 ZLIB_LIBS = @ZLIB_LIBS@
213 ac_ct_AR = @ac_ct_AR@
214 ac_ct_CC = @ac_ct_CC@
215 ac_ct_CXX = @ac_ct_CXX@
216 ac_ct_F77 = @ac_ct_F77@
217 ac_ct_RANLIB = @ac_ct_RANLIB@
218 ac_ct_STRIP = @ac_ct_STRIP@
219 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
220 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
221 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
222 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
226 am__tar = @am__tar@
227 am__untar = @am__untar@
228 bindir = @bindir@
229 build = @build@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 datadir = @datadir@
235 exec_prefix = @exec_prefix@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = $(PHP_EXTENSION_DIR)
245 libexecdir = @libexecdir@
246 localstatedir = @localstatedir@
247 mandir = @mandir@
248 mkdir_p = @mkdir_p@
249 oldincludedir = @oldincludedir@
250 prefix = @prefix@
251 program_transform_name = @program_transform_name@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 sysconfdir = @sysconfdir@
255 target = @target@
256 target_alias = @target_alias@
257 target_cpu = @target_cpu@
258 target_os = @target_os@
259 target_vendor = @target_vendor@
260 AUTOMAKE_OPTIONS = 1.9
261 lib_LTLIBRARIES = XNPAL.la
262 XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources)
263 XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS)
264 XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version
265 libxnpal_sources = \
266 account.h \
267 account.cc \
268 common.h \
269 common.cc \
270 commonal.h \
271 commonal.cc \
272 criteria.h \
273 criteria.cc \
274 group.h \
275 group.cc \
276 session.h \
277 session.cc \
278 item.h \
279 item.cc \
280 itemtype.h \
281 itemtype.cc \
282 index.h \
283 index.cc \
284 changelog.h \
285 changelog.cc \
286 pubmed.h \
287 pubmed.cc \
288 amazonbook.h \
289 amazonbook.cc \
290 ioapi.h \
291 ioapi.c \
292 crypt.h \
293 zip.h \
294 minizip.c \
295 zip.c \
296 event.h \
297 event.cc
298
299 xnpal_sources = \
300 xnpal.cc \
301 xnpal.h
302
303 EXTRA_DIST = \
304 bootstrap.sh \
305 Makefile.w32 \
306 xnpal.doxygen \
307 iowin32.c \
308 iowin32.h \
309 md5/global.h \
310 md5/md5.c \
311 md5/md5.h \
312 macros/libiodbc.m4 \
313 macros/libtool.m4 \
314 macros/libxml-hook.m4 \
315 macros/libxml.m4 \
316 macros/openssl.m4 \
317 macros/php.m4 \
318 macros/unixodbc.m4 \
319 macros/zlib.m4 \
320 sotest.php \
321 test/Makefile \
322 test/common.cc \
323 test/common.h \
324 test/commonal_cppunit.cc \
325 test/commonal_cppunit.sql \
326 test/commonal_cppunit.sqlite \
327 test/droptable.sql \
328 test/stresstest.php \
329 test/stresstest.sql \
330 test/test_account.cc \
331 test/test_commonal.cc \
332 test/test_criteria.cc \
333 test/test_group.cc \
334 test/test_login_logout.cc \
335 test/test_session.cc \
336 test/bsb4/BUILD.txt \
337 test/bsb4/altest.bpr \
338 test/bsb4/altest.cpp \
339 testphp/commonal.php \
340 testphp/commonal_initdb.php \
341 testphp/load_xnpal.php \
342 testphp/login_user.php
343
344 CLEANFILES = *~
345 DISTCLEANFILES = .deps/*.P
346 all: config.h
347 $(MAKE) $(AM_MAKEFLAGS) all-am
348
349 .SUFFIXES:
350 .SUFFIXES: .c .cc .lo .o .obj
351 am--refresh:
352 @:
353 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
354 @for dep in $?; do \
355 case '$(am__configure_deps)' in \
356 *$$dep*) \
357 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
358 cd $(srcdir) && $(AUTOMAKE) --foreign \
359 && exit 0; \
360 exit 1;; \
361 esac; \
362 done; \
363 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
364 cd $(top_srcdir) && \
365 $(AUTOMAKE) --foreign Makefile
366 .PRECIOUS: Makefile
367 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368 @case '$?' in \
369 *config.status*) \
370 echo ' $(SHELL) ./config.status'; \
371 $(SHELL) ./config.status;; \
372 *) \
373 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
374 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
375 esac;
376
377 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378 $(SHELL) ./config.status --recheck
379
380 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
381 cd $(srcdir) && $(AUTOCONF)
382 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
383 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
384
385 config.h: stamp-h1
386 @if test ! -f $@; then \
387 rm -f stamp-h1; \
388 $(MAKE) stamp-h1; \
389 else :; fi
390
391 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
392 @rm -f stamp-h1
393 cd $(top_builddir) && $(SHELL) ./config.status config.h
394 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
395 cd $(top_srcdir) && $(AUTOHEADER)
396 rm -f stamp-h1
397 touch $@
398
399 distclean-hdr:
400 -rm -f config.h stamp-h1
401 xnpal-config: $(top_builddir)/config.status $(srcdir)/xnpal-config.in
402 cd $(top_builddir) && $(SHELL) ./config.status $@
403 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
404 @$(NORMAL_INSTALL)
405 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
406 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
407 if test -f $$p; then \
408 f=$(am__strip_dir) \
409 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
410 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
411 else :; fi; \
412 done
413
414 uninstall-libLTLIBRARIES:
415 @$(NORMAL_UNINSTALL)
416 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
417 p=$(am__strip_dir) \
418 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
419 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
420 done
421
422 clean-libLTLIBRARIES:
423 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
424 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
425 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
426 test "$$dir" != "$$p" || dir=.; \
427 echo "rm -f \"$${dir}/so_locations\""; \
428 rm -f "$${dir}/so_locations"; \
429 done
430 XNPAL.la: $(XNPAL_la_OBJECTS) $(XNPAL_la_DEPENDENCIES)
431 $(CXXLINK) -rpath $(libdir) $(XNPAL_la_LDFLAGS) $(XNPAL_la_OBJECTS) $(XNPAL_la_LIBADD) $(LIBS)
432
433 mostlyclean-compile:
434 -rm -f *.$(OBJEXT)
435
436 distclean-compile:
437 -rm -f *.tab.c
438
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amazonbook.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commonal.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/criteria.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioapi.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itemtype.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minizip.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pubmed.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xnpal.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
456
457 .c.o:
458 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
459 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
463
464 .c.obj:
465 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
466 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
470
471 .c.lo:
472 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
473 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
477
478 .cc.o:
479 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
480 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
481 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
484
485 .cc.obj:
486 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
487 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
488 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
491
492 .cc.lo:
493 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
494 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
495 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
498
499 mostlyclean-libtool:
500 -rm -f *.lo
501
502 clean-libtool:
503 -rm -rf .libs _libs
504
505 distclean-libtool:
506 -rm -f libtool
507 uninstall-info-am:
508
509 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511 unique=`for i in $$list; do \
512 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513 done | \
514 $(AWK) ' { files[$$0] = 1; } \
515 END { for (i in files) print i; }'`; \
516 mkid -fID $$unique
517 tags: TAGS
518
519 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
520 $(TAGS_FILES) $(LISP)
521 tags=; \
522 here=`pwd`; \
523 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
524 unique=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526 done | \
527 $(AWK) ' { files[$$0] = 1; } \
528 END { for (i in files) print i; }'`; \
529 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
530 test -n "$$unique" || unique=$$empty_fix; \
531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532 $$tags $$unique; \
533 fi
534 ctags: CTAGS
535 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
536 $(TAGS_FILES) $(LISP)
537 tags=; \
538 here=`pwd`; \
539 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
540 unique=`for i in $$list; do \
541 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542 done | \
543 $(AWK) ' { files[$$0] = 1; } \
544 END { for (i in files) print i; }'`; \
545 test -z "$(CTAGS_ARGS)$$tags$$unique" \
546 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547 $$tags $$unique
548
549 GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && cd $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) $$here
553
554 distclean-tags:
555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
557 distdir: $(DISTFILES)
558 $(am__remove_distdir)
559 mkdir $(distdir)
560 $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/test/bsb4 $(distdir)/testphp
561 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
562 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
563 list='$(DISTFILES)'; for file in $$list; do \
564 case $$file in \
565 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
566 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
567 esac; \
568 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
570 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
571 dir="/$$dir"; \
572 $(mkdir_p) "$(distdir)$$dir"; \
573 else \
574 dir=''; \
575 fi; \
576 if test -d $$d/$$file; then \
577 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
578 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
579 fi; \
580 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
581 else \
582 test -f $(distdir)/$$file \
583 || cp -p $$d/$$file $(distdir)/$$file \
584 || exit 1; \
585 fi; \
586 done
587 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
588 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
589 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
590 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
591 || chmod -R a+r $(distdir)
592 dist-gzip: distdir
593 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
594 $(am__remove_distdir)
595
596 dist-bzip2: distdir
597 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
598 $(am__remove_distdir)
599
600 dist-tarZ: distdir
601 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
602 $(am__remove_distdir)
603
604 dist-shar: distdir
605 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
606 $(am__remove_distdir)
607
608 dist-zip: distdir
609 -rm -f $(distdir).zip
610 zip -rq $(distdir).zip $(distdir)
611 $(am__remove_distdir)
612
613 dist dist-all: distdir
614 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
615 $(am__remove_distdir)
616
617 # This target untars the dist file and tries a VPATH configuration. Then
618 # it guarantees that the distribution is self-contained by making another
619 # tarfile.
620 distcheck: dist
621 case '$(DIST_ARCHIVES)' in \
622 *.tar.gz*) \
623 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
624 *.tar.bz2*) \
625 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
626 *.tar.Z*) \
627 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
628 *.shar.gz*) \
629 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
630 *.zip*) \
631 unzip $(distdir).zip ;;\
632 esac
633 chmod -R a-w $(distdir); chmod a+w $(distdir)
634 mkdir $(distdir)/_build
635 mkdir $(distdir)/_inst
636 chmod a-w $(distdir)
637 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
638 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
639 && cd $(distdir)/_build \
640 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
641 $(DISTCHECK_CONFIGURE_FLAGS) \
642 && $(MAKE) $(AM_MAKEFLAGS) \
643 && $(MAKE) $(AM_MAKEFLAGS) dvi \
644 && $(MAKE) $(AM_MAKEFLAGS) check \
645 && $(MAKE) $(AM_MAKEFLAGS) install \
646 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
647 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
648 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
649 distuninstallcheck \
650 && chmod -R a-w "$$dc_install_base" \
651 && ({ \
652 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
653 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
654 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
655 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
656 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
657 } || { rm -rf "$$dc_destdir"; exit 1; }) \
658 && rm -rf "$$dc_destdir" \
659 && $(MAKE) $(AM_MAKEFLAGS) dist \
660 && rm -rf $(DIST_ARCHIVES) \
661 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
662 $(am__remove_distdir)
663 @(echo "$(distdir) archives ready for distribution: "; \
664 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
666 distuninstallcheck:
667 @cd $(distuninstallcheck_dir) \
668 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
669 || { echo "ERROR: files left after uninstall:" ; \
670 if test -n "$(DESTDIR)"; then \
671 echo " (check DESTDIR support)"; \
672 fi ; \
673 $(distuninstallcheck_listfiles) ; \
674 exit 1; } >&2
675 distcleancheck: distclean
676 @if test '$(srcdir)' = . ; then \
677 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
678 exit 1 ; \
679 fi
680 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
681 || { echo "ERROR: files left in build directory after distclean:" ; \
682 $(distcleancheck_listfiles) ; \
683 exit 1; } >&2
684 check-am: all-am
685 check: check-am
686 all-am: Makefile $(LTLIBRARIES) config.h
687 installdirs:
688 for dir in "$(DESTDIR)$(libdir)"; do \
689 test -z "$$dir" || $(mkdir_p) "$$dir"; \
690 done
691 install: install-am
692 install-exec: install-exec-am
693 install-data: install-data-am
694 uninstall: uninstall-am
695
696 install-am: all-am
697 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
699 installcheck: installcheck-am
700 install-strip:
701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703 `test -z '$(STRIP)' || \
704 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
705 mostlyclean-generic:
706
707 clean-generic:
708 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
709
710 distclean-generic:
711 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
713
714 maintainer-clean-generic:
715 @echo "This command is intended for maintainers to use"
716 @echo "it deletes files that may require special tools to rebuild."
717 clean: clean-am
718
719 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
720 mostlyclean-am
721
722 distclean: distclean-am
723 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
724 -rm -rf ./$(DEPDIR)
725 -rm -f Makefile
726 distclean-am: clean-am distclean-compile distclean-generic \
727 distclean-hdr distclean-libtool distclean-tags
728
729 dvi: dvi-am
730
731 dvi-am:
732
733 html: html-am
734
735 info: info-am
736
737 info-am:
738
739 install-data-am:
740
741 install-exec-am: install-libLTLIBRARIES
742
743 install-info: install-info-am
744
745 install-man:
746
747 installcheck-am:
748
749 maintainer-clean: maintainer-clean-am
750 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
751 -rm -rf $(top_srcdir)/autom4te.cache
752 -rm -rf ./$(DEPDIR)
753 -rm -f Makefile
754 maintainer-clean-am: distclean-am maintainer-clean-generic
755
756 mostlyclean: mostlyclean-am
757
758 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
759 mostlyclean-libtool
760
761 pdf: pdf-am
762
763 pdf-am:
764
765 ps: ps-am
766
767 ps-am:
768
769 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
770
771 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
772 clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
773 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
774 distcheck distclean distclean-compile distclean-generic \
775 distclean-hdr distclean-libtool distclean-tags distcleancheck \
776 distdir distuninstallcheck dvi dvi-am html html-am info \
777 info-am install install-am install-data install-data-am \
778 install-exec install-exec-am install-info install-info-am \
779 install-libLTLIBRARIES install-man install-strip installcheck \
780 installcheck-am installdirs maintainer-clean \
781 maintainer-clean-generic mostlyclean mostlyclean-compile \
782 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
783 tags uninstall uninstall-am uninstall-info-am \
784 uninstall-libLTLIBRARIES
785
786 # Tell versions [3.59,3.63) of GNU make to not export all variables.
787 # Otherwise a system limit (for SysV at least) may be exceeded.
788 .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26