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.2.1 - (show annotations) (download)
Thu Aug 24 09:59:20 2006 UTC (17 years, 7 months ago) by aga4096
Branch: XOONIPS_STABLE_2
CVS Tags: tag20061115, RELENG_2_0_0a_RELEASE
Changes since 1.9: +2 -0 lines
・[ #8723 ] STABLE2 のALでDB接続文字コード指定  のパッチをあてた.

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

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