1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Copyright (C) 2000 by Colin Phipps (cph@lxdoom.linuxgames.com)
20# License: GPL
21
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkglibexecdir = $(libexecdir)/@PACKAGE@
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39build_triplet = @build@
40host_triplet = @host@
41target_triplet = @target@
42subdir = src/SDL
43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/autotools/ac_c_compile_flags.m4 \
46	$(top_srcdir)/autotools/ac_cpu_optimisations.m4 \
47	$(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49	$(ACLOCAL_M4)
50mkinstalldirs = $(install_sh) -d
51CONFIG_HEADER = $(top_builddir)/config.h
52CONFIG_CLEAN_FILES =
53CONFIG_CLEAN_VPATH_FILES =
54LIBRARIES = $(noinst_LIBRARIES)
55AR = ar
56ARFLAGS = cru
57AM_V_AR = $(am__v_AR_$(V))
58am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
59am__v_AR_0 = @echo "  AR    " $@;
60AM_V_at = $(am__v_at_$(V))
61am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
62am__v_at_0 = @
63libsdldoom_a_AR = $(AR) $(ARFLAGS)
64libsdldoom_a_LIBADD =
65am_libsdldoom_a_OBJECTS = i_main.$(OBJEXT) i_network.$(OBJEXT) \
66	i_video.$(OBJEXT) i_sound.$(OBJEXT) i_system.$(OBJEXT) \
67	i_joy.$(OBJEXT) i_sshot.$(OBJEXT)
68libsdldoom_a_OBJECTS = $(am_libsdldoom_a_OBJECTS)
69DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
71am__depfiles_maybe = depfiles
72am__mv = mv -f
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75AM_V_CC = $(am__v_CC_$(V))
76am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
77am__v_CC_0 = @echo "  CC    " $@;
78CCLD = $(CC)
79LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
80AM_V_CCLD = $(am__v_CCLD_$(V))
81am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
82am__v_CCLD_0 = @echo "  CCLD  " $@;
83AM_V_GEN = $(am__v_GEN_$(V))
84am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
85am__v_GEN_0 = @echo "  GEN   " $@;
86SOURCES = $(libsdldoom_a_SOURCES)
87DIST_SOURCES = $(libsdldoom_a_SOURCES)
88ETAGS = etags
89CTAGS = ctags
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91ACLOCAL = @ACLOCAL@
92AMTAR = @AMTAR@
93AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@ @SDL_CFLAGS@
101CPP = @CPP@
102CPPFLAGS = @CPPFLAGS@
103CYGPATH_W = @CYGPATH_W@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106DOOMWADDIR = @DOOMWADDIR@
107ECHO_C = @ECHO_C@
108ECHO_N = @ECHO_N@
109ECHO_T = @ECHO_T@
110EGREP = @EGREP@
111EXEEXT = @EXEEXT@
112GL_LIBS = @GL_LIBS@
113GREP = @GREP@
114INSTALL = @INSTALL@
115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119LDFLAGS = @LDFLAGS@
120LIBOBJS = @LIBOBJS@
121LIBS = @LIBS@
122LN_S = @LN_S@
123LTLIBOBJS = @LTLIBOBJS@
124MAINT = @MAINT@
125MAKEINFO = @MAKEINFO@
126MATH_LIB = @MATH_LIB@
127MIXER_CFLAGS = @MIXER_CFLAGS@
128MIXER_LIBS = @MIXER_LIBS@
129MKDIR_P = @MKDIR_P@
130NET_CFLAGS = @NET_CFLAGS@
131NET_LIBS = @NET_LIBS@
132OBJEXT = @OBJEXT@
133PACKAGE = @PACKAGE@
134PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135PACKAGE_NAME = @PACKAGE_NAME@
136PACKAGE_STRING = @PACKAGE_STRING@
137PACKAGE_TARNAME = @PACKAGE_TARNAME@
138PACKAGE_URL = @PACKAGE_URL@
139PACKAGE_VERSION = @PACKAGE_VERSION@
140PATH_SEPARATOR = @PATH_SEPARATOR@
141RANLIB = @RANLIB@
142SDL_CFLAGS = @SDL_CFLAGS@
143SDL_CONFIG = @SDL_CONFIG@
144SDL_LIBS = @SDL_LIBS@
145SET_MAKE = @SET_MAKE@
146SHELL = @SHELL@
147STRIP = @STRIP@
148VERSION = @VERSION@
149abs_builddir = @abs_builddir@
150abs_srcdir = @abs_srcdir@
151abs_top_builddir = @abs_top_builddir@
152abs_top_srcdir = @abs_top_srcdir@
153ac_ct_CC = @ac_ct_CC@
154am__include = @am__include@
155am__leading_dot = @am__leading_dot@
156am__quote = @am__quote@
157am__tar = @am__tar@
158am__untar = @am__untar@
159bindir = @bindir@
160build = @build@
161build_alias = @build_alias@
162build_cpu = @build_cpu@
163build_os = @build_os@
164build_vendor = @build_vendor@
165builddir = @builddir@
166datadir = @datadir@
167datarootdir = @datarootdir@
168docdir = @docdir@
169dvidir = @dvidir@
170exec_prefix = @exec_prefix@
171host = @host@
172host_alias = @host_alias@
173host_cpu = @host_cpu@
174host_os = @host_os@
175host_vendor = @host_vendor@
176htmldir = @htmldir@
177includedir = @includedir@
178infodir = @infodir@
179install_sh = @install_sh@
180libdir = @libdir@
181libexecdir = @libexecdir@
182localedir = @localedir@
183localstatedir = @localstatedir@
184mandir = @mandir@
185mkdir_p = @mkdir_p@
186oldincludedir = @oldincludedir@
187pdfdir = @pdfdir@
188prefix = @prefix@
189program_transform_name = @program_transform_name@
190psdir = @psdir@
191sbindir = @sbindir@
192sharedstatedir = @sharedstatedir@
193srcdir = @srcdir@
194sysconfdir = @sysconfdir@
195target = @target@
196target_alias = @target_alias@
197target_cpu = @target_cpu@
198target_os = @target_os@
199target_vendor = @target_vendor@
200top_build_prefix = @top_build_prefix@
201top_builddir = @top_builddir@
202top_srcdir = @top_srcdir@
203noinst_LIBRARIES = libsdldoom.a
204libsdldoom_a_SOURCES = \
205 i_main.c       i_network.c     i_video.c       i_sound.c \
206 i_system.c     i_joy.c         i_sshot.c
207
208EXTRA_DIST = SDL_win32_main.c
209all: all-am
210
211.SUFFIXES:
212.SUFFIXES: .c .o .obj
213$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
214	@for dep in $?; do \
215	  case '$(am__configure_deps)' in \
216	    *$$dep*) \
217	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
218	        && { if test -f $@; then exit 0; else break; fi; }; \
219	      exit 1;; \
220	  esac; \
221	done; \
222	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/SDL/Makefile'; \
223	$(am__cd) $(top_srcdir) && \
224	  $(AUTOMAKE) --foreign src/SDL/Makefile
225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227	@case '$?' in \
228	  *config.status*) \
229	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230	  *) \
231	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233	esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242$(am__aclocal_m4_deps):
243
244clean-noinstLIBRARIES:
245	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
246libsdldoom.a: $(libsdldoom_a_OBJECTS) $(libsdldoom_a_DEPENDENCIES)
247	$(AM_V_at)-rm -f libsdldoom.a
248	$(AM_V_AR)$(libsdldoom_a_AR) libsdldoom.a $(libsdldoom_a_OBJECTS) $(libsdldoom_a_LIBADD)
249	$(AM_V_at)$(RANLIB) libsdldoom.a
250
251mostlyclean-compile:
252	-rm -f *.$(OBJEXT)
253
254distclean-compile:
255	-rm -f *.tab.c
256
257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_joy.Po@am__quote@
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_main.Po@am__quote@
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_network.Po@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_sound.Po@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_sshot.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_system.Po@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_video.Po@am__quote@
264
265.c.o:
266@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
267@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
268@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
269@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271@am__fastdepCC_FALSE@	$(COMPILE) -c $<
272
273.c.obj:
274@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
275@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
276@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
277@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
280
281ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
282	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
283	unique=`for i in $$list; do \
284	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285	  done | \
286	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
287	      END { if (nonempty) { for (i in files) print i; }; }'`; \
288	mkid -fID $$unique
289tags: TAGS
290
291TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
292		$(TAGS_FILES) $(LISP)
293	set x; \
294	here=`pwd`; \
295	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296	unique=`for i in $$list; do \
297	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298	  done | \
299	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
300	      END { if (nonempty) { for (i in files) print i; }; }'`; \
301	shift; \
302	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
303	  test -n "$$unique" || unique=$$empty_fix; \
304	  if test $$# -gt 0; then \
305	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306	      "$$@" $$unique; \
307	  else \
308	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309	      $$unique; \
310	  fi; \
311	fi
312ctags: CTAGS
313CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314		$(TAGS_FILES) $(LISP)
315	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316	unique=`for i in $$list; do \
317	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318	  done | \
319	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320	      END { if (nonempty) { for (i in files) print i; }; }'`; \
321	test -z "$(CTAGS_ARGS)$$unique" \
322	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
323	     $$unique
324
325GTAGS:
326	here=`$(am__cd) $(top_builddir) && pwd` \
327	  && $(am__cd) $(top_srcdir) \
328	  && gtags -i $(GTAGS_ARGS) "$$here"
329
330distclean-tags:
331	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
332
333distdir: $(DISTFILES)
334	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336	list='$(DISTFILES)'; \
337	  dist_files=`for file in $$list; do echo $$file; done | \
338	  sed -e "s|^$$srcdirstrip/||;t" \
339	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
340	case $$dist_files in \
341	  */*) $(MKDIR_P) `echo "$$dist_files" | \
342			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
343			   sort -u` ;; \
344	esac; \
345	for file in $$dist_files; do \
346	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
347	  if test -d $$d/$$file; then \
348	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
349	    if test -d "$(distdir)/$$file"; then \
350	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
351	    fi; \
352	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
353	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
354	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
355	    fi; \
356	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
357	  else \
358	    test -f "$(distdir)/$$file" \
359	    || cp -p $$d/$$file "$(distdir)/$$file" \
360	    || exit 1; \
361	  fi; \
362	done
363check-am: all-am
364check: check-am
365all-am: Makefile $(LIBRARIES)
366installdirs:
367install: install-am
368install-exec: install-exec-am
369install-data: install-data-am
370uninstall: uninstall-am
371
372install-am: all-am
373	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374
375installcheck: installcheck-am
376install-strip:
377	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379	  `test -z '$(STRIP)' || \
380	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
381mostlyclean-generic:
382
383clean-generic:
384
385distclean-generic:
386	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
388
389maintainer-clean-generic:
390	@echo "This command is intended for maintainers to use"
391	@echo "it deletes files that may require special tools to rebuild."
392clean: clean-am
393
394clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
395
396distclean: distclean-am
397	-rm -rf ./$(DEPDIR)
398	-rm -f Makefile
399distclean-am: clean-am distclean-compile distclean-generic \
400	distclean-tags
401
402dvi: dvi-am
403
404dvi-am:
405
406html: html-am
407
408html-am:
409
410info: info-am
411
412info-am:
413
414install-data-am:
415
416install-dvi: install-dvi-am
417
418install-dvi-am:
419
420install-exec-am:
421
422install-html: install-html-am
423
424install-html-am:
425
426install-info: install-info-am
427
428install-info-am:
429
430install-man:
431
432install-pdf: install-pdf-am
433
434install-pdf-am:
435
436install-ps: install-ps-am
437
438install-ps-am:
439
440installcheck-am:
441
442maintainer-clean: maintainer-clean-am
443	-rm -rf ./$(DEPDIR)
444	-rm -f Makefile
445maintainer-clean-am: distclean-am maintainer-clean-generic
446
447mostlyclean: mostlyclean-am
448
449mostlyclean-am: mostlyclean-compile mostlyclean-generic
450
451pdf: pdf-am
452
453pdf-am:
454
455ps: ps-am
456
457ps-am:
458
459uninstall-am:
460
461.MAKE: install-am install-strip
462
463.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
464	clean-noinstLIBRARIES ctags distclean distclean-compile \
465	distclean-generic distclean-tags distdir dvi dvi-am html \
466	html-am info info-am install install-am install-data \
467	install-data-am install-dvi install-dvi-am install-exec \
468	install-exec-am install-html install-html-am install-info \
469	install-info-am install-man install-pdf install-pdf-am \
470	install-ps install-ps-am install-strip installcheck \
471	installcheck-am installdirs maintainer-clean \
472	maintainer-clean-generic mostlyclean mostlyclean-compile \
473	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
474	uninstall-am
475
476
477# Tell versions [3.59,3.63) of GNU make to not export all variables.
478# Otherwise a system limit (for SysV at least) may be exceeded.
479.NOEXPORT:
480