Develop and Download Open Source Software

Browse CVS Repository

Annotation of /xoonips/AL/Makefile.in

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


Revision 1.8 - (hide annotations) (download)
Tue Jul 12 03:22:43 2005 UTC (18 years, 9 months ago) by orrisroot
Branch: MAIN
CVS Tags: MergePnt_20051116, XOONIPS_RC1, MergePnt_20051220
Branch point for: XOONIPS_STABLE
Changes since 1.7: +11 -7 lines
added event.cc event.h source files to Makefile.am

1 orrisroot 1.1 # Makefile.in generated by automake 1.7.8 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = .
24    
25     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     INSTALL = @INSTALL@
27     install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     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 = @host@
39     ACLOCAL = @ACLOCAL@
40     AMDEP_FALSE = @AMDEP_FALSE@
41     AMDEP_TRUE = @AMDEP_TRUE@
42     AMTAR = @AMTAR@
43     AR = @AR@
44     AUTOCONF = @AUTOCONF@
45     AUTOHEADER = @AUTOHEADER@
46     AUTOMAKE = @AUTOMAKE@
47     AWK = @AWK@
48     CC = @CC@
49     CCDEPMODE = @CCDEPMODE@
50     CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
51     CPP = @CPP@
52     CPPFLAGS = @CPPFLAGS@
53     CXX = @CXX@
54     CXXCPP = @CXXCPP@
55     CXXDEPMODE = @CXXDEPMODE@
56     CXXFLAGS = @CXXFLAGS@ $(XNPAL_CFLAGS) $(PHP_INCLUDES)
57     CYGPATH_W = @CYGPATH_W@
58    
59     # make abstract layer only
60     # CFLAGS = @CFLAGS@ $(XNPAL_CFLAGS)
61     # CXXFLAGS = @CXXFLAGS@ $(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 = @DEFS@ -DCOMPILE_DL_FIRST_MODULE=1
69     DEPDIR = @DEPDIR@
70     ECHO = @ECHO@
71     ECHO_C = @ECHO_C@
72     ECHO_N = @ECHO_N@
73     ECHO_T = @ECHO_T@
74     EGREP = @EGREP@
75     EXEEXT = @EXEEXT@
76     F77 = @F77@
77     FFLAGS = @FFLAGS@
78     INSTALL_DATA = @INSTALL_DATA@
79     INSTALL_PROGRAM = @INSTALL_PROGRAM@
80     INSTALL_SCRIPT = @INSTALL_SCRIPT@
81     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82     IODBC_CFLAGS = @IODBC_CFLAGS@
83     IODBC_CONFIG = @IODBC_CONFIG@
84     IODBC_LIBS = @IODBC_LIBS@
85     IODBC_LIBTOOL_LIBS = @IODBC_LIBTOOL_LIBS@
86     IODBC_ODBCINI = @IODBC_ODBCINI@
87     IODBC_ODBCINSTINI = @IODBC_ODBCINSTINI@
88     IODBC_ODBCVERSION = @IODBC_ODBCVERSION@
89     IODBC_STATIC_LIBS = @IODBC_STATIC_LIBS@
90 orrisroot 1.2 IODBC_VERSION = @IODBC_VERSION@
91 orrisroot 1.1 LDFLAGS = @LDFLAGS@
92     LIBOBJS = @LIBOBJS@
93     LIBS = @LIBS@
94     LIBTOOL = @LIBTOOL@
95     LN_S = @LN_S@
96     LTLIBOBJS = @LTLIBOBJS@
97     MAINT = @MAINT@
98     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
99     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
100     MAKEINFO = @MAKEINFO@
101     OBJEXT = @OBJEXT@
102     OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
103     OPENSSL_LIBS = @OPENSSL_LIBS@
104     PACKAGE = @PACKAGE@
105     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106     PACKAGE_NAME = @PACKAGE_NAME@
107     PACKAGE_STRING = @PACKAGE_STRING@
108     PACKAGE_TARNAME = @PACKAGE_TARNAME@
109     PACKAGE_VERSION = @PACKAGE_VERSION@
110     PATH_SEPARATOR = @PATH_SEPARATOR@
111     PHP_CONFIG = @PHP_CONFIG@
112     PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
113     PHP_INCLUDES = @PHP_INCLUDES@
114     PHP_LDFLAGS = @PHP_LDFLAGS@
115     PHP_LIBS = @PHP_LIBS@
116     PHP_PREFIX = @PHP_PREFIX@
117     PHP_VERSION = @PHP_VERSION@
118     POW_LIB = @POW_LIB@
119     RANLIB = @RANLIB@
120     SET_MAKE = @SET_MAKE@
121     SHELL = @SHELL@
122     STRIP = @STRIP@
123     UNIXODBC_CFLAGS = @UNIXODBC_CFLAGS@
124     UNIXODBC_CONFIG = @UNIXODBC_CONFIG@
125     UNIXODBC_LIBS = @UNIXODBC_LIBS@
126     UNIXODBC_LIBTOOL_LIBS = @UNIXODBC_LIBTOOL_LIBS@
127     UNIXODBC_ODBCINI = @UNIXODBC_ODBCINI@
128     UNIXODBC_ODBCINSTINI = @UNIXODBC_ODBCINSTINI@
129     UNIXODBC_ODBCVERSION = @UNIXODBC_ODBCVERSION@
130     UNIXODBC_STATIC_LIBS = @UNIXODBC_STATIC_LIBS@
131 orrisroot 1.2 UNIXODBC_VERSION = @UNIXODBC_VERSION@
132 orrisroot 1.5 USE_SYSLOG = @USE_SYSLOG@
133 orrisroot 1.1 VERSION = @VERSION@
134     XML2_CONFIG = @XML2_CONFIG@
135     XML_CPPFLAGS = @XML_CPPFLAGS@
136     XML_LIBS = @XML_LIBS@
137     XNPAL_CFLAGS = @XNPAL_CFLAGS@
138     XNPAL_LIBADD = @XNPAL_LIBADD@
139     ZLIB_CFLAGS = @ZLIB_CFLAGS@
140     ZLIB_LIBS = @ZLIB_LIBS@
141     ac_ct_AR = @ac_ct_AR@
142     ac_ct_CC = @ac_ct_CC@
143     ac_ct_CXX = @ac_ct_CXX@
144     ac_ct_F77 = @ac_ct_F77@
145     ac_ct_RANLIB = @ac_ct_RANLIB@
146     ac_ct_STRIP = @ac_ct_STRIP@
147     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151     am__include = @am__include@
152     am__leading_dot = @am__leading_dot@
153     am__quote = @am__quote@
154     bindir = @bindir@
155     build = @build@
156     build_alias = @build_alias@
157     build_cpu = @build_cpu@
158     build_os = @build_os@
159     build_vendor = @build_vendor@
160     datadir = @datadir@
161     exec_prefix = @exec_prefix@
162     host = @host@
163     host_alias = @host_alias@
164     host_cpu = @host_cpu@
165     host_os = @host_os@
166     host_vendor = @host_vendor@
167     includedir = @includedir@
168     infodir = @infodir@
169     install_sh = @install_sh@
170     libdir = $(PHP_EXTENSION_DIR)
171     libexecdir = @libexecdir@
172     localstatedir = @localstatedir@
173     mandir = @mandir@
174     oldincludedir = @oldincludedir@
175     prefix = @prefix@
176     program_transform_name = @program_transform_name@
177     sbindir = @sbindir@
178     sharedstatedir = @sharedstatedir@
179     sysconfdir = @sysconfdir@
180     target = @target@
181     target_alias = @target_alias@
182     target_cpu = @target_cpu@
183     target_os = @target_os@
184     target_vendor = @target_vendor@
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 orrisroot 1.4 XNPAL_la_LDFLAGS = $(LDFLAGS) $(PHP_LDFLAGS) -no-undefined -module -avoid-version
190 orrisroot 1.1
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 orrisroot 1.8 zip.c \
222     event.h \
223     event.cc
224 orrisroot 1.1
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 orrisroot 1.4 iowin32.c \
236     iowin32.h \
237     md5/global.h \
238     md5/md5.c \
239     md5/md5.h \
240 orrisroot 1.1 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 orrisroot 1.8 amazonbook.lo ioapi.lo minizip.lo zip.lo event.lo
282 orrisroot 1.1 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     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/account.Plo \
290     @AMDEP_TRUE@ ./$(DEPDIR)/amazonbook.Plo \
291     @AMDEP_TRUE@ ./$(DEPDIR)/changelog.Plo ./$(DEPDIR)/common.Plo \
292     @AMDEP_TRUE@ ./$(DEPDIR)/commonal.Plo ./$(DEPDIR)/criteria.Plo \
293 orrisroot 1.8 @AMDEP_TRUE@ ./$(DEPDIR)/event.Plo ./$(DEPDIR)/group.Plo \
294     @AMDEP_TRUE@ ./$(DEPDIR)/index.Plo ./$(DEPDIR)/ioapi.Plo \
295     @AMDEP_TRUE@ ./$(DEPDIR)/item.Plo ./$(DEPDIR)/itemtype.Plo \
296     @AMDEP_TRUE@ ./$(DEPDIR)/minizip.Plo ./$(DEPDIR)/pubmed.Plo \
297     @AMDEP_TRUE@ ./$(DEPDIR)/session.Plo ./$(DEPDIR)/xnpal.Plo \
298     @AMDEP_TRUE@ ./$(DEPDIR)/zip.Plo
299 orrisroot 1.1 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 orrisroot 1.7 xnpal-config.in
320 orrisroot 1.1 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: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
331     cd $(top_srcdir) && \
332     $(AUTOMAKE) --foreign Makefile
333     Makefile: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
339     cd $(srcdir) && $(AUTOCONF)
340    
341     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ 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: @MAINTAINER_MODE_TRUE@ $(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     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Plo@am__quote@
400     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amazonbook.Plo@am__quote@
401     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog.Plo@am__quote@
402     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
403     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commonal.Plo@am__quote@
404     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/criteria.Plo@am__quote@
405 orrisroot 1.8 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
406 orrisroot 1.1 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@
407     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index.Plo@am__quote@
408     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioapi.Plo@am__quote@
409     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Plo@am__quote@
410     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itemtype.Plo@am__quote@
411     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minizip.Plo@am__quote@
412     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pubmed.Plo@am__quote@
413     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@
414     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xnpal.Plo@am__quote@
415     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
416    
417     .c.o:
418     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
419     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
420     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
421     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
422     @am__fastdepCC_TRUE@ fi
423     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
425     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426     @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
427    
428     .c.obj:
429     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
430     @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
431     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
432     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
433     @am__fastdepCC_TRUE@ fi
434     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
435     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
436     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437     @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
438    
439     .c.lo:
440     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
441     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
442     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
443     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
444     @am__fastdepCC_TRUE@ fi
445     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
446     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
447     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
449    
450     .cc.o:
451     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
452     @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
453     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
454     @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
455     @am__fastdepCXX_TRUE@ fi
456     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
458     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
460    
461     .cc.obj:
462     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
463     @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
464     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
465     @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
466     @am__fastdepCXX_TRUE@ fi
467     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
469     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
471    
472     .cc.lo:
473     @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
474     @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
475     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
476     @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
477     @am__fastdepCXX_TRUE@ fi
478     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
479     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
480     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481     @am__fastdepCXX_FALSE@ $(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 orrisroot 1.4 $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/md5 $(distdir)/test $(distdir)/testphp
564 orrisroot 1.1 @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     # Tell versions [3.59,3.63) of GNU make to not export all variables.
758     # Otherwise a system limit (for SysV at least) may be exceeded.
759     .NOEXPORT:

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