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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (show annotations) (download)
Tue Jul 6 03:27:38 2004 UTC (19 years, 9 months ago) by senkov
File size: 10550 byte(s)
* Reworked the infrastructure to allow for parameter
registration and creation
* Changed alsa audio output and midi drivers
to work with new infrastructure

1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AS = @AS@
67 CC = @CC@
68 CXX = @CXX@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EXEEXT = @EXEEXT@
72 JACK_CFLAGS = @JACK_CFLAGS@
73 JACK_LIBS = @JACK_LIBS@
74 LIBTOOL = @LIBTOOL@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 PKG_CONFIG = @PKG_CONFIG@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 target = @target@
85 target_cpu = @target_cpu@
86 target_os = @target_os@
87 target_vendor = @target_vendor@
88
89 INCLUDES = $(all_includes)
90 METASOURCES = AUTO
91
92 AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
93
94 noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
95 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h InputOutputDevice.h DeviceParameterFactory.cpp DeviceParameterFactory.h
96 liblinuxsamplerdrivers_la_LDFLAGS =
97 #liblinuxsamplerdrivers_la_DEPENDENCIES =
98 liblinuxsamplerdrivers_la_LIBADD =
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../../config.h
101 CONFIG_CLEAN_FILES =
102 LTLIBRARIES = $(noinst_LTLIBRARIES)
103
104
105 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 liblinuxsamplerdrivers_la_DEPENDENCIES =
110 liblinuxsamplerdrivers_la_OBJECTS = DeviceParameter.lo \
111 DeviceParameterFactory.lo
112 CXXFLAGS = @CXXFLAGS@
113 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115 CXXLD = $(CXX)
116 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
117 CFLAGS = @CFLAGS@
118 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 CCLD = $(CC)
121 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON = Makefile.am Makefile.in
123
124
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127 TAR = gtar
128 GZIP_ENV = --best
129 DEP_FILES = .deps/DeviceParameter.P .deps/DeviceParameterFactory.P
130 SOURCES = $(liblinuxsamplerdrivers_la_SOURCES)
131 OBJECTS = $(liblinuxsamplerdrivers_la_OBJECTS)
132
133 all: all-redirect
134 .SUFFIXES:
135 .SUFFIXES: .S .c .cpp .lo .o .obj .s
136 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
137 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/drivers/Makefile
138
139 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
140 cd $(top_builddir) \
141 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142
143
144 mostlyclean-noinstLTLIBRARIES:
145
146 clean-noinstLTLIBRARIES:
147 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
148
149 distclean-noinstLTLIBRARIES:
150
151 maintainer-clean-noinstLTLIBRARIES:
152
153 # FIXME: We should only use cygpath when building on Windows,
154 # and only if it is available.
155 .c.obj:
156 $(COMPILE) -c `cygpath -w $<`
157
158 .s.o:
159 $(COMPILE) -c $<
160
161 .S.o:
162 $(COMPILE) -c $<
163
164 mostlyclean-compile:
165 -rm -f *.o core *.core
166 -rm -f *.$(OBJEXT)
167
168 clean-compile:
169
170 distclean-compile:
171 -rm -f *.tab.c
172
173 maintainer-clean-compile:
174
175 .s.lo:
176 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177
178 .S.lo:
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180
181 mostlyclean-libtool:
182 -rm -f *.lo
183
184 clean-libtool:
185 -rm -rf .libs _libs
186
187 distclean-libtool:
188
189 maintainer-clean-libtool:
190
191 liblinuxsamplerdrivers.la: $(liblinuxsamplerdrivers_la_OBJECTS) $(liblinuxsamplerdrivers_la_DEPENDENCIES)
192 $(CXXLINK) $(liblinuxsamplerdrivers_la_LDFLAGS) $(liblinuxsamplerdrivers_la_OBJECTS) $(liblinuxsamplerdrivers_la_LIBADD) $(LIBS)
193 .cpp.o:
194 $(CXXCOMPILE) -c $<
195 .cpp.obj:
196 $(CXXCOMPILE) -c `cygpath -w $<`
197 .cpp.lo:
198 $(LTCXXCOMPILE) -c $<
199
200 tags: TAGS
201
202 ID: $(HEADERS) $(SOURCES) $(LISP)
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 here=`pwd` && cd $(srcdir) \
208 && mkid -f$$here/ID $$unique $(LISP)
209
210 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
211 tags=; \
212 here=`pwd`; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
219
220 mostlyclean-tags:
221
222 clean-tags:
223
224 distclean-tags:
225 -rm -f TAGS ID
226
227 maintainer-clean-tags:
228
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230
231 subdir = src/drivers
232
233 distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/drivers/Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$d/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249
250 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
251
252 -include $(DEP_FILES)
253
254 mostlyclean-depend:
255
256 clean-depend:
257
258 distclean-depend:
259 -rm -rf .deps
260
261 maintainer-clean-depend:
262
263 %.o: %.c
264 @echo '$(COMPILE) -c $<'; \
265 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266 @-cp .deps/$(*F).pp .deps/$(*F).P; \
267 tr ' ' '\012' < .deps/$(*F).pp \
268 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269 >> .deps/$(*F).P; \
270 rm .deps/$(*F).pp
271
272 %.lo: %.c
273 @echo '$(LTCOMPILE) -c $<'; \
274 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
276 < .deps/$(*F).pp > .deps/$(*F).P; \
277 tr ' ' '\012' < .deps/$(*F).pp \
278 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
279 >> .deps/$(*F).P; \
280 rm -f .deps/$(*F).pp
281
282 %.o: %.cpp
283 @echo '$(CXXCOMPILE) -c $<'; \
284 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
285 @-cp .deps/$(*F).pp .deps/$(*F).P; \
286 tr ' ' '\012' < .deps/$(*F).pp \
287 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
288 >> .deps/$(*F).P; \
289 rm .deps/$(*F).pp
290
291 %.lo: %.cpp
292 @echo '$(LTCXXCOMPILE) -c $<'; \
293 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
294 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
295 < .deps/$(*F).pp > .deps/$(*F).P; \
296 tr ' ' '\012' < .deps/$(*F).pp \
297 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
298 >> .deps/$(*F).P; \
299 rm -f .deps/$(*F).pp
300 info-am:
301 info: info-am
302 dvi-am:
303 dvi: dvi-am
304 check-am: all-am
305 check: check-am
306 installcheck-am:
307 installcheck: installcheck-am
308 install-exec-am:
309 install-exec: install-exec-am
310
311 install-data-am:
312 install-data: install-data-am
313
314 install-am: all-am
315 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316 install: install-am
317 uninstall-am:
318 uninstall: uninstall-am
319 all-am: Makefile $(LTLIBRARIES)
320 all-redirect: all-am
321 install-strip:
322 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323 installdirs:
324
325
326 mostlyclean-generic:
327
328 clean-generic:
329
330 distclean-generic:
331 -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333
334 maintainer-clean-generic:
335 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
336 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
337 mostlyclean-generic
338
339 mostlyclean: mostlyclean-am
340
341 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
342 clean-tags clean-depend clean-generic mostlyclean-am
343
344 clean: clean-am
345
346 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
347 distclean-libtool distclean-tags distclean-depend \
348 distclean-generic clean-am
349 -rm -f libtool
350
351 distclean: distclean-am
352
353 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
354 maintainer-clean-compile maintainer-clean-libtool \
355 maintainer-clean-tags maintainer-clean-depend \
356 maintainer-clean-generic distclean-am
357 @echo "This command is intended for maintainers to use;"
358 @echo "it deletes files that may require special tools to rebuild."
359
360 maintainer-clean: maintainer-clean-am
361
362 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
363 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
364 mostlyclean-compile distclean-compile clean-compile \
365 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
366 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
367 distclean-tags clean-tags maintainer-clean-tags distdir \
368 mostlyclean-depend distclean-depend clean-depend \
369 maintainer-clean-depend info-am info dvi-am dvi check check-am \
370 installcheck-am installcheck install-exec-am install-exec \
371 install-data-am install-data install-am install uninstall-am uninstall \
372 all-redirect all-am all installdirs mostlyclean-generic \
373 distclean-generic clean-generic maintainer-clean-generic clean \
374 mostlyclean distclean maintainer-clean
375
376
377 # Tell versions [3.59,3.63) of GNU make to not export all variables.
378 # Otherwise a system limit (for SysV at least) may be exceeded.
379 .NOEXPORT:

  ViewVC Help
Powered by ViewVC