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

Annotation of /linuxsampler/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (hide annotations) (download)
Sun May 23 19:16:33 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 14212 byte(s)
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)

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

  ViewVC Help
Powered by ViewVC