Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/lib/Makefile.in @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 23.9 KB
Line 
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35target_triplet = @target@
36EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
37subdir = lib
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41        $(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43        $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50    *) f=$$p;; \
51  esac;
52am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53am__installdirs = "$(DESTDIR)$(libdir)"
54libLTLIBRARIES_INSTALL = $(INSTALL)
55LTLIBRARIES = $(lib_LTLIBRARIES)
56libvorbis_la_DEPENDENCIES =
57am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
58        window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
59        info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
60        codebook.lo sharedbook.lo lookup.lo bitrate.lo
61libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
62libvorbis_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
64        $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
65libvorbisenc_la_DEPENDENCIES = libvorbis.la
66am_libvorbisenc_la_OBJECTS = vorbisenc.lo
67libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
68libvorbisenc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
69        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70        $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) -o $@
71libvorbisfile_la_DEPENDENCIES = libvorbis.la
72am_libvorbisfile_la_OBJECTS = vorbisfile.lo
73libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
74libvorbisfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
75        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76        $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) -o $@
77am_barkmel_OBJECTS = barkmel.$(OBJEXT)
78barkmel_OBJECTS = $(am_barkmel_OBJECTS)
79barkmel_LDADD = $(LDADD)
80am_psytune_OBJECTS = psytune.$(OBJEXT)
81psytune_OBJECTS = $(am_psytune_OBJECTS)
82psytune_DEPENDENCIES = libvorbis.la
83psytune_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(psytune_LDFLAGS) \
85        $(LDFLAGS) -o $@
86am_tone_OBJECTS = tone.$(OBJEXT)
87tone_OBJECTS = $(am_tone_OBJECTS)
88tone_LDADD = $(LDADD)
89DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
90depcomp = $(SHELL) $(top_srcdir)/depcomp
91am__depfiles_maybe = depfiles
92COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97CCLD = $(CC)
98LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100        $(LDFLAGS) -o $@
101SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
102        $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
103        $(psytune_SOURCES) $(tone_SOURCES)
104DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
105        $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
106        $(psytune_SOURCES) $(tone_SOURCES)
107RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108        html-recursive info-recursive install-data-recursive \
109        install-dvi-recursive install-exec-recursive \
110        install-html-recursive install-info-recursive \
111        install-pdf-recursive install-ps-recursive install-recursive \
112        installcheck-recursive installdirs-recursive pdf-recursive \
113        ps-recursive uninstall-recursive
114RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115  distclean-recursive maintainer-clean-recursive
116ETAGS = etags
117CTAGS = ctags
118DIST_SUBDIRS = $(SUBDIRS)
119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120ACLOCAL = @ACLOCAL@
121ALLOCA = @ALLOCA@
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
133CXX = @CXX@
134CXXCPP = @CXXCPP@
135CXXDEPMODE = @CXXDEPMODE@
136CXXFLAGS = @CXXFLAGS@
137CYGPATH_W = @CYGPATH_W@
138DEBUG = @DEBUG@
139DEFS = @DEFS@
140DEPDIR = @DEPDIR@
141ECHO = @ECHO@
142ECHO_C = @ECHO_C@
143ECHO_N = @ECHO_N@
144ECHO_T = @ECHO_T@
145EGREP = @EGREP@
146EXEEXT = @EXEEXT@
147F77 = @F77@
148FFLAGS = @FFLAGS@
149GREP = @GREP@
150HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
151INSTALL = @INSTALL@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LDFLAGS = @LDFLAGS@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LIBTOOL = @LIBTOOL@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162MAINT = @MAINT@
163MAKEINFO = @MAKEINFO@
164MKDIR_P = @MKDIR_P@
165OBJEXT = @OBJEXT@
166OGG_CFLAGS = @OGG_CFLAGS@
167OGG_LIBS = @OGG_LIBS@
168PACKAGE = @PACKAGE@
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_NAME = @PACKAGE_NAME@
171PACKAGE_STRING = @PACKAGE_STRING@
172PACKAGE_TARNAME = @PACKAGE_TARNAME@
173PACKAGE_VERSION = @PACKAGE_VERSION@
174PATH_SEPARATOR = @PATH_SEPARATOR@
175PDFXMLTEX = @PDFXMLTEX@
176PKG_CONFIG = @PKG_CONFIG@
177PROFILE = @PROFILE@
178RANLIB = @RANLIB@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182VERSION = @VERSION@
183VE_LIB_AGE = @VE_LIB_AGE@
184VE_LIB_CURRENT = @VE_LIB_CURRENT@
185VE_LIB_REVISION = @VE_LIB_REVISION@
186VF_LIB_AGE = @VF_LIB_AGE@
187VF_LIB_CURRENT = @VF_LIB_CURRENT@
188VF_LIB_REVISION = @VF_LIB_REVISION@
189VORBIS_LIBS = @VORBIS_LIBS@
190V_LIB_AGE = @V_LIB_AGE@
191V_LIB_CURRENT = @V_LIB_CURRENT@
192V_LIB_REVISION = @V_LIB_REVISION@
193XSLTPROC = @XSLTPROC@
194abs_builddir = @abs_builddir@
195abs_srcdir = @abs_srcdir@
196abs_top_builddir = @abs_top_builddir@
197abs_top_srcdir = @abs_top_srcdir@
198ac_ct_CC = @ac_ct_CC@
199ac_ct_CXX = @ac_ct_CXX@
200ac_ct_F77 = @ac_ct_F77@
201am__include = @am__include@
202am__leading_dot = @am__leading_dot@
203am__quote = @am__quote@
204am__tar = @am__tar@
205am__untar = @am__untar@
206bindir = @bindir@
207build = @build@
208build_alias = @build_alias@
209build_cpu = @build_cpu@
210build_os = @build_os@
211build_vendor = @build_vendor@
212builddir = @builddir@
213datadir = @datadir@
214datarootdir = @datarootdir@
215docdir = @docdir@
216dvidir = @dvidir@
217exec_prefix = @exec_prefix@
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223htmldir = @htmldir@
224includedir = @includedir@
225infodir = @infodir@
226install_sh = @install_sh@
227libdir = @libdir@
228libexecdir = @libexecdir@
229localedir = @localedir@
230localstatedir = @localstatedir@
231mandir = @mandir@
232mkdir_p = @mkdir_p@
233oldincludedir = @oldincludedir@
234pdfdir = @pdfdir@
235prefix = @prefix@
236program_transform_name = @program_transform_name@
237psdir = @psdir@
238pthread_lib = @pthread_lib@
239sbindir = @sbindir@
240sharedstatedir = @sharedstatedir@
241srcdir = @srcdir@
242sysconfdir = @sysconfdir@
243target = @target@
244target_alias = @target_alias@
245target_cpu = @target_cpu@
246target_os = @target_os@
247target_vendor = @target_vendor@
248top_builddir = @top_builddir@
249top_srcdir = @top_srcdir@
250SUBDIRS = modes books
251INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
252lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
253libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
254                        lpc.c analysis.c synthesis.c psy.c info.c \
255                        floor1.c floor0.c\
256                        res0.c mapping0.c registry.c codebook.c sharedbook.c\
257                        lookup.c bitrate.c\
258                        envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
259                        masking.h os.h mdct.h smallft.h highlevel.h\
260                        registry.h scales.h window.h lookup.h lookup_data.h\
261                        codec_internal.h backends.h bitrate.h
262
263libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
264libvorbis_la_LIBADD = @OGG_LIBS@ @VORBIS_LIBS@
265libvorbisfile_la_SOURCES = vorbisfile.c
266libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
267libvorbisfile_la_LIBADD = libvorbis.la
268libvorbisenc_la_SOURCES = vorbisenc.c
269libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
270libvorbisenc_la_LIBADD = libvorbis.la
271CLEANFILES = $(EXTRA_PROGRAMS)
272barkmel_SOURCES = barkmel.c
273tone_SOURCES = tone.c
274psytune_SOURCES = psytune.c
275psytune_LDFLAGS = -static
276psytune_LDADD = libvorbis.la
277EXTRA_DIST = lookups.pl
278all: all-recursive
279
280.SUFFIXES:
281.SUFFIXES: .c .lo .o .obj
282$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
283        @for dep in $?; do \
284          case '$(am__configure_deps)' in \
285            *$$dep*) \
286              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
287                && exit 0; \
288              exit 1;; \
289          esac; \
290        done; \
291        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
292        cd $(top_srcdir) && \
293          $(AUTOMAKE) --gnu  lib/Makefile
294.PRECIOUS: Makefile
295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296        @case '$?' in \
297          *config.status*) \
298            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299          *) \
300            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302        esac;
303
304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311install-libLTLIBRARIES: $(lib_LTLIBRARIES)
312        @$(NORMAL_INSTALL)
313        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
314        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
315          if test -f $$p; then \
316            f=$(am__strip_dir) \
317            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
318            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
319          else :; fi; \
320        done
321
322uninstall-libLTLIBRARIES:
323        @$(NORMAL_UNINSTALL)
324        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
325          p=$(am__strip_dir) \
326          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
327          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
328        done
329
330clean-libLTLIBRARIES:
331        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
332        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
333          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
334          test "$$dir" != "$$p" || dir=.; \
335          echo "rm -f \"$${dir}/so_locations\""; \
336          rm -f "$${dir}/so_locations"; \
337        done
338libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
339        $(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
340libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
341        $(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
342libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
343        $(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
344barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
345        @rm -f barkmel$(EXEEXT)
346        $(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
347psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
348        @rm -f psytune$(EXEEXT)
349        $(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
350tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
351        @rm -f tone$(EXEEXT)
352        $(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
353
354mostlyclean-compile:
355        -rm -f *.$(OBJEXT)
356
357distclean-compile:
358        -rm -f *.tab.c
359
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
385
386.c.o:
387@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
388@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391@am__fastdepCC_FALSE@   $(COMPILE) -c $<
392
393.c.obj:
394@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
395@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
396@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
397@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
399
400.c.lo:
401@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
402@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
403@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
404@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
406
407mostlyclean-libtool:
408        -rm -f *.lo
409
410clean-libtool:
411        -rm -rf .libs _libs
412
413# This directory's subdirectories are mostly independent; you can cd
414# into them and run `make' without going through this Makefile.
415# To change the values of `make' variables: instead of editing Makefiles,
416# (1) if the variable is set in `config.status', edit `config.status'
417#     (which will cause the Makefiles to be regenerated when you run `make');
418# (2) otherwise, pass the desired values on the `make' command line.
419$(RECURSIVE_TARGETS):
420        @failcom='exit 1'; \
421        for f in x $$MAKEFLAGS; do \
422          case $$f in \
423            *=* | --[!k]*);; \
424            *k*) failcom='fail=yes';; \
425          esac; \
426        done; \
427        dot_seen=no; \
428        target=`echo $@ | sed s/-recursive//`; \
429        list='$(SUBDIRS)'; for subdir in $$list; do \
430          echo "Making $$target in $$subdir"; \
431          if test "$$subdir" = "."; then \
432            dot_seen=yes; \
433            local_target="$$target-am"; \
434          else \
435            local_target="$$target"; \
436          fi; \
437          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438          || eval $$failcom; \
439        done; \
440        if test "$$dot_seen" = "no"; then \
441          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
442        fi; test -z "$$fail"
443
444$(RECURSIVE_CLEAN_TARGETS):
445        @failcom='exit 1'; \
446        for f in x $$MAKEFLAGS; do \
447          case $$f in \
448            *=* | --[!k]*);; \
449            *k*) failcom='fail=yes';; \
450          esac; \
451        done; \
452        dot_seen=no; \
453        case "$@" in \
454          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
455          *) list='$(SUBDIRS)' ;; \
456        esac; \
457        rev=''; for subdir in $$list; do \
458          if test "$$subdir" = "."; then :; else \
459            rev="$$subdir $$rev"; \
460          fi; \
461        done; \
462        rev="$$rev ."; \
463        target=`echo $@ | sed s/-recursive//`; \
464        for subdir in $$rev; do \
465          echo "Making $$target in $$subdir"; \
466          if test "$$subdir" = "."; then \
467            local_target="$$target-am"; \
468          else \
469            local_target="$$target"; \
470          fi; \
471          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
472          || eval $$failcom; \
473        done && test -z "$$fail"
474tags-recursive:
475        list='$(SUBDIRS)'; for subdir in $$list; do \
476          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
477        done
478ctags-recursive:
479        list='$(SUBDIRS)'; for subdir in $$list; do \
480          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
481        done
482
483ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
484        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
485        unique=`for i in $$list; do \
486            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487          done | \
488          $(AWK) '    { files[$$0] = 1; } \
489               END { for (i in files) print i; }'`; \
490        mkid -fID $$unique
491tags: TAGS
492
493TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494                $(TAGS_FILES) $(LISP)
495        tags=; \
496        here=`pwd`; \
497        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
498          include_option=--etags-include; \
499          empty_fix=.; \
500        else \
501          include_option=--include; \
502          empty_fix=; \
503        fi; \
504        list='$(SUBDIRS)'; for subdir in $$list; do \
505          if test "$$subdir" = .; then :; else \
506            test ! -f $$subdir/TAGS || \
507              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
508          fi; \
509        done; \
510        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
511        unique=`for i in $$list; do \
512            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513          done | \
514          $(AWK) '    { files[$$0] = 1; } \
515               END { for (i in files) print i; }'`; \
516        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
517          test -n "$$unique" || unique=$$empty_fix; \
518          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519            $$tags $$unique; \
520        fi
521ctags: CTAGS
522CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
523                $(TAGS_FILES) $(LISP)
524        tags=; \
525        here=`pwd`; \
526        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
527        unique=`for i in $$list; do \
528            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529          done | \
530          $(AWK) '    { files[$$0] = 1; } \
531               END { for (i in files) print i; }'`; \
532        test -z "$(CTAGS_ARGS)$$tags$$unique" \
533          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534             $$tags $$unique
535
536GTAGS:
537        here=`$(am__cd) $(top_builddir) && pwd` \
538          && cd $(top_srcdir) \
539          && gtags -i $(GTAGS_ARGS) $$here
540
541distclean-tags:
542        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
544distdir: $(DISTFILES)
545        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547        list='$(DISTFILES)'; \
548          dist_files=`for file in $$list; do echo $$file; done | \
549          sed -e "s|^$$srcdirstrip/||;t" \
550              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
551        case $$dist_files in \
552          */*) $(MKDIR_P) `echo "$$dist_files" | \
553                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
554                           sort -u` ;; \
555        esac; \
556        for file in $$dist_files; do \
557          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558          if test -d $$d/$$file; then \
559            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
560            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
562            fi; \
563            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
564          else \
565            test -f $(distdir)/$$file \
566            || cp -p $$d/$$file $(distdir)/$$file \
567            || exit 1; \
568          fi; \
569        done
570        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571          if test "$$subdir" = .; then :; else \
572            test -d "$(distdir)/$$subdir" \
573            || $(MKDIR_P) "$(distdir)/$$subdir" \
574            || exit 1; \
575            distdir=`$(am__cd) $(distdir) && pwd`; \
576            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
577            (cd $$subdir && \
578              $(MAKE) $(AM_MAKEFLAGS) \
579                top_distdir="$$top_distdir" \
580                distdir="$$distdir/$$subdir" \
581                am__remove_distdir=: \
582                am__skip_length_check=: \
583                distdir) \
584              || exit 1; \
585          fi; \
586        done
587check-am: all-am
588check: check-recursive
589all-am: Makefile $(LTLIBRARIES)
590installdirs: installdirs-recursive
591installdirs-am:
592        for dir in "$(DESTDIR)$(libdir)"; do \
593          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
594        done
595install: install-recursive
596install-exec: install-exec-recursive
597install-data: install-data-recursive
598uninstall: uninstall-recursive
599
600install-am: all-am
601        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
602
603installcheck: installcheck-recursive
604install-strip:
605        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607          `test -z '$(STRIP)' || \
608            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
609mostlyclean-generic:
610
611clean-generic:
612        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
613
614distclean-generic:
615        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
616
617maintainer-clean-generic:
618        @echo "This command is intended for maintainers to use"
619        @echo "it deletes files that may require special tools to rebuild."
620clean: clean-recursive
621
622clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
623        mostlyclean-am
624
625distclean: distclean-recursive
626        -rm -rf ./$(DEPDIR)
627        -rm -f Makefile
628distclean-am: clean-am distclean-compile distclean-generic \
629        distclean-tags
630
631dvi: dvi-recursive
632
633dvi-am:
634
635html: html-recursive
636
637info: info-recursive
638
639info-am:
640
641install-data-am:
642
643install-dvi: install-dvi-recursive
644
645install-exec-am: install-libLTLIBRARIES
646
647install-html: install-html-recursive
648
649install-info: install-info-recursive
650
651install-man:
652
653install-pdf: install-pdf-recursive
654
655install-ps: install-ps-recursive
656
657installcheck-am:
658
659maintainer-clean: maintainer-clean-recursive
660        -rm -rf ./$(DEPDIR)
661        -rm -f Makefile
662maintainer-clean-am: distclean-am maintainer-clean-generic
663
664mostlyclean: mostlyclean-recursive
665
666mostlyclean-am: mostlyclean-compile mostlyclean-generic \
667        mostlyclean-libtool
668
669pdf: pdf-recursive
670
671pdf-am:
672
673ps: ps-recursive
674
675ps-am:
676
677uninstall-am: uninstall-libLTLIBRARIES
678
679.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
680        install-strip
681
682.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
683        all all-am check check-am clean clean-generic \
684        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
685        distclean distclean-compile distclean-generic \
686        distclean-libtool distclean-tags distdir dvi dvi-am html \
687        html-am info info-am install install-am install-data \
688        install-data-am install-dvi install-dvi-am install-exec \
689        install-exec-am install-html install-html-am install-info \
690        install-info-am install-libLTLIBRARIES install-man install-pdf \
691        install-pdf-am install-ps install-ps-am install-strip \
692        installcheck installcheck-am installdirs installdirs-am \
693        maintainer-clean maintainer-clean-generic mostlyclean \
694        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
695        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
696        uninstall-libLTLIBRARIES
697
698
699debug:
700        $(MAKE) all CFLAGS="@DEBUG@"
701
702profile:
703        $(MAKE) all CFLAGS="@PROFILE@"
704# Tell versions [3.59,3.63) of GNU make to not export all variables.
705# Otherwise a system limit (for SysV at least) may be exceeded.
706.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.