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/PCSOUND
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 = @
63libpcsound_a_AR = $(AR) $(ARFLAGS)
64libpcsound_a_LIBADD =
65am_libpcsound_a_OBJECTS = pcsound.$(OBJEXT) pcsound_sdl.$(OBJEXT)
66libpcsound_a_OBJECTS = $(am_libpcsound_a_OBJECTS)
67DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
69am__depfiles_maybe = depfiles
70am__mv = mv -f
71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73AM_V_CC = $(am__v_CC_$(V))
74am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
75am__v_CC_0 = @echo "  CC    " $@;
76CCLD = $(CC)
77LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78AM_V_CCLD = $(am__v_CCLD_$(V))
79am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
80am__v_CCLD_0 = @echo "  CCLD  " $@;
81AM_V_GEN = $(am__v_GEN_$(V))
82am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
83am__v_GEN_0 = @echo "  GEN   " $@;
84SOURCES = $(libpcsound_a_SOURCES)
85DIST_SOURCES = $(libpcsound_a_SOURCES)
86ETAGS = etags
87CTAGS = ctags
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89ACLOCAL = @ACLOCAL@
90AMTAR = @AMTAR@
91AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92AUTOCONF = @AUTOCONF@
93AUTOHEADER = @AUTOHEADER@
94AUTOMAKE = @AUTOMAKE@
95AWK = @AWK@
96CC = @CC@
97CCDEPMODE = @CCDEPMODE@
98CFLAGS = @CFLAGS@ @SDL_CFLAGS@
99CPP = @CPP@
100CPPFLAGS = @CPPFLAGS@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104DOOMWADDIR = @DOOMWADDIR@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110GL_LIBS = @GL_LIBS@
111GREP = @GREP@
112INSTALL = @INSTALL@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117LDFLAGS = @LDFLAGS@
118LIBOBJS = @LIBOBJS@
119LIBS = @LIBS@
120LN_S = @LN_S@
121LTLIBOBJS = @LTLIBOBJS@
122MAINT = @MAINT@
123MAKEINFO = @MAKEINFO@
124MATH_LIB = @MATH_LIB@
125MIXER_CFLAGS = @MIXER_CFLAGS@
126MIXER_LIBS = @MIXER_LIBS@
127MKDIR_P = @MKDIR_P@
128NET_CFLAGS = @NET_CFLAGS@
129NET_LIBS = @NET_LIBS@
130OBJEXT = @OBJEXT@
131PACKAGE = @PACKAGE@
132PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133PACKAGE_NAME = @PACKAGE_NAME@
134PACKAGE_STRING = @PACKAGE_STRING@
135PACKAGE_TARNAME = @PACKAGE_TARNAME@
136PACKAGE_URL = @PACKAGE_URL@
137PACKAGE_VERSION = @PACKAGE_VERSION@
138PATH_SEPARATOR = @PATH_SEPARATOR@
139RANLIB = @RANLIB@
140SDL_CFLAGS = @SDL_CFLAGS@
141SDL_CONFIG = @SDL_CONFIG@
142SDL_LIBS = @SDL_LIBS@
143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
146VERSION = @VERSION@
147abs_builddir = @abs_builddir@
148abs_srcdir = @abs_srcdir@
149abs_top_builddir = @abs_top_builddir@
150abs_top_srcdir = @abs_top_srcdir@
151ac_ct_CC = @ac_ct_CC@
152am__include = @am__include@
153am__leading_dot = @am__leading_dot@
154am__quote = @am__quote@
155am__tar = @am__tar@
156am__untar = @am__untar@
157bindir = @bindir@
158build = @build@
159build_alias = @build_alias@
160build_cpu = @build_cpu@
161build_os = @build_os@
162build_vendor = @build_vendor@
163builddir = @builddir@
164datadir = @datadir@
165datarootdir = @datarootdir@
166docdir = @docdir@
167dvidir = @dvidir@
168exec_prefix = @exec_prefix@
169host = @host@
170host_alias = @host_alias@
171host_cpu = @host_cpu@
172host_os = @host_os@
173host_vendor = @host_vendor@
174htmldir = @htmldir@
175includedir = @includedir@
176infodir = @infodir@
177install_sh = @install_sh@
178libdir = @libdir@
179libexecdir = @libexecdir@
180localedir = @localedir@
181localstatedir = @localstatedir@
182mandir = @mandir@
183mkdir_p = @mkdir_p@
184oldincludedir = @oldincludedir@
185pdfdir = @pdfdir@
186prefix = @prefix@
187program_transform_name = @program_transform_name@
188psdir = @psdir@
189sbindir = @sbindir@
190sharedstatedir = @sharedstatedir@
191srcdir = @srcdir@
192sysconfdir = @sysconfdir@
193target = @target@
194target_alias = @target_alias@
195target_cpu = @target_cpu@
196target_os = @target_os@
197target_vendor = @target_vendor@
198top_build_prefix = @top_build_prefix@
199top_builddir = @top_builddir@
200top_srcdir = @top_srcdir@
201noinst_LIBRARIES = libpcsound.a
202libpcsound_a_SOURCES = \
203  pcsound.c \
204  pcsound.h \
205  pcsound_sdl.c
206
207EXTRA_DIST = pcsound_linux.c pcsound_win32.c
208all: all-am
209
210.SUFFIXES:
211.SUFFIXES: .c .o .obj
212$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
213	@for dep in $?; do \
214	  case '$(am__configure_deps)' in \
215	    *$$dep*) \
216	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
217	        && { if test -f $@; then exit 0; else break; fi; }; \
218	      exit 1;; \
219	  esac; \
220	done; \
221	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/PCSOUND/Makefile'; \
222	$(am__cd) $(top_srcdir) && \
223	  $(AUTOMAKE) --foreign src/PCSOUND/Makefile
224.PRECIOUS: Makefile
225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226	@case '$?' in \
227	  *config.status*) \
228	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229	  *) \
230	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232	esac;
233
234$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241$(am__aclocal_m4_deps):
242
243clean-noinstLIBRARIES:
244	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
245libpcsound.a: $(libpcsound_a_OBJECTS) $(libpcsound_a_DEPENDENCIES)
246	$(AM_V_at)-rm -f libpcsound.a
247	$(AM_V_AR)$(libpcsound_a_AR) libpcsound.a $(libpcsound_a_OBJECTS) $(libpcsound_a_LIBADD)
248	$(AM_V_at)$(RANLIB) libpcsound.a
249
250mostlyclean-compile:
251	-rm -f *.$(OBJEXT)
252
253distclean-compile:
254	-rm -f *.tab.c
255
256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcsound.Po@am__quote@
257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcsound_sdl.Po@am__quote@
258
259.c.o:
260@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
263@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265@am__fastdepCC_FALSE@	$(COMPILE) -c $<
266
267.c.obj:
268@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
269@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
270@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
271@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
274
275ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277	unique=`for i in $$list; do \
278	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279	  done | \
280	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281	      END { if (nonempty) { for (i in files) print i; }; }'`; \
282	mkid -fID $$unique
283tags: TAGS
284
285TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286		$(TAGS_FILES) $(LISP)
287	set x; \
288	here=`pwd`; \
289	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
290	unique=`for i in $$list; do \
291	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292	  done | \
293	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294	      END { if (nonempty) { for (i in files) print i; }; }'`; \
295	shift; \
296	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
297	  test -n "$$unique" || unique=$$empty_fix; \
298	  if test $$# -gt 0; then \
299	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300	      "$$@" $$unique; \
301	  else \
302	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
303	      $$unique; \
304	  fi; \
305	fi
306ctags: CTAGS
307CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308		$(TAGS_FILES) $(LISP)
309	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
310	unique=`for i in $$list; do \
311	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312	  done | \
313	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314	      END { if (nonempty) { for (i in files) print i; }; }'`; \
315	test -z "$(CTAGS_ARGS)$$unique" \
316	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
317	     $$unique
318
319GTAGS:
320	here=`$(am__cd) $(top_builddir) && pwd` \
321	  && $(am__cd) $(top_srcdir) \
322	  && gtags -i $(GTAGS_ARGS) "$$here"
323
324distclean-tags:
325	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
327distdir: $(DISTFILES)
328	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330	list='$(DISTFILES)'; \
331	  dist_files=`for file in $$list; do echo $$file; done | \
332	  sed -e "s|^$$srcdirstrip/||;t" \
333	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334	case $$dist_files in \
335	  */*) $(MKDIR_P) `echo "$$dist_files" | \
336			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337			   sort -u` ;; \
338	esac; \
339	for file in $$dist_files; do \
340	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341	  if test -d $$d/$$file; then \
342	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
343	    if test -d "$(distdir)/$$file"; then \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
348	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349	    fi; \
350	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351	  else \
352	    test -f "$(distdir)/$$file" \
353	    || cp -p $$d/$$file "$(distdir)/$$file" \
354	    || exit 1; \
355	  fi; \
356	done
357check-am: all-am
358check: check-am
359all-am: Makefile $(LIBRARIES)
360installdirs:
361install: install-am
362install-exec: install-exec-am
363install-data: install-data-am
364uninstall: uninstall-am
365
366install-am: all-am
367	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369installcheck: installcheck-am
370install-strip:
371	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
373	  `test -z '$(STRIP)' || \
374	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
375mostlyclean-generic:
376
377clean-generic:
378
379distclean-generic:
380	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
382
383maintainer-clean-generic:
384	@echo "This command is intended for maintainers to use"
385	@echo "it deletes files that may require special tools to rebuild."
386clean: clean-am
387
388clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
389
390distclean: distclean-am
391	-rm -rf ./$(DEPDIR)
392	-rm -f Makefile
393distclean-am: clean-am distclean-compile distclean-generic \
394	distclean-tags
395
396dvi: dvi-am
397
398dvi-am:
399
400html: html-am
401
402html-am:
403
404info: info-am
405
406info-am:
407
408install-data-am:
409
410install-dvi: install-dvi-am
411
412install-dvi-am:
413
414install-exec-am:
415
416install-html: install-html-am
417
418install-html-am:
419
420install-info: install-info-am
421
422install-info-am:
423
424install-man:
425
426install-pdf: install-pdf-am
427
428install-pdf-am:
429
430install-ps: install-ps-am
431
432install-ps-am:
433
434installcheck-am:
435
436maintainer-clean: maintainer-clean-am
437	-rm -rf ./$(DEPDIR)
438	-rm -f Makefile
439maintainer-clean-am: distclean-am maintainer-clean-generic
440
441mostlyclean: mostlyclean-am
442
443mostlyclean-am: mostlyclean-compile mostlyclean-generic
444
445pdf: pdf-am
446
447pdf-am:
448
449ps: ps-am
450
451ps-am:
452
453uninstall-am:
454
455.MAKE: install-am install-strip
456
457.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
458	clean-noinstLIBRARIES ctags distclean distclean-compile \
459	distclean-generic distclean-tags distdir dvi dvi-am html \
460	html-am info info-am install install-am install-data \
461	install-data-am install-dvi install-dvi-am install-exec \
462	install-exec-am install-html install-html-am install-info \
463	install-info-am install-man install-pdf install-pdf-am \
464	install-ps install-ps-am install-strip installcheck \
465	installcheck-am installdirs maintainer-clean \
466	maintainer-clean-generic mostlyclean mostlyclean-compile \
467	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
468	uninstall-am
469
470
471# Tell versions [3.59,3.63) of GNU make to not export all variables.
472# Otherwise a system limit (for SysV at least) may be exceeded.
473.NOEXPORT:
474