1# Makefile.in generated automatically by automake 1.4 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 = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AS = @AS@
67CC = @CC@
68CPP = @CPP@
69DLLTOOL = @DLLTOOL@
70DL_LIB = @DL_LIB@
71GUESS_BIG_ENDIAN = @GUESS_BIG_ENDIAN@
72GUESS_LITTLE_ENDIAN = @GUESS_LITTLE_ENDIAN@
73LD = @LD@
74LIBTOOL = @LIBTOOL@
75LN_S = @LN_S@
76MAKEINFO = @MAKEINFO@
77NM = @NM@
78OBJDUMP = @OBJDUMP@
79PACKAGE = @PACKAGE@
80RANLIB = @RANLIB@
81SOX = @SOX@
82VERSION = @VERSION@
83
84EXTRA_DIST = acendian.m4 acconfig.h README.original
85
86pkglib_LTLIBRARIES = libvsound.la
87
88libvsound_la_SOURCES = vsound.c
89libvsound_la_LIBADD = $(DL_LIB)
90libvsound_la_LDFLAGS = -module -avoid-version
91
92bin_SCRIPTS = vsound
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = config.h
96CONFIG_CLEAN_FILES =  vsound
97LTLIBRARIES =  $(pkglib_LTLIBRARIES)
98
99
100DEFS = @DEFS@ -I. -I$(srcdir) -I.
101CPPFLAGS = @CPPFLAGS@
102LDFLAGS = @LDFLAGS@
103LIBS = @LIBS@
104libvsound_la_DEPENDENCIES =
105libvsound_la_OBJECTS =  vsound.lo
106SCRIPTS =  $(bin_SCRIPTS)
107
108CFLAGS = @CFLAGS@
109COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111CCLD = $(CC)
112LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
114Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
115config.h.in config.sub configure configure.in install-sh ltconfig \
116ltmain.sh missing mkinstalldirs vsound.in
117
118
119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121TAR = gtar
122GZIP_ENV = --best
123SOURCES = $(libvsound_la_SOURCES)
124OBJECTS = $(libvsound_la_OBJECTS)
125
126all: all-redirect
127.SUFFIXES:
128.SUFFIXES: .S .c .lo .o .s
129$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
130	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
131
132Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
133	cd $(top_builddir) \
134	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136$(ACLOCAL_M4):  configure.in
137	cd $(srcdir) && $(ACLOCAL)
138
139config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140	$(SHELL) ./config.status --recheck
141$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
142	cd $(srcdir) && $(AUTOCONF)
143
144config.h: stamp-h
145	@if test ! -f $@; then \
146		rm -f stamp-h; \
147		$(MAKE) stamp-h; \
148	else :; fi
149stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
150	cd $(top_builddir) \
151	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
152	     $(SHELL) ./config.status
153	@echo timestamp > stamp-h 2> /dev/null
154$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
155	@if test ! -f $@; then \
156		rm -f $(srcdir)/stamp-h.in; \
157		$(MAKE) $(srcdir)/stamp-h.in; \
158	else :; fi
159$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
160	cd $(top_srcdir) && $(AUTOHEADER)
161	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
162
163mostlyclean-hdr:
164
165clean-hdr:
166
167distclean-hdr:
168	-rm -f config.h
169
170maintainer-clean-hdr:
171vsound: $(top_builddir)/config.status vsound.in
172	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
173
174mostlyclean-pkglibLTLIBRARIES:
175
176clean-pkglibLTLIBRARIES:
177	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
178
179distclean-pkglibLTLIBRARIES:
180
181maintainer-clean-pkglibLTLIBRARIES:
182
183install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
184	@$(NORMAL_INSTALL)
185	$(mkinstalldirs) $(DESTDIR)$(pkglibdir)
186	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
187	  if test -f $$p; then \
188	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
189	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
190	  else :; fi; \
191	done
192
193uninstall-pkglibLTLIBRARIES:
194	@$(NORMAL_UNINSTALL)
195	list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
196	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
197	done
198
199.c.o:
200	$(COMPILE) -c $<
201
202.s.o:
203	$(COMPILE) -c $<
204
205.S.o:
206	$(COMPILE) -c $<
207
208mostlyclean-compile:
209	-rm -f *.o core *.core
210
211clean-compile:
212
213distclean-compile:
214	-rm -f *.tab.c
215
216maintainer-clean-compile:
217
218.c.lo:
219	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
220
221.s.lo:
222	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
224.S.lo:
225	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
226
227mostlyclean-libtool:
228	-rm -f *.lo
229
230clean-libtool:
231	-rm -rf .libs _libs
232
233distclean-libtool:
234
235maintainer-clean-libtool:
236
237libvsound.la: $(libvsound_la_OBJECTS) $(libvsound_la_DEPENDENCIES)
238	$(LINK) -rpath $(pkglibdir) $(libvsound_la_LDFLAGS) $(libvsound_la_OBJECTS) $(libvsound_la_LIBADD) $(LIBS)
239
240install-binSCRIPTS: $(bin_SCRIPTS)
241	@$(NORMAL_INSTALL)
242	$(mkinstalldirs) $(DESTDIR)$(bindir)
243	@list='$(bin_SCRIPTS)'; for p in $$list; do \
244	  if test -f $$p; then \
245	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
246	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
247	  else if test -f $(srcdir)/$$p; then \
248	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
249	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
250	  else :; fi; fi; \
251	done
252
253uninstall-binSCRIPTS:
254	@$(NORMAL_UNINSTALL)
255	list='$(bin_SCRIPTS)'; for p in $$list; do \
256	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
257	done
258
259tags: TAGS
260
261ID: $(HEADERS) $(SOURCES) $(LISP)
262	list='$(SOURCES) $(HEADERS)'; \
263	unique=`for i in $$list; do echo $$i; done | \
264	  awk '    { files[$$0] = 1; } \
265	       END { for (i in files) print i; }'`; \
266	here=`pwd` && cd $(srcdir) \
267	  && mkid -f$$here/ID $$unique $(LISP)
268
269TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
270	tags=; \
271	here=`pwd`; \
272	list='$(SOURCES) $(HEADERS)'; \
273	unique=`for i in $$list; do echo $$i; done | \
274	  awk '    { files[$$0] = 1; } \
275	       END { for (i in files) print i; }'`; \
276	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
277	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
278
279mostlyclean-tags:
280
281clean-tags:
282
283distclean-tags:
284	-rm -f TAGS ID
285
286maintainer-clean-tags:
287
288distdir = $(PACKAGE)-$(VERSION)
289top_distdir = $(distdir)
290
291# This target untars the dist file and tries a VPATH configuration.  Then
292# it guarantees that the distribution is self-contained by making another
293# tarfile.
294distcheck: dist
295	-rm -rf $(distdir)
296	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
297	mkdir $(distdir)/=build
298	mkdir $(distdir)/=inst
299	dc_install_base=`cd $(distdir)/=inst && pwd`; \
300	cd $(distdir)/=build \
301	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
302	  && $(MAKE) $(AM_MAKEFLAGS) \
303	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
304	  && $(MAKE) $(AM_MAKEFLAGS) check \
305	  && $(MAKE) $(AM_MAKEFLAGS) install \
306	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
307	  && $(MAKE) $(AM_MAKEFLAGS) dist
308	-rm -rf $(distdir)
309	@banner="$(distdir).tar.gz is ready for distribution"; \
310	dashes=`echo "$$banner" | sed s/./=/g`; \
311	echo "$$dashes"; \
312	echo "$$banner"; \
313	echo "$$dashes"
314dist: distdir
315	-chmod -R a+r $(distdir)
316	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
317	-rm -rf $(distdir)
318dist-all: distdir
319	-chmod -R a+r $(distdir)
320	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
321	-rm -rf $(distdir)
322distdir: $(DISTFILES)
323	-rm -rf $(distdir)
324	mkdir $(distdir)
325	-chmod 777 $(distdir)
326	@for file in $(DISTFILES); do \
327	  d=$(srcdir); \
328	  if test -d $$d/$$file; then \
329	    cp -pr $$/$$file $(distdir)/$$file; \
330	  else \
331	    test -f $(distdir)/$$file \
332	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
333	    || cp -p $$d/$$file $(distdir)/$$file || :; \
334	  fi; \
335	done
336vsound.lo vsound.o : vsound.c config.h
337
338info-am:
339info: info-am
340dvi-am:
341dvi: dvi-am
342check-am: all-am
343check: check-am
344installcheck-am:
345installcheck: installcheck-am
346all-recursive-am: config.h
347	$(MAKE) $(AM_MAKEFLAGS) all-recursive
348
349install-exec-am: install-pkglibLTLIBRARIES install-binSCRIPTS
350install-exec: install-exec-am
351
352install-data-am:
353install-data: install-data-am
354
355install-am: all-am
356	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357install: install-am
358uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-binSCRIPTS
359uninstall: uninstall-am
360all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) config.h
361all-redirect: all-am
362install-strip:
363	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
364installdirs:
365	$(mkinstalldirs)  $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir)
366
367
368mostlyclean-generic:
369
370clean-generic:
371
372distclean-generic:
373	-rm -f Makefile $(CONFIG_CLEAN_FILES)
374	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
375
376maintainer-clean-generic:
377mostlyclean-am:  mostlyclean-hdr mostlyclean-pkglibLTLIBRARIES \
378		mostlyclean-compile mostlyclean-libtool \
379		mostlyclean-tags mostlyclean-generic
380
381mostlyclean: mostlyclean-am
382
383clean-am:  clean-hdr clean-pkglibLTLIBRARIES clean-compile clean-libtool \
384		clean-tags clean-generic mostlyclean-am
385
386clean: clean-am
387
388distclean-am:  distclean-hdr distclean-pkglibLTLIBRARIES \
389		distclean-compile distclean-libtool distclean-tags \
390		distclean-generic clean-am
391	-rm -f libtool
392
393distclean: distclean-am
394	-rm -f config.status
395
396maintainer-clean-am:  maintainer-clean-hdr \
397		maintainer-clean-pkglibLTLIBRARIES \
398		maintainer-clean-compile maintainer-clean-libtool \
399		maintainer-clean-tags maintainer-clean-generic \
400		distclean-am
401	@echo "This command is intended for maintainers to use;"
402	@echo "it deletes files that may require special tools to rebuild."
403
404maintainer-clean: maintainer-clean-am
405	-rm -f config.status
406
407.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
408mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
409clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
410uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
411mostlyclean-compile distclean-compile clean-compile \
412maintainer-clean-compile mostlyclean-libtool distclean-libtool \
413clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \
414install-binSCRIPTS tags mostlyclean-tags distclean-tags clean-tags \
415maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
416installcheck-am installcheck all-recursive-am install-exec-am \
417install-exec install-data-am install-data install-am install \
418uninstall-am uninstall all-redirect all-am all installdirs \
419mostlyclean-generic distclean-generic clean-generic \
420maintainer-clean-generic clean mostlyclean distclean maintainer-clean
421
422
423# Tell versions [3.59,3.63) of GNU make to not export all variables.
424# Otherwise a system limit (for SysV at least) may be exceeded.
425.NOEXPORT:
426