1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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 = /bin/bash
15
16srcdir = .
17top_srcdir = ../..
18
19prefix = /usr/local
20exec_prefix = ${prefix}
21
22bindir = ${exec_prefix}/bin
23sbindir = ${exec_prefix}/sbin
24libexecdir = ${exec_prefix}/libexec
25datadir = ${datarootdir}
26datarootdir = ${prefix}/share
27sysconfdir = ${prefix}/etc
28sharedstatedir = ${prefix}/com
29localstatedir = ${prefix}/var
30libdir = ${exec_prefix}/lib
31infodir = ${datarootdir}/info
32mandir = ${datarootdir}/man
33includedir = ${prefix}/include
34oldincludedir = /usr/include
35
36DESTDIR =
37
38pkgdatadir = $(datadir)/sopwith
39pkglibdir = $(libdir)/sopwith
40pkgincludedir = $(includedir)/sopwith
41
42top_builddir = ../..
43
44ACLOCAL = /home/jesse/Code/sopwith-1.8.4/autotools/missing aclocal-1.4
45AUTOCONF = autoconf
46AUTOMAKE = /home/jesse/Code/sopwith-1.8.4/autotools/missing automake-1.4
47AUTOHEADER = autoheader
48
49INSTALL = /usr/bin/install -c
50INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
51INSTALL_DATA = ${INSTALL} -m 644
52INSTALL_SCRIPT = ${INSTALL}
53transform = s,x,x,
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_alias =
62build_triplet = x86_64-unknown-linux-gnu
63host_alias =
64host_triplet = x86_64-unknown-linux-gnu
65target_alias =
66target_triplet = x86_64-unknown-linux-gnu
67CC = gcc
68MAKEINFO = makeinfo
69PACKAGE = sopwith
70PKG_CONFIG = @PKG_CONFIG@
71RANLIB = ranlib
72SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
73SDL_CONFIG = /usr/bin/sdl-config
74SDL_LIBS = -L/usr/lib/x86_64-linux-gnu -lSDL
75SOPWITH_BINS =  sopwith
76SOPWITH_SUBDIRS =  sdl
77VERSION = 1.8.4
78
79CFLAGS = -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I..
80
81noinst_LIBRARIES = libsdlsopwith.a
82
83libsdlsopwith_a_SOURCES = video.c pcsound.c timer.c
84mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
85CONFIG_HEADER = ../../config.h
86CONFIG_CLEAN_FILES =
87LIBRARIES =  $(noinst_LIBRARIES)
88
89
90DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../..
91CPPFLAGS =
92LDFLAGS =
93LIBS =
94libsdlsopwith_a_LIBADD =
95libsdlsopwith_a_OBJECTS =  video.o pcsound.o timer.o
96AR = ar
97COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98CCLD = $(CC)
99LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
100DIST_COMMON =  Makefile.am Makefile.in
101
102
103DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105TAR = tar
106GZIP_ENV = --best
107DEP_FILES =  .deps/pcsound.P .deps/timer.P .deps/video.P
108SOURCES = $(libsdlsopwith_a_SOURCES)
109OBJECTS = $(libsdlsopwith_a_OBJECTS)
110
111all: all-redirect
112.SUFFIXES:
113.SUFFIXES: .S .c .o .s
114$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115	cd $(top_srcdir) && $(AUTOMAKE) --gnu src/sdl/Makefile
116
117Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
118	cd $(top_builddir) \
119	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121
122mostlyclean-noinstLIBRARIES:
123
124clean-noinstLIBRARIES:
125	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
126
127distclean-noinstLIBRARIES:
128
129maintainer-clean-noinstLIBRARIES:
130
131.s.o:
132	$(COMPILE) -c $<
133
134.S.o:
135	$(COMPILE) -c $<
136
137mostlyclean-compile:
138	-rm -f *.o core *.core
139
140clean-compile:
141
142distclean-compile:
143	-rm -f *.tab.c
144
145maintainer-clean-compile:
146
147libsdlsopwith.a: $(libsdlsopwith_a_OBJECTS) $(libsdlsopwith_a_DEPENDENCIES)
148	-rm -f libsdlsopwith.a
149	$(AR) cru libsdlsopwith.a $(libsdlsopwith_a_OBJECTS) $(libsdlsopwith_a_LIBADD)
150	$(RANLIB) libsdlsopwith.a
151
152tags: TAGS
153
154ID: $(HEADERS) $(SOURCES) $(LISP)
155	list='$(SOURCES) $(HEADERS)'; \
156	unique=`for i in $$list; do echo $$i; done | \
157	  awk '    { files[$$0] = 1; } \
158	       END { for (i in files) print i; }'`; \
159	here=`pwd` && cd $(srcdir) \
160	  && mkid -f$$here/ID $$unique $(LISP)
161
162TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
163	tags=; \
164	here=`pwd`; \
165	list='$(SOURCES) $(HEADERS)'; \
166	unique=`for i in $$list; do echo $$i; done | \
167	  awk '    { files[$$0] = 1; } \
168	       END { for (i in files) print i; }'`; \
169	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
170	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
171
172mostlyclean-tags:
173
174clean-tags:
175
176distclean-tags:
177	-rm -f TAGS ID
178
179maintainer-clean-tags:
180
181distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
182
183subdir = src/sdl
184
185distdir: $(DISTFILES)
186	here=`cd $(top_builddir) && pwd`; \
187	top_distdir=`cd $(top_distdir) && pwd`; \
188	distdir=`cd $(distdir) && pwd`; \
189	cd $(top_srcdir) \
190	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/sdl/Makefile
191	@for file in $(DISTFILES); do \
192	  d=$(srcdir); \
193	  if test -d $$d/$$file; then \
194	    cp -pr $$d/$$file $(distdir)/$$file; \
195	  else \
196	    test -f $(distdir)/$$file \
197	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
198	    || cp -p $$d/$$file $(distdir)/$$file || :; \
199	  fi; \
200	done
201
202DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
203
204-include $(DEP_FILES)
205
206mostlyclean-depend:
207
208clean-depend:
209
210distclean-depend:
211	-rm -rf .deps
212
213maintainer-clean-depend:
214
215%.o: %.c
216	@echo '$(COMPILE) -c $<'; \
217	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
218	@-cp .deps/$(*F).pp .deps/$(*F).P; \
219	tr ' ' '\012' < .deps/$(*F).pp \
220	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
221	    >> .deps/$(*F).P; \
222	rm .deps/$(*F).pp
223
224%.lo: %.c
225	@echo '$(LTCOMPILE) -c $<'; \
226	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
227	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
228	  < .deps/$(*F).pp > .deps/$(*F).P; \
229	tr ' ' '\012' < .deps/$(*F).pp \
230	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
231	    >> .deps/$(*F).P; \
232	rm -f .deps/$(*F).pp
233info-am:
234info: info-am
235dvi-am:
236dvi: dvi-am
237check-am: all-am
238check: check-am
239installcheck-am:
240installcheck: installcheck-am
241install-exec-am:
242install-exec: install-exec-am
243
244install-data-am:
245install-data: install-data-am
246
247install-am: all-am
248	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
249install: install-am
250uninstall-am:
251uninstall: uninstall-am
252all-am: Makefile $(LIBRARIES)
253all-redirect: all-am
254install-strip:
255	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
256installdirs:
257
258
259mostlyclean-generic:
260
261clean-generic:
262
263distclean-generic:
264	-rm -f Makefile $(CONFIG_CLEAN_FILES)
265	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
266
267maintainer-clean-generic:
268mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
269		mostlyclean-tags mostlyclean-depend mostlyclean-generic
270
271mostlyclean: mostlyclean-am
272
273clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
274		clean-generic mostlyclean-am
275
276clean: clean-am
277
278distclean-am:  distclean-noinstLIBRARIES distclean-compile \
279		distclean-tags distclean-depend distclean-generic \
280		clean-am
281
282distclean: distclean-am
283
284maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
285		maintainer-clean-compile maintainer-clean-tags \
286		maintainer-clean-depend maintainer-clean-generic \
287		distclean-am
288	@echo "This command is intended for maintainers to use;"
289	@echo "it deletes files that may require special tools to rebuild."
290
291maintainer-clean: maintainer-clean-am
292
293.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
294clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
295mostlyclean-compile distclean-compile clean-compile \
296maintainer-clean-compile tags mostlyclean-tags distclean-tags \
297clean-tags maintainer-clean-tags distdir mostlyclean-depend \
298distclean-depend clean-depend maintainer-clean-depend info-am info \
299dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
300install-exec install-data-am install-data install-am install \
301uninstall-am uninstall all-redirect all-am all installdirs \
302mostlyclean-generic distclean-generic clean-generic \
303maintainer-clean-generic clean mostlyclean distclean maintainer-clean
304
305
306# Tell versions [3.59,3.63) of GNU make to not export all variables.
307# Otherwise a system limit (for SysV at least) may be exceeded.
308.NOEXPORT:
309