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

Annotation of /linuxsampler/trunk/src/lib/fileloader/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, 10 months ago) by schoenebeck
File size: 10395 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 53 # 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 schoenebeck 80 target = @target@
102     target_cpu = @target_cpu@
103     target_os = @target_os@
104     target_vendor = @target_vendor@
105 schoenebeck 53 INCLUDES = $(all_includes)
106     METASOURCES = AUTO
107     SUBDIRS = libgig
108     subdir = src/lib/fileloader
109     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110     CONFIG_HEADER = $(top_builddir)/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     DIST_COMMON = Makefile.am Makefile.in
119     DIST_SUBDIRS = $(SUBDIRS)
120     all: all-recursive
121    
122     .SUFFIXES:
123     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124     cd $(top_srcdir) && \
125     $(AUTOMAKE) --gnu src/lib/fileloader/Makefile
126     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
128    
129     mostlyclean-libtool:
130     -rm -f *.lo
131    
132     clean-libtool:
133     -rm -rf .libs _libs
134    
135     distclean-libtool:
136     -rm -f libtool
137     uninstall-info-am:
138    
139     # This directory's subdirectories are mostly independent; you can cd
140     # into them and run `make' without going through this Makefile.
141     # To change the values of `make' variables: instead of editing Makefiles,
142     # (1) if the variable is set in `config.status', edit `config.status'
143     # (which will cause the Makefiles to be regenerated when you run `make');
144     # (2) otherwise, pass the desired values on the `make' command line.
145     $(RECURSIVE_TARGETS):
146     @set fnord $$MAKEFLAGS; amf=$$2; \
147     dot_seen=no; \
148     target=`echo $@ | sed s/-recursive//`; \
149     list='$(SUBDIRS)'; for subdir in $$list; do \
150     echo "Making $$target in $$subdir"; \
151     if test "$$subdir" = "."; then \
152     dot_seen=yes; \
153     local_target="$$target-am"; \
154     else \
155     local_target="$$target"; \
156     fi; \
157     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
158     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
159     done; \
160     if test "$$dot_seen" = "no"; then \
161     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
162     fi; test -z "$$fail"
163    
164     mostlyclean-recursive clean-recursive distclean-recursive \
165     maintainer-clean-recursive:
166     @set fnord $$MAKEFLAGS; amf=$$2; \
167     dot_seen=no; \
168     case "$@" in \
169     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
170     *) list='$(SUBDIRS)' ;; \
171     esac; \
172     rev=''; for subdir in $$list; do \
173     if test "$$subdir" = "."; then :; else \
174     rev="$$subdir $$rev"; \
175     fi; \
176     done; \
177     rev="$$rev ."; \
178     target=`echo $@ | sed s/-recursive//`; \
179     for subdir in $$rev; do \
180     echo "Making $$target in $$subdir"; \
181     if test "$$subdir" = "."; then \
182     local_target="$$target-am"; \
183     else \
184     local_target="$$target"; \
185     fi; \
186     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
187     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188     done && test -z "$$fail"
189     tags-recursive:
190     list='$(SUBDIRS)'; for subdir in $$list; do \
191     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
192     done
193    
194     ETAGS = etags
195     ETAGSFLAGS =
196    
197     tags: TAGS
198    
199     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
200     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
201     unique=`for i in $$list; do \
202     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203     done | \
204     $(AWK) ' { files[$$0] = 1; } \
205     END { for (i in files) print i; }'`; \
206     mkid -fID $$unique
207    
208     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
209     $(TAGS_FILES) $(LISP)
210     tags=; \
211     here=`pwd`; \
212     list='$(SUBDIRS)'; for subdir in $$list; do \
213     if test "$$subdir" = .; then :; else \
214     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
215     fi; \
216     done; \
217     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
218     unique=`for i in $$list; do \
219     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220     done | \
221     $(AWK) ' { files[$$0] = 1; } \
222     END { for (i in files) print i; }'`; \
223     test -z "$(ETAGS_ARGS)$$tags$$unique" \
224     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
225     $$tags $$unique
226    
227     GTAGS:
228     here=`$(am__cd) $(top_builddir) && pwd` \
229     && cd $(top_srcdir) \
230     && gtags -i $(GTAGS_ARGS) $$here
231    
232     distclean-tags:
233     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
234     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235    
236     top_distdir = ../../..
237     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
238    
239     distdir: $(DISTFILES)
240     @list='$(DISTFILES)'; for file in $$list; do \
241     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
242     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
243     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
244     dir="/$$dir"; \
245     $(mkinstalldirs) "$(distdir)$$dir"; \
246     else \
247     dir=''; \
248     fi; \
249     if test -d $$d/$$file; then \
250     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
251     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
252     fi; \
253     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
254     else \
255     test -f $(distdir)/$$file \
256     || cp -p $$d/$$file $(distdir)/$$file \
257     || exit 1; \
258     fi; \
259     done
260     list='$(SUBDIRS)'; for subdir in $$list; do \
261     if test "$$subdir" = .; then :; else \
262     test -d $(distdir)/$$subdir \
263     || mkdir $(distdir)/$$subdir \
264     || exit 1; \
265     (cd $$subdir && \
266     $(MAKE) $(AM_MAKEFLAGS) \
267     top_distdir="$(top_distdir)" \
268     distdir=../$(distdir)/$$subdir \
269     distdir) \
270     || exit 1; \
271     fi; \
272     done
273     check-am: all-am
274     check: check-recursive
275     all-am: Makefile
276     installdirs: installdirs-recursive
277     installdirs-am:
278    
279     install: install-recursive
280     install-exec: install-exec-recursive
281     install-data: install-data-recursive
282     uninstall: uninstall-recursive
283    
284     install-am: all-am
285     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286    
287     installcheck: installcheck-recursive
288     install-strip:
289     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
290     INSTALL_STRIP_FLAG=-s \
291     `test -z '$(STRIP)' || \
292     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
293     mostlyclean-generic:
294    
295     clean-generic:
296    
297     distclean-generic:
298     -rm -f Makefile $(CONFIG_CLEAN_FILES)
299    
300     maintainer-clean-generic:
301     @echo "This command is intended for maintainers to use"
302     @echo "it deletes files that may require special tools to rebuild."
303     clean: clean-recursive
304    
305     clean-am: clean-generic clean-libtool mostlyclean-am
306    
307     distclean: distclean-recursive
308    
309     distclean-am: clean-am distclean-generic distclean-libtool \
310     distclean-tags
311    
312     dvi: dvi-recursive
313    
314     dvi-am:
315    
316     info: info-recursive
317    
318     info-am:
319    
320     install-data-am:
321    
322     install-exec-am:
323    
324     install-info: install-info-recursive
325    
326     install-man:
327    
328     installcheck-am:
329    
330     maintainer-clean: maintainer-clean-recursive
331    
332     maintainer-clean-am: distclean-am maintainer-clean-generic
333    
334     mostlyclean: mostlyclean-recursive
335    
336     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
337    
338     uninstall-am: uninstall-info-am
339    
340     uninstall-info: uninstall-info-recursive
341    
342     .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
343     clean-generic clean-libtool clean-recursive distclean \
344     distclean-generic distclean-libtool distclean-recursive \
345     distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
346     info-recursive install install-am install-data install-data-am \
347     install-data-recursive install-exec install-exec-am \
348     install-exec-recursive install-info install-info-am \
349     install-info-recursive install-man install-recursive \
350     install-strip installcheck installcheck-am installdirs \
351     installdirs-am installdirs-recursive maintainer-clean \
352     maintainer-clean-generic maintainer-clean-recursive mostlyclean \
353     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
354     tags tags-recursive uninstall uninstall-am uninstall-info-am \
355     uninstall-info-recursive uninstall-recursive
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