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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations) (download)
Mon Apr 26 17:15:51 2004 UTC (20 years ago) by schoenebeck
File size: 17323 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 schoenebeck 9 # 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 schoenebeck 31 JACK_CFLAGS = @JACK_CFLAGS@
88     JACK_LIBS = @JACK_LIBS@
89 schoenebeck 9 LIBTOOL = @LIBTOOL@
90     LN_S = @LN_S@
91     OBJDUMP = @OBJDUMP@
92     PACKAGE = @PACKAGE@
93 schoenebeck 31 PKG_CONFIG = @PKG_CONFIG@
94 schoenebeck 9 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    
102     # set the include path found by configure
103     INCLUDES = $(all_includes)
104    
105     # to prevent compile errors on some systems
106     AM_CXXFLAGS = -pedantic
107    
108 schoenebeck 53 SUBDIRS = network engines common audiodriver mididriver lib
109    
110     pkglib_LTLIBRARIES = liblinuxsampler.la
111    
112     liblinuxsampler_la_SOURCES = Sampler.cpp Sampler.h
113    
114     bin_PROGRAMS = linuxsampler
115     linuxsampler_SOURCES = linuxsampler.cpp
116     linuxsampler_LDADD = $(top_builddir)/src/liblinuxsampler.la $(top_builddir)/src/common/liblinuxsamplercommon.a $(top_builddir)/src/mididriver/liblinuxsamplermididriver.a $(top_builddir)/src/audiodriver/liblinuxsampleraudiodriver.a $(top_builddir)/src/engines/common/liblinuxsamplercommonengine.a $(top_builddir)/src/engines/gig/liblinuxsamplergigengine.a $(top_builddir)/src/network/liblinuxsamplernetwork.a $(top_builddir)/src/lib/fileloader/libgig/libgig.la -lasound
117     linuxsampler_DEPENDENCIES = $(JACK_LIBS)
118     liblinuxsampler_la_LIBADD = $(top_builddir)/src/network/liblinuxsamplernetwork.a $(top_builddir)/src/mididriver/liblinuxsamplermididriver.a $(top_builddir)/src/lib/fileloader/libgig/libgig.la $(top_builddir)/src/engines/gig/liblinuxsamplergigengine.a $(top_builddir)/src/engines/common/liblinuxsamplercommonengine.a $(top_builddir)/src/common/liblinuxsamplercommon.a $(top_builddir)/src/audiodriver/liblinuxsampleraudiodriver.a -lasound
119     liblinuxsampler_la_DEPENDENCIES = $(JACK_LIBS)
120     liblinuxsampler_la_LDFLAGS = $(JACK_LIBS)
121 schoenebeck 9 subdir = src
122     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123     CONFIG_HEADER = $(top_builddir)/config.h
124     CONFIG_CLEAN_FILES =
125 schoenebeck 53 LTLIBRARIES = $(pkglib_LTLIBRARIES)
126 schoenebeck 9
127 schoenebeck 53 am_liblinuxsampler_la_OBJECTS = Sampler.lo
128     liblinuxsampler_la_OBJECTS = $(am_liblinuxsampler_la_OBJECTS)
129 schoenebeck 9 bin_PROGRAMS = linuxsampler$(EXEEXT)
130     PROGRAMS = $(bin_PROGRAMS)
131    
132 schoenebeck 53 am_linuxsampler_OBJECTS = linuxsampler.$(OBJEXT)
133 schoenebeck 9 linuxsampler_OBJECTS = $(am_linuxsampler_OBJECTS)
134 schoenebeck 53 linuxsampler_LDFLAGS =
135 schoenebeck 9
136     DEFS = @DEFS@
137     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
138     CPPFLAGS = @CPPFLAGS@
139     LDFLAGS = @LDFLAGS@
140     LIBS = @LIBS@
141     depcomp = $(SHELL) $(top_srcdir)/depcomp
142     am__depfiles_maybe = depfiles
143 schoenebeck 53 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Sampler.Plo \
144     @AMDEP_TRUE@ ./$(DEPDIR)/linuxsampler.Po
145 schoenebeck 9 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
146     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
147     LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
148     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149     $(AM_CXXFLAGS) $(CXXFLAGS)
150     CXXLD = $(CXX)
151     CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
152     $(AM_LDFLAGS) $(LDFLAGS) -o $@
153     CXXFLAGS = @CXXFLAGS@
154     CFLAGS = @CFLAGS@
155     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
158     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159     CCLD = $(CC)
160     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161     $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 schoenebeck 53 DIST_SOURCES = $(liblinuxsampler_la_SOURCES) $(linuxsampler_SOURCES)
163 schoenebeck 30
164 schoenebeck 35 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
165     uninstall-info-recursive all-recursive install-data-recursive \
166     install-exec-recursive installdirs-recursive install-recursive \
167     uninstall-recursive check-recursive installcheck-recursive
168 schoenebeck 53 DIST_COMMON = Makefile.am Makefile.in
169 schoenebeck 35 DIST_SUBDIRS = $(SUBDIRS)
170 schoenebeck 53 SOURCES = $(liblinuxsampler_la_SOURCES) $(linuxsampler_SOURCES)
171 schoenebeck 9
172 schoenebeck 35 all: all-recursive
173 schoenebeck 9
174     .SUFFIXES:
175     .SUFFIXES: .cpp .lo .o .obj
176     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
177     cd $(top_srcdir) && \
178     $(AUTOMAKE) --gnu src/Makefile
179     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
180     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
181 schoenebeck 53 pkglibLTLIBRARIES_INSTALL = $(INSTALL)
182     install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
183 schoenebeck 9 @$(NORMAL_INSTALL)
184 schoenebeck 53 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
185     @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
186 schoenebeck 9 if test -f $$p; then \
187     f="`echo $$p | sed -e 's|^.*/||'`"; \
188 schoenebeck 53 echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
189     $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \
190 schoenebeck 9 else :; fi; \
191     done
192 schoenebeck 53
193     uninstall-pkglibLTLIBRARIES:
194     @$(NORMAL_UNINSTALL)
195     @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
196 schoenebeck 9 p="`echo $$p | sed -e 's|^.*/||'`"; \
197 schoenebeck 53 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
198     $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
199 schoenebeck 9 done
200    
201 schoenebeck 53 clean-pkglibLTLIBRARIES:
202     -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
203     @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
204     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
205     test -z "$dir" && dir=.; \
206     echo "rm -f \"$${dir}/so_locations\""; \
207     rm -f "$${dir}/so_locations"; \
208 schoenebeck 9 done
209 schoenebeck 53 liblinuxsampler.la: $(liblinuxsampler_la_OBJECTS) $(liblinuxsampler_la_DEPENDENCIES)
210     $(CXXLINK) -rpath $(pkglibdir) $(liblinuxsampler_la_LDFLAGS) $(liblinuxsampler_la_OBJECTS) $(liblinuxsampler_la_LIBADD) $(LIBS)
211 schoenebeck 9 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
212     install-binPROGRAMS: $(bin_PROGRAMS)
213     @$(NORMAL_INSTALL)
214     $(mkinstalldirs) $(DESTDIR)$(bindir)
215     @list='$(bin_PROGRAMS)'; for p in $$list; do \
216     p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
217     if test -f $$p \
218     || test -f $$p1 \
219     ; then \
220     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
221     echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
222     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
223     else :; fi; \
224     done
225    
226     uninstall-binPROGRAMS:
227     @$(NORMAL_UNINSTALL)
228     @list='$(bin_PROGRAMS)'; for p in $$list; do \
229     f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
230     echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
231     rm -f $(DESTDIR)$(bindir)/$$f; \
232     done
233    
234     clean-binPROGRAMS:
235     @list='$(bin_PROGRAMS)'; for p in $$list; do \
236     f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
237     echo " rm -f $$p $$f"; \
238     rm -f $$p $$f ; \
239     done
240     linuxsampler$(EXEEXT): $(linuxsampler_OBJECTS) $(linuxsampler_DEPENDENCIES)
241     @rm -f linuxsampler$(EXEEXT)
242     $(CXXLINK) $(linuxsampler_LDFLAGS) $(linuxsampler_OBJECTS) $(linuxsampler_LDADD) $(LIBS)
243    
244     mostlyclean-compile:
245     -rm -f *.$(OBJEXT) core *.core
246    
247     distclean-compile:
248     -rm -f *.tab.c
249    
250 schoenebeck 53 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Sampler.Plo@am__quote@
251 schoenebeck 9 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linuxsampler.Po@am__quote@
252    
253     distclean-depend:
254     -rm -rf ./$(DEPDIR)
255    
256     .cpp.o:
257     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
258     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
259     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260     $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
261    
262     .cpp.obj:
263     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
265     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266     $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
267    
268     .cpp.lo:
269     @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
270     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
271     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272     $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
273     CXXDEPMODE = @CXXDEPMODE@
274    
275     mostlyclean-libtool:
276     -rm -f *.lo
277    
278     clean-libtool:
279     -rm -rf .libs _libs
280    
281     distclean-libtool:
282     -rm -f libtool
283     uninstall-info-am:
284    
285 schoenebeck 35 # This directory's subdirectories are mostly independent; you can cd
286     # into them and run `make' without going through this Makefile.
287     # To change the values of `make' variables: instead of editing Makefiles,
288     # (1) if the variable is set in `config.status', edit `config.status'
289     # (which will cause the Makefiles to be regenerated when you run `make');
290     # (2) otherwise, pass the desired values on the `make' command line.
291     $(RECURSIVE_TARGETS):
292     @set fnord $$MAKEFLAGS; amf=$$2; \
293     dot_seen=no; \
294     target=`echo $@ | sed s/-recursive//`; \
295     list='$(SUBDIRS)'; for subdir in $$list; do \
296     echo "Making $$target in $$subdir"; \
297     if test "$$subdir" = "."; then \
298     dot_seen=yes; \
299     local_target="$$target-am"; \
300     else \
301     local_target="$$target"; \
302     fi; \
303     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305     done; \
306     if test "$$dot_seen" = "no"; then \
307     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308     fi; test -z "$$fail"
309    
310     mostlyclean-recursive clean-recursive distclean-recursive \
311     maintainer-clean-recursive:
312     @set fnord $$MAKEFLAGS; amf=$$2; \
313     dot_seen=no; \
314     case "$@" in \
315     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
316     *) list='$(SUBDIRS)' ;; \
317     esac; \
318     rev=''; for subdir in $$list; do \
319     if test "$$subdir" = "."; then :; else \
320     rev="$$subdir $$rev"; \
321     fi; \
322     done; \
323     rev="$$rev ."; \
324     target=`echo $@ | sed s/-recursive//`; \
325     for subdir in $$rev; do \
326     echo "Making $$target in $$subdir"; \
327     if test "$$subdir" = "."; then \
328     local_target="$$target-am"; \
329     else \
330     local_target="$$target"; \
331     fi; \
332     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
334     done && test -z "$$fail"
335     tags-recursive:
336     list='$(SUBDIRS)'; for subdir in $$list; do \
337     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
338     done
339    
340 schoenebeck 9 ETAGS = etags
341     ETAGSFLAGS =
342    
343     tags: TAGS
344    
345     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
346     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
347     unique=`for i in $$list; do \
348     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349     done | \
350     $(AWK) ' { files[$$0] = 1; } \
351     END { for (i in files) print i; }'`; \
352     mkid -fID $$unique
353    
354 schoenebeck 35 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355 schoenebeck 9 $(TAGS_FILES) $(LISP)
356     tags=; \
357     here=`pwd`; \
358 schoenebeck 35 list='$(SUBDIRS)'; for subdir in $$list; do \
359     if test "$$subdir" = .; then :; else \
360     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
361     fi; \
362     done; \
363 schoenebeck 9 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364     unique=`for i in $$list; do \
365     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366     done | \
367     $(AWK) ' { files[$$0] = 1; } \
368     END { for (i in files) print i; }'`; \
369     test -z "$(ETAGS_ARGS)$$tags$$unique" \
370     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371     $$tags $$unique
372    
373     GTAGS:
374     here=`$(am__cd) $(top_builddir) && pwd` \
375     && cd $(top_srcdir) \
376     && gtags -i $(GTAGS_ARGS) $$here
377    
378     distclean-tags:
379     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
380     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
381    
382     top_distdir = ..
383     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
384    
385     distdir: $(DISTFILES)
386     @list='$(DISTFILES)'; for file in $$list; do \
387     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
389     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
390     dir="/$$dir"; \
391     $(mkinstalldirs) "$(distdir)$$dir"; \
392     else \
393     dir=''; \
394     fi; \
395     if test -d $$d/$$file; then \
396     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
398     fi; \
399     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
400     else \
401     test -f $(distdir)/$$file \
402     || cp -p $$d/$$file $(distdir)/$$file \
403     || exit 1; \
404     fi; \
405     done
406 schoenebeck 35 list='$(SUBDIRS)'; for subdir in $$list; do \
407     if test "$$subdir" = .; then :; else \
408     test -d $(distdir)/$$subdir \
409     || mkdir $(distdir)/$$subdir \
410     || exit 1; \
411     (cd $$subdir && \
412     $(MAKE) $(AM_MAKEFLAGS) \
413     top_distdir="$(top_distdir)" \
414     distdir=../$(distdir)/$$subdir \
415     distdir) \
416     || exit 1; \
417     fi; \
418     done
419 schoenebeck 9 check-am: all-am
420 schoenebeck 35 check: check-recursive
421 schoenebeck 53 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
422 schoenebeck 35 installdirs: installdirs-recursive
423     installdirs-am:
424 schoenebeck 53 $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir)
425 schoenebeck 9
426 schoenebeck 35 install: install-recursive
427     install-exec: install-exec-recursive
428     install-data: install-data-recursive
429     uninstall: uninstall-recursive
430 schoenebeck 9
431     install-am: all-am
432     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433    
434 schoenebeck 35 installcheck: installcheck-recursive
435 schoenebeck 9 install-strip:
436     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437     INSTALL_STRIP_FLAG=-s \
438     `test -z '$(STRIP)' || \
439     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
440     mostlyclean-generic:
441    
442     clean-generic:
443    
444     distclean-generic:
445     -rm -f Makefile $(CONFIG_CLEAN_FILES)
446    
447     maintainer-clean-generic:
448     @echo "This command is intended for maintainers to use"
449     @echo "it deletes files that may require special tools to rebuild."
450 schoenebeck 35 clean: clean-recursive
451 schoenebeck 9
452 schoenebeck 53 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
453     clean-pkglibLTLIBRARIES mostlyclean-am
454 schoenebeck 9
455 schoenebeck 35 distclean: distclean-recursive
456 schoenebeck 9
457     distclean-am: clean-am distclean-compile distclean-depend \
458     distclean-generic distclean-libtool distclean-tags
459    
460 schoenebeck 35 dvi: dvi-recursive
461 schoenebeck 9
462     dvi-am:
463    
464 schoenebeck 35 info: info-recursive
465 schoenebeck 9
466     info-am:
467    
468     install-data-am:
469    
470 schoenebeck 53 install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES
471 schoenebeck 9
472 schoenebeck 35 install-info: install-info-recursive
473 schoenebeck 9
474     install-man:
475    
476     installcheck-am:
477    
478 schoenebeck 35 maintainer-clean: maintainer-clean-recursive
479 schoenebeck 9
480     maintainer-clean-am: distclean-am maintainer-clean-generic
481    
482 schoenebeck 35 mostlyclean: mostlyclean-recursive
483 schoenebeck 9
484     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
485     mostlyclean-libtool
486    
487     uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
488 schoenebeck 53 uninstall-pkglibLTLIBRARIES
489 schoenebeck 9
490 schoenebeck 35 uninstall-info: uninstall-info-recursive
491 schoenebeck 9
492 schoenebeck 35 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
493 schoenebeck 53 clean-binPROGRAMS clean-generic clean-libtool \
494     clean-pkglibLTLIBRARIES clean-recursive distclean \
495     distclean-compile distclean-depend distclean-generic \
496     distclean-libtool distclean-recursive distclean-tags distdir \
497     dvi dvi-am dvi-recursive info info-am info-recursive install \
498     install-am install-binPROGRAMS install-data install-data-am \
499 schoenebeck 35 install-data-recursive install-exec install-exec-am \
500     install-exec-recursive install-info install-info-am \
501 schoenebeck 53 install-info-recursive install-man install-pkglibLTLIBRARIES \
502 schoenebeck 35 install-recursive install-strip installcheck installcheck-am \
503     installdirs installdirs-am installdirs-recursive \
504     maintainer-clean maintainer-clean-generic \
505     maintainer-clean-recursive mostlyclean mostlyclean-compile \
506     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
507     tags tags-recursive uninstall uninstall-am \
508     uninstall-binPROGRAMS uninstall-info-am \
509 schoenebeck 53 uninstall-info-recursive uninstall-pkglibLTLIBRARIES \
510 schoenebeck 35 uninstall-recursive
511    
512 schoenebeck 9 # Tell versions [3.59,3.63) of GNU make to not export all variables.
513     # Otherwise a system limit (for SysV at least) may be exceeded.
514     .NOEXPORT:

  ViewVC Help
Powered by ViewVC