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

Contents of /linuxsampler/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations) (download)
Sun Nov 16 19:01:50 2003 UTC (20 years, 5 months ago) by schoenebeck
File size: 13843 byte(s)
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream and let the disk streams reload forever also
  resulting in strange sounds at the end of disk voices (concerned only
  playback of compressed gig files)
* src/audiothread.cpp: deallocation of voices when they reached the end of
  playback (thus e.g. when sustain pedal is pressed and a disk stream
  reached it's end)
* various endian corrections needed for non intel systems
* introduced debug level, you can set the debug level and thus the
  verbosity of LinuxSampler in src/global.h

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

  ViewVC Help
Powered by ViewVC