Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/Makefile

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

revision 1.1.1.1 by aga, Mon Nov 22 01:42:37 2004 UTC revision 1.18 by tani, Tue Apr 11 10:31:27 2006 UTC
# Line 1  Line 1 
1  # PHPのヘッダファイルが必要。  # Makefile.in generated by automake 1.9.6 from Makefile.am.
2  PHP_SRC_PATH = ../php-4.3.8  # Makefile.  Generated from Makefile.in by configure.
3    
4  # MySQL clientのライブラリが必要。  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5  MYSQL_LIB_PATH = /usr/lib/mysql  # 2003, 2004, 2005  Free Software Foundation, Inc.
6  MYSQL_INC_PATH = /usr/include/mysql  # 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    
16    
17    srcdir = .
18    top_srcdir = .
19    
20    pkgdatadir = $(datadir)/xnpal
21    pkglibdir = $(libdir)/xnpal
22    pkgincludedir = $(includedir)/xnpal
23    top_builddir = .
24    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25    INSTALL = /usr/bin/install -c
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 = i686-pc-linux-gnu
38    host_triplet = i686-pc-linux-gnu
39    target_triplet = i686-pc-linux-gnu
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 = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run aclocal-1.9
112    AMDEP_FALSE = #
113    AMDEP_TRUE =
114    AMTAR = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run tar
115    AR = ar
116    AUTOCONF = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run autoconf
117    AUTOHEADER = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run autoheader
118    AUTOMAKE = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run automake-1.9
119    AWK = gawk
120  CC = gcc  CC = gcc
121  DEFS =  -DCOMPILE_DL=1 -DCOMPILE_DL_FIRST_MODULE=1  CCDEPMODE = depmode=gcc3
122  CFLAGS = -fpic -I/usr/local/include -I. -I$(PHP_SRC_PATH) -I$(PHP_SRC_PATH)/Zend -I$(PHP_SRC_PATH)/TSRM -I$(PHP_SRC_PATH)/main -I$(MYSQL_INC_PATH) $(DEFS)  CFLAGS = -g -O2 $(XNPAL_CFLAGS) $(PHP_INCLUDES)
123  LFLAGS =  -shared -rdynamic -L/usr/local/lib -L$(MYSQL_LIB_PATH) -lmysqlclient  CPP = gcc -E
124    CPPFLAGS =
125  VPAL.so: vpal.o  CXX = g++
126          $(CC) $(LFLAGS) -o VPAL.so vpal.o  CXXCPP = g++ -E
127  vpal.o: vpal.cc  CXXDEPMODE = depmode=gcc3
128          $(CC) $(CFLAGS) -c -o vpal.o vpal.cc  CXXFLAGS = -g -O2 $(XNPAL_CFLAGS) $(PHP_INCLUDES)
129    CYGPATH_W = echo
130    
131    # make abstract layer only
132    # CFLAGS = -g -O2 $(XNPAL_CFLAGS)
133    # CXXFLAGS = -g -O2 $(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 = -DHAVE_CONFIG_H -DCOMPILE_DL_FIRST_MODULE=1
141    DEPDIR = .deps
142    ECHO = echo
143    ECHO_C =
144    ECHO_N = -n
145    ECHO_T =
146    EGREP = grep -E
147    EXEEXT =
148    F77 = f95
149    FFLAGS = -g -O2
150    INSTALL_DATA = ${INSTALL} -m 644
151    INSTALL_PROGRAM = ${INSTALL}
152    INSTALL_SCRIPT = ${INSTALL}
153    INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
154    IODBC_CFLAGS =
155    IODBC_CONFIG = no
156    IODBC_LIBS =
157    IODBC_LIBTOOL_LIBS =
158    IODBC_ODBCINI =
159    IODBC_ODBCINSTINI =
160    IODBC_ODBCVERSION =
161    IODBC_STATIC_LIBS =
162    IODBC_VERSION =
163    LDFLAGS =
164    LIBOBJS =
165    LIBS =
166    LIBTOOL = $(SHELL) $(top_builddir)/libtool
167    LN_S = ln -s
168    LTLIBOBJS =
169    MAINT = #
170    MAINTAINER_MODE_FALSE =
171    MAINTAINER_MODE_TRUE = #
172    MAKEINFO = ${SHELL} /home/youi/XooNIps/MERGE/AL/config/missing --run makeinfo
173    OBJEXT = o
174    OPENSSL_CFLAGS = -I/usr/include
175    OPENSSL_LIBS = -L/usr/lib -lssl -lcrypto -ldl
176    PACKAGE = xnpal
177    PACKAGE_BUGREPORT = software@ni.brain.riken.jp
178    PACKAGE_NAME = xnpal
179    PACKAGE_STRING = xnpal 1.0.0
180    PACKAGE_TARNAME = xnpal
181    PACKAGE_VERSION = 1.0.0
182    PATH_SEPARATOR = :
183    PHP_CONFIG = /usr/bin/php-config
184    PHP_EXTENSION_DIR = /usr/lib/php/modules
185    PHP_INCLUDES = -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
186    PHP_LDFLAGS = -L/usr/kerberos/lib
187    PHP_LIBS = -lcrypt -lnsl -lcrypt -laspell -lpspell -lpcre -lgmp -ldb -lcurl -lbz2 -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lidn -lssl -lcrypto -lz -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
188    PHP_PREFIX = /usr
189    PHP_VERSION = 5.0.4
190    POW_LIB =
191    RANLIB = ranlib
192    SET_MAKE =
193    SHELL = /bin/sh
194    STRIP = strip
195    UNIXODBC_CFLAGS = -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4
196    UNIXODBC_CONFIG = /usr/bin/odbc_config
197    UNIXODBC_LIBS = -L/usr/lib -lodbc
198    UNIXODBC_LIBTOOL_LIBS = /usr/lib/libodbc.la
199    UNIXODBC_ODBCINI = /etc/odbc.ini
200    UNIXODBC_ODBCINSTINI = /etc/odbcinst.ini
201    UNIXODBC_ODBCVERSION = 3
202    UNIXODBC_STATIC_LIBS = /usr/lib/libodbc.a
203    UNIXODBC_VERSION = 2.2.11
204    USE_SYSLOG =
205    VERSION = 1.0.0
206    XML2_CONFIG = /usr/bin/xml2-config
207    XML_CPPFLAGS = -I/usr/include/libxml2
208    XML_LIBS = -L/usr/lib -lxml2 -lz -lm
209    XNPAL_CFLAGS = -I/usr/include/libxml2 -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4  -I/usr/include -I/usr/include
210    XNPAL_LIBADD = -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lodbc -L/usr/lib -lz -L/usr/lib -lssl -lcrypto -ldl
211    ZLIB_CFLAGS = -I/usr/include
212    ZLIB_LIBS = -L/usr/lib -lz
213    ac_ct_AR = ar
214    ac_ct_CC = gcc
215    ac_ct_CXX = g++
216    ac_ct_F77 = f95
217    ac_ct_RANLIB = ranlib
218    ac_ct_STRIP = strip
219    am__fastdepCC_FALSE = #
220    am__fastdepCC_TRUE =
221    am__fastdepCXX_FALSE = #
222    am__fastdepCXX_TRUE =
223    am__include = include
224    am__leading_dot = .
225    am__quote =
226    am__tar = ${AMTAR} chof - "$$tardir"
227    am__untar = ${AMTAR} xf -
228    bindir = ${exec_prefix}/bin
229    build = i686-pc-linux-gnu
230    build_alias =
231    build_cpu = i686
232    build_os = linux-gnu
233    build_vendor = pc
234    datadir = ${prefix}/share
235    exec_prefix = ${prefix}
236    host = i686-pc-linux-gnu
237    host_alias =
238    host_cpu = i686
239    host_os = linux-gnu
240    host_vendor = pc
241    includedir = ${prefix}/include
242    infodir = ${prefix}/info
243    install_sh = /home/youi/XooNIps/MERGE/AL/config/install-sh
244    libdir = $(PHP_EXTENSION_DIR)
245    libexecdir = ${exec_prefix}/libexec
246    localstatedir = ${prefix}/var
247    mandir = ${prefix}/man
248    mkdir_p = mkdir -p --
249    oldincludedir = /usr/include
250    prefix = /usr/local
251    program_transform_name = s,x,x,
252    sbindir = ${exec_prefix}/sbin
253    sharedstatedir = ${prefix}/com
254    sysconfdir = ${prefix}/etc
255    target = i686-pc-linux-gnu
256    target_alias =
257    target_cpu = i686
258    target_os = linux-gnu
259    target_vendor = pc
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: # $(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: # $(am__configure_deps)
381            cd $(srcdir) && $(AUTOCONF)
382    $(ACLOCAL_M4): # $(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: # $(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    include ./$(DEPDIR)/account.Plo
440    include ./$(DEPDIR)/amazonbook.Plo
441    include ./$(DEPDIR)/changelog.Plo
442    include ./$(DEPDIR)/common.Plo
443    include ./$(DEPDIR)/commonal.Plo
444    include ./$(DEPDIR)/criteria.Plo
445    include ./$(DEPDIR)/event.Plo
446    include ./$(DEPDIR)/group.Plo
447    include ./$(DEPDIR)/index.Plo
448    include ./$(DEPDIR)/ioapi.Plo
449    include ./$(DEPDIR)/item.Plo
450    include ./$(DEPDIR)/itemtype.Plo
451    include ./$(DEPDIR)/minizip.Plo
452    include ./$(DEPDIR)/pubmed.Plo
453    include ./$(DEPDIR)/session.Plo
454    include ./$(DEPDIR)/xnpal.Plo
455    include ./$(DEPDIR)/zip.Plo
456    
457    .c.o:
458            if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
459            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
460    #       source='$<' object='$@' libtool=no \
461    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
462    #       $(COMPILE) -c $<
463    
464    .c.obj:
465            if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
466            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
467    #       source='$<' object='$@' libtool=no \
468    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
469    #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
470    
471    .c.lo:
472            if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
473            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
474    #       source='$<' object='$@' libtool=yes \
475    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
476    #       $(LTCOMPILE) -c -o $@ $<
477    
478    .cc.o:
479            if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
480            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
481    #       source='$<' object='$@' libtool=no \
482    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
483    #       $(CXXCOMPILE) -c -o $@ $<
484    
485    .cc.obj:
486            if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
487            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
488    #       source='$<' object='$@' libtool=no \
489    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
490    #       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
491    
492    .cc.lo:
493            if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
494            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
495    #       source='$<' object='$@' libtool=yes \
496    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
497    #       $(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:

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.18

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