/[svn]/linuxsampler/trunk/src/audiodriver/Makefile.in
ViewVC logotype

Annotation of /linuxsampler/trunk/src/audiodriver/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (hide annotations) (download)
Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 10977 byte(s)
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation

1 schoenebeck 53 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5     # Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16     SHELL = @SHELL@
17    
18     srcdir = @srcdir@
19     top_srcdir = @top_srcdir@
20     VPATH = @srcdir@
21     prefix = @prefix@
22     exec_prefix = @exec_prefix@
23    
24     bindir = @bindir@
25     sbindir = @sbindir@
26     libexecdir = @libexecdir@
27     datadir = @datadir@
28     sysconfdir = @sysconfdir@
29     sharedstatedir = @sharedstatedir@
30     localstatedir = @localstatedir@
31     libdir = @libdir@
32     infodir = @infodir@
33     mandir = @mandir@
34     includedir = @includedir@
35     oldincludedir = /usr/include
36     pkgdatadir = $(datadir)/@PACKAGE@
37     pkglibdir = $(libdir)/@PACKAGE@
38     pkgincludedir = $(includedir)/@PACKAGE@
39     top_builddir = ../..
40    
41     ACLOCAL = @ACLOCAL@
42     AUTOCONF = @AUTOCONF@
43     AUTOMAKE = @AUTOMAKE@
44     AUTOHEADER = @AUTOHEADER@
45    
46     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47     INSTALL = @INSTALL@
48     INSTALL_PROGRAM = @INSTALL_PROGRAM@
49     INSTALL_DATA = @INSTALL_DATA@
50     install_sh_DATA = $(install_sh) -c -m 644
51     install_sh_PROGRAM = $(install_sh) -c
52     install_sh_SCRIPT = $(install_sh) -c
53     INSTALL_SCRIPT = @INSTALL_SCRIPT@
54     INSTALL_HEADER = $(INSTALL_DATA)
55     transform = @program_transform_name@
56     NORMAL_INSTALL = :
57     PRE_INSTALL = :
58     POST_INSTALL = :
59     NORMAL_UNINSTALL = :
60     PRE_UNINSTALL = :
61     POST_UNINSTALL = :
62     build_alias = @build_alias@
63     build_triplet = @build@
64     host_alias = @host_alias@
65     host_triplet = @host@
66     target_alias = @target_alias@
67     target_triplet = @target@
68    
69     EXEEXT = @EXEEXT@
70     OBJEXT = @OBJEXT@
71     PATH_SEPARATOR = @PATH_SEPARATOR@
72     AMTAR = @AMTAR@
73     AR = @AR@
74     AS = @AS@
75     AWK = @AWK@
76     CC = @CC@
77     CXX = @CXX@
78     CXXCPP = @CXXCPP@
79     DEPDIR = @DEPDIR@
80     DLLTOOL = @DLLTOOL@
81     ECHO = @ECHO@
82     EGREP = @EGREP@
83     F77 = @F77@
84     GCJ = @GCJ@
85     GCJFLAGS = @GCJFLAGS@
86     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87     JACK_CFLAGS = @JACK_CFLAGS@
88     JACK_LIBS = @JACK_LIBS@
89     LIBTOOL = @LIBTOOL@
90     LN_S = @LN_S@
91     OBJDUMP = @OBJDUMP@
92     PACKAGE = @PACKAGE@
93     PKG_CONFIG = @PKG_CONFIG@
94     RANLIB = @RANLIB@
95     RC = @RC@
96     STRIP = @STRIP@
97     VERSION = @VERSION@
98     am__include = @am__include@
99     am__quote = @am__quote@
100     install_sh = @install_sh@
101     INCLUDES = $(all_includes)
102     METASOURCES = AUTO
103    
104 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsampleraudiodriver.la
105     liblinuxsampleraudiodriver_la_SOURCES = AudioChannel.cpp AudioChannel.h AudioOutputDevice.cpp AudioOutputDevice.h AudioOutputDeviceAlsa.cpp AudioOutputDeviceAlsa.h AudioOutputDeviceJack.cpp AudioOutputDeviceJack.h
106     liblinuxsampleraudiodriver_la_LDFLAGS = $(JACK_LIBS)
107     liblinuxsampleraudiodriver_la_DEPENDENCIES = $(JACK_LIBS)
108     liblinuxsampleraudiodriver_la_LIBADD = -lasound
109 schoenebeck 53 subdir = src/audiodriver
110     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111     CONFIG_HEADER = $(top_builddir)/config.h
112     CONFIG_CLEAN_FILES =
113 schoenebeck 57 LTLIBRARIES = $(noinst_LTLIBRARIES)
114 schoenebeck 53
115 schoenebeck 57 am_liblinuxsampleraudiodriver_la_OBJECTS = AudioChannel.lo \
116     AudioOutputDevice.lo AudioOutputDeviceAlsa.lo \
117     AudioOutputDeviceJack.lo
118     liblinuxsampleraudiodriver_la_OBJECTS = \
119     $(am_liblinuxsampleraudiodriver_la_OBJECTS)
120 schoenebeck 53
121     DEFS = @DEFS@
122     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
123     CPPFLAGS = @CPPFLAGS@
124     LDFLAGS = @LDFLAGS@
125     LIBS = @LIBS@
126     depcomp = $(SHELL) $(top_srcdir)/depcomp
127     am__depfiles_maybe = depfiles
128 schoenebeck 57 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/AudioChannel.Plo \
129     @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDevice.Plo \
130     @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDeviceAlsa.Plo \
131     @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDeviceJack.Plo
132 schoenebeck 53 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134     LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
135     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
136     $(AM_CXXFLAGS) $(CXXFLAGS)
137     CXXLD = $(CXX)
138     CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
139     $(AM_LDFLAGS) $(LDFLAGS) -o $@
140     CXXFLAGS = @CXXFLAGS@
141     CFLAGS = @CFLAGS@
142     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
145     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146     CCLD = $(CC)
147     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148     $(AM_LDFLAGS) $(LDFLAGS) -o $@
149 schoenebeck 57 DIST_SOURCES = $(liblinuxsampleraudiodriver_la_SOURCES)
150 schoenebeck 53 DIST_COMMON = Makefile.am Makefile.in
151 schoenebeck 57 SOURCES = $(liblinuxsampleraudiodriver_la_SOURCES)
152 schoenebeck 53
153     all: all-am
154    
155     .SUFFIXES:
156     .SUFFIXES: .cpp .lo .o .obj
157     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
158     cd $(top_srcdir) && \
159     $(AUTOMAKE) --gnu src/audiodriver/Makefile
160     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
162    
163 schoenebeck 57 clean-noinstLTLIBRARIES:
164     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
165     @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
166     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
167     test -z "$dir" && dir=.; \
168     echo "rm -f \"$${dir}/so_locations\""; \
169     rm -f "$${dir}/so_locations"; \
170     done
171     liblinuxsampleraudiodriver.la: $(liblinuxsampleraudiodriver_la_OBJECTS) $(liblinuxsampleraudiodriver_la_DEPENDENCIES)
172     $(CXXLINK) $(liblinuxsampleraudiodriver_la_LDFLAGS) $(liblinuxsampleraudiodriver_la_OBJECTS) $(liblinuxsampleraudiodriver_la_LIBADD) $(LIBS)
173 schoenebeck 53
174     mostlyclean-compile:
175     -rm -f *.$(OBJEXT) core *.core
176    
177     distclean-compile:
178     -rm -f *.tab.c
179    
180 schoenebeck 57 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioChannel.Plo@am__quote@
181     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDevice.Plo@am__quote@
182     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDeviceAlsa.Plo@am__quote@
183     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDeviceJack.Plo@am__quote@
184 schoenebeck 53
185     distclean-depend:
186     -rm -rf ./$(DEPDIR)
187    
188     .cpp.o:
189     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
190     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
191     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
192     $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
193    
194     .cpp.obj:
195     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
196     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
197     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
198     $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
199    
200     .cpp.lo:
201     @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
202     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
203     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
204     $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
205     CXXDEPMODE = @CXXDEPMODE@
206    
207     mostlyclean-libtool:
208     -rm -f *.lo
209    
210     clean-libtool:
211     -rm -rf .libs _libs
212    
213     distclean-libtool:
214     -rm -f libtool
215     uninstall-info-am:
216    
217     ETAGS = etags
218     ETAGSFLAGS =
219    
220     tags: TAGS
221    
222     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
223     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
224     unique=`for i in $$list; do \
225     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226     done | \
227     $(AWK) ' { files[$$0] = 1; } \
228     END { for (i in files) print i; }'`; \
229     mkid -fID $$unique
230    
231     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
232     $(TAGS_FILES) $(LISP)
233     tags=; \
234     here=`pwd`; \
235     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
236     unique=`for i in $$list; do \
237     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238     done | \
239     $(AWK) ' { files[$$0] = 1; } \
240     END { for (i in files) print i; }'`; \
241     test -z "$(ETAGS_ARGS)$$tags$$unique" \
242     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
243     $$tags $$unique
244    
245     GTAGS:
246     here=`$(am__cd) $(top_builddir) && pwd` \
247     && cd $(top_srcdir) \
248     && gtags -i $(GTAGS_ARGS) $$here
249    
250     distclean-tags:
251     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
252     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
253    
254     top_distdir = ../..
255     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
256    
257     distdir: $(DISTFILES)
258     @list='$(DISTFILES)'; for file in $$list; do \
259     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
260     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
261     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
262     dir="/$$dir"; \
263     $(mkinstalldirs) "$(distdir)$$dir"; \
264     else \
265     dir=''; \
266     fi; \
267     if test -d $$d/$$file; then \
268     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
270     fi; \
271     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
272     else \
273     test -f $(distdir)/$$file \
274     || cp -p $$d/$$file $(distdir)/$$file \
275     || exit 1; \
276     fi; \
277     done
278     check-am: all-am
279     check: check-am
280 schoenebeck 57 all-am: Makefile $(LTLIBRARIES)
281 schoenebeck 53
282     installdirs:
283    
284     install: install-am
285     install-exec: install-exec-am
286     install-data: install-data-am
287     uninstall: uninstall-am
288    
289     install-am: all-am
290     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
291    
292     installcheck: installcheck-am
293     install-strip:
294     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
295     INSTALL_STRIP_FLAG=-s \
296     `test -z '$(STRIP)' || \
297     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
298     mostlyclean-generic:
299    
300     clean-generic:
301    
302     distclean-generic:
303     -rm -f Makefile $(CONFIG_CLEAN_FILES)
304    
305     maintainer-clean-generic:
306     @echo "This command is intended for maintainers to use"
307     @echo "it deletes files that may require special tools to rebuild."
308     clean: clean-am
309    
310 schoenebeck 57 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
311 schoenebeck 53 mostlyclean-am
312    
313     distclean: distclean-am
314    
315     distclean-am: clean-am distclean-compile distclean-depend \
316     distclean-generic distclean-libtool distclean-tags
317    
318     dvi: dvi-am
319    
320     dvi-am:
321    
322     info: info-am
323    
324     info-am:
325    
326     install-data-am:
327    
328     install-exec-am:
329    
330     install-info: install-info-am
331    
332     install-man:
333    
334     installcheck-am:
335    
336     maintainer-clean: maintainer-clean-am
337    
338     maintainer-clean-am: distclean-am maintainer-clean-generic
339    
340     mostlyclean: mostlyclean-am
341    
342     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
343     mostlyclean-libtool
344    
345     uninstall-am: uninstall-info-am
346    
347     .PHONY: GTAGS all all-am check check-am clean clean-generic \
348 schoenebeck 57 clean-libtool clean-noinstLTLIBRARIES distclean \
349     distclean-compile distclean-depend distclean-generic \
350     distclean-libtool distclean-tags distdir dvi dvi-am info \
351     info-am install install-am install-data install-data-am \
352     install-exec install-exec-am install-info install-info-am \
353     install-man install-strip installcheck installcheck-am \
354     installdirs maintainer-clean maintainer-clean-generic \
355     mostlyclean mostlyclean-compile mostlyclean-generic \
356     mostlyclean-libtool tags uninstall uninstall-am \
357     uninstall-info-am
358 schoenebeck 53
359     # Tell versions [3.59,3.63) of GNU make to not export all variables.
360     # Otherwise a system limit (for SysV at least) may be exceeded.
361     .NOEXPORT:

  ViewVC Help
Powered by ViewVC