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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (hide 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 senkov 174 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2 schoenebeck 123
3 senkov 174 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 schoenebeck 123 # 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 senkov 174
14 schoenebeck 123 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 senkov 174
35     DESTDIR =
36    
37 schoenebeck 123 pkgdatadir = $(datadir)/@PACKAGE@
38     pkglibdir = $(libdir)/@PACKAGE@
39     pkgincludedir = $(includedir)/@PACKAGE@
40 senkov 174
41 schoenebeck 123 top_builddir = ../..
42    
43     ACLOCAL = @ACLOCAL@
44     AUTOCONF = @AUTOCONF@
45     AUTOMAKE = @AUTOMAKE@
46     AUTOHEADER = @AUTOHEADER@
47    
48     INSTALL = @INSTALL@
49 senkov 174 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 schoenebeck 123 INSTALL_DATA = @INSTALL_DATA@
51     INSTALL_SCRIPT = @INSTALL_SCRIPT@
52     transform = @program_transform_name@
53 senkov 174
54 schoenebeck 123 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 senkov 174 EXEEXT = @EXEEXT@
72 schoenebeck 123 JACK_CFLAGS = @JACK_CFLAGS@
73     JACK_LIBS = @JACK_LIBS@
74     LIBTOOL = @LIBTOOL@
75     LN_S = @LN_S@
76 senkov 174 MAKEINFO = @MAKEINFO@
77 schoenebeck 123 OBJDUMP = @OBJDUMP@
78 senkov 174 OBJEXT = @OBJEXT@
79 schoenebeck 123 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 senkov 174
89 schoenebeck 123 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 senkov 174 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h InputOutputDevice.h DeviceParameterFactory.cpp DeviceParameterFactory.h
96 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
97     #liblinuxsamplerdrivers_la_DEPENDENCIES =
98     liblinuxsamplerdrivers_la_LIBADD =
99     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 senkov 174 CONFIG_HEADER = ../../config.h
101     CONFIG_CLEAN_FILES =
102     LTLIBRARIES = $(noinst_LTLIBRARIES)
103 schoenebeck 123
104    
105 senkov 174 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
106 schoenebeck 123 CPPFLAGS = @CPPFLAGS@
107     LDFLAGS = @LDFLAGS@
108     LIBS = @LIBS@
109 senkov 174 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 schoenebeck 123 CXXLD = $(CXX)
116 senkov 174 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
117 schoenebeck 123 CFLAGS = @CFLAGS@
118 senkov 174 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 schoenebeck 123 CCLD = $(CC)
121 senkov 174 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 schoenebeck 123 SOURCES = $(liblinuxsamplerdrivers_la_SOURCES)
131 senkov 174 OBJECTS = $(liblinuxsamplerdrivers_la_OBJECTS)
132 schoenebeck 123
133 senkov 174 all: all-redirect
134 schoenebeck 123 .SUFFIXES:
135 senkov 174 .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 schoenebeck 123
139 senkov 174 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 schoenebeck 123 clean-noinstLTLIBRARIES:
147     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
148    
149 senkov 174 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 schoenebeck 123 mostlyclean-compile:
165 senkov 174 -rm -f *.o core *.core
166     -rm -f *.$(OBJEXT)
167 schoenebeck 123
168 senkov 174 clean-compile:
169    
170 schoenebeck 123 distclean-compile:
171     -rm -f *.tab.c
172    
173 senkov 174 maintainer-clean-compile:
174 schoenebeck 123
175 senkov 174 .s.lo:
176     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177 schoenebeck 123
178 senkov 174 .S.lo:
179     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180 schoenebeck 123
181     mostlyclean-libtool:
182     -rm -f *.lo
183    
184     clean-libtool:
185     -rm -rf .libs _libs
186    
187     distclean-libtool:
188    
189 senkov 174 maintainer-clean-libtool:
190 schoenebeck 123
191 senkov 174 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 schoenebeck 123 tags: TAGS
201    
202 senkov 174 ID: $(HEADERS) $(SOURCES) $(LISP)
203     list='$(SOURCES) $(HEADERS)'; \
204     unique=`for i in $$list; do echo $$i; done | \
205     awk ' { files[$$0] = 1; } \
206 schoenebeck 123 END { for (i in files) print i; }'`; \
207 senkov 174 here=`pwd` && cd $(srcdir) \
208     && mkid -f$$here/ID $$unique $(LISP)
209 schoenebeck 123
210 senkov 174 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
211 schoenebeck 123 tags=; \
212     here=`pwd`; \
213 senkov 174 list='$(SOURCES) $(HEADERS)'; \
214     unique=`for i in $$list; do echo $$i; done | \
215     awk ' { files[$$0] = 1; } \
216 schoenebeck 123 END { for (i in files) print i; }'`; \
217 senkov 174 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218     || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
219 schoenebeck 123
220 senkov 174 mostlyclean-tags:
221 schoenebeck 123
222 senkov 174 clean-tags:
223    
224 schoenebeck 123 distclean-tags:
225 senkov 174 -rm -f TAGS ID
226 schoenebeck 123
227 senkov 174 maintainer-clean-tags:
228 schoenebeck 123
229 senkov 174 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230    
231     subdir = src/drivers
232    
233 schoenebeck 123 distdir: $(DISTFILES)
234 senkov 174 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 schoenebeck 123 if test -d $$d/$$file; then \
242 senkov 174 cp -pr $$d/$$file $(distdir)/$$file; \
243 schoenebeck 123 else \
244     test -f $(distdir)/$$file \
245 senkov 174 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246     || cp -p $$d/$$file $(distdir)/$$file || :; \
247 schoenebeck 123 fi; \
248     done
249 senkov 174
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 schoenebeck 123 check-am: all-am
305     check: check-am
306 senkov 174 installcheck-am:
307     installcheck: installcheck-am
308     install-exec-am:
309     install-exec: install-exec-am
310 schoenebeck 123
311 senkov 174 install-data-am:
312 schoenebeck 123 install-data: install-data-am
313    
314     install-am: all-am
315     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316 senkov 174 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 schoenebeck 123
325 senkov 174
326 schoenebeck 123 mostlyclean-generic:
327    
328     clean-generic:
329    
330     distclean-generic:
331     -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 senkov 174 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333 schoenebeck 123
334     maintainer-clean-generic:
335 senkov 174 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
336     mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
337     mostlyclean-generic
338 schoenebeck 123
339 senkov 174 mostlyclean: mostlyclean-am
340 schoenebeck 123
341 senkov 174 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
342     clean-tags clean-depend clean-generic mostlyclean-am
343 schoenebeck 123
344 senkov 174 clean: clean-am
345 schoenebeck 123
346 senkov 174 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
347     distclean-libtool distclean-tags distclean-depend \
348     distclean-generic clean-am
349     -rm -f libtool
350 schoenebeck 123
351 senkov 174 distclean: distclean-am
352 schoenebeck 123
353 senkov 174 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 schoenebeck 123
360     maintainer-clean: maintainer-clean-am
361    
362 senkov 174 .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 schoenebeck 123
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