/[LeafOK_CVS]/lbbs/utils/game/Makefile.in
ViewVC logotype

Annotation of /lbbs/utils/game/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri May 6 15:48:44 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +8 -4 lines
*** empty log message ***

1 sysadm 1.1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004 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     SOURCES = $(libgame_la_SOURCES)
18    
19     srcdir = @srcdir@
20     top_srcdir = @top_srcdir@
21     VPATH = @srcdir@
22     pkgdatadir = $(datadir)/@PACKAGE@
23     pkglibdir = $(libdir)/@PACKAGE@
24     pkgincludedir = $(includedir)/@PACKAGE@
25     top_builddir = ../..
26     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27     INSTALL = @INSTALL@
28     install_sh_DATA = $(install_sh) -c -m 644
29     install_sh_PROGRAM = $(install_sh) -c
30     install_sh_SCRIPT = $(install_sh) -c
31     INSTALL_HEADER = $(INSTALL_DATA)
32     transform = $(program_transform_name)
33     NORMAL_INSTALL = :
34     PRE_INSTALL = :
35     POST_INSTALL = :
36     NORMAL_UNINSTALL = :
37     PRE_UNINSTALL = :
38     POST_UNINSTALL = :
39     build_triplet = @build@
40     host_triplet = @host@
41     subdir = utils/game
42     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44     am__aclocal_m4_deps = $(top_srcdir)/configure.in
45     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46     $(ACLOCAL_M4)
47     mkinstalldirs = $(install_sh) -d
48     CONFIG_CLEAN_FILES =
49     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50     am__vpath_adj = case $$p in \
51     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52     *) f=$$p;; \
53     esac;
54     am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55     am__installdirs = "$(DESTDIR)$(libdir)"
56     libLTLIBRARIES_INSTALL = $(INSTALL)
57     LTLIBRARIES = $(lib_LTLIBRARIES)
58     libgame_la_LIBADD =
59 sysadm 1.2 am_libgame_la_OBJECTS = chicken.lo money.lo
60 sysadm 1.1 libgame_la_OBJECTS = $(am_libgame_la_OBJECTS)
61     DEFAULT_INCLUDES = -I. -I$(srcdir)
62     depcomp = $(SHELL) $(top_srcdir)/depcomp
63     am__depfiles_maybe = depfiles
64     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66     LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
67     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68     $(AM_CFLAGS) $(CFLAGS)
69     CCLD = $(CC)
70     LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71     $(AM_LDFLAGS) $(LDFLAGS) -o $@
72     SOURCES = $(libgame_la_SOURCES)
73     DIST_SOURCES = $(libgame_la_SOURCES)
74     ETAGS = etags
75     CTAGS = ctags
76     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77     ACLOCAL = @ACLOCAL@
78     AMDEP_FALSE = @AMDEP_FALSE@
79     AMDEP_TRUE = @AMDEP_TRUE@
80     AMTAR = @AMTAR@
81     AR = @AR@
82     AUTOCONF = @AUTOCONF@
83     AUTOHEADER = @AUTOHEADER@
84     AUTOMAKE = @AUTOMAKE@
85     AWK = @AWK@
86     CC = @CC@
87     CCDEPMODE = @CCDEPMODE@
88     CFLAGS = @CFLAGS@
89     CPP = @CPP@
90     CPPFLAGS = @CPPFLAGS@
91     CXX = @CXX@
92     CXXCPP = @CXXCPP@
93     CXXDEPMODE = @CXXDEPMODE@
94     CXXFLAGS = @CXXFLAGS@
95     CYGPATH_W = @CYGPATH_W@
96     DEFS = @DEFS@
97     DEPDIR = @DEPDIR@
98     ECHO = @ECHO@
99     ECHO_C = @ECHO_C@
100     ECHO_N = @ECHO_N@
101     ECHO_T = @ECHO_T@
102     EGREP = @EGREP@
103     EXEEXT = @EXEEXT@
104     F77 = @F77@
105     FFLAGS = @FFLAGS@
106     INSTALL_DATA = @INSTALL_DATA@
107     INSTALL_PROGRAM = @INSTALL_PROGRAM@
108     INSTALL_SCRIPT = @INSTALL_SCRIPT@
109     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110     LDFLAGS = @LDFLAGS@
111     LIBOBJS = @LIBOBJS@
112 sysadm 1.2 LIBS = -L$(top_builddir)/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
113 sysadm 1.1 LIBTOOL = @LIBTOOL@
114     LN_S = @LN_S@
115     LTLIBOBJS = @LTLIBOBJS@
116     MAKEINFO = @MAKEINFO@
117     OBJEXT = @OBJEXT@
118     PACKAGE = @PACKAGE@
119     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120     PACKAGE_NAME = @PACKAGE_NAME@
121     PACKAGE_STRING = @PACKAGE_STRING@
122     PACKAGE_TARNAME = @PACKAGE_TARNAME@
123     PACKAGE_VERSION = @PACKAGE_VERSION@
124     PATH_SEPARATOR = @PATH_SEPARATOR@
125     RANLIB = @RANLIB@
126     SET_MAKE = @SET_MAKE@
127     SHELL = @SHELL@
128     STRIP = @STRIP@
129     VERSION = @VERSION@
130     ac_ct_AR = @ac_ct_AR@
131     ac_ct_CC = @ac_ct_CC@
132     ac_ct_CXX = @ac_ct_CXX@
133     ac_ct_F77 = @ac_ct_F77@
134     ac_ct_RANLIB = @ac_ct_RANLIB@
135     ac_ct_STRIP = @ac_ct_STRIP@
136     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
139     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
140     am__include = @am__include@
141     am__leading_dot = @am__leading_dot@
142     am__quote = @am__quote@
143     am__tar = @am__tar@
144     am__untar = @am__untar@
145     bindir = @bindir@
146     build = @build@
147     build_alias = @build_alias@
148     build_cpu = @build_cpu@
149     build_os = @build_os@
150     build_vendor = @build_vendor@
151     datadir = @datadir@
152     exec_prefix = @exec_prefix@
153     host = @host@
154     host_alias = @host_alias@
155     host_cpu = @host_cpu@
156     host_os = @host_os@
157     host_vendor = @host_vendor@
158     includedir = @includedir@
159     infodir = @infodir@
160     install_sh = @install_sh@
161     libdir = ${prefix}/game/so
162     libexecdir = @libexecdir@
163     localstatedir = @localstatedir@
164     mandir = @mandir@
165     mkdir_p = @mkdir_p@
166     oldincludedir = @oldincludedir@
167     prefix = @prefix@
168     program_transform_name = @program_transform_name@
169     sbindir = @sbindir@
170     sharedstatedir = @sharedstatedir@
171     sysconfdir = @sysconfdir@
172     target_alias = @target_alias@
173     lib_LTLIBRARIES = libgame.la
174 sysadm 1.2 libgame_la_SOURCES = bbs.o chicken.c money.c io.o screen.o \
175     bbs.h common.h io.h money.h
176    
177     INCLUDES = -I$(top_builddir)/include -I/usr/local/mysql/include/mysql
178     AM_CFLAGS = -I$(top_builddir)/src
179 sysadm 1.1 CLEANFILES = @EXTRA_CLEAN@
180     all: all-am
181    
182     .SUFFIXES:
183     .SUFFIXES: .c .lo .o .obj
184     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
185     @for dep in $?; do \
186     case '$(am__configure_deps)' in \
187     *$$dep*) \
188     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
189     && exit 0; \
190     exit 1;; \
191     esac; \
192     done; \
193     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/game/Makefile'; \
194     cd $(top_srcdir) && \
195     $(AUTOMAKE) --gnu utils/game/Makefile
196     .PRECIOUS: Makefile
197     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198     @case '$?' in \
199     *config.status*) \
200     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
201     *) \
202     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
203     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
204     esac;
205    
206     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208    
209     $(top_srcdir)/configure: $(am__configure_deps)
210     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
212     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213     install-libLTLIBRARIES: $(lib_LTLIBRARIES)
214     @$(NORMAL_INSTALL)
215     test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
216     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
217     if test -f $$p; then \
218     f=$(am__strip_dir) \
219     echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
220     $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
221     else :; fi; \
222     done
223    
224     uninstall-libLTLIBRARIES:
225     @$(NORMAL_UNINSTALL)
226     @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
227     p=$(am__strip_dir) \
228     echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
229     $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
230     done
231    
232     clean-libLTLIBRARIES:
233     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
234     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
235     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
236     test "$$dir" != "$$p" || dir=.; \
237     echo "rm -f \"$${dir}/so_locations\""; \
238     rm -f "$${dir}/so_locations"; \
239     done
240     libgame.la: $(libgame_la_OBJECTS) $(libgame_la_DEPENDENCIES)
241     $(LINK) -rpath $(libdir) $(libgame_la_LDFLAGS) $(libgame_la_OBJECTS) $(libgame_la_LIBADD) $(LIBS)
242    
243     mostlyclean-compile:
244     -rm -f *.$(OBJEXT)
245    
246     distclean-compile:
247     -rm -f *.tab.c
248    
249     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chicken.Plo@am__quote@
250 sysadm 1.2 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/money.Plo@am__quote@
251 sysadm 1.1
252     .c.o:
253     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
254     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
255     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
258    
259     .c.obj:
260     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
261     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
262     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
265    
266     .c.lo:
267     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
270     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
272    
273     mostlyclean-libtool:
274     -rm -f *.lo
275    
276     clean-libtool:
277     -rm -rf .libs _libs
278    
279     distclean-libtool:
280     -rm -f libtool
281     uninstall-info-am:
282    
283     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285     unique=`for i in $$list; do \
286     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287     done | \
288     $(AWK) ' { files[$$0] = 1; } \
289     END { for (i in files) print i; }'`; \
290     mkid -fID $$unique
291     tags: TAGS
292    
293     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
294     $(TAGS_FILES) $(LISP)
295     tags=; \
296     here=`pwd`; \
297     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
298     unique=`for i in $$list; do \
299     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300     done | \
301     $(AWK) ' { files[$$0] = 1; } \
302     END { for (i in files) print i; }'`; \
303     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
304     test -n "$$unique" || unique=$$empty_fix; \
305     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306     $$tags $$unique; \
307     fi
308     ctags: CTAGS
309     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
310     $(TAGS_FILES) $(LISP)
311     tags=; \
312     here=`pwd`; \
313     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314     unique=`for i in $$list; do \
315     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316     done | \
317     $(AWK) ' { files[$$0] = 1; } \
318     END { for (i in files) print i; }'`; \
319     test -z "$(CTAGS_ARGS)$$tags$$unique" \
320     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321     $$tags $$unique
322    
323     GTAGS:
324     here=`$(am__cd) $(top_builddir) && pwd` \
325     && cd $(top_srcdir) \
326     && gtags -i $(GTAGS_ARGS) $$here
327    
328     distclean-tags:
329     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
330    
331     distdir: $(DISTFILES)
332     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
333     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
334     list='$(DISTFILES)'; for file in $$list; do \
335     case $$file in \
336     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
337     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
338     esac; \
339     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
341     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
342     dir="/$$dir"; \
343     $(mkdir_p) "$(distdir)$$dir"; \
344     else \
345     dir=''; \
346     fi; \
347     if test -d $$d/$$file; then \
348     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
350     fi; \
351     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
352     else \
353     test -f $(distdir)/$$file \
354     || cp -p $$d/$$file $(distdir)/$$file \
355     || exit 1; \
356     fi; \
357     done
358     check-am: all-am
359     check: check-am
360     all-am: Makefile $(LTLIBRARIES)
361     installdirs:
362     for dir in "$(DESTDIR)$(libdir)"; do \
363     test -z "$$dir" || $(mkdir_p) "$$dir"; \
364     done
365     install: install-am
366     install-exec: install-exec-am
367     install-data: install-data-am
368     uninstall: uninstall-am
369    
370     install-am: all-am
371     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372    
373     installcheck: installcheck-am
374     install-strip:
375     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377     `test -z '$(STRIP)' || \
378     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379     mostlyclean-generic:
380    
381     clean-generic:
382     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
383    
384     distclean-generic:
385     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
386    
387     maintainer-clean-generic:
388     @echo "This command is intended for maintainers to use"
389     @echo "it deletes files that may require special tools to rebuild."
390     clean: clean-am
391    
392     clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
393     mostlyclean-am
394    
395     distclean: distclean-am
396     -rm -rf ./$(DEPDIR)
397     -rm -f Makefile
398     distclean-am: clean-am distclean-compile distclean-generic \
399     distclean-libtool distclean-tags
400    
401     dvi: dvi-am
402    
403     dvi-am:
404    
405     html: html-am
406    
407     info: info-am
408    
409     info-am:
410    
411     install-data-am:
412    
413     install-exec-am: install-libLTLIBRARIES
414    
415     install-info: install-info-am
416    
417     install-man:
418    
419     installcheck-am:
420    
421     maintainer-clean: maintainer-clean-am
422     -rm -rf ./$(DEPDIR)
423     -rm -f Makefile
424     maintainer-clean-am: distclean-am maintainer-clean-generic
425    
426     mostlyclean: mostlyclean-am
427    
428     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
429     mostlyclean-libtool
430    
431     pdf: pdf-am
432    
433     pdf-am:
434    
435     ps: ps-am
436    
437     ps-am:
438    
439     uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
440    
441     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
442     clean-libLTLIBRARIES clean-libtool ctags distclean \
443     distclean-compile distclean-generic distclean-libtool \
444     distclean-tags distdir dvi dvi-am html html-am info info-am \
445     install install-am install-data install-data-am install-exec \
446     install-exec-am install-info install-info-am \
447     install-libLTLIBRARIES install-man install-strip installcheck \
448     installcheck-am installdirs maintainer-clean \
449     maintainer-clean-generic mostlyclean mostlyclean-compile \
450     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
451     tags uninstall uninstall-am uninstall-info-am \
452     uninstall-libLTLIBRARIES
453    
454     # Tell versions [3.59,3.63) of GNU make to not export all variables.
455     # Otherwise a system limit (for SysV at least) may be exceeded.
456     .NOEXPORT:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1