/[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 57 - (show annotations) (download)
Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 10966 byte(s)
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation

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_LTLIBRARIES = liblinuxsamplernetwork.la
104 liblinuxsamplernetwork_la_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 LTLIBRARIES = $(noinst_LTLIBRARIES)
110
111 liblinuxsamplernetwork_la_LDFLAGS =
112 liblinuxsamplernetwork_la_LIBADD =
113 am_liblinuxsamplernetwork_la_OBJECTS = lscpparser.lo lscpscanner.lo \
114 lscpserver.lo
115 liblinuxsamplernetwork_la_OBJECTS = \
116 $(am_liblinuxsamplernetwork_la_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.Plo \
126 @AMDEP_TRUE@ ./$(DEPDIR)/lscpscanner.Plo \
127 @AMDEP_TRUE@ ./$(DEPDIR)/lscpserver.Plo
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_la_SOURCES)
146 DIST_COMMON = Makefile.am Makefile.in
147 SOURCES = $(liblinuxsamplernetwork_la_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-noinstLTLIBRARIES:
160 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
161 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
162 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
163 test -z "$dir" && dir=.; \
164 echo "rm -f \"$${dir}/so_locations\""; \
165 rm -f "$${dir}/so_locations"; \
166 done
167 liblinuxsamplernetwork.la: $(liblinuxsamplernetwork_la_OBJECTS) $(liblinuxsamplernetwork_la_DEPENDENCIES)
168 $(CXXLINK) $(liblinuxsamplernetwork_la_LDFLAGS) $(liblinuxsamplernetwork_la_OBJECTS) $(liblinuxsamplernetwork_la_LIBADD) $(LIBS)
169
170 mostlyclean-compile:
171 -rm -f *.$(OBJEXT) core *.core
172
173 distclean-compile:
174 -rm -f *.tab.c
175
176 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpparser.Plo@am__quote@
177 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpscanner.Plo@am__quote@
178 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lscpserver.Plo@am__quote@
179
180 distclean-depend:
181 -rm -rf ./$(DEPDIR)
182
183 .cpp.o:
184 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
185 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
186 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
187 $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
188
189 .cpp.obj:
190 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
191 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
192 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
193 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
194
195 .cpp.lo:
196 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
197 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
198 @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
199 $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
200 CXXDEPMODE = @CXXDEPMODE@
201
202 mostlyclean-libtool:
203 -rm -f *.lo
204
205 clean-libtool:
206 -rm -rf .libs _libs
207
208 distclean-libtool:
209 -rm -f libtool
210 uninstall-info-am:
211
212 ETAGS = etags
213 ETAGSFLAGS =
214
215 tags: TAGS
216
217 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
218 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
219 unique=`for i in $$list; do \
220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221 done | \
222 $(AWK) ' { files[$$0] = 1; } \
223 END { for (i in files) print i; }'`; \
224 mkid -fID $$unique
225
226 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
227 $(TAGS_FILES) $(LISP)
228 tags=; \
229 here=`pwd`; \
230 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
231 unique=`for i in $$list; do \
232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233 done | \
234 $(AWK) ' { files[$$0] = 1; } \
235 END { for (i in files) print i; }'`; \
236 test -z "$(ETAGS_ARGS)$$tags$$unique" \
237 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
238 $$tags $$unique
239
240 GTAGS:
241 here=`$(am__cd) $(top_builddir) && pwd` \
242 && cd $(top_srcdir) \
243 && gtags -i $(GTAGS_ARGS) $$here
244
245 distclean-tags:
246 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
247 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
248
249 top_distdir = ../..
250 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
251
252 distdir: $(DISTFILES)
253 @list='$(DISTFILES)'; for file in $$list; do \
254 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
255 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
256 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
257 dir="/$$dir"; \
258 $(mkinstalldirs) "$(distdir)$$dir"; \
259 else \
260 dir=''; \
261 fi; \
262 if test -d $$d/$$file; then \
263 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
264 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
265 fi; \
266 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
267 else \
268 test -f $(distdir)/$$file \
269 || cp -p $$d/$$file $(distdir)/$$file \
270 || exit 1; \
271 fi; \
272 done
273 check-am: all-am
274 check: check-am
275 all-am: Makefile $(LTLIBRARIES)
276
277 installdirs:
278
279 install: install-am
280 install-exec: install-exec-am
281 install-data: install-data-am
282 uninstall: uninstall-am
283
284 install-am: all-am
285 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
287 installcheck: installcheck-am
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-am
304
305 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
306 mostlyclean-am
307
308 distclean: distclean-am
309
310 distclean-am: clean-am distclean-compile distclean-depend \
311 distclean-generic distclean-libtool distclean-tags
312
313 dvi: dvi-am
314
315 dvi-am:
316
317 info: info-am
318
319 info-am:
320
321 install-data-am:
322
323 install-exec-am:
324
325 install-info: install-info-am
326
327 install-man:
328
329 installcheck-am:
330
331 maintainer-clean: maintainer-clean-am
332
333 maintainer-clean-am: distclean-am maintainer-clean-generic
334
335 mostlyclean: mostlyclean-am
336
337 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
338 mostlyclean-libtool
339
340 uninstall-am: uninstall-info-am
341
342 .PHONY: GTAGS all all-am check check-am clean clean-generic \
343 clean-libtool clean-noinstLTLIBRARIES distclean \
344 distclean-compile distclean-depend distclean-generic \
345 distclean-libtool distclean-tags distdir dvi dvi-am info \
346 info-am install install-am install-data install-data-am \
347 install-exec install-exec-am install-info install-info-am \
348 install-man install-strip installcheck installcheck-am \
349 installdirs maintainer-clean maintainer-clean-generic \
350 mostlyclean mostlyclean-compile mostlyclean-generic \
351 mostlyclean-libtool tags uninstall uninstall-am \
352 uninstall-info-am
353
354
355 .PHONY: parser
356
357 # generate parser with lex and yacc
358 parser:
359 @echo "Generating LSCP parser..."
360 @if which "lex" > /dev/null && which "yacc" > /dev/null; then \
361 yacc -d lscp.y && \
362 lex -f lscp.l && \
363 yacc lscp.y && \
364 mv -f y.tab.h lscpsymbols.h && \
365 mv -f y.tab.c lscpparser.cpp && \
366 mv -f lex.yy.c lscpscanner.cpp; \
367 else \
368 echo "You need lex (or flex) and yacc (or bison) to generate the parser."; \
369 fi;
370 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371 # Otherwise a system limit (for SysV at least) may be exceeded.
372 .NOEXPORT:

  ViewVC Help
Powered by ViewVC