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

Contents of /linuxsampler/trunk/src/network/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: 10803 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 noinst_LIBRARIES = liblinuxsamplernetwork.a
104 liblinuxsamplernetwork_a_SOURCES = lscp.h lscpparser.cpp lscpparser.h lscpscanner.cpp lscpserver.cpp lscpserver.h lscpsymbols.h
105 subdir = src/network
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 LIBRARIES = $(noinst_LIBRARIES)
110
111 liblinuxsamplernetwork_a_AR = $(AR) cru
112 liblinuxsamplernetwork_a_LIBADD =
113 am_liblinuxsamplernetwork_a_OBJECTS = lscpparser.$(OBJEXT) \
114 lscpscanner.$(OBJEXT) lscpserver.$(OBJEXT)
115 liblinuxsamplernetwork_a_OBJECTS = \
116 $(am_liblinuxsamplernetwork_a_OBJECTS)
117
118 DEFS = @DEFS@
119 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
120 CPPFLAGS = @CPPFLAGS@
121 LDFLAGS = @LDFLAGS@
122 LIBS = @LIBS@
123 depcomp = $(SHELL) $(top_srcdir)/depcomp
124 am__depfiles_maybe = depfiles
125 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/lscpparser.Po \
126 @AMDEP_TRUE@ ./$(DEPDIR)/lscpscanner.Po \
127 @AMDEP_TRUE@ ./$(DEPDIR)/lscpserver.Po
128 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
131 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
132 $(AM_CXXFLAGS) $(CXXFLAGS)
133 CXXLD = $(CXX)
134 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
135 $(AM_LDFLAGS) $(LDFLAGS) -o $@
136 CXXFLAGS = @CXXFLAGS@
137 CFLAGS = @CFLAGS@
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
141 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142 CCLD = $(CC)
143 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
144 $(AM_LDFLAGS) $(LDFLAGS) -o $@
145 DIST_SOURCES = $(liblinuxsamplernetwork_a_SOURCES)
146 DIST_COMMON = Makefile.am Makefile.in
147 SOURCES = $(liblinuxsamplernetwork_a_SOURCES)
148
149 all: all-am
150
151 .SUFFIXES:
152 .SUFFIXES: .cpp .lo .o .obj
153 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154 cd $(top_srcdir) && \
155 $(AUTOMAKE) --gnu src/network/Makefile
156 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
157 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
158
159 clean-noinstLIBRARIES:
160 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
161 liblinuxsamplernetwork.a: $(liblinuxsamplernetwork_a_OBJECTS) $(liblinuxsamplernetwork_a_DEPENDENCIES)
162 -rm -f liblinuxsamplernetwork.a
163 $(liblinuxsamplernetwork_a_AR) liblinuxsamplernetwork.a $(liblinuxsamplernetwork_a_OBJECTS) $(liblinuxsamplernetwork_a_LIBADD)
164 $(RANLIB) liblinuxsamplernetwork.a
165
166 mostlyclean-compile:
167 -rm -f *.$(OBJEXT) core *.core
168
169 distclean-compile:
170 -rm -f *.tab.c
171
172 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpparser.Po@am__quote@
173 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpscanner.Po@am__quote@
174 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpserver.Po@am__quote@
175
176 distclean-depend:
177 -rm -rf ./$(DEPDIR)
178
179 .cpp.o:
180 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
181 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
182 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
183 $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
184
185 .cpp.obj:
186 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
187 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
188 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
189 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
190
191 .cpp.lo:
192 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
193 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
194 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
195 $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
196 CXXDEPMODE = @CXXDEPMODE@
197
198 mostlyclean-libtool:
199 -rm -f *.lo
200
201 clean-libtool:
202 -rm -rf .libs _libs
203
204 distclean-libtool:
205 -rm -f libtool
206 uninstall-info-am:
207
208 ETAGS = etags
209 ETAGSFLAGS =
210
211 tags: TAGS
212
213 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
215 unique=`for i in $$list; do \
216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217 done | \
218 $(AWK) ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 mkid -fID $$unique
221
222 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
223 $(TAGS_FILES) $(LISP)
224 tags=; \
225 here=`pwd`; \
226 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
227 unique=`for i in $$list; do \
228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229 done | \
230 $(AWK) ' { files[$$0] = 1; } \
231 END { for (i in files) print i; }'`; \
232 test -z "$(ETAGS_ARGS)$$tags$$unique" \
233 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
234 $$tags $$unique
235
236 GTAGS:
237 here=`$(am__cd) $(top_builddir) && pwd` \
238 && cd $(top_srcdir) \
239 && gtags -i $(GTAGS_ARGS) $$here
240
241 distclean-tags:
242 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244
245 top_distdir = ../..
246 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
247
248 distdir: $(DISTFILES)
249 @list='$(DISTFILES)'; for file in $$list; do \
250 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
251 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
252 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
253 dir="/$$dir"; \
254 $(mkinstalldirs) "$(distdir)$$dir"; \
255 else \
256 dir=''; \
257 fi; \
258 if test -d $$d/$$file; then \
259 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
260 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
261 fi; \
262 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
263 else \
264 test -f $(distdir)/$$file \
265 || cp -p $$d/$$file $(distdir)/$$file \
266 || exit 1; \
267 fi; \
268 done
269 check-am: all-am
270 check: check-am
271 all-am: Makefile $(LIBRARIES)
272
273 installdirs:
274
275 install: install-am
276 install-exec: install-exec-am
277 install-data: install-data-am
278 uninstall: uninstall-am
279
280 install-am: all-am
281 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282
283 installcheck: installcheck-am
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-am
300
301 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
302 mostlyclean-am
303
304 distclean: distclean-am
305
306 distclean-am: clean-am distclean-compile distclean-depend \
307 distclean-generic distclean-libtool distclean-tags
308
309 dvi: dvi-am
310
311 dvi-am:
312
313 info: info-am
314
315 info-am:
316
317 install-data-am:
318
319 install-exec-am:
320
321 install-info: install-info-am
322
323 install-man:
324
325 installcheck-am:
326
327 maintainer-clean: maintainer-clean-am
328
329 maintainer-clean-am: distclean-am maintainer-clean-generic
330
331 mostlyclean: mostlyclean-am
332
333 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
334 mostlyclean-libtool
335
336 uninstall-am: uninstall-info-am
337
338 .PHONY: GTAGS all all-am check check-am clean clean-generic \
339 clean-libtool clean-noinstLIBRARIES distclean distclean-compile \
340 distclean-depend distclean-generic distclean-libtool \
341 distclean-tags distdir dvi dvi-am info info-am install \
342 install-am install-data install-data-am install-exec \
343 install-exec-am install-info install-info-am install-man \
344 install-strip installcheck installcheck-am installdirs \
345 maintainer-clean maintainer-clean-generic mostlyclean \
346 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
347 tags uninstall uninstall-am uninstall-info-am
348
349
350 .PHONY: parser
351
352 # generate parser with lex and yacc
353 parser:
354 @echo "Generating LSCP parser..."
355 @if which "lex" > /dev/null && which "yacc" > /dev/null; then \
356 yacc -d lscp.y && \
357 lex -f lscp.l && \
358 yacc lscp.y && \
359 mv -f y.tab.h lscpsymbols.h && \
360 mv -f y.tab.c lscpparser.cpp && \
361 mv -f lex.yy.c lscpscanner.cpp; \
362 else \
363 echo "You need lex (or flex) and yacc (or bison) to generate the parser."; \
364 fi;
365 # Tell versions [3.59,3.63) of GNU make to not export all variables.
366 # Otherwise a system limit (for SysV at least) may be exceeded.
367 .NOEXPORT:

  ViewVC Help
Powered by ViewVC