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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (show annotations) (download)
Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 10808 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default

1 # 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 noinst_LIBRARIES = liblinuxsampleraudiodriver.a
104 liblinuxsampleraudiodriver_a_SOURCES = AudioChannel.cpp AudioChannel.h AudioOutputDevice.cpp AudioOutputDevice.h AudioOutputDeviceAlsa.cpp AudioOutputDeviceAlsa.h AudioOutputDeviceJack.cpp AudioOutputDeviceJack.h
105
106 liblinuxsampleraudiodriver_a_DEPENDENCIES = $(JACK_LIBS)
107 subdir = src/audiodriver
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = $(top_builddir)/config.h
110 CONFIG_CLEAN_FILES =
111 LIBRARIES = $(noinst_LIBRARIES)
112
113 liblinuxsampleraudiodriver_a_AR = $(AR) cru
114 liblinuxsampleraudiodriver_a_LIBADD =
115 am_liblinuxsampleraudiodriver_a_OBJECTS = AudioChannel.$(OBJEXT) \
116 AudioOutputDevice.$(OBJEXT) AudioOutputDeviceAlsa.$(OBJEXT) \
117 AudioOutputDeviceJack.$(OBJEXT)
118 liblinuxsampleraudiodriver_a_OBJECTS = \
119 $(am_liblinuxsampleraudiodriver_a_OBJECTS)
120
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 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/AudioChannel.Po \
129 @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDevice.Po \
130 @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDeviceAlsa.Po \
131 @AMDEP_TRUE@ ./$(DEPDIR)/AudioOutputDeviceJack.Po
132 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 DIST_SOURCES = $(liblinuxsampleraudiodriver_a_SOURCES)
150 DIST_COMMON = Makefile.am Makefile.in
151 SOURCES = $(liblinuxsampleraudiodriver_a_SOURCES)
152
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 clean-noinstLIBRARIES:
164 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
165 liblinuxsampleraudiodriver.a: $(liblinuxsampleraudiodriver_a_OBJECTS) $(liblinuxsampleraudiodriver_a_DEPENDENCIES)
166 -rm -f liblinuxsampleraudiodriver.a
167 $(liblinuxsampleraudiodriver_a_AR) liblinuxsampleraudiodriver.a $(liblinuxsampleraudiodriver_a_OBJECTS) $(liblinuxsampleraudiodriver_a_LIBADD)
168 $(RANLIB) liblinuxsampleraudiodriver.a
169
170 mostlyclean-compile:
171 -rm -f *.$(OBJEXT) core *.core
172
173 distclean-compile:
174 -rm -f *.tab.c
175
176 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioChannel.Po@am__quote@
177 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDevice.Po@am__quote@
178 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDeviceAlsa.Po@am__quote@
179 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioOutputDeviceJack.Po@am__quote@
180
181 distclean-depend:
182 -rm -rf ./$(DEPDIR)
183
184 .cpp.o:
185 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
186 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
187 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
188 $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
189
190 .cpp.obj:
191 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
192 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
193 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
194 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
195
196 .cpp.lo:
197 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
198 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
199 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
200 $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
201 CXXDEPMODE = @CXXDEPMODE@
202
203 mostlyclean-libtool:
204 -rm -f *.lo
205
206 clean-libtool:
207 -rm -rf .libs _libs
208
209 distclean-libtool:
210 -rm -f libtool
211 uninstall-info-am:
212
213 ETAGS = etags
214 ETAGSFLAGS =
215
216 tags: TAGS
217
218 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
219 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
220 unique=`for i in $$list; do \
221 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222 done | \
223 $(AWK) ' { files[$$0] = 1; } \
224 END { for (i in files) print i; }'`; \
225 mkid -fID $$unique
226
227 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
228 $(TAGS_FILES) $(LISP)
229 tags=; \
230 here=`pwd`; \
231 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
232 unique=`for i in $$list; do \
233 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
234 done | \
235 $(AWK) ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 test -z "$(ETAGS_ARGS)$$tags$$unique" \
238 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
239 $$tags $$unique
240
241 GTAGS:
242 here=`$(am__cd) $(top_builddir) && pwd` \
243 && cd $(top_srcdir) \
244 && gtags -i $(GTAGS_ARGS) $$here
245
246 distclean-tags:
247 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
248 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249
250 top_distdir = ../..
251 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
252
253 distdir: $(DISTFILES)
254 @list='$(DISTFILES)'; for file in $$list; do \
255 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
256 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
257 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
258 dir="/$$dir"; \
259 $(mkinstalldirs) "$(distdir)$$dir"; \
260 else \
261 dir=''; \
262 fi; \
263 if test -d $$d/$$file; then \
264 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
265 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
266 fi; \
267 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
268 else \
269 test -f $(distdir)/$$file \
270 || cp -p $$d/$$file $(distdir)/$$file \
271 || exit 1; \
272 fi; \
273 done
274 check-am: all-am
275 check: check-am
276 all-am: Makefile $(LIBRARIES)
277
278 installdirs:
279
280 install: install-am
281 install-exec: install-exec-am
282 install-data: install-data-am
283 uninstall: uninstall-am
284
285 install-am: all-am
286 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287
288 installcheck: installcheck-am
289 install-strip:
290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
291 INSTALL_STRIP_FLAG=-s \
292 `test -z '$(STRIP)' || \
293 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
294 mostlyclean-generic:
295
296 clean-generic:
297
298 distclean-generic:
299 -rm -f Makefile $(CONFIG_CLEAN_FILES)
300
301 maintainer-clean-generic:
302 @echo "This command is intended for maintainers to use"
303 @echo "it deletes files that may require special tools to rebuild."
304 clean: clean-am
305
306 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
307 mostlyclean-am
308
309 distclean: distclean-am
310
311 distclean-am: clean-am distclean-compile distclean-depend \
312 distclean-generic distclean-libtool distclean-tags
313
314 dvi: dvi-am
315
316 dvi-am:
317
318 info: info-am
319
320 info-am:
321
322 install-data-am:
323
324 install-exec-am:
325
326 install-info: install-info-am
327
328 install-man:
329
330 installcheck-am:
331
332 maintainer-clean: maintainer-clean-am
333
334 maintainer-clean-am: distclean-am maintainer-clean-generic
335
336 mostlyclean: mostlyclean-am
337
338 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
339 mostlyclean-libtool
340
341 uninstall-am: uninstall-info-am
342
343 .PHONY: GTAGS all all-am check check-am clean clean-generic \
344 clean-libtool clean-noinstLIBRARIES distclean distclean-compile \
345 distclean-depend distclean-generic distclean-libtool \
346 distclean-tags distdir dvi dvi-am info info-am install \
347 install-am install-data install-data-am install-exec \
348 install-exec-am install-info install-info-am install-man \
349 install-strip installcheck installcheck-am installdirs \
350 maintainer-clean maintainer-clean-generic mostlyclean \
351 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
352 tags uninstall uninstall-am uninstall-info-am
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT:

  ViewVC Help
Powered by ViewVC