/[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 202 - (hide annotations) (download)
Tue Jul 13 22:17:10 2004 UTC (19 years, 9 months ago) by schoenebeck
File size: 14067 byte(s)
* moved directory '/src/audiodriver' -> '/src/drivers/audio'
* moved directory '/src/mididriver' -> '/src/drivers/midi'

1 schoenebeck 202 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2     # @configure_input@
3 schoenebeck 123
4 schoenebeck 202 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5     # Free Software Foundation, Inc.
6 schoenebeck 123 # 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 schoenebeck 202 @SET_MAKE@
16 schoenebeck 123 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 schoenebeck 202 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 schoenebeck 123 INSTALL = @INSTALL@
48 schoenebeck 202 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 schoenebeck 123 INSTALL_DATA = @INSTALL_DATA@
50 schoenebeck 202 install_sh_DATA = $(install_sh) -c -m 644
51     install_sh_PROGRAM = $(install_sh) -c
52     install_sh_SCRIPT = $(install_sh) -c
53 schoenebeck 123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 schoenebeck 202 INSTALL_HEADER = $(INSTALL_DATA)
55 schoenebeck 123 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 schoenebeck 202
69     EXEEXT = @EXEEXT@
70     OBJEXT = @OBJEXT@
71     PATH_SEPARATOR = @PATH_SEPARATOR@
72     AMTAR = @AMTAR@
73     AR = @AR@
74 schoenebeck 123 AS = @AS@
75 schoenebeck 202 AWK = @AWK@
76 schoenebeck 123 CC = @CC@
77     CXX = @CXX@
78 schoenebeck 202 CXXCPP = @CXXCPP@
79     DEPDIR = @DEPDIR@
80 schoenebeck 123 DLLTOOL = @DLLTOOL@
81     ECHO = @ECHO@
82 schoenebeck 202 EGREP = @EGREP@
83     F77 = @F77@
84     GCJ = @GCJ@
85     GCJFLAGS = @GCJFLAGS@
86     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87 schoenebeck 123 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 schoenebeck 202 RC = @RC@
96 schoenebeck 123 STRIP = @STRIP@
97     VERSION = @VERSION@
98 schoenebeck 202 am__include = @am__include@
99     am__quote = @am__quote@
100     install_sh = @install_sh@
101 schoenebeck 123 target = @target@
102     target_cpu = @target_cpu@
103     target_os = @target_os@
104     target_vendor = @target_vendor@
105     INCLUDES = $(all_includes)
106     METASOURCES = AUTO
107    
108     AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
109    
110     noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
111 senkov 174 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h InputOutputDevice.h DeviceParameterFactory.cpp DeviceParameterFactory.h
112 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
113     #liblinuxsamplerdrivers_la_DEPENDENCIES =
114     liblinuxsamplerdrivers_la_LIBADD =
115 schoenebeck 202 SUBDIRS = audio midi
116     subdir = src/drivers
117 schoenebeck 123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118 schoenebeck 202 CONFIG_HEADER = $(top_builddir)/config.h
119     CONFIG_CLEAN_FILES =
120     LTLIBRARIES = $(noinst_LTLIBRARIES)
121 schoenebeck 123
122 schoenebeck 202 liblinuxsamplerdrivers_la_DEPENDENCIES =
123     am_liblinuxsamplerdrivers_la_OBJECTS = DeviceParameter.lo \
124     DeviceParameterFactory.lo
125     liblinuxsamplerdrivers_la_OBJECTS = \
126     $(am_liblinuxsamplerdrivers_la_OBJECTS)
127 schoenebeck 123
128 schoenebeck 202 DEFS = @DEFS@
129     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
130 schoenebeck 123 CPPFLAGS = @CPPFLAGS@
131     LDFLAGS = @LDFLAGS@
132     LIBS = @LIBS@
133 schoenebeck 202 depcomp = $(SHELL) $(top_srcdir)/depcomp
134     am__depfiles_maybe = depfiles
135     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/DeviceParameter.Plo \
136     @AMDEP_TRUE@ ./$(DEPDIR)/DeviceParameterFactory.Plo
137     CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
138     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139     LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
140     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141     $(AM_CXXFLAGS) $(CXXFLAGS)
142     CXXLD = $(CXX)
143     CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
144     $(AM_LDFLAGS) $(LDFLAGS) -o $@
145 senkov 174 CXXFLAGS = @CXXFLAGS@
146 schoenebeck 123 CFLAGS = @CFLAGS@
147 schoenebeck 202 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
150     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151 schoenebeck 123 CCLD = $(CC)
152 schoenebeck 202 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153     $(AM_LDFLAGS) $(LDFLAGS) -o $@
154     DIST_SOURCES = $(liblinuxsamplerdrivers_la_SOURCES)
155 senkov 174
156 schoenebeck 202 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
157     uninstall-info-recursive all-recursive install-data-recursive \
158     install-exec-recursive installdirs-recursive install-recursive \
159     uninstall-recursive check-recursive installcheck-recursive
160     DIST_COMMON = Makefile.am Makefile.in
161     DIST_SUBDIRS = $(SUBDIRS)
162     SOURCES = $(liblinuxsamplerdrivers_la_SOURCES)
163 senkov 174
164 schoenebeck 202 all: all-recursive
165 senkov 174
166 schoenebeck 123 .SUFFIXES:
167 schoenebeck 202 .SUFFIXES: .cpp .lo .o .obj
168     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
169     cd $(top_srcdir) && \
170     $(AUTOMAKE) --gnu src/drivers/Makefile
171     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
172     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
173 schoenebeck 123
174     clean-noinstLTLIBRARIES:
175     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
176 schoenebeck 202 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
177     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
178     test -z "$dir" && dir=.; \
179     echo "rm -f \"$${dir}/so_locations\""; \
180     rm -f "$${dir}/so_locations"; \
181     done
182     liblinuxsamplerdrivers.la: $(liblinuxsamplerdrivers_la_OBJECTS) $(liblinuxsamplerdrivers_la_DEPENDENCIES)
183     $(CXXLINK) $(liblinuxsamplerdrivers_la_LDFLAGS) $(liblinuxsamplerdrivers_la_OBJECTS) $(liblinuxsamplerdrivers_la_LIBADD) $(LIBS)
184 schoenebeck 123
185     mostlyclean-compile:
186 schoenebeck 202 -rm -f *.$(OBJEXT) core *.core
187 schoenebeck 123
188     distclean-compile:
189     -rm -f *.tab.c
190    
191 schoenebeck 202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DeviceParameter.Plo@am__quote@
192     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DeviceParameterFactory.Plo@am__quote@
193 schoenebeck 123
194 schoenebeck 202 distclean-depend:
195     -rm -rf ./$(DEPDIR)
196 schoenebeck 123
197 schoenebeck 202 .cpp.o:
198     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
199     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
200     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
201     $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
202 schoenebeck 123
203 schoenebeck 202 .cpp.obj:
204     @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
205     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
206     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
207     $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
208    
209     .cpp.lo:
210     @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
211     @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
212     @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
213     $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
214     CXXDEPMODE = @CXXDEPMODE@
215    
216 schoenebeck 123 mostlyclean-libtool:
217     -rm -f *.lo
218    
219     clean-libtool:
220     -rm -rf .libs _libs
221    
222     distclean-libtool:
223 schoenebeck 202 -rm -f libtool
224     uninstall-info-am:
225 schoenebeck 123
226 schoenebeck 202 # This directory's subdirectories are mostly independent; you can cd
227     # into them and run `make' without going through this Makefile.
228     # To change the values of `make' variables: instead of editing Makefiles,
229     # (1) if the variable is set in `config.status', edit `config.status'
230     # (which will cause the Makefiles to be regenerated when you run `make');
231     # (2) otherwise, pass the desired values on the `make' command line.
232     $(RECURSIVE_TARGETS):
233     @set fnord $$MAKEFLAGS; amf=$$2; \
234     dot_seen=no; \
235     target=`echo $@ | sed s/-recursive//`; \
236     list='$(SUBDIRS)'; for subdir in $$list; do \
237     echo "Making $$target in $$subdir"; \
238     if test "$$subdir" = "."; then \
239     dot_seen=yes; \
240     local_target="$$target-am"; \
241     else \
242     local_target="$$target"; \
243     fi; \
244     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
245     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
246     done; \
247     if test "$$dot_seen" = "no"; then \
248     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
249     fi; test -z "$$fail"
250 schoenebeck 123
251 schoenebeck 202 mostlyclean-recursive clean-recursive distclean-recursive \
252     maintainer-clean-recursive:
253     @set fnord $$MAKEFLAGS; amf=$$2; \
254     dot_seen=no; \
255     case "$@" in \
256     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
257     *) list='$(SUBDIRS)' ;; \
258     esac; \
259     rev=''; for subdir in $$list; do \
260     if test "$$subdir" = "."; then :; else \
261     rev="$$subdir $$rev"; \
262     fi; \
263     done; \
264     rev="$$rev ."; \
265     target=`echo $@ | sed s/-recursive//`; \
266     for subdir in $$rev; do \
267     echo "Making $$target in $$subdir"; \
268     if test "$$subdir" = "."; then \
269     local_target="$$target-am"; \
270     else \
271     local_target="$$target"; \
272     fi; \
273     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
275     done && test -z "$$fail"
276     tags-recursive:
277     list='$(SUBDIRS)'; for subdir in $$list; do \
278     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279     done
280 senkov 174
281 schoenebeck 202 ETAGS = etags
282     ETAGSFLAGS =
283    
284 schoenebeck 123 tags: TAGS
285    
286 schoenebeck 202 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
288     unique=`for i in $$list; do \
289     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290     done | \
291     $(AWK) ' { files[$$0] = 1; } \
292 schoenebeck 123 END { for (i in files) print i; }'`; \
293 schoenebeck 202 mkid -fID $$unique
294 schoenebeck 123
295 schoenebeck 202 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
296     $(TAGS_FILES) $(LISP)
297 schoenebeck 123 tags=; \
298     here=`pwd`; \
299 schoenebeck 202 list='$(SUBDIRS)'; for subdir in $$list; do \
300     if test "$$subdir" = .; then :; else \
301     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
302     fi; \
303     done; \
304     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305     unique=`for i in $$list; do \
306     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307     done | \
308     $(AWK) ' { files[$$0] = 1; } \
309 schoenebeck 123 END { for (i in files) print i; }'`; \
310 schoenebeck 202 test -z "$(ETAGS_ARGS)$$tags$$unique" \
311     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
312     $$tags $$unique
313 schoenebeck 123
314 schoenebeck 202 GTAGS:
315     here=`$(am__cd) $(top_builddir) && pwd` \
316     && cd $(top_srcdir) \
317     && gtags -i $(GTAGS_ARGS) $$here
318 schoenebeck 123
319     distclean-tags:
320 schoenebeck 202 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
321     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
322 schoenebeck 123
323 schoenebeck 202 top_distdir = ../..
324     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
325 schoenebeck 123
326     distdir: $(DISTFILES)
327 schoenebeck 202 @list='$(DISTFILES)'; for file in $$list; do \
328     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
330     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
331     dir="/$$dir"; \
332     $(mkinstalldirs) "$(distdir)$$dir"; \
333     else \
334     dir=''; \
335     fi; \
336 schoenebeck 123 if test -d $$d/$$file; then \
337 schoenebeck 202 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
339     fi; \
340     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
341 schoenebeck 123 else \
342     test -f $(distdir)/$$file \
343 schoenebeck 202 || cp -p $$d/$$file $(distdir)/$$file \
344     || exit 1; \
345 schoenebeck 123 fi; \
346     done
347 schoenebeck 202 list='$(SUBDIRS)'; for subdir in $$list; do \
348     if test "$$subdir" = .; then :; else \
349     test -d $(distdir)/$$subdir \
350     || mkdir $(distdir)/$$subdir \
351     || exit 1; \
352     (cd $$subdir && \
353     $(MAKE) $(AM_MAKEFLAGS) \
354     top_distdir="$(top_distdir)" \
355     distdir=../$(distdir)/$$subdir \
356     distdir) \
357     || exit 1; \
358     fi; \
359     done
360     check-am: all-am
361     check: check-recursive
362     all-am: Makefile $(LTLIBRARIES)
363     installdirs: installdirs-recursive
364     installdirs-am:
365 senkov 174
366 schoenebeck 202 install: install-recursive
367     install-exec: install-exec-recursive
368     install-data: install-data-recursive
369     uninstall: uninstall-recursive
370 senkov 174
371 schoenebeck 202 install-am: all-am
372     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373 senkov 174
374 schoenebeck 202 installcheck: installcheck-recursive
375     install-strip:
376     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377     INSTALL_STRIP_FLAG=-s \
378     `test -z '$(STRIP)' || \
379     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380     mostlyclean-generic:
381 senkov 174
382 schoenebeck 202 clean-generic:
383 senkov 174
384 schoenebeck 202 distclean-generic:
385     -rm -f Makefile $(CONFIG_CLEAN_FILES)
386 senkov 174
387 schoenebeck 202 maintainer-clean-generic:
388     @echo "This command is intended for maintainers to use"
389     @echo "it deletes files that may require special tools to rebuild."
390     clean: clean-recursive
391 senkov 174
392 schoenebeck 202 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
393     mostlyclean-am
394 senkov 174
395 schoenebeck 202 distclean: distclean-recursive
396 senkov 174
397 schoenebeck 202 distclean-am: clean-am distclean-compile distclean-depend \
398     distclean-generic distclean-libtool distclean-tags
399 senkov 174
400 schoenebeck 202 dvi: dvi-recursive
401    
402 senkov 174 dvi-am:
403 schoenebeck 123
404 schoenebeck 202 info: info-recursive
405 schoenebeck 123
406 schoenebeck 202 info-am:
407 schoenebeck 123
408 schoenebeck 202 install-data-am:
409 senkov 174
410 schoenebeck 202 install-exec-am:
411 schoenebeck 123
412 schoenebeck 202 install-info: install-info-recursive
413 schoenebeck 123
414 schoenebeck 202 install-man:
415 schoenebeck 123
416 schoenebeck 202 installcheck-am:
417 schoenebeck 123
418 schoenebeck 202 maintainer-clean: maintainer-clean-recursive
419 schoenebeck 123
420 schoenebeck 202 maintainer-clean-am: distclean-am maintainer-clean-generic
421 schoenebeck 123
422 schoenebeck 202 mostlyclean: mostlyclean-recursive
423 schoenebeck 123
424 schoenebeck 202 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
425     mostlyclean-libtool
426 schoenebeck 123
427 schoenebeck 202 uninstall-am: uninstall-info-am
428 schoenebeck 123
429 schoenebeck 202 uninstall-info: uninstall-info-recursive
430 schoenebeck 123
431 schoenebeck 202 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
432     clean-generic clean-libtool clean-noinstLTLIBRARIES \
433     clean-recursive distclean distclean-compile distclean-depend \
434     distclean-generic distclean-libtool distclean-recursive \
435     distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
436     info-recursive install install-am install-data install-data-am \
437     install-data-recursive install-exec install-exec-am \
438     install-exec-recursive install-info install-info-am \
439     install-info-recursive install-man install-recursive \
440     install-strip installcheck installcheck-am installdirs \
441     installdirs-am installdirs-recursive maintainer-clean \
442     maintainer-clean-generic maintainer-clean-recursive mostlyclean \
443     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
444     mostlyclean-recursive tags tags-recursive uninstall \
445     uninstall-am uninstall-info-am uninstall-info-recursive \
446     uninstall-recursive
447 schoenebeck 123
448     # Tell versions [3.59,3.63) of GNU make to not export all variables.
449     # Otherwise a system limit (for SysV at least) may be exceeded.
450     .NOEXPORT:

  ViewVC Help
Powered by ViewVC