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.16 by yamaji, Sat Dec 10 06:26:56 2005 UTC revision 1.17 by orrisroot, Sat Dec 10 06:49:51 2005 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.7.8 from Makefile.am.  # PHP configuration
2  # Makefile.  Generated from Makefile.in by configure.  PHP_INCLUDES      = `php-config --includes`
3    PHP_LIBS          = `php-config --libs`
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  PHP_LDFLAGS       = `php-config --ldflags`
5  # Free Software Foundation, Inc.  PHP_EXTENSION_DIR = `php-config --extension-dir`
6  # This Makefile.in is free software; the Free Software Foundation  #PHP_EXTENSION_DIR = /usr/local/lib/php/extensions/
7  # gives unlimited permission to copy and/or distribute it,  
8  # with or without modifications, as long as this notice is preserved.  # libxml2 configuration
9    LIBXML2_CFLAGS = `xml2-config --cflags`
10  # This program is distributed in the hope that it will be useful,  LIBXML2_LIBS  = `xml2-config --libs`
11  # but WITHOUT ANY WARRANTY, to the extent permitted by law; without  
12  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # iodbc configuration
13  # PARTICULAR PURPOSE.  #IODBC_CFLAGS = `iodbc-config --cflags`
14    #IODBC_LIBS   = `iodbc-config --libs`
15    # unixodbc cnofiguration
16    IODBC_CFLAGS = `odbc_config --cflags`
17  srcdir = .  IODBC_LIBS   = `odbc_config --libs`
18  top_srcdir = .  
19    CXX = gcc
20  pkgdatadir = $(datadir)/xnpal  #CXXOPT = -g -ggdb -O2 -Wall
21  pkglibdir = $(libdir)/xnpal  CXXOPT = -Wall
22  pkgincludedir = $(includedir)/xnpal  DEFS =  -DCOMPILE_DL_FIRST_MODULE=1
23  top_builddir = .  CFLAGS = $(CXXOPT) -fpic -I. $(PHP_INCLUDES) $(LIBXML2_CFLAGS) $(IODBC_CFLAGS) $(DEFS)
24    LFLAGS = -shared -rdynamic $(LIBXML2_LIBS) $(IODBC_LIBS) $(PHP_LDFLAGS) $(PHP_LIBS) -lz -lstdc++
25  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  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
26  INSTALL = /usr/bin/install -c  XNPAL.so: $(OBJ)
27  install_sh_DATA = $(install_sh) -c -m 644          $(CXX) $(LFLAGS) -o $@ $(OBJ)
 install_sh_PROGRAM = $(install_sh) -c  
 install_sh_SCRIPT = $(install_sh) -c  
 INSTALL_HEADER = $(INSTALL_DATA)  
 transform = $(program_transform_name)  
 NORMAL_INSTALL = :  
 PRE_INSTALL = :  
 POST_INSTALL = :  
 NORMAL_UNINSTALL = :  
 PRE_UNINSTALL = :  
 POST_UNINSTALL = :  
 host_triplet = i686-redhat-linux-gnu  
 ACLOCAL = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run aclocal-1.7  
 AMDEP_FALSE = #  
 AMDEP_TRUE =  
 AMTAR = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run tar  
 AR = ar  
 AUTOCONF = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run autoconf  
 AUTOHEADER = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run autoheader  
 AUTOMAKE = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run automake-1.7  
 AWK = gawk  
 CC = gcc  
 CCDEPMODE = depmode=gcc3  
 CFLAGS = -g -O2 $(XNPAL_CFLAGS) $(PHP_INCLUDES)  
 CPP = gcc -E  
 CPPFLAGS =  
 CXX = g++  
 CXXCPP = g++ -E  
 CXXDEPMODE = depmode=gcc3  
 CXXFLAGS = -g -O2 $(XNPAL_CFLAGS) $(PHP_INCLUDES)  
 CYGPATH_W = echo  
   
 # make abstract layer only  
 # CFLAGS = -g -O2 $(XNPAL_CFLAGS)  
 # CXXFLAGS = -g -O2 $(XNPAL_CFLAGS)  
 # bin_SCRIPTS = xnpal-config  
 # lib_LTLIBRARIES  = libxnpal.la XNPAL.la  
 # libxnpal_la_SOURCES = $(libxnpal_sources)  
 # libxnpal_la_LIBADD  = $(XNPAL_LIBADD)  
   
 # make abstract layer with php wrapper  
 DEFS = -DHAVE_CONFIG_H -DCOMPILE_DL_FIRST_MODULE=1  
 DEPDIR = .deps  
 ECHO = echo  
 ECHO_C =  
 ECHO_N = -n  
 ECHO_T =  
 EGREP = grep -E  
 EXEEXT =  
 F77 = f95  
 FFLAGS = -g -O2  
 INSTALL_DATA = ${INSTALL} -m 644  
 INSTALL_PROGRAM = ${INSTALL}  
 INSTALL_SCRIPT = ${INSTALL}  
 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s  
 IODBC_CFLAGS =  
 IODBC_CONFIG = no  
 IODBC_LIBS =  
 IODBC_LIBTOOL_LIBS =  
 IODBC_ODBCINI =  
 IODBC_ODBCINSTINI =  
 IODBC_ODBCVERSION =  
 IODBC_STATIC_LIBS =  
 IODBC_VERSION =  
 LDFLAGS =  
 LIBOBJS =  
 LIBS =  
 LIBTOOL = $(SHELL) $(top_builddir)/libtool  
 LN_S = ln -s  
 LTLIBOBJS =  
 MAINT = #  
 MAINTAINER_MODE_FALSE =  
 MAINTAINER_MODE_TRUE = #  
 MAKEINFO = ${SHELL} /home/yamaji/src/XooNIps-current/AL/config/missing --run makeinfo  
 OBJEXT = o  
 OPENSSL_CFLAGS = -I/usr/include  
 OPENSSL_LIBS = -L/usr/lib -lssl -lcrypto -ldl  
 PACKAGE = xnpal  
 PACKAGE_BUGREPORT = software@ni.brain.riken.jp  
 PACKAGE_NAME = xnpal  
 PACKAGE_STRING = xnpal 1.0.0  
 PACKAGE_TARNAME = xnpal  
 PACKAGE_VERSION = 1.0.0  
 PATH_SEPARATOR = :  
 PHP_CONFIG = /usr/bin/php-config  
 PHP_EXTENSION_DIR = /usr/lib/php/modules  
 PHP_INCLUDES = -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend  
 PHP_LDFLAGS = -L/usr/kerberos/lib  
 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  
 PHP_PREFIX = /usr  
 PHP_VERSION = 5.0.4  
 POW_LIB =  
 RANLIB = ranlib  
 SET_MAKE =  
 SHELL = /bin/sh  
 STRIP = strip  
 UNIXODBC_CFLAGS = -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4  
 UNIXODBC_CONFIG = /usr/bin/odbc_config  
 UNIXODBC_LIBS = -L/usr/lib -lodbc  
 UNIXODBC_LIBTOOL_LIBS = /usr/lib/libodbc.la  
 UNIXODBC_ODBCINI = /etc/odbc.ini  
 UNIXODBC_ODBCINSTINI = /etc/odbcinst.ini  
 UNIXODBC_ODBCVERSION = 3  
 UNIXODBC_STATIC_LIBS = /usr/lib/libodbc.a  
 UNIXODBC_VERSION = 2.2.11  
 USE_SYSLOG =  
 VERSION = 1.0.0  
 XML2_CONFIG = /usr/bin/xml2-config  
 XML_CPPFLAGS = -I/usr/include/libxml2  
 XML_LIBS = -L/usr/lib -lxml2 -lz -lpthread -lm  
 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  
 XNPAL_LIBADD = -L/usr/lib -lxml2 -lz -lpthread -lm -L/usr/lib -lodbc -L/usr/lib -lz -L/usr/lib -lssl -lcrypto -ldl  
 ZLIB_CFLAGS = -I/usr/include  
 ZLIB_LIBS = -L/usr/lib -lz  
 ac_ct_AR = ar  
 ac_ct_CC = gcc  
 ac_ct_CXX = g++  
 ac_ct_F77 = f95  
 ac_ct_RANLIB = ranlib  
 ac_ct_STRIP = strip  
 am__fastdepCC_FALSE = #  
 am__fastdepCC_TRUE =  
 am__fastdepCXX_FALSE = #  
 am__fastdepCXX_TRUE =  
 am__include = include  
 am__leading_dot = .  
 am__quote =  
 bindir = ${exec_prefix}/bin  
 build = i686-redhat-linux-gnu  
 build_alias =  
 build_cpu = i686  
 build_os = linux-gnu  
 build_vendor = redhat  
 datadir = ${prefix}/share  
 exec_prefix = ${prefix}  
 host = i686-redhat-linux-gnu  
 host_alias =  
 host_cpu = i686  
 host_os = linux-gnu  
 host_vendor = redhat  
 includedir = ${prefix}/include  
 infodir = ${prefix}/info  
 install_sh = /home/yamaji/src/XooNIps-current/AL/config/install-sh  
 libdir = $(PHP_EXTENSION_DIR)  
 libexecdir = ${exec_prefix}/libexec  
 localstatedir = ${prefix}/var  
 mandir = ${prefix}/man  
 oldincludedir = /usr/include  
 prefix = /usr/local  
 program_transform_name = s,x,x,  
 sbindir = ${exec_prefix}/sbin  
 sharedstatedir = ${prefix}/com  
 sysconfdir = ${prefix}/etc  
 target = i686-redhat-linux-gnu  
 target_alias =  
 target_cpu = i686  
 target_os = linux-gnu  
 target_vendor = redhat  
 AUTOMAKE_OPTIONS = 1.5  
 lib_LTLIBRARIES = XNPAL.la  
 XNPAL_la_SOURCES = $(libxnpal_sources) $(xnpal_sources)  
 XNPAL_la_LIBADD = $(XNPAL_LIBADD) $(PHP_LIBS)  
 XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version  
   
 libxnpal_sources = \  
         account.h \  
         account.cc \  
         common.h \  
         common.cc \  
         commonal.h \  
         commonal.cc \  
         criteria.h \  
         criteria.cc \  
         group.h \  
         group.cc \  
         session.h \  
         session.cc \  
         item.h \  
         item.cc \  
         itemtype.h \  
         itemtype.cc \  
         index.h \  
         index.cc \  
         changelog.h \  
         changelog.cc \  
         pubmed.h \  
         pubmed.cc \  
         amazonbook.h \  
         amazonbook.cc \  
         ioapi.h \  
         ioapi.c \  
         crypt.h \  
         zip.h \  
         minizip.c \  
         zip.c \  
         event.h \  
         event.cc  
   
   
 xnpal_sources = \  
         xnpal.cc \  
         xnpal.h  
   
   
 EXTRA_DIST = \  
         bootstrap.sh \  
         Makefile.w32 \  
         xnpal.doxygen \  
         iowin32.c \  
         iowin32.h \  
         md5/global.h \  
         md5/md5.c \  
         md5/md5.h \  
         macros/libiodbc.m4 \  
         macros/libtool.m4 \  
         macros/libiodbc.m4 \  
         macros/libxml.m4 \  
         macros/openssl.m4 \  
         macros/zlib.m4 \  
         macros/php.m4 \  
         sotest.php \  
         test/Makefile \  
         test/common.cc \  
         test/common.h \  
         test/commonal_cppunit.cc \  
         test/commonal_cppunit.sql \  
         test/commonal_cppunit.sqlite \  
         test/droptable.sql \  
         test/stresstest.php \  
         test/stresstest.sql \  
         test/test_account.cc \  
         test/test_commonal.cc \  
         test/test_criteria.cc \  
         test/test_group.cc \  
         test/test_login_logout.cc \  
         test/test_session.cc \  
         testphp/commonal.php \  
         testphp/commonal_initdb.php \  
         testphp/load_xnpal.php \  
         testphp/login_user.php  
   
   
 CLEANFILES = *~  
 DISTCLEANFILES = .deps/*.P  
 subdir = .  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  
 CONFIG_HEADER = config.h  
 CONFIG_CLEAN_FILES = xnpal-config  
 LTLIBRARIES = $(lib_LTLIBRARIES)  
   
 XNPAL_la_DEPENDENCIES =  
 am__objects_1 = account.lo common.lo commonal.lo criteria.lo group.lo \  
         session.lo item.lo itemtype.lo index.lo changelog.lo pubmed.lo \  
         amazonbook.lo ioapi.lo minizip.lo zip.lo event.lo  
 am__objects_2 = xnpal.lo  
 am_XNPAL_la_OBJECTS = $(am__objects_1) $(am__objects_2)  
 XNPAL_la_OBJECTS = $(am_XNPAL_la_OBJECTS)  
   
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.  
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp  
 am__depfiles_maybe = depfiles  
 DEP_FILES = ./$(DEPDIR)/account.Plo \  
         ./$(DEPDIR)/amazonbook.Plo \  
         ./$(DEPDIR)/changelog.Plo ./$(DEPDIR)/common.Plo \  
         ./$(DEPDIR)/commonal.Plo ./$(DEPDIR)/criteria.Plo \  
         ./$(DEPDIR)/event.Plo ./$(DEPDIR)/group.Plo \  
         ./$(DEPDIR)/index.Plo ./$(DEPDIR)/ioapi.Plo \  
         ./$(DEPDIR)/item.Plo ./$(DEPDIR)/itemtype.Plo \  
         ./$(DEPDIR)/minizip.Plo ./$(DEPDIR)/pubmed.Plo \  
         ./$(DEPDIR)/session.Plo ./$(DEPDIR)/xnpal.Plo \  
         ./$(DEPDIR)/zip.Plo  
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  
         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \  
         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
 CCLD = $(CC)  
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \  
         $(AM_LDFLAGS) $(LDFLAGS) -o $@  
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \  
         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)  
 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \  
         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \  
         $(AM_CXXFLAGS) $(CXXFLAGS)  
 CXXLD = $(CXX)  
 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \  
         $(AM_LDFLAGS) $(LDFLAGS) -o $@  
 DIST_SOURCES = $(XNPAL_la_SOURCES)  
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \  
         aclocal.m4 config.h.in config/config.guess config/config.sub \  
         config/depcomp config/install-sh config/ltmain.sh \  
         config/missing config/mkinstalldirs configure configure.in \  
         xnpal-config.in  
 SOURCES = $(XNPAL_la_SOURCES)  
   
 all: config.h  
         $(MAKE) $(AM_MAKEFLAGS) all-am  
   
 .SUFFIXES:  
 .SUFFIXES: .c .cc .lo .o .obj  
   
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  
  configure.lineno  
 $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)  
         cd $(top_srcdir) && \  
           $(AUTOMAKE) --foreign  Makefile  
 Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status  
         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)  
   
 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  
         $(SHELL) ./config.status --recheck  
 $(srcdir)/configure: # $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)  
         cd $(srcdir) && $(AUTOCONF)  
   
 $(ACLOCAL_M4): # configure.in  
         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)  
   
 config.h: stamp-h1  
         @if test ! -f $@; then \  
           rm -f stamp-h1; \  
           $(MAKE) stamp-h1; \  
         else :; fi  
   
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status  
         @rm -f stamp-h1  
         cd $(top_builddir) && $(SHELL) ./config.status config.h  
   
 $(srcdir)/config.h.in: # $(top_srcdir)/configure.in $(ACLOCAL_M4)  
         cd $(top_srcdir) && $(AUTOHEADER)  
         touch $(srcdir)/config.h.in  
   
 distclean-hdr:  
         -rm -f config.h stamp-h1  
 xnpal-config: $(top_builddir)/config.status xnpal-config.in  
         cd $(top_builddir) && $(SHELL) ./config.status $@  
 libLTLIBRARIES_INSTALL = $(INSTALL)  
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)  
         @$(NORMAL_INSTALL)  
         $(mkinstalldirs) $(DESTDIR)$(libdir)  
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \  
           if test -f $$p; then \  
             f="`echo $$p | sed -e 's|^.*/||'`"; \  
             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \  
             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \  
           else :; fi; \  
         done  
   
 uninstall-libLTLIBRARIES:  
         @$(NORMAL_UNINSTALL)  
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \  
             p="`echo $$p | sed -e 's|^.*/||'`"; \  
           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \  
           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \  
         done  
   
 clean-libLTLIBRARIES:  
         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)  
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \  
           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \  
           test "$$dir" = "$$p" && dir=.; \  
           echo "rm -f \"$${dir}/so_locations\""; \  
           rm -f "$${dir}/so_locations"; \  
         done  
 XNPAL.la: $(XNPAL_la_OBJECTS) $(XNPAL_la_DEPENDENCIES)  
         $(CXXLINK) -rpath $(libdir) $(XNPAL_la_LDFLAGS) $(XNPAL_la_OBJECTS) $(XNPAL_la_LIBADD) $(LIBS)  
   
 mostlyclean-compile:  
         -rm -f *.$(OBJEXT) core *.core  
   
 distclean-compile:  
         -rm -f *.tab.c  
   
 include ./$(DEPDIR)/account.Plo  
 include ./$(DEPDIR)/amazonbook.Plo  
 include ./$(DEPDIR)/changelog.Plo  
 include ./$(DEPDIR)/common.Plo  
 include ./$(DEPDIR)/commonal.Plo  
 include ./$(DEPDIR)/criteria.Plo  
 include ./$(DEPDIR)/event.Plo  
 include ./$(DEPDIR)/group.Plo  
 include ./$(DEPDIR)/index.Plo  
 include ./$(DEPDIR)/ioapi.Plo  
 include ./$(DEPDIR)/item.Plo  
 include ./$(DEPDIR)/itemtype.Plo  
 include ./$(DEPDIR)/minizip.Plo  
 include ./$(DEPDIR)/pubmed.Plo  
 include ./$(DEPDIR)/session.Plo  
 include ./$(DEPDIR)/xnpal.Plo  
 include ./$(DEPDIR)/zip.Plo  
   
 .c.o:  
         if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \  
           -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \  
         then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \  
         else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  
         fi  
 #       source='$<' object='$@' libtool=no \  
 #       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \  
 #       $(CCDEPMODE) $(depcomp) \  
 #       $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<  
   
 .c.obj:  
         if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \  
           -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \  
         then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \  
         else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  
         fi  
 #       source='$<' object='$@' libtool=no \  
 #       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \  
 #       $(CCDEPMODE) $(depcomp) \  
 #       $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`  
   
 .c.lo:  
         if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \  
           -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \  
         then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \  
         else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  
         fi  
 #       source='$<' object='$@' libtool=yes \  
 #       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \  
 #       $(CCDEPMODE) $(depcomp) \  
 #       $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<  
   
