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

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

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