/[svn]/linuxsampler/trunk/src/engines/gig/Makefile.in
ViewVC logotype

Annotation of /linuxsampler/trunk/src/engines/gig/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations) (download)
Mon Apr 26 17:15:51 2004 UTC (20 years, 1 month ago) by schoenebeck
File size: 11013 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default

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     INCLUDES = $(all_includes)
102     METASOURCES = AUTO
103     noinst_LIBRARIES = liblinuxsamplergigengine.a
104     liblinuxsamplergigengine_a_SOURCES = DiskThread.cpp DiskThread.h EGADSR.cpp EGADSR.h EGDecay.cpp EGDecay.h Engine.cpp Engine.h Filter.h InstrumentResourceManager.cpp InstrumentResourceManager.h Manipulator.h Stream.cpp Stream.h Voice.cpp Voice.h
105     subdir = src/engines/gig
106     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107     CONFIG_HEADER = $(top_builddir)/config.h
108     CONFIG_CLEAN_FILES =
109     LIBRARIES = $(noinst_LIBRARIES)
110    
111     liblinuxsamplergigengine_a_AR = $(AR) cru
112     liblinuxsamplergigengine_a_LIBADD =
113     am_liblinuxsamplergigengine_a_OBJECTS = DiskThread.$(OBJEXT) \
114     EGADSR.$(OBJEXT) EGDecay.$(OBJEXT) Engine.$(OBJEXT) \
115     InstrumentResourceManager.$(OBJEXT) Stream.$(OBJEXT) \
116     Voice.$(OBJEXT)
117     liblinuxsamplergigengine_a_OBJECTS = \
118     $(am_liblinuxsamplergigengine_a_OBJECTS)
119    
120     DEFS = @DEFS@
121     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
122     CPPFLAGS = @CPPFLAGS@
123     LDFLAGS = @LDFLAGS@
124     LIBS = @LIBS@
125     depcomp = $(SHELL) $(top_srcdir)/depcomp
126     am__depfiles_maybe = depfiles
127     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/DiskThread.Po ./$(DEPDIR)/EGADSR.Po \
128     @AMDEP_TRUE@ ./$(DEPDIR)/EGDecay.Po ./$(DEPDIR)/Engine.Po \
129     @AMDEP_TRUE@ ./$(DEPDIR)/InstrumentResourceManager.Po \
130     @AMDEP_TRUE@ ./$(DEPDIR)/Stream.Po ./$(DEPDIR)/Voice.Po
131     CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
132     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
133     LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
134     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135     $(AM_CXXFLAGS) $(CXXFLAGS)
136     CXXLD = $(CXX)
137     CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
138     $(AM_LDFLAGS) $(LDFLAGS) -o $@
139     CXXFLAGS = @CXXFLAGS@
140     CFLAGS = @CFLAGS@
141     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
142     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
144     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145     CCLD = $(CC)
146     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147     $(AM_LDFLAGS) $(LDFLAGS) -o $@
148     DIST_SOURCES = $(liblinuxsamplergigengine_a_SOURCES)
149     DIST_COMMON = Makefile.am Makefile.in
150     SOURCES = $(liblinuxsamplergigengine_a_SOURCES)
151    
152     all: all-am
153    
154     .SUFFIXES:
155     .SUFFIXES: .cpp .lo .o .obj
156     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
157     cd $(top_srcdir) && \
158     $(AUTOMAKE) --gnu src/engines/gig/Makefile
159     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
160     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
161    
162     clean-noinstLIBRARIES:
163     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
164     liblinuxsamplergigengine.a: $(liblinuxsamplergigengine_a_OBJECTS) $(liblinuxsamplergigengine_a_DEPENDENCIES)
165     -rm -f liblinuxsamplergigengine.a
166     $(liblinuxsamplergigengine_a_AR) liblinuxsamplergigengine.a $(liblinuxsamplergigengine_a_OBJECTS) $(liblinuxsamplergigengine_a_LIBADD)
167     $(RANLIB) liblinuxsamplergigengine.a
168    
169     mostlyclean-compile:
170     -rm -f *.$(OBJEXT) core *.core
171    
172     distclean-compile:
173     -rm -f *.tab.c
174    
175     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DiskThread.Po@am__quote@
176     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EGADSR.Po@am__quote@
177     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EGDecay.Po@am__quote@
178     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Engine.Po@am__quote@
179     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InstrumentResourceManager.Po@am__quote@
180     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stream.Po@am__quote@
181     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Voice.Po@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 $(LIBRARIES)
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-noinstLIBRARIES \
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-noinstLIBRARIES distclean distclean-compile \
347     distclean-depend distclean-generic distclean-libtool \
348     distclean-tags distdir dvi dvi-am info info-am install \
349     install-am install-data install-data-am install-exec \
350     install-exec-am install-info install-info-am install-man \
351     install-strip installcheck installcheck-am installdirs \
352     maintainer-clean maintainer-clean-generic mostlyclean \
353     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
354     tags uninstall uninstall-am uninstall-info-am
355    
356     # Tell versions [3.59,3.63) of GNU make to not export all variables.
357     # Otherwise a system limit (for SysV at least) may be exceeded.
358     .NOEXPORT:

  ViewVC Help
Powered by ViewVC