28  .cc.o:  .cc.o:
29          if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \          $(CXX) $(CFLAGS) -c -o $@ $<
30            -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \  .c.o:
31          then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \          $(CXX) $(CFLAGS) -c -o $@ $<
32          else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  install: XNPAL.so
33          fi          cp XNPAL.so $(PHP_EXTENSION_DIR)/XNPAL.so
 #       source='$<' object='$@' libtool=no \  
 #       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \  
 #       $(CXXDEPMODE) $(depcomp) \  
 #       $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<  
   
 .cc.obj:  
         if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \  
           -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \  
         then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \  
         else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  
         fi  
 #       source='$<' object='$@' libtool=no \  
 #       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \  
 #       $(CXXDEPMODE) $(depcomp) \  
 #       $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`  
   
 .cc.lo:  
         if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \  
           -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \  
         then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \  
         else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \  
         fi  
 #       source='$<' object='$@' libtool=yes \  
 #       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \  
 #       $(CXXDEPMODE) $(depcomp) \  
 #       $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<  
   
 mostlyclean-libtool:  
         -rm -f *.lo  
   
 clean-libtool:  
         -rm -rf .libs _libs  
   
 distclean-libtool:  
         -rm -f libtool  
 uninstall-info-am:  
   
 ETAGS = etags  
 ETAGSFLAGS =  
   
 CTAGS = ctags  
 CTAGSFLAGS =  
   
 tags: TAGS  
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  
         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \  
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         mkid -fID $$unique  
   
 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \  
                 $(TAGS_FILES) $(LISP)  
         tags=; \  
         here=`pwd`; \  
         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \  
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         test -z "$(ETAGS_ARGS)$$tags$$unique" \  
           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \  
              $$tags $$unique  
   
 ctags: CTAGS  
 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \  
                 $(TAGS_FILES) $(LISP)  
         tags=; \  
         here=`pwd`; \  
         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \  
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         test -z "$(CTAGS_ARGS)$$tags$$unique" \  
           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \  
              $$tags $$unique  
   
 GTAGS:  
         here=`$(am__cd) $(top_builddir) && pwd` \  
           && cd $(top_srcdir) \  
           && gtags -i $(GTAGS_ARGS) $$here  
   
 distclean-tags:  
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags  
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  
   
 top_distdir = .  
 distdir = $(PACKAGE)-$(VERSION)  
   
 am__remove_distdir = \  
   { test ! -d $(distdir) \  
     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \  
          && rm -fr $(distdir); }; }  
   
 GZIP_ENV = --best  
 distuninstallcheck_listfiles = find . -type f -print  
 distcleancheck_listfiles = find . -type f -print  
   
 distdir: $(DISTFILES)  
         $(am__remove_distdir)  
         mkdir $(distdir)  
         $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/testphp  
         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \  
         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \  
         list='$(DISTFILES)'; for file in $$list; do \  
           case $$file in \  
             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \  
             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \  
           esac; \  
           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \  
           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \  
           if test "$$dir" != "$$file" && test "$$dir" != "."; then \  
             dir="/$$dir"; \  
             $(mkinstalldirs) "$(distdir)$$dir"; \  
           else \  
             dir=''; \  
           fi; \  
           if test -d $$d/$$file; then \  
             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \  
               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \  
             fi; \  
             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \  
           else \  
             test -f $(distdir)/$$file \  
             || cp -p $$d/$$file $(distdir)/$$file \  
             || exit 1; \  
           fi; \  
         done  
         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \  
           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \  
         || chmod -R a+r $(distdir)  
 dist-gzip: distdir  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz  
         $(am__remove_distdir)  
   
 dist dist-all: distdir  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz  
         $(am__remove_distdir)  
   
 # This target untars the dist file and tries a VPATH configuration.  Then  
 # it guarantees that the distribution is self-contained by making another  
 # tarfile.  
 distcheck: dist  
         $(am__remove_distdir)  
         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -  
         chmod -R a-w $(distdir); chmod a+w $(distdir)  
         mkdir $(distdir)/_build  
         mkdir $(distdir)/_inst  
         chmod a-w $(distdir)  
         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \  
           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \  
           && cd $(distdir)/_build \  
           && ../configure --srcdir=.. --prefix="$$dc_install_base" \  
             $(DISTCHECK_CONFIGURE_FLAGS) \  
           && $(MAKE) $(AM_MAKEFLAGS) \  
           && $(MAKE) $(AM_MAKEFLAGS) dvi \  
           && $(MAKE) $(AM_MAKEFLAGS) check \  
           && $(MAKE) $(AM_MAKEFLAGS) install \  
           && $(MAKE) $(AM_MAKEFLAGS) installcheck \  
           && $(MAKE) $(AM_MAKEFLAGS) uninstall \  
           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \  
                 distuninstallcheck \  
           && chmod -R a-w "$$dc_install_base" \  
           && ({ \  
                (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \  
                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \  
                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \  
                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \  
                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \  
               } || { rm -rf "$$dc_destdir"; exit 1; }) \  
           && rm -rf "$$dc_destdir" \  
           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \  
           && rm -f $(distdir).tar.gz \  
           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck  
         $(am__remove_distdir)  
         @echo "$(distdir).tar.gz is ready for distribution" | \  
           sed 'h;s/./=/g;p;x;p;x'  
 distuninstallcheck:  
         @cd $(distuninstallcheck_dir) \  
         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \  
            || { echo "ERROR: files left after uninstall:" ; \  
                 if test -n "$(DESTDIR)"; then \  
                   echo "  (check DESTDIR support)"; \  
                 fi ; \  
                 $(distuninstallcheck_listfiles) ; \  
                 exit 1; } >&2  
 distcleancheck: distclean  
         @if test '$(srcdir)' = . ; then \  
           echo "ERROR: distcleancheck can only run from a VPATH build" ; \  
           exit 1 ; \  
         fi  
         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \  
           || { echo "ERROR: files left in build directory after distclean:" ; \  
                $(distcleancheck_listfiles) ; \  
                exit 1; } >&2  
 check-am: all-am  
 check: check-am  
 all-am: Makefile $(LTLIBRARIES) config.h  
   
 installdirs:  
         $(mkinstalldirs) $(DESTDIR)$(libdir)  
 install: install-am  
 install-exec: install-exec-am  
 install-data: install-data-am  
 uninstall: uninstall-am  
   
 install-am: all-am  
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am  
   
 installcheck: installcheck-am  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \  
           INSTALL_STRIP_FLAG=-s \  
           `test -z '$(STRIP)' || \  
             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install  
 mostlyclean-generic:  
   
 clean-generic:  
         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)  
   
 distclean-generic:  
         -rm -f $(CONFIG_CLEAN_FILES)  
         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)  
   
 maintainer-clean-generic:  
         @echo "This command is intended for maintainers to use"  
         @echo "it deletes files that may require special tools to rebuild."  
 clean: clean-am  
   
 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \  
         mostlyclean-am  
   
 distclean: distclean-am  
         -rm -f $(am__CONFIG_DISTCLEAN_FILES)  
         -rm -rf ./$(DEPDIR)  
         -rm -f Makefile  
 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \  
         distclean-libtool distclean-tags  
   
 dvi: dvi-am  
   
 dvi-am:  
   
 info: info-am  
   
 info-am:  
   
 install-data-am:  
   
 install-exec-am: install-libLTLIBRARIES  
   
 install-info: install-info-am  
   
 install-man:  
   
 installcheck-am:  
   
 maintainer-clean: maintainer-clean-am  
         -rm -f $(am__CONFIG_DISTCLEAN_FILES)  
         -rm -rf $(top_srcdir)/autom4te.cache  
         -rm -rf ./$(DEPDIR)  
         -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  
   
 mostlyclean: mostlyclean-am  
   
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \  
         mostlyclean-libtool  
   
 pdf: pdf-am  
   
 pdf-am:  
   
 ps: ps-am  
   
 ps-am:  
   
 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES  
   
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \  
         clean-libLTLIBRARIES clean-libtool ctags dist dist-all \  
         dist-gzip distcheck distclean distclean-compile \  
         distclean-generic distclean-hdr distclean-libtool \  
         distclean-tags distcleancheck distdir distuninstallcheck dvi \  
         dvi-am info info-am install install-am install-data \  
         install-data-am install-exec install-exec-am install-info \  
         install-info-am install-libLTLIBRARIES install-man \  
         install-strip installcheck installcheck-am installdirs \  
         maintainer-clean maintainer-clean-generic mostlyclean \  
         mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \  
         pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \  
         uninstall-libLTLIBRARIES  
34    
35  # Tell versions [3.59,3.63) of GNU make to not export all variables.  clean:
36  # Otherwise a system limit (for SysV at least) may be exceeded.          rm -f XNPAL.so $(OBJ)
 .NOEXPORT:  

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

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