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

Contents of /linuxsampler/trunk/src/engines/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC