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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations) (download)
Mon Jun 14 19:33:16 2004 UTC (19 years, 10 months ago) by schoenebeck
File size: 11145 byte(s)
* src/common: added template class 'optional<>' which can be used e.g. as
  return type whenever a value might be returned, but don't has to; this
  template class pretty much acts like a pointer of the given type, but is
  much more safer than a simple pointer
* src/audiodriver: added static class AudioDeviceFactory to create audio
  devices at runtime by using a string and to obtain driver informations
  of drivers at runtime, driver classes should simply use the macro
  REGISTER_AUDIO_OUTPUT_DRIVER(DriverName,DriverClass) in their cpp file
  to register the driver to LinuxSampler (no changes needed anymore in the
  LS code to add a new audio output driver)
* src/drivers: added classes to dynamically manage driver parameters; there
  are two different kinds of parameters: parameters which are need to
  create a new device (DeviceCreationParameterX) used to e.g. create an
  audio output device or a MIDI input device and parameters which are only
  available at runtime, means when a device is already created
  (DeviceRuntimeParameterX) which will be e.g. used as audio channel
  parameters and MIDI port parameters
* src/linuxsampler.cpp: all registered audio output drivers will be shown
  on the console on startup
* src/network: implemented configuration of audio output devices via LSCP

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 target = @target@
102 target_cpu = @target_cpu@
103 target_os = @target_os@
104 target_vendor = @target_vendor@
105 INCLUDES = $(all_includes)
106 METASOURCES = AUTO
107
108 AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
109
110 noinst_LTLIBRARIES = liblinuxsamplercommon.la
111 liblinuxsamplercommon_la_SOURCES = atomic.h Condition.cpp Condition.h ConditionServer.cpp ConditionServer.h global.h LinuxSamplerException.h Mutex.cpp Mutex.h ResourceManager.h RingBuffer.h RTELMemoryPool.h RTMath.cpp RTMath.h Thread.cpp Thread.h optional.h optional.cpp
112 subdir = src/common
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = $(top_builddir)/config.h
115 CONFIG_CLEAN_FILES =
116 LTLIBRARIES = $(noinst_LTLIBRARIES)
117
118 liblinuxsamplercommon_la_LDFLAGS =
119 liblinuxsamplercommon_la_LIBADD =
120 am_liblinuxsamplercommon_la_OBJECTS = Condition.lo ConditionServer.lo \
121 Mutex.lo RTMath.lo Thread.lo optional.lo
122 liblinuxsamplercommon_la_OBJECTS = \
123 $(am_liblinuxsamplercommon_la_OBJECTS)
124
125 DEFS = @DEFS@
126 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
127 CPPFLAGS = @CPPFLAGS@
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 depcomp = $(SHELL) $(top_srcdir)/depcomp
131 am__depfiles_maybe = depfiles
132 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Condition.Plo \
133 @AMDEP_TRUE@ ./$(DEPDIR)/ConditionServer.Plo \
134 @AMDEP_TRUE@ ./$(DEPDIR)/Mutex.Plo ./$(DEPDIR)/RTMath.Plo \
135 @AMDEP_TRUE@ ./$(DEPDIR)/Thread.Plo ./$(DEPDIR)/optional.Plo
136 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
137 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
139 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140 $(AM_CXXFLAGS) $(CXXFLAGS)
141 CXXLD = $(CXX)
142 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
143 $(AM_LDFLAGS) $(LDFLAGS) -o $@
144 CXXFLAGS = @CXXFLAGS@
145 CFLAGS = @CFLAGS@
146 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
149 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 CCLD = $(CC)
151 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152 $(AM_LDFLAGS) $(LDFLAGS) -o $@
153 DIST_SOURCES = $(liblinuxsamplercommon_la_SOURCES)
154 DIST_COMMON = Makefile.am Makefile.in
155 SOURCES = $(liblinuxsamplercommon_la_SOURCES)
156
157 all: all-am
158
159 .SUFFIXES:
160 .SUFFIXES: .cpp .lo .o .obj
161 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
162 cd $(top_srcdir) && \
163 $(AUTOMAKE) --gnu src/common/Makefile
164 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
165 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
166
167 clean-noinstLTLIBRARIES:
168 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
169 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
170 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
171 test -z "$dir" && dir=.; \
172 echo "rm -f \"$${dir}/so_locations\""; \
173 rm -f "$${dir}/so_locations"; \
174 done
175 liblinuxsamplercommon.la: $(liblinuxsamplercommon_la_OBJECTS) $(liblinuxsamplercommon_la_DEPENDENCIES)
176 $(CXXLINK) $(liblinuxsamplercommon_la_LDFLAGS) $(liblinuxsamplercommon_la_OBJECTS) $(liblinuxsamplercommon_la_LIBADD) $(LIBS)
177
178 mostlyclean-compile:
179 -rm -f *.$(OBJEXT) core *.core
180
181 distclean-compile:
182 -rm -f *.tab.c
183
184 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Condition.Plo@am__quote@
185 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConditionServer.Plo@am__quote@
186 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mutex.Plo@am__quote@
187 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RTMath.Plo@am__quote@
188 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Thread.Plo@am__quote@
189 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optional.Plo@am__quote@
190
191 distclean-depend:
192 -rm -rf ./$(DEPDIR)
193
194 .cpp.o:
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 $@ `test -f '$<' || echo '$(srcdir)/'`$<
199
200 .cpp.obj:
201 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
202 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
203 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
204 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
205
206 .cpp.lo:
207 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
208 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
209 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
210 $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
211 CXXDEPMODE = @CXXDEPMODE@
212
213 mostlyclean-libtool:
214 -rm -f *.lo
215
216 clean-libtool:
217 -rm -rf .libs _libs
218
219 distclean-libtool:
220 -rm -f libtool
221 uninstall-info-am:
222
223 ETAGS = etags
224 ETAGSFLAGS =
225
226 tags: TAGS
227
228 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
229 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
230 unique=`for i in $$list; do \
231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232 done | \
233 $(AWK) ' { files[$$0] = 1; } \
234 END { for (i in files) print i; }'`; \
235 mkid -fID $$unique
236
237 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
238 $(TAGS_FILES) $(LISP)
239 tags=; \
240 here=`pwd`; \
241 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
242 unique=`for i in $$list; do \
243 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244 done | \
245 $(AWK) ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 test -z "$(ETAGS_ARGS)$$tags$$unique" \
248 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
249 $$tags $$unique
250
251 GTAGS:
252 here=`$(am__cd) $(top_builddir) && pwd` \
253 && cd $(top_srcdir) \
254 && gtags -i $(GTAGS_ARGS) $$here
255
256 distclean-tags:
257 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
258 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
259
260 top_distdir = ../..
261 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
262
263 distdir: $(DISTFILES)
264 @list='$(DISTFILES)'; for file in $$list; do \
265 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
267 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
268 dir="/$$dir"; \
269 $(mkinstalldirs) "$(distdir)$$dir"; \
270 else \
271 dir=''; \
272 fi; \
273 if test -d $$d/$$file; then \
274 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
275 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
276 fi; \
277 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
278 else \
279 test -f $(distdir)/$$file \
280 || cp -p $$d/$$file $(distdir)/$$file \
281 || exit 1; \
282 fi; \
283 done
284 check-am: all-am
285 check: check-am
286 all-am: Makefile $(LTLIBRARIES)
287
288 installdirs:
289
290 install: install-am
291 install-exec: install-exec-am
292 install-data: install-data-am
293 uninstall: uninstall-am
294
295 install-am: all-am
296 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
297
298 installcheck: installcheck-am
299 install-strip:
300 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
301 INSTALL_STRIP_FLAG=-s \
302 `test -z '$(STRIP)' || \
303 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
304 mostlyclean-generic:
305
306 clean-generic:
307
308 distclean-generic:
309 -rm -f Makefile $(CONFIG_CLEAN_FILES)
310
311 maintainer-clean-generic:
312 @echo "This command is intended for maintainers to use"
313 @echo "it deletes files that may require special tools to rebuild."
314 clean: clean-am
315
316 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
317 mostlyclean-am
318
319 distclean: distclean-am
320
321 distclean-am: clean-am distclean-compile distclean-depend \
322 distclean-generic distclean-libtool distclean-tags
323
324 dvi: dvi-am
325
326 dvi-am:
327
328 info: info-am
329
330 info-am:
331
332 install-data-am:
333
334 install-exec-am:
335
336 install-info: install-info-am
337
338 install-man:
339
340 installcheck-am:
341
342 maintainer-clean: maintainer-clean-am
343
344 maintainer-clean-am: distclean-am maintainer-clean-generic
345
346 mostlyclean: mostlyclean-am
347
348 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
349 mostlyclean-libtool
350
351 uninstall-am: uninstall-info-am
352
353 .PHONY: GTAGS all all-am check check-am clean clean-generic \
354 clean-libtool clean-noinstLTLIBRARIES distclean \
355 distclean-compile distclean-depend distclean-generic \
356 distclean-libtool distclean-tags distdir dvi dvi-am info \
357 info-am install install-am install-data install-data-am \
358 install-exec install-exec-am install-info install-info-am \
359 install-man install-strip installcheck installcheck-am \
360 installdirs maintainer-clean maintainer-clean-generic \
361 mostlyclean mostlyclean-compile mostlyclean-generic \
362 mostlyclean-libtool tags uninstall uninstall-am \
363 uninstall-info-am
364
365 # Tell versions [3.59,3.63) of GNU make to not export all variables.
366 # Otherwise a system limit (for SysV at least) may be exceeded.
367 .NOEXPORT:

  ViewVC Help
Powered by ViewVC