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

Contents of /linuxsampler/trunk/src/engines/gig/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC