/[svn]/libgig/branches/release0_7_0/Makefile.in
ViewVC logotype

Annotation of /libgig/branches/release0_7_0/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Sun Nov 16 17:47:00 2003 UTC (20 years, 5 months ago) by schoenebeck
Original Path: libgig/trunk/Makefile.in
File size: 13824 byte(s)
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
  (using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation

1 schoenebeck 2 # 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     host_alias = @host_alias@
63     host_triplet = @host@
64    
65     EXEEXT = @EXEEXT@
66     OBJEXT = @OBJEXT@
67     PATH_SEPARATOR = @PATH_SEPARATOR@
68     AMTAR = @AMTAR@
69     AR = @AR@
70     AS = @AS@
71     AWK = @AWK@
72     CC = @CC@
73     CXX = @CXX@
74     CXXCPP = @CXXCPP@
75     DEPDIR = @DEPDIR@
76     DLLTOOL = @DLLTOOL@
77     ECHO = @ECHO@
78     EGREP = @EGREP@
79     F77 = @F77@
80     GCJ = @GCJ@
81     GCJFLAGS = @GCJFLAGS@
82     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83     LIBTOOL = @LIBTOOL@
84     LN_S = @LN_S@
85     OBJDUMP = @OBJDUMP@
86     PACKAGE = @PACKAGE@
87     RANLIB = @RANLIB@
88     RC = @RC@
89     STRIP = @STRIP@
90     VERSION = @VERSION@
91     am__include = @am__include@
92     am__quote = @am__quote@
93     install_sh = @install_sh@
94    
95     # not a GNU package. You can remove this line, if
96     # have all needed files, that a GNU package needs
97     AUTOMAKE_OPTIONS = foreign 1.4
98    
99     SUBDIRS = src
100 schoenebeck 11
101     # to prevent compile errors on some systems
102     AM_CXXFLAGS = -pedantic
103 schoenebeck 2 subdir = .
104     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106     CONFIG_HEADER = config.h
107     CONFIG_CLEAN_FILES =
108     DIST_SOURCES =
109    
110     RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
111     uninstall-info-recursive all-recursive install-data-recursive \
112     install-exec-recursive installdirs-recursive install-recursive \
113     uninstall-recursive check-recursive installcheck-recursive
114     DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
115     Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
116     config.h.in config.sub configure configure.in depcomp \
117     install-sh ltconfig ltmain.sh missing mkinstalldirs
118     DIST_SUBDIRS = $(SUBDIRS)
119     all: config.h
120     $(MAKE) $(AM_MAKEFLAGS) all-recursive
121    
122     .SUFFIXES:
123    
124     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
125     configure.lineno
126     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127     cd $(top_srcdir) && \
128     $(AUTOMAKE) --foreign Makefile
129     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
131    
132     $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133     $(SHELL) ./config.status --recheck
134     $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135     cd $(srcdir) && $(AUTOCONF)
136    
137     $(ACLOCAL_M4): configure.in
138     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
139    
140     config.h: stamp-h1
141     @if test ! -f $@; then \
142     rm -f stamp-h1; \
143     $(MAKE) stamp-h1; \
144     else :; fi
145    
146     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
147     @rm -f stamp-h1
148     cd $(top_builddir) && $(SHELL) ./config.status config.h
149    
150     $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
151     cd $(top_srcdir) && $(AUTOHEADER)
152     touch $(srcdir)/config.h.in
153    
154     distclean-hdr:
155     -rm -f config.h stamp-h1
156    
157     mostlyclean-libtool:
158     -rm -f *.lo
159    
160     clean-libtool:
161     -rm -rf .libs _libs
162    
163     distclean-libtool:
164     -rm -f libtool
165     uninstall-info-am:
166    
167     # This directory's subdirectories are mostly independent; you can cd
168     # into them and run `make' without going through this Makefile.
169     # To change the values of `make' variables: instead of editing Makefiles,
170     # (1) if the variable is set in `config.status', edit `config.status'
171     # (which will cause the Makefiles to be regenerated when you run `make');
172     # (2) otherwise, pass the desired values on the `make' command line.
173     $(RECURSIVE_TARGETS):
174     @set fnord $$MAKEFLAGS; amf=$$2; \
175     dot_seen=no; \
176     target=`echo $@ | sed s/-recursive//`; \
177     list='$(SUBDIRS)'; for subdir in $$list; do \
178     echo "Making $$target in $$subdir"; \
179     if test "$$subdir" = "."; then \
180     dot_seen=yes; \
181     local_target="$$target-am"; \
182     else \
183     local_target="$$target"; \
184     fi; \
185     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187     done; \
188     if test "$$dot_seen" = "no"; then \
189     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
190     fi; test -z "$$fail"
191    
192     mostlyclean-recursive clean-recursive distclean-recursive \
193     maintainer-clean-recursive:
194     @set fnord $$MAKEFLAGS; amf=$$2; \
195     dot_seen=no; \
196     case "$@" in \
197     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
198     *) list='$(SUBDIRS)' ;; \
199     esac; \
200     rev=''; for subdir in $$list; do \
201     if test "$$subdir" = "."; then :; else \
202     rev="$$subdir $$rev"; \
203     fi; \
204     done; \
205     rev="$$rev ."; \
206     target=`echo $@ | sed s/-recursive//`; \
207     for subdir in $$rev; do \
208     echo "Making $$target in $$subdir"; \
209     if test "$$subdir" = "."; then \
210     local_target="$$target-am"; \
211     else \
212     local_target="$$target"; \
213     fi; \
214     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
215     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
216     done && test -z "$$fail"
217     tags-recursive:
218     list='$(SUBDIRS)'; for subdir in $$list; do \
219     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
220     done
221    
222     ETAGS = etags
223     ETAGSFLAGS =
224    
225     tags: TAGS
226    
227     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
228     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
229     unique=`for i in $$list; do \
230     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231     done | \
232     $(AWK) ' { files[$$0] = 1; } \
233     END { for (i in files) print i; }'`; \
234     mkid -fID $$unique
235    
236     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
237     $(TAGS_FILES) $(LISP)
238     tags=; \
239     here=`pwd`; \
240     list='$(SUBDIRS)'; for subdir in $$list; do \
241     if test "$$subdir" = .; then :; else \
242     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
243     fi; \
244     done; \
245     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
246     unique=`for i in $$list; do \
247     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248     done | \
249     $(AWK) ' { files[$$0] = 1; } \
250     END { for (i in files) print i; }'`; \
251     test -z "$(ETAGS_ARGS)$$tags$$unique" \
252     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
253     $$tags $$unique
254    
255     GTAGS:
256     here=`$(am__cd) $(top_builddir) && pwd` \
257     && cd $(top_srcdir) \
258     && gtags -i $(GTAGS_ARGS) $$here
259    
260     distclean-tags:
261     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
262     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
263    
264     top_distdir = .
265     distdir = $(PACKAGE)-$(VERSION)
266    
267     am__remove_distdir = \
268     { test ! -d $(distdir) \
269     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
270     && rm -fr $(distdir); }; }
271    
272     GZIP_ENV = --best
273     distcleancheck_listfiles = find . -type f -print
274    
275     distdir: $(DISTFILES)
276     $(am__remove_distdir)
277     mkdir $(distdir)
278     @list='$(DISTFILES)'; for file in $$list; do \
279     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
280     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
281     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
282     dir="/$$dir"; \
283     $(mkinstalldirs) "$(distdir)$$dir"; \
284     else \
285     dir=''; \
286     fi; \
287     if test -d $$d/$$file; then \
288     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
289     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
290     fi; \
291     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
292     else \
293     test -f $(distdir)/$$file \
294     || cp -p $$d/$$file $(distdir)/$$file \
295     || exit 1; \
296     fi; \
297     done
298     list='$(SUBDIRS)'; for subdir in $$list; do \
299     if test "$$subdir" = .; then :; else \
300     test -d $(distdir)/$$subdir \
301     || mkdir $(distdir)/$$subdir \
302     || exit 1; \
303     (cd $$subdir && \
304     $(MAKE) $(AM_MAKEFLAGS) \
305     top_distdir="$(top_distdir)" \
306     distdir=../$(distdir)/$$subdir \
307     distdir) \
308     || exit 1; \
309     fi; \
310     done
311     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
312     ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
313     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
314     ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
315     || chmod -R a+r $(distdir)
316     dist-gzip: distdir
317     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
318     $(am__remove_distdir)
319    
320     dist dist-all: distdir
321     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
322     $(am__remove_distdir)
323    
324     # This target untars the dist file and tries a VPATH configuration. Then
325     # it guarantees that the distribution is self-contained by making another
326     # tarfile.
327     distcheck: dist
328     $(am__remove_distdir)
329     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
330     chmod -R a-w $(distdir); chmod a+w $(distdir)
331     mkdir $(distdir)/=build
332     mkdir $(distdir)/=inst
333     chmod a-w $(distdir)
334     dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
335     && cd $(distdir)/=build \
336     && ../configure --srcdir=.. --prefix=$$dc_install_base \
337     $(DISTCHECK_CONFIGURE_FLAGS) \
338     && $(MAKE) $(AM_MAKEFLAGS) \
339     && $(MAKE) $(AM_MAKEFLAGS) dvi \
340     && $(MAKE) $(AM_MAKEFLAGS) check \
341     && $(MAKE) $(AM_MAKEFLAGS) install \
342     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
343     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
344     && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
345     || { echo "ERROR: files left after uninstall:" ; \
346     find $$dc_install_base -type f -print ; \
347     exit 1; } >&2 ) \
348     && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
349     && rm -f $(distdir).tar.gz \
350     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
351     $(am__remove_distdir)
352     @echo "$(distdir).tar.gz is ready for distribution" | \
353     sed 'h;s/./=/g;p;x;p;x'
354     distcleancheck: distclean
355     if test '$(srcdir)' = . ; then \
356     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
357     exit 1 ; \
358     fi
359     test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
360     || { echo "ERROR: files left after distclean:" ; \
361     $(distcleancheck_listfiles) ; \
362     exit 1; } >&2
363     check-am: all-am
364     check: check-recursive
365     all-am: Makefile config.h
366     installdirs: installdirs-recursive
367     installdirs-am:
368    
369     install: install-recursive
370     install-exec: install-exec-recursive
371     install-data: install-data-recursive
372     uninstall: uninstall-recursive
373    
374     install-am: all-am
375     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376    
377     installcheck: installcheck-recursive
378     install-strip:
379     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380     INSTALL_STRIP_FLAG=-s \
381     `test -z '$(STRIP)' || \
382     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383     mostlyclean-generic:
384    
385     clean-generic:
386    
387     distclean-generic:
388     -rm -f Makefile $(CONFIG_CLEAN_FILES)
389    
390     maintainer-clean-generic:
391     @echo "This command is intended for maintainers to use"
392     @echo "it deletes files that may require special tools to rebuild."
393     clean: clean-recursive
394    
395     clean-am: clean-generic clean-libtool mostlyclean-am
396    
397     distclean: distclean-recursive
398     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
399     distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
400     distclean-tags
401    
402     dvi: dvi-recursive
403    
404     dvi-am:
405    
406     info: info-recursive
407    
408     info-am:
409    
410     install-data-am:
411    
412     install-exec-am:
413    
414     install-info: install-info-recursive
415    
416     install-man:
417    
418     installcheck-am:
419    
420     maintainer-clean: maintainer-clean-recursive
421     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
422     -rm -rf autom4te.cache
423     maintainer-clean-am: distclean-am maintainer-clean-generic
424    
425     mostlyclean: mostlyclean-recursive
426    
427     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
428    
429     uninstall-am: uninstall-info-am
430    
431     uninstall-info: uninstall-info-recursive
432    
433     .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
434     clean-generic clean-libtool clean-recursive dist dist-all \
435     dist-gzip distcheck distclean distclean-generic distclean-hdr \
436     distclean-libtool distclean-recursive distclean-tags \
437     distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
438     info-recursive install install-am install-data install-data-am \
439     install-data-recursive install-exec install-exec-am \
440     install-exec-recursive install-info install-info-am \
441     install-info-recursive install-man install-recursive \
442     install-strip installcheck installcheck-am installdirs \
443     installdirs-am installdirs-recursive maintainer-clean \
444     maintainer-clean-generic maintainer-clean-recursive mostlyclean \
445     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
446     tags tags-recursive uninstall uninstall-am uninstall-info-am \
447     uninstall-info-recursive uninstall-recursive
448    
449     # Tell versions [3.59,3.63) of GNU make to not export all variables.
450     # Otherwise a system limit (for SysV at least) may be exceeded.
451     .NOEXPORT:

  ViewVC Help
Powered by ViewVC