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.17 by orrisroot, Sat Dec 10 06:49:51 2005 UTC revision 1.17.2.1 by aga4096, Thu Aug 24 09:59:20 2006 UTC
# Line 1  Line 1 
1  # PHP configuration  # Makefile.in generated by automake 1.9.6 from Makefile.am.
2  PHP_INCLUDES      = `php-config --includes`  # Makefile.  Generated from Makefile.in by configure.
3  PHP_LIBS          = `php-config --libs`  
4  PHP_LDFLAGS       = `php-config --ldflags`  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5  PHP_EXTENSION_DIR = `php-config --extension-dir`  # 2003, 2004, 2005  Free Software Foundation, Inc.
6  #PHP_EXTENSION_DIR = /usr/local/lib/php/extensions/  # This Makefile.in is free software; the Free Software Foundation
7    # gives unlimited permission to copy and/or distribute it,
8  # libxml2 configuration  # with or without modifications, as long as this notice is preserved.
9  LIBXML2_CFLAGS = `xml2-config --cflags`  
10  LIBXML2_LIBS  = `xml2-config --libs`  # 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  # iodbc configuration  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13  #IODBC_CFLAGS = `iodbc-config --cflags`  # PARTICULAR PURPOSE.
14  #IODBC_LIBS   = `iodbc-config --libs`  
15  # unixodbc cnofiguration  
16  IODBC_CFLAGS = `odbc_config --cflags`  
17  IODBC_LIBS   = `odbc_config --libs`  srcdir = .
18    top_srcdir = .
19  CXX = gcc  
20  #CXXOPT = -g -ggdb -O2 -Wall  pkgdatadir = $(datadir)/xnpal
21  CXXOPT = -Wall  pkglibdir = $(libdir)/xnpal
22  DEFS =  -DCOMPILE_DL_FIRST_MODULE=1  pkgincludedir = $(includedir)/xnpal
23  CFLAGS = $(CXXOPT) -fpic -I. $(PHP_INCLUDES) $(LIBXML2_CFLAGS) $(IODBC_CFLAGS) $(DEFS)  top_builddir = .
24  LFLAGS = -shared -rdynamic $(LIBXML2_LIBS) $(IODBC_LIBS) $(PHP_LDFLAGS) $(PHP_LIBS) -lz -lstdc++  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25  OBJ = xnpal.o account.o common.o commonal.o criteria.o group.o session.o item.o itemtype.o index.o changelog.o pubmed.o amazonbook.o ioapi.o minizip.o zip.o event.o  INSTALL = /usr/bin/install -c
26  XNPAL.so: $(OBJ)  install_sh_DATA = $(install_sh) -c -m 644
27          $(CXX) $(LFLAGS) -o $@ $(OBJ)  install_sh_PROGRAM = $(install_sh) -c
28  .cc.o:  install_sh_SCRIPT = $(install_sh) -c
29          $(CXX) $(CFLAGS) -c -o $@ $<  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-redhat-linux-gnu
38    host_triplet = i686-redhat-linux-gnu
39    target_triplet = i686-redhat-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/aga/public_html/AL2b/config/missing --run aclocal-1.9
112    AMDEP_FALSE = #
113    AMDEP_TRUE =
114    AMTAR = ${SHELL} /home/aga/public_html/AL2b/config/missing --run tar
115    AR = ar
116    AUTOCONF = ${SHELL} /home/aga/public_html/AL2b/config/missing --run autoconf
117    AUTOHEADER = ${SHELL} /home/aga/public_html/AL2b/config/missing --run autoheader
118    AUTOMAKE = ${SHELL} /home/aga/public_html/AL2b/config/missing --run automake-1.9
119    AWK = gawk
120    CC = gcc
121    CCDEPMODE = depmode=gcc3
122    CFLAGS = -g -O2 $(XNPAL_CFLAGS) $(PHP_INCLUDES)
123    CPP = gcc -E
124    CPPFLAGS =
125    CXX = g++
126    CXXCPP = g++ -E
127    CXXDEPMODE = depmode=gcc3
128    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 =
149    FFLAGS =
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/aga/public_html/AL2b/config/missing --run makeinfo
173    MYSQL_CHARSET =
174    OBJEXT = o
175    OPENSSL_CFLAGS = -I/usr/include
176    OPENSSL_LIBS = -L/usr/lib -lssl -lcrypto -ldl
177    PACKAGE = xnpal
178    PACKAGE_BUGREPORT = software@ni.brain.riken.jp
179    PACKAGE_NAME = xnpal
180    PACKAGE_STRING = xnpal 1.0.0
181    PACKAGE_TARNAME = xnpal
182    PACKAGE_VERSION = 1.0.0
183    PATH_SEPARATOR = :
184    PHP_CONFIG = /usr/bin/php-config
185    PHP_EXTENSION_DIR = /usr/lib/php/modules
186    PHP_INCLUDES = -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
187    PHP_LDFLAGS = -L/usr/kerberos/lib
188    PHP_LIBS = -lcrypt -lcrypt -laspell -lpspell -lgmp -ldb-4.3 -lcurl -lbz2 -lz -lpcre -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -ldl -lz -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lidn -lssl -lcrypto -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
189    PHP_PREFIX = /usr
190    PHP_VERSION = 5.1.4
191    POW_LIB =
192    RANLIB = ranlib
193    SET_MAKE =
194    SHELL = /bin/sh
195    STRIP = strip
196    UNIXODBC_CFLAGS = -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4
197    UNIXODBC_CONFIG = /usr/bin/odbc_config
198    UNIXODBC_LIBS = -L/usr/lib -lodbc
199    UNIXODBC_LIBTOOL_LIBS = /usr/lib/libodbc.la
200    UNIXODBC_ODBCINI = /etc/odbc.ini
201    UNIXODBC_ODBCINSTINI = /etc/odbcinst.ini
202    UNIXODBC_ODBCVERSION = 3
203    UNIXODBC_STATIC_LIBS = /usr/lib/libodbc.a
204    UNIXODBC_VERSION = 2.2.11
205    USE_MYSQL_CHARSET =
206    USE_SYSLOG =
207    VERSION = 1.0.0
208    XML2_CONFIG = /usr/bin/xml2-config
209    XML_CPPFLAGS = -I/usr/include/libxml2
210    XML_LIBS = -L/usr/lib -lxml2 -lz -lm
211    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
212    XNPAL_LIBADD = -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lodbc -L/usr/lib -lz -L/usr/lib -lssl -lcrypto -ldl
213    ZLIB_CFLAGS = -I/usr/include
214    ZLIB_LIBS = -L/usr/lib -lz
215    ac_ct_AR = ar
216    ac_ct_CC = gcc
217    ac_ct_CXX = g++
218    ac_ct_F77 =
219    ac_ct_RANLIB = ranlib
220    ac_ct_STRIP = strip
221    am__fastdepCC_FALSE = #
222    am__fastdepCC_TRUE =
223    am__fastdepCXX_FALSE = #
224    am__fastdepCXX_TRUE =
225    am__include = include
226    am__leading_dot = .
227    am__quote =
228    am__tar = ${AMTAR} chof - "$$tardir"
229    am__untar = ${AMTAR} xf -
230    bindir = ${exec_prefix}/bin
231    build = i686-redhat-linux-gnu
232    build_alias =
233    build_cpu = i686
234    build_os = linux-gnu
235    build_vendor = redhat
236    datadir = ${prefix}/share
237    exec_prefix = ${prefix}
238    host = i686-redhat-linux-gnu
239    host_alias =
240    host_cpu = i686
241    host_os = linux-gnu
242    host_vendor = redhat
243    includedir = ${prefix}/include
244    infodir = ${prefix}/info
245    install_sh = /home/aga/public_html/AL2b/config/install-sh
246    libdir = $(PHP_EXTENSION_DIR)
247    libexecdir = ${exec_prefix}/libexec
248    localstatedir = ${prefix}/var
249    mandir = ${prefix}/man
250    mkdir_p = mkdir -p --
251    oldincludedir = /usr/include
252    prefix = /usr/local
253    program_transform_name = s,x,x,
254    sbindir = ${exec_prefix}/sbin
255    sharedstatedir = ${prefix}/com
256    sysconfdir = ${prefix}/etc
257    target = i686-redhat-linux-gnu
258    target_alias =
259    target_cpu = i686
260    target_os = linux-gnu
261    target_vendor = redhat
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: # $(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: # $(am__configure_deps)
383            cd $(srcdir) && $(AUTOCONF)
384    $(ACLOCAL_M4): # $(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: # $(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    include ./$(DEPDIR)/account.Plo
442    include ./$(DEPDIR)/amazonbook.Plo
443    include ./$(DEPDIR)/changelog.Plo
444    include ./$(DEPDIR)/common.Plo
445    include ./$(DEPDIR)/commonal.Plo
446    include ./$(DEPDIR)/criteria.Plo
447    include ./$(DEPDIR)/event.Plo
448    include ./$(DEPDIR)/group.Plo
449    include ./$(DEPDIR)/index.Plo
450    include ./$(DEPDIR)/ioapi.Plo
451    include ./$(DEPDIR)/item.Plo
452    include ./$(DEPDIR)/itemtype.Plo
453    include ./$(DEPDIR)/minizip.Plo
454    include ./$(DEPDIR)/pubmed.Plo
455    include ./$(DEPDIR)/session.Plo
456    include ./$(DEPDIR)/xnpal.Plo
457    include ./$(DEPDIR)/zip.Plo
458    
459  .c.o:  .c.o:
460          $(CXX) $(CFLAGS) -c -o $@ $<          if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
461  install: XNPAL.so          then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
462          cp XNPAL.so $(PHP_EXTENSION_DIR)/XNPAL.so  #       source='$<' object='$@' libtool=no \
463    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
464    #       $(COMPILE) -c $<
465    
466    .c.obj:
467            if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
468            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
469    #       source='$<' object='$@' libtool=no \
470    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
471    #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
472    
473    .c.lo:
474            if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
475            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
476    #       source='$<' object='$@' libtool=yes \
477    #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
478    #       $(LTCOMPILE) -c -o $@ $<
479    
480    .cc.o:
481            if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
482            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
483    #       source='$<' object='$@' libtool=no \
484    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
485    #       $(CXXCOMPILE) -c -o $@ $<
486    
487    .cc.obj:
488            if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
489            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
490    #       source='$<' object='$@' libtool=no \
491    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
492    #       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
493    
494    .cc.lo:
495            if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
496            then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
497    #       source='$<' object='$@' libtool=yes \
498    #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
499    #       $(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  clean:  # Tell versions [3.59,3.63) of GNU make to not export all variables.
789          rm -f XNPAL.so $(OBJ)  # Otherwise a system limit (for SysV at least) may be exceeded.
790    .NOEXPORT:

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.2.1

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