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

Annotation of /linuxsampler/trunk/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: 14112 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 9 # 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 schoenebeck 31 JACK_CFLAGS = @JACK_CFLAGS@
88     JACK_LIBS = @JACK_LIBS@
89 schoenebeck 9 LIBTOOL = @LIBTOOL@
90     LN_S = @LN_S@
91     OBJDUMP = @OBJDUMP@
92     PACKAGE = @PACKAGE@
93 schoenebeck 31 PKG_CONFIG = @PKG_CONFIG@
94 schoenebeck 9 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    
102     # not a GNU package. You can remove this line, if
103     # have all needed files, that a GNU package needs
104     AUTOMAKE_OPTIONS = foreign 1.4
105    
106     SUBDIRS = src
107     subdir = .
108     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110     CONFIG_HEADER = config.h
111     CONFIG_CLEAN_FILES =
112     DIST_SOURCES =
113    
114     RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
115     uninstall-info-recursive all-recursive install-data-recursive \
116     install-exec-recursive installdirs-recursive install-recursive \
117     uninstall-recursive check-recursive installcheck-recursive
118 schoenebeck 12 DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \
119 schoenebeck 29 aclocal.m4 config.guess config.h.in config.sub configure \
120     configure.in depcomp install-sh ltconfig ltmain.sh missing \
121     mkinstalldirs
122 schoenebeck 9 DIST_SUBDIRS = $(SUBDIRS)
123     all: config.h
124     $(MAKE) $(AM_MAKEFLAGS) all-recursive
125    
126     .SUFFIXES:
127    
128     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129     configure.lineno
130     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131     cd $(top_srcdir) && \
132     $(AUTOMAKE) --foreign Makefile
133     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
134     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
135    
136     $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
137     $(SHELL) ./config.status --recheck
138     $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139     cd $(srcdir) && $(AUTOCONF)
140    
141     $(ACLOCAL_M4): configure.in
142     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
143    
144     config.h: stamp-h1
145     @if test ! -f $@; then \
146     rm -f stamp-h1; \
147     $(MAKE) stamp-h1; \
148     else :; fi
149    
150     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
151     @rm -f stamp-h1
152     cd $(top_builddir) && $(SHELL) ./config.status config.h
153    
154 schoenebeck 29 $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
155 schoenebeck 9 cd $(top_srcdir) && $(AUTOHEADER)
156     touch $(srcdir)/config.h.in
157    
158     distclean-hdr:
159     -rm -f config.h stamp-h1
160    
161     mostlyclean-libtool:
162     -rm -f *.lo
163    
164     clean-libtool:
165     -rm -rf .libs _libs
166    
167     distclean-libtool:
168     -rm -f libtool
169     uninstall-info-am:
170    
171     # This directory's subdirectories are mostly independent; you can cd
172     # into them and run `make' without going through this Makefile.
173     # To change the values of `make' variables: instead of editing Makefiles,
174     # (1) if the variable is set in `config.status', edit `config.status'
175     # (which will cause the Makefiles to be regenerated when you run `make');
176     # (2) otherwise, pass the desired values on the `make' command line.
177     $(RECURSIVE_TARGETS):
178     @set fnord $$MAKEFLAGS; amf=$$2; \
179     dot_seen=no; \
180     target=`echo $@ | sed s/-recursive//`; \
181     list='$(SUBDIRS)'; for subdir in $$list; do \
182     echo "Making $$target in $$subdir"; \
183     if test "$$subdir" = "."; then \
184     dot_seen=yes; \
185     local_target="$$target-am"; \
186     else \
187     local_target="$$target"; \
188     fi; \
189     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191     done; \
192     if test "$$dot_seen" = "no"; then \
193     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
194     fi; test -z "$$fail"
195    
196     mostlyclean-recursive clean-recursive distclean-recursive \
197     maintainer-clean-recursive:
198     @set fnord $$MAKEFLAGS; amf=$$2; \
199     dot_seen=no; \
200     case "$@" in \
201     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
202     *) list='$(SUBDIRS)' ;; \
203     esac; \
204     rev=''; for subdir in $$list; do \
205     if test "$$subdir" = "."; then :; else \
206     rev="$$subdir $$rev"; \
207     fi; \
208     done; \
209     rev="$$rev ."; \
210     target=`echo $@ | sed s/-recursive//`; \
211     for subdir in $$rev; do \
212     echo "Making $$target in $$subdir"; \
213     if test "$$subdir" = "."; then \
214     local_target="$$target-am"; \
215     else \
216     local_target="$$target"; \
217     fi; \
218     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
219     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
220     done && test -z "$$fail"
221     tags-recursive:
222     list='$(SUBDIRS)'; for subdir in $$list; do \
223     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
224     done
225    
226     ETAGS = etags
227     ETAGSFLAGS =
228    
229     tags: TAGS
230    
231     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
232     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
233     unique=`for i in $$list; do \
234     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235     done | \
236     $(AWK) ' { files[$$0] = 1; } \
237     END { for (i in files) print i; }'`; \
238     mkid -fID $$unique
239    
240     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
241     $(TAGS_FILES) $(LISP)
242     tags=; \
243     here=`pwd`; \
244     list='$(SUBDIRS)'; for subdir in $$list; do \
245     if test "$$subdir" = .; then :; else \
246     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
247     fi; \
248     done; \
249     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
250     unique=`for i in $$list; do \
251     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252     done | \
253     $(AWK) ' { files[$$0] = 1; } \
254     END { for (i in files) print i; }'`; \
255     test -z "$(ETAGS_ARGS)$$tags$$unique" \
256     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
257     $$tags $$unique
258    
259     GTAGS:
260     here=`$(am__cd) $(top_builddir) && pwd` \
261     && cd $(top_srcdir) \
262     && gtags -i $(GTAGS_ARGS) $$here
263    
264     distclean-tags:
265     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
266     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267    
268     top_distdir = .
269     distdir = $(PACKAGE)-$(VERSION)
270    
271     am__remove_distdir = \
272     { test ! -d $(distdir) \
273     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
274     && rm -fr $(distdir); }; }
275    
276     GZIP_ENV = --best
277     distcleancheck_listfiles = find . -type f -print
278    
279     distdir: $(DISTFILES)
280     $(am__remove_distdir)
281     mkdir $(distdir)
282     @list='$(DISTFILES)'; for file in $$list; do \
283     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
284     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
285     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
286     dir="/$$dir"; \
287     $(mkinstalldirs) "$(distdir)$$dir"; \
288     else \
289     dir=''; \
290     fi; \
291     if test -d $$d/$$file; then \
292     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
294     fi; \
295     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
296     else \
297     test -f $(distdir)/$$file \
298     || cp -p $$d/$$file $(distdir)/$$file \
299     || exit 1; \
300     fi; \
301     done
302     list='$(SUBDIRS)'; for subdir in $$list; do \
303     if test "$$subdir" = .; then :; else \
304     test -d $(distdir)/$$subdir \
305     || mkdir $(distdir)/$$subdir \
306     || exit 1; \
307     (cd $$subdir && \
308     $(MAKE) $(AM_MAKEFLAGS) \
309     top_distdir="$(top_distdir)" \
310     distdir=../$(distdir)/$$subdir \
311     distdir) \
312     || exit 1; \
313     fi; \
314     done
315     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
316     ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
317     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
318     ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
319     || chmod -R a+r $(distdir)
320     dist-gzip: distdir
321     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
322     $(am__remove_distdir)
323    
324     dist dist-all: distdir
325     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
326     $(am__remove_distdir)
327    
328     # This target untars the dist file and tries a VPATH configuration. Then
329     # it guarantees that the distribution is self-contained by making another
330     # tarfile.
331     distcheck: dist
332     $(am__remove_distdir)
333     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
334     chmod -R a-w $(distdir); chmod a+w $(distdir)
335     mkdir $(distdir)/=build
336     mkdir $(distdir)/=inst
337     chmod a-w $(distdir)
338     dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
339     && cd $(distdir)/=build \
340     && ../configure --srcdir=.. --prefix=$$dc_install_base \
341     $(DISTCHECK_CONFIGURE_FLAGS) \
342     && $(MAKE) $(AM_MAKEFLAGS) \
343     && $(MAKE) $(AM_MAKEFLAGS) dvi \
344     && $(MAKE) $(AM_MAKEFLAGS) check \
345     && $(MAKE) $(AM_MAKEFLAGS) install \
346     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
347     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
348     && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
349     || { echo "ERROR: files left after uninstall:" ; \
350     find $$dc_install_base -type f -print ; \
351     exit 1; } >&2 ) \
352     && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
353     && rm -f $(distdir).tar.gz \
354     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
355     $(am__remove_distdir)
356     @echo "$(distdir).tar.gz is ready for distribution" | \
357     sed 'h;s/./=/g;p;x;p;x'
358     distcleancheck: distclean
359     if test '$(srcdir)' = . ; then \
360     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
361     exit 1 ; \
362     fi
363     test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
364     || { echo "ERROR: files left after distclean:" ; \
365     $(distcleancheck_listfiles) ; \
366     exit 1; } >&2
367     check-am: all-am
368     check: check-recursive
369     all-am: Makefile config.h
370     installdirs: installdirs-recursive
371     installdirs-am:
372    
373     install: install-recursive
374     install-exec: install-exec-recursive
375     install-data: install-data-recursive
376     uninstall: uninstall-recursive
377    
378     install-am: all-am
379     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
380    
381     installcheck: installcheck-recursive
382     install-strip:
383     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384     INSTALL_STRIP_FLAG=-s \
385     `test -z '$(STRIP)' || \
386     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387     mostlyclean-generic:
388    
389     clean-generic:
390    
391     distclean-generic:
392     -rm -f Makefile $(CONFIG_CLEAN_FILES)
393    
394     maintainer-clean-generic:
395     @echo "This command is intended for maintainers to use"
396     @echo "it deletes files that may require special tools to rebuild."
397     clean: clean-recursive
398    
399     clean-am: clean-generic clean-libtool mostlyclean-am
400    
401     distclean: distclean-recursive
402     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
403     distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
404     distclean-tags
405    
406     dvi: dvi-recursive
407    
408     dvi-am:
409    
410     info: info-recursive
411    
412     info-am:
413    
414     install-data-am:
415    
416     install-exec-am:
417    
418     install-info: install-info-recursive
419    
420     install-man:
421    
422     installcheck-am:
423    
424     maintainer-clean: maintainer-clean-recursive
425     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
426     -rm -rf autom4te.cache
427     maintainer-clean-am: distclean-am maintainer-clean-generic
428    
429     mostlyclean: mostlyclean-recursive
430    
431     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
432    
433     uninstall-am: uninstall-info-am
434    
435     uninstall-info: uninstall-info-recursive
436    
437     .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
438     clean-generic clean-libtool clean-recursive dist dist-all \
439     dist-gzip distcheck distclean distclean-generic distclean-hdr \
440     distclean-libtool distclean-recursive distclean-tags \
441     distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
442     info-recursive install install-am install-data install-data-am \
443     install-data-recursive install-exec install-exec-am \
444     install-exec-recursive install-info install-info-am \
445     install-info-recursive install-man install-recursive \
446     install-strip installcheck installcheck-am installdirs \
447     installdirs-am installdirs-recursive maintainer-clean \
448     maintainer-clean-generic maintainer-clean-recursive mostlyclean \
449     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
450     tags tags-recursive uninstall uninstall-am uninstall-info-am \
451     uninstall-info-recursive uninstall-recursive
452    
453 schoenebeck 35
454 schoenebeck 57 .PHONY: parser testcases
455 schoenebeck 35
456     # generate parser with lex and yacc
457     parser:
458     @cd $(srcdir)/src/network && make $@
459 schoenebeck 57
460     # compile test cases for the LinuxSampler codebase
461     testcases:
462     @cd $(srcdir)/src/testcases && make linuxsamplertest
463 schoenebeck 9 # Tell versions [3.59,3.63) of GNU make to not export all variables.
464     # Otherwise a system limit (for SysV at least) may be exceeded.
465     .NOEXPORT:

  ViewVC Help
Powered by ViewVC