source: abuse/trunk/src/Makefile.in @ 4

Last change on this file since 4 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 15.1 KB
Line 
1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65CXX = @CXX@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69EXPDATADIR = @EXPDATADIR@
70LIBTOOL = @LIBTOOL@
71LN_S = @LN_S@
72MAKEINFO = @MAKEINFO@
73OBJDUMP = @OBJDUMP@
74OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@
77SDL_CFLAGS = @SDL_CFLAGS@
78SDL_CONFIG = @SDL_CONFIG@
79SDL_LIBS = @SDL_LIBS@
80STRIP = @STRIP@
81VERSION = @VERSION@
82
83SUBDIRS = net imlib sdlport
84
85bin_PROGRAMS = abuse.sdl
86
87abuse_sdl_SOURCES = specache.cpp netcfg.cpp text_gui.cpp innet.cpp      chat.cpp endgame.cpp version.cpp loadgame.cpp profile.cpp       cop.cpp statbar.cpp compiled.cpp ant.cpp sensor.cpp     lisp_opt.cpp demo.cpp lcache.cpp lisp_gc.cpp nfclient.cpp       username.cpp clisp.cpp gui.cpp transp.cpp collide.cpp trig.cpp  property.cpp lisp.cpp cache.cpp particle.cpp objects.cpp        extend.cpp console.cpp ability.cpp items.cpp dev.cpp chars.cpp  level.cpp smallfnt.cpp automap.cpp help.cpp intsect.cpp         loader2.cpp seq.cpp points.cpp fnt6x13.cpp morpher.cpp  menu.cpp director.cpp view.cpp config.cpp game.cpp light.cpp    devsel.cpp crc.cpp gamma.cpp language.cpp
88
89
90abuse_sdl_LDADD = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a
91
92abuse_sdl_DEPENDENCIES = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a
93
94INCLUDES = -I$(srcdir)/include -I$(srcdir)/imlib/include -I$(srcdir)/net/include $(SDL_CFLAGS)
95
96CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_CLEAN_FILES =
99bin_PROGRAMS =  abuse.sdl
100PROGRAMS =  $(bin_PROGRAMS)
101
102
103DEFS = @DEFS@ -I. -I$(srcdir)
104LDFLAGS = @LDFLAGS@
105LIBS = @LIBS@
106abuse_sdl_OBJECTS =  specache.$(OBJEXT) netcfg.$(OBJEXT) \
107text_gui.$(OBJEXT) innet.$(OBJEXT) chat.$(OBJEXT) endgame.$(OBJEXT) \
108version.$(OBJEXT) loadgame.$(OBJEXT) profile.$(OBJEXT) cop.$(OBJEXT) \
109statbar.$(OBJEXT) compiled.$(OBJEXT) ant.$(OBJEXT) sensor.$(OBJEXT) \
110lisp_opt.$(OBJEXT) demo.$(OBJEXT) lcache.$(OBJEXT) lisp_gc.$(OBJEXT) \
111nfclient.$(OBJEXT) username.$(OBJEXT) clisp.$(OBJEXT) gui.$(OBJEXT) \
112transp.$(OBJEXT) collide.$(OBJEXT) trig.$(OBJEXT) property.$(OBJEXT) \
113lisp.$(OBJEXT) cache.$(OBJEXT) particle.$(OBJEXT) objects.$(OBJEXT) \
114extend.$(OBJEXT) console.$(OBJEXT) ability.$(OBJEXT) items.$(OBJEXT) \
115dev.$(OBJEXT) chars.$(OBJEXT) level.$(OBJEXT) smallfnt.$(OBJEXT) \
116automap.$(OBJEXT) help.$(OBJEXT) intsect.$(OBJEXT) loader2.$(OBJEXT) \
117seq.$(OBJEXT) points.$(OBJEXT) fnt6x13.$(OBJEXT) morpher.$(OBJEXT) \
118menu.$(OBJEXT) director.$(OBJEXT) view.$(OBJEXT) config.$(OBJEXT) \
119game.$(OBJEXT) light.$(OBJEXT) devsel.$(OBJEXT) crc.$(OBJEXT) \
120gamma.$(OBJEXT) language.$(OBJEXT)
121abuse_sdl_LDFLAGS =
122CXXFLAGS = @CXXFLAGS@
123CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
124CXXLD = $(CXX)
125CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
126DIST_COMMON =  Makefile.am Makefile.in
127
128
129DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
130
131TAR = tar
132GZIP_ENV = --best
133DEP_FILES =  .deps/ability.P .deps/ant.P .deps/automap.P .deps/cache.P \
134.deps/chars.P .deps/chat.P .deps/clisp.P .deps/collide.P \
135.deps/compiled.P .deps/config.P .deps/console.P .deps/cop.P .deps/crc.P \
136.deps/demo.P .deps/dev.P .deps/devsel.P .deps/director.P \
137.deps/endgame.P .deps/extend.P .deps/fnt6x13.P .deps/game.P \
138.deps/gamma.P .deps/gui.P .deps/help.P .deps/innet.P .deps/intsect.P \
139.deps/items.P .deps/language.P .deps/lcache.P .deps/level.P \
140.deps/light.P .deps/lisp.P .deps/lisp_gc.P .deps/lisp_opt.P \
141.deps/loader2.P .deps/loadgame.P .deps/menu.P .deps/morpher.P \
142.deps/netcfg.P .deps/nfclient.P .deps/objects.P .deps/particle.P \
143.deps/points.P .deps/profile.P .deps/property.P .deps/sensor.P \
144.deps/seq.P .deps/smallfnt.P .deps/specache.P .deps/statbar.P \
145.deps/text_gui.P .deps/transp.P .deps/trig.P .deps/username.P \
146.deps/version.P .deps/view.P
147SOURCES = $(abuse_sdl_SOURCES)
148OBJECTS = $(abuse_sdl_OBJECTS)
149
150all: all-redirect
151.SUFFIXES:
152.SUFFIXES: .S .c .cpp .o .obj .s
153$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
155
156Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
157        cd $(top_builddir) \
158          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160
161mostlyclean-binPROGRAMS:
162
163clean-binPROGRAMS:
164        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
165
166distclean-binPROGRAMS:
167
168maintainer-clean-binPROGRAMS:
169
170install-binPROGRAMS: $(bin_PROGRAMS)
171        @$(NORMAL_INSTALL)
172        $(mkinstalldirs) $(DESTDIR)$(bindir)
173        @list='$(bin_PROGRAMS)'; for p in $$list; do \
174          if test -f $$p; then \
175            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
176            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
177          else :; fi; \
178        done
179
180uninstall-binPROGRAMS:
181        @$(NORMAL_UNINSTALL)
182        list='$(bin_PROGRAMS)'; for p in $$list; do \
183          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
184        done
185
186# FIXME: We should only use cygpath when building on Windows,
187# and only if it is available.
188.c.obj:
189        $(COMPILE) -c `cygpath -w $<`
190
191.s.o:
192        $(COMPILE) -c $<
193
194.S.o:
195        $(COMPILE) -c $<
196
197mostlyclean-compile:
198        -rm -f *.o core *.core
199        -rm -f *.$(OBJEXT)
200
201clean-compile:
202
203distclean-compile:
204        -rm -f *.tab.c
205
206maintainer-clean-compile:
207
208abuse.sdl: $(abuse_sdl_OBJECTS) $(abuse_sdl_DEPENDENCIES)
209        @rm -f abuse.sdl
210        $(CXXLINK) $(abuse_sdl_LDFLAGS) $(abuse_sdl_OBJECTS) $(abuse_sdl_LDADD) $(LIBS)
211.cpp.o:
212        $(CXXCOMPILE) -c $<
213.cpp.obj:
214        $(CXXCOMPILE) -c `cygpath -w $<`
215
216# This directory's subdirectories are mostly independent; you can cd
217# into them and run `make' without going through this Makefile.
218# To change the values of `make' variables: instead of editing Makefiles,
219# (1) if the variable is set in `config.status', edit `config.status'
220#     (which will cause the Makefiles to be regenerated when you run `make');
221# (2) otherwise, pass the desired values on the `make' command line.
222
223@SET_MAKE@
224
225all-recursive install-data-recursive install-exec-recursive \
226installdirs-recursive install-recursive uninstall-recursive  \
227check-recursive installcheck-recursive info-recursive dvi-recursive:
228        @set fnord $(MAKEFLAGS); amf=$$2; \
229        dot_seen=no; \
230        target=`echo $@ | sed s/-recursive//`; \
231        list='$(SUBDIRS)'; for subdir in $$list; do \
232          echo "Making $$target in $$subdir"; \
233          if test "$$subdir" = "."; then \
234            dot_seen=yes; \
235            local_target="$$target-am"; \
236          else \
237            local_target="$$target"; \
238          fi; \
239          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
241        done; \
242        if test "$$dot_seen" = "no"; then \
243          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
244        fi; test -z "$$fail"
245
246mostlyclean-recursive clean-recursive distclean-recursive \
247maintainer-clean-recursive:
248        @set fnord $(MAKEFLAGS); amf=$$2; \
249        dot_seen=no; \
250        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
251          rev="$$subdir $$rev"; \
252          test "$$subdir" = "." && dot_seen=yes; \
253        done; \
254        test "$$dot_seen" = "no" && rev=". $$rev"; \
255        target=`echo $@ | sed s/-recursive//`; \
256        for subdir in $$rev; do \
257          echo "Making $$target in $$subdir"; \
258          if test "$$subdir" = "."; then \
259            local_target="$$target-am"; \
260          else \
261            local_target="$$target"; \
262          fi; \
263          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265        done && test -z "$$fail"
266tags-recursive:
267        list='$(SUBDIRS)'; for subdir in $$list; do \
268          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
269        done
270
271tags: TAGS
272
273ID: $(HEADERS) $(SOURCES) $(LISP)
274        list='$(SOURCES) $(HEADERS)'; \
275        unique=`for i in $$list; do echo $$i; done | \
276          awk '    { files[$$0] = 1; } \
277               END { for (i in files) print i; }'`; \
278        here=`pwd` && cd $(srcdir) \
279          && mkid -f$$here/ID $$unique $(LISP)
280
281TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
282        tags=; \
283        here=`pwd`; \
284        list='$(SUBDIRS)'; for subdir in $$list; do \
285   if test "$$subdir" = .; then :; else \
286            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
287   fi; \
288        done; \
289        list='$(SOURCES) $(HEADERS)'; \
290        unique=`for i in $$list; do echo $$i; done | \
291          awk '    { files[$$0] = 1; } \
292               END { for (i in files) print i; }'`; \
293        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
294          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
295
296mostlyclean-tags:
297
298clean-tags:
299
300distclean-tags:
301        -rm -f TAGS ID
302
303maintainer-clean-tags:
304
305distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
306
307subdir = src
308
309distdir: $(DISTFILES)
310        here=`cd $(top_builddir) && pwd`; \
311        top_distdir=`cd $(top_distdir) && pwd`; \
312        distdir=`cd $(distdir) && pwd`; \
313        cd $(top_srcdir) \
314          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
315        @for file in $(DISTFILES); do \
316          d=$(srcdir); \
317          if test -d $$d/$$file; then \
318            cp -pr $$d/$$file $(distdir)/$$file; \
319          else \
320            test -f $(distdir)/$$file \
321            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
322            || cp -p $$d/$$file $(distdir)/$$file || :; \
323          fi; \
324        done
325        for subdir in $(SUBDIRS); do \
326          if test "$$subdir" = .; then :; else \
327            test -d $(distdir)/$$subdir \
328            || mkdir $(distdir)/$$subdir \
329            || exit 1; \
330            chmod 777 $(distdir)/$$subdir; \
331            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
332              || exit 1; \
333          fi; \
334        done
335
336DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
337
338-include $(DEP_FILES)
339
340mostlyclean-depend:
341
342clean-depend:
343
344distclean-depend:
345        -rm -rf .deps
346
347maintainer-clean-depend:
348
349%.o: %.c
350        @echo '$(COMPILE) -c $<'; \
351        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
352        @-cp .deps/$(*F).pp .deps/$(*F).P; \
353        tr ' ' '\012' < .deps/$(*F).pp \
354          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
355            >> .deps/$(*F).P; \
356        rm .deps/$(*F).pp
357
358%.lo: %.c
359        @echo '$(LTCOMPILE) -c $<'; \
360        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
361        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
362          < .deps/$(*F).pp > .deps/$(*F).P; \
363        tr ' ' '\012' < .deps/$(*F).pp \
364          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365            >> .deps/$(*F).P; \
366        rm -f .deps/$(*F).pp
367
368%.o: %.cpp
369        @echo '$(CXXCOMPILE) -c $<'; \
370        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371        @-cp .deps/$(*F).pp .deps/$(*F).P; \
372        tr ' ' '\012' < .deps/$(*F).pp \
373          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
374            >> .deps/$(*F).P; \
375        rm .deps/$(*F).pp
376
377%.lo: %.cpp
378        @echo '$(LTCXXCOMPILE) -c $<'; \
379        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
380        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
381          < .deps/$(*F).pp > .deps/$(*F).P; \
382        tr ' ' '\012' < .deps/$(*F).pp \
383          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
384            >> .deps/$(*F).P; \
385        rm -f .deps/$(*F).pp
386info-am:
387info: info-recursive
388dvi-am:
389dvi: dvi-recursive
390check-am: all-am
391check: check-recursive
392installcheck-am:
393installcheck: installcheck-recursive
394install-exec-am: install-binPROGRAMS
395install-exec: install-exec-recursive
396
397install-data-am:
398install-data: install-data-recursive
399
400install-am: all-am
401        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402install: install-recursive
403uninstall-am: uninstall-binPROGRAMS
404uninstall: uninstall-recursive
405all-am: Makefile $(PROGRAMS)
406all-redirect: all-recursive
407install-strip:
408        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
409installdirs: installdirs-recursive
410installdirs-am:
411        $(mkinstalldirs)  $(DESTDIR)$(bindir)
412
413
414mostlyclean-generic:
415
416clean-generic:
417
418distclean-generic:
419        -rm -f Makefile $(CONFIG_CLEAN_FILES)
420        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
421
422maintainer-clean-generic:
423mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
424                mostlyclean-tags mostlyclean-depend mostlyclean-generic
425
426mostlyclean: mostlyclean-recursive
427
428clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
429                clean-generic mostlyclean-am
430
431clean: clean-recursive
432
433distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
434                distclean-depend distclean-generic clean-am
435
436distclean: distclean-recursive
437
438maintainer-clean-am:  maintainer-clean-binPROGRAMS \
439                maintainer-clean-compile maintainer-clean-tags \
440                maintainer-clean-depend maintainer-clean-generic \
441                distclean-am
442        @echo "This command is intended for maintainers to use;"
443        @echo "it deletes files that may require special tools to rebuild."
444
445maintainer-clean: maintainer-clean-recursive
446
447.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
448maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
449mostlyclean-compile distclean-compile clean-compile \
450maintainer-clean-compile install-data-recursive \
451uninstall-data-recursive install-exec-recursive \
452uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
453all-recursive check-recursive installcheck-recursive info-recursive \
454dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
455maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
456distclean-tags clean-tags maintainer-clean-tags distdir \
457mostlyclean-depend distclean-depend clean-depend \
458maintainer-clean-depend info-am info dvi-am dvi check check-am \
459installcheck-am installcheck install-exec-am install-exec \
460install-data-am install-data install-am install uninstall-am uninstall \
461all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
462distclean-generic clean-generic maintainer-clean-generic clean \
463mostlyclean distclean maintainer-clean
464
465
466# Tell versions [3.59,3.63) of GNU make to not export all variables.
467# Otherwise a system limit (for SysV at least) may be exceeded.
468.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.