]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/lib/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / lib / Makefile.in
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 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CPP = @CPP@
66 CXX = @CXX@
67 CXXCPP = @CXXCPP@
68 DEBUG = @DEBUG@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EGREP = @EGREP@
72 EXEEXT = @EXEEXT@
73 F77 = @F77@
74 GCJ = @GCJ@
75 GCJFLAGS = @GCJFLAGS@
76 HAVE_LIB = @HAVE_LIB@
77 LIB = @LIB@
78 LIBS = @LIBS@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIB = @LTLIB@
82 MAINT = @MAINT@
83 MAKEINFO = @MAKEINFO@
84 OBJDUMP = @OBJDUMP@
85 OBJEXT = @OBJEXT@
86 OGG_CFLAGS = @OGG_CFLAGS@
87 OGG_LIBS = @OGG_LIBS@
88 PACKAGE = @PACKAGE@
89 PDFXMLTEX = @PDFXMLTEX@
90 PROFILE = @PROFILE@
91 RANLIB = @RANLIB@
92 RC = @RC@
93 STRIP = @STRIP@
94 VERSION = @VERSION@
95 VE_LIB_AGE = @VE_LIB_AGE@
96 VE_LIB_CURRENT = @VE_LIB_CURRENT@
97 VE_LIB_REVISION = @VE_LIB_REVISION@
98 VF_LIB_AGE = @VF_LIB_AGE@
99 VF_LIB_CURRENT = @VF_LIB_CURRENT@
100 VF_LIB_REVISION = @VF_LIB_REVISION@
101 V_LIB_AGE = @V_LIB_AGE@
102 V_LIB_CURRENT = @V_LIB_CURRENT@
103 V_LIB_REVISION = @V_LIB_REVISION@
104 XSLTPROC = @XSLTPROC@
105 pthread_lib = @pthread_lib@
106
107 AUTOMAKE_OPTIONS = foreign
108
109 SUBDIRS = modes books
110
111 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
112
113 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
114
115 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c                       lpc.c analysis.c synthesis.c psy.c info.c                       floor1.c floor0.c                       res0.c mapping0.c registry.c codebook.c sharedbook.c                    lookup.c bitrate.c                      envelope.h lpc.h lsp.h codebook.h misc.h psy.h                  masking.h os.h mdct.h smallft.h highlevel.h                     registry.h scales.h window.h lookup.h lookup_data.h                     codec_internal.h backends.h bitrate.h 
116
117 libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
118
119 libvorbisfile_la_SOURCES = vorbisfile.c
120 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
121 libvorbisfile_la_LIBADD = libvorbis.la
122
123 libvorbisenc_la_SOURCES = vorbisenc.c 
124 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
125 libvorbisenc_la_LIBADD = libvorbis.la
126
127 EXTRA_PROGRAMS = barkmel tone psytune
128 CLEANFILES = $(EXTRA_PROGRAMS)
129
130 barkmel_SOURCES = barkmel.c
131 tone_SOURCES = tone.c
132 psytune_SOURCES = psytune.c
133 psytune_LDFLAGS = -static
134 psytune_LDADD = libvorbis.la
135
136 EXTRA_DIST = lookups.pl 
137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138 CONFIG_CLEAN_FILES = 
139 LTLIBRARIES =  $(lib_LTLIBRARIES)
140
141
142 DEFS = @DEFS@ -I. -I$(srcdir) 
143 CPPFLAGS = @CPPFLAGS@
144 LDFLAGS = @LDFLAGS@
145 libvorbis_la_LIBADD = 
146 libvorbis_la_OBJECTS =  mdct.lo smallft.lo block.lo envelope.lo \
147 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo \
148 floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo \
149 sharedbook.lo lookup.lo bitrate.lo
150 libvorbisfile_la_DEPENDENCIES =  libvorbis.la
151 libvorbisfile_la_OBJECTS =  vorbisfile.lo
152 libvorbisenc_la_DEPENDENCIES =  libvorbis.la
153 libvorbisenc_la_OBJECTS =  vorbisenc.lo
154 barkmel_OBJECTS =  barkmel.$(OBJEXT)
155 barkmel_LDADD = $(LDADD)
156 barkmel_DEPENDENCIES = 
157 barkmel_LDFLAGS = 
158 tone_OBJECTS =  tone.$(OBJEXT)
159 tone_LDADD = $(LDADD)
160 tone_DEPENDENCIES = 
161 tone_LDFLAGS = 
162 psytune_OBJECTS =  psytune.$(OBJEXT)
163 psytune_DEPENDENCIES =  libvorbis.la
164 CFLAGS = @CFLAGS@
165 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
169 DIST_COMMON =  Makefile.am Makefile.in
170
171
172 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
173
174 TAR = tar
175 GZIP_ENV = --best
176 SOURCES = $(libvorbis_la_SOURCES) $(libvorbisfile_la_SOURCES) $(libvorbisenc_la_SOURCES) $(barkmel_SOURCES) $(tone_SOURCES) $(psytune_SOURCES)
177 OBJECTS = $(libvorbis_la_OBJECTS) $(libvorbisfile_la_OBJECTS) $(libvorbisenc_la_OBJECTS) $(barkmel_OBJECTS) $(tone_OBJECTS) $(psytune_OBJECTS)
178
179 all: all-redirect
180 .SUFFIXES:
181 .SUFFIXES: .S .c .lo .o .obj .s
182 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
183         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
184
185 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
186         cd $(top_builddir) \
187           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
188
189
190 mostlyclean-libLTLIBRARIES:
191
192 clean-libLTLIBRARIES:
193         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
194
195 distclean-libLTLIBRARIES:
196
197 maintainer-clean-libLTLIBRARIES:
198
199 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
200         @$(NORMAL_INSTALL)
201         $(mkinstalldirs) $(DESTDIR)$(libdir)
202         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
203           if test -f $$p; then \
204             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
205             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
206           else :; fi; \
207         done
208
209 uninstall-libLTLIBRARIES:
210         @$(NORMAL_UNINSTALL)
211         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
212           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
213         done
214
215 .c.o:
216         $(COMPILE) -c $<
217
218 # FIXME: We should only use cygpath when building on Windows,
219 # and only if it is available.
220 .c.obj:
221         $(COMPILE) -c `cygpath -w $<`
222
223 .s.o:
224         $(COMPILE) -c $<
225
226 .S.o:
227         $(COMPILE) -c $<
228
229 mostlyclean-compile:
230         -rm -f *.o core *.core
231         -rm -f *.$(OBJEXT)
232
233 clean-compile:
234
235 distclean-compile:
236         -rm -f *.tab.c
237
238 maintainer-clean-compile:
239
240 .c.lo:
241         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
242
243 .s.lo:
244         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
245
246 .S.lo:
247         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
248
249 mostlyclean-libtool:
250         -rm -f *.lo
251
252 clean-libtool:
253         -rm -rf .libs _libs
254
255 distclean-libtool:
256
257 maintainer-clean-libtool:
258
259 libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
260         $(LINK) -rpath $(libdir) $(libvorbis_la_LDFLAGS) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
261
262 libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
263         $(LINK) -rpath $(libdir) $(libvorbisfile_la_LDFLAGS) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
264
265 libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
266         $(LINK) -rpath $(libdir) $(libvorbisenc_la_LDFLAGS) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
267
268 barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
269         @rm -f barkmel$(EXEEXT)
270         $(LINK) $(barkmel_LDFLAGS) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
271
272 tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
273         @rm -f tone$(EXEEXT)
274         $(LINK) $(tone_LDFLAGS) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
275
276 psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
277         @rm -f psytune$(EXEEXT)
278         $(LINK) $(psytune_LDFLAGS) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
279
280 # This directory's subdirectories are mostly independent; you can cd
281 # into them and run `make' without going through this Makefile.
282 # To change the values of `make' variables: instead of editing Makefiles,
283 # (1) if the variable is set in `config.status', edit `config.status'
284 #     (which will cause the Makefiles to be regenerated when you run `make');
285 # (2) otherwise, pass the desired values on the `make' command line.
286
287 @SET_MAKE@
288
289 all-recursive install-data-recursive install-exec-recursive \
290 installdirs-recursive install-recursive uninstall-recursive  \
291 check-recursive installcheck-recursive info-recursive dvi-recursive:
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         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
315           rev="$$subdir $$rev"; \
316           test "$$subdir" != "." || dot_seen=yes; \
317         done; \
318         test "$$dot_seen" = "no" && rev=". $$rev"; \
319         target=`echo $@ | sed s/-recursive//`; \
320         for subdir in $$rev; do \
321           echo "Making $$target in $$subdir"; \
322           if test "$$subdir" = "."; then \
323             local_target="$$target-am"; \
324           else \
325             local_target="$$target"; \
326           fi; \
327           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329         done && test -z "$$fail"
330 tags-recursive:
331         list='$(SUBDIRS)'; for subdir in $$list; do \
332           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
333         done
334
335 tags: TAGS
336
337 ID: $(HEADERS) $(SOURCES) $(LISP)
338         list='$(SOURCES) $(HEADERS)'; \
339         unique=`for i in $$list; do echo $$i; done | \
340           awk '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         here=`pwd` && cd $(srcdir) \
343           && mkid -f$$here/ID $$unique $(LISP)
344
345 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
346         tags=; \
347         here=`pwd`; \
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349    if test "$$subdir" = .; then :; else \
350             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
351    fi; \
352         done; \
353         list='$(SOURCES) $(HEADERS)'; \
354         unique=`for i in $$list; do echo $$i; done | \
355           awk '    { files[$$0] = 1; } \
356                END { for (i in files) print i; }'`; \
357         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
358           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
359
360 mostlyclean-tags:
361
362 clean-tags:
363
364 distclean-tags:
365         -rm -f TAGS ID
366
367 maintainer-clean-tags:
368
369 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
370
371 subdir = lib
372
373 distdir: $(DISTFILES)
374         @for file in $(DISTFILES); do \
375           d=$(srcdir); \
376           if test -d $$d/$$file; then \
377             cp -pr $$d/$$file $(distdir)/$$file; \
378           else \
379             test -f $(distdir)/$$file \
380             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
381             || cp -p $$d/$$file $(distdir)/$$file || :; \
382           fi; \
383         done
384         for subdir in $(SUBDIRS); do \
385           if test "$$subdir" = .; then :; else \
386             test -d $(distdir)/$$subdir \
387             || mkdir $(distdir)/$$subdir \
388             || exit 1; \
389             chmod 777 $(distdir)/$$subdir; \
390             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
391               || exit 1; \
392           fi; \
393         done
394 analysis.lo analysis.o : analysis.c ../include/vorbis/codec.h \
395         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
396         backends.h bitrate.h os.h misc.h highlevel.h registry.h \
397         scales.h
398 bitrate.lo bitrate.o : bitrate.c ../include/vorbis/codec.h \
399         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
400         backends.h bitrate.h os.h misc.h highlevel.h
401 block.lo block.o : block.c ../include/vorbis/codec.h codec_internal.h \
402         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
403         bitrate.h os.h misc.h highlevel.h window.h lpc.h registry.h
404 codebook.lo codebook.o : codebook.c ../include/vorbis/codec.h codebook.h \
405         scales.h os.h misc.h
406 envelope.lo envelope.o : envelope.c ../include/vorbis/codec.h \
407         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
408         backends.h bitrate.h os.h misc.h highlevel.h scales.h
409 floor0.lo floor0.o : floor0.c ../include/vorbis/codec.h codec_internal.h \
410         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
411         bitrate.h os.h misc.h highlevel.h registry.h lpc.h lsp.h \
412         scales.h
413 floor1.lo floor1.o : floor1.c ../include/vorbis/codec.h codec_internal.h \
414         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
415         bitrate.h os.h misc.h highlevel.h registry.h scales.h
416 info.lo info.o : info.c ../include/vorbis/codec.h codec_internal.h \
417         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
418         bitrate.h os.h misc.h highlevel.h registry.h window.h
419 lookup.lo lookup.o : lookup.c lookup.h lookup_data.h os.h misc.h \
420         ../include/vorbis/codec.h
421 lpc.lo lpc.o : lpc.c os.h misc.h ../include/vorbis/codec.h smallft.h \
422         lpc.h scales.h
423 lsp.lo lsp.o : lsp.c lsp.h os.h misc.h ../include/vorbis/codec.h \
424         lookup.h scales.h lookup.c lookup_data.h
425 mapping0.lo mapping0.o : mapping0.c ../include/vorbis/codec.h \
426         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
427         backends.h bitrate.h os.h misc.h highlevel.h window.h \
428         registry.h lpc.h lsp.h scales.h
429 mdct.lo mdct.o : mdct.c ../include/vorbis/codec.h mdct.h os.h misc.h
430 psy.lo psy.o : psy.c ../include/vorbis/codec.h codec_internal.h \
431         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
432         bitrate.h os.h misc.h highlevel.h masking.h lpc.h scales.h
433 registry.lo registry.o : registry.c ../include/vorbis/codec.h \
434         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
435         backends.h bitrate.h os.h misc.h highlevel.h registry.h
436 res0.lo res0.o : res0.c ../include/vorbis/codec.h codec_internal.h \
437         envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
438         bitrate.h os.h misc.h highlevel.h registry.h
439 sharedbook.lo sharedbook.o : sharedbook.c os.h misc.h \
440         ../include/vorbis/codec.h codebook.h scales.h
441 smallft.lo smallft.o : smallft.c smallft.h ../include/vorbis/codec.h \
442         misc.h
443 synthesis.lo synthesis.o : synthesis.c ../include/vorbis/codec.h \
444         codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
445         backends.h bitrate.h os.h misc.h highlevel.h registry.h
446 vorbisenc.lo vorbisenc.o : vorbisenc.c ../include/vorbis/codec.h \
447         ../include/vorbis/vorbisenc.h codec_internal.h envelope.h \
448         mdct.h codebook.h psy.h smallft.h backends.h bitrate.h os.h \
449         misc.h highlevel.h modes/setup_44.h modes/floor_all.h \
450         books/floor/floor_books.h modes/residue_44.h \
451         books/coupled/res_books_stereo.h modes/psych_44.h \
452         modes/setup_44u.h modes/residue_44u.h \
453         books/uncoupled/res_books_uncoupled.h modes/setup_32.h \
454         modes/setup_8.h modes/psych_8.h modes/residue_8.h \
455         modes/setup_11.h modes/psych_11.h modes/setup_16.h \
456         modes/psych_16.h modes/residue_16.h modes/setup_22.h \
457         modes/setup_X.h
458 vorbisfile.lo vorbisfile.o : vorbisfile.c ../include/vorbis/codec.h \
459         ../include/vorbis/vorbisfile.h os.h misc.h
460 window.lo window.o : window.c os.h misc.h ../include/vorbis/codec.h
461
462 info-am:
463 info: info-recursive
464 dvi-am:
465 dvi: dvi-recursive
466 check-am: all-am
467 check: check-recursive
468 installcheck-am:
469 installcheck: installcheck-recursive
470 install-exec-am: install-libLTLIBRARIES
471 install-exec: install-exec-recursive
472
473 install-data-am:
474 install-data: install-data-recursive
475
476 install-am: all-am
477         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478 install: install-recursive
479 uninstall-am: uninstall-libLTLIBRARIES
480 uninstall: uninstall-recursive
481 all-am: Makefile $(LTLIBRARIES)
482 all-redirect: all-recursive
483 install-strip:
484         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
485 installdirs: installdirs-recursive
486 installdirs-am:
487         $(mkinstalldirs)  $(DESTDIR)$(libdir)
488
489
490 mostlyclean-generic:
491
492 clean-generic:
493         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
494
495 distclean-generic:
496         -rm -f Makefile $(CONFIG_CLEAN_FILES)
497         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
498
499 maintainer-clean-generic:
500 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
501                 mostlyclean-libtool mostlyclean-tags \
502                 mostlyclean-generic
503
504 mostlyclean: mostlyclean-recursive
505
506 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
507                 clean-generic mostlyclean-am
508
509 clean: clean-recursive
510
511 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
512                 distclean-libtool distclean-tags distclean-generic \
513                 clean-am
514         -rm -f libtool
515
516 distclean: distclean-recursive
517
518 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
519                 maintainer-clean-compile maintainer-clean-libtool \
520                 maintainer-clean-tags maintainer-clean-generic \
521                 distclean-am
522         @echo "This command is intended for maintainers to use;"
523         @echo "it deletes files that may require special tools to rebuild."
524
525 maintainer-clean: maintainer-clean-recursive
526
527 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
528 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
529 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
530 distclean-compile clean-compile maintainer-clean-compile \
531 mostlyclean-libtool distclean-libtool clean-libtool \
532 maintainer-clean-libtool install-data-recursive \
533 uninstall-data-recursive install-exec-recursive \
534 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
535 all-recursive check-recursive installcheck-recursive info-recursive \
536 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
537 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
538 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
539 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
540 install-exec install-data-am install-data install-am install \
541 uninstall-am uninstall all-redirect all-am all installdirs-am \
542 installdirs mostlyclean-generic distclean-generic clean-generic \
543 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
544
545
546 debug:
547         $(MAKE) all CFLAGS="@DEBUG@"
548
549 profile:
550         $(MAKE) all CFLAGS="@PROFILE@"
551
552 # Tell versions [3.59,3.63) of GNU make to not export all variables.
553 # Otherwise a system limit (for SysV at least) may be exceeded.
554 .NOEXPORT: