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

  ViewVC Help
Powered by ViewVC