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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (show annotations) (download)
Mon May 3 14:17:00 2004 UTC (19 years, 11 months ago) by (unknown author)
File size: 15637 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_7_0'.
1 # 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
101 # to prevent compile errors on some systems
102 AM_CXXFLAGS = -pedantic
103
104 # all man files that should be installed
105 man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1
106 # include man files into distribution (because they're not by default)
107 dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1
108 subdir = .
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = config.h
112 CONFIG_CLEAN_FILES =
113 DIST_SOURCES =
114
115 NROFF = nroff
116 MANS = $(man1_MANS)
117
118 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
119 uninstall-info-recursive all-recursive install-data-recursive \
120 install-exec-recursive installdirs-recursive install-recursive \
121 uninstall-recursive check-recursive installcheck-recursive
122 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
123 Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
124 config.sub configure configure.in depcomp install-sh ltconfig \
125 ltmain.sh missing mkinstalldirs
126 DIST_SUBDIRS = $(SUBDIRS)
127 all: config.h
128 $(MAKE) $(AM_MAKEFLAGS) all-recursive
129
130 .SUFFIXES:
131
132 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
133 configure.lineno
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && \
136 $(AUTOMAKE) --foreign Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
138 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
139
140 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141 $(SHELL) ./config.status --recheck
142 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143 cd $(srcdir) && $(AUTOCONF)
144
145 $(ACLOCAL_M4): configure.in
146 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
147
148 config.h: stamp-h1
149 @if test ! -f $@; then \
150 rm -f stamp-h1; \
151 $(MAKE) stamp-h1; \
152 else :; fi
153
154 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
155 @rm -f stamp-h1
156 cd $(top_builddir) && $(SHELL) ./config.status config.h
157
158 $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
159 cd $(top_srcdir) && $(AUTOHEADER)
160 touch $(srcdir)/config.h.in
161
162 distclean-hdr:
163 -rm -f config.h stamp-h1
164
165 mostlyclean-libtool:
166 -rm -f *.lo
167
168 clean-libtool:
169 -rm -rf .libs _libs
170
171 distclean-libtool:
172 -rm -f libtool
173 uninstall-info-am:
174
175 man1dir = $(mandir)/man1
176 install-man1: $(man1_MANS) $(man_MANS)
177 @$(NORMAL_INSTALL)
178 $(mkinstalldirs) $(DESTDIR)$(man1dir)
179 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
180 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
181 for i in $$l2; do \
182 case "$$i" in \
183 *.1*) list="$$list $$i" ;; \
184 esac; \
185 done; \
186 for i in $$list; do \
187 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
188 else file=$$i; fi; \
189 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
190 case "$$ext" in \
191 1*) ;; \
192 *) ext='1' ;; \
193 esac; \
194 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
195 inst=`echo $$inst | sed -e 's/^.*\///'`; \
196 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
197 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
198 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
199 done
200 uninstall-man1:
201 @$(NORMAL_UNINSTALL)
202 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
203 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
204 for i in $$l2; do \
205 case "$$i" in \
206 *.1*) list="$$list $$i" ;; \
207 esac; \
208 done; \
209 for i in $$list; do \
210 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
211 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
212 inst=`echo $$inst | sed -e 's/^.*\///'`; \
213 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
214 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
215 rm -f $(DESTDIR)$(man1dir)/$$inst; \
216 done
217
218 # This directory's subdirectories are mostly independent; you can cd
219 # into them and run `make' without going through this Makefile.
220 # To change the values of `make' variables: instead of editing Makefiles,
221 # (1) if the variable is set in `config.status', edit `config.status'
222 # (which will cause the Makefiles to be regenerated when you run `make');
223 # (2) otherwise, pass the desired values on the `make' command line.
224 $(RECURSIVE_TARGETS):
225 @set fnord $$MAKEFLAGS; amf=$$2; \
226 dot_seen=no; \
227 target=`echo $@ | sed s/-recursive//`; \
228 list='$(SUBDIRS)'; for subdir in $$list; do \
229 echo "Making $$target in $$subdir"; \
230 if test "$$subdir" = "."; then \
231 dot_seen=yes; \
232 local_target="$$target-am"; \
233 else \
234 local_target="$$target"; \
235 fi; \
236 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
237 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
238 done; \
239 if test "$$dot_seen" = "no"; then \
240 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
241 fi; test -z "$$fail"
242
243 mostlyclean-recursive clean-recursive distclean-recursive \
244 maintainer-clean-recursive:
245 @set fnord $$MAKEFLAGS; amf=$$2; \
246 dot_seen=no; \
247 case "$@" in \
248 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
249 *) list='$(SUBDIRS)' ;; \
250 esac; \
251 rev=''; for subdir in $$list; do \
252 if test "$$subdir" = "."; then :; else \
253 rev="$$subdir $$rev"; \
254 fi; \
255 done; \
256 rev="$$rev ."; \
257 target=`echo $@ | sed s/-recursive//`; \
258 for subdir in $$rev; do \
259 echo "Making $$target in $$subdir"; \
260 if test "$$subdir" = "."; then \
261 local_target="$$target-am"; \
262 else \
263 local_target="$$target"; \
264 fi; \
265 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
266 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
267 done && test -z "$$fail"
268 tags-recursive:
269 list='$(SUBDIRS)'; for subdir in $$list; do \
270 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
271 done
272
273 ETAGS = etags
274 ETAGSFLAGS =
275
276 tags: TAGS
277
278 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
279 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
280 unique=`for i in $$list; do \
281 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282 done | \
283 $(AWK) ' { files[$$0] = 1; } \
284 END { for (i in files) print i; }'`; \
285 mkid -fID $$unique
286
287 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
288 $(TAGS_FILES) $(LISP)
289 tags=; \
290 here=`pwd`; \
291 list='$(SUBDIRS)'; for subdir in $$list; do \
292 if test "$$subdir" = .; then :; else \
293 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
294 fi; \
295 done; \
296 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 test -z "$(ETAGS_ARGS)$$tags$$unique" \
303 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
304 $$tags $$unique
305
306 GTAGS:
307 here=`$(am__cd) $(top_builddir) && pwd` \
308 && cd $(top_srcdir) \
309 && gtags -i $(GTAGS_ARGS) $$here
310
311 distclean-tags:
312 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
313 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
314
315 top_distdir = .
316 distdir = $(PACKAGE)-$(VERSION)
317
318 am__remove_distdir = \
319 { test ! -d $(distdir) \
320 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
321 && rm -fr $(distdir); }; }
322
323 GZIP_ENV = --best
324 distcleancheck_listfiles = find . -type f -print
325
326 distdir: $(DISTFILES)
327 $(am__remove_distdir)
328 mkdir $(distdir)
329 @list='$(DISTFILES)'; for file in $$list; do \
330 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
331 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
332 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
333 dir="/$$dir"; \
334 $(mkinstalldirs) "$(distdir)$$dir"; \
335 else \
336 dir=''; \
337 fi; \
338 if test -d $$d/$$file; then \
339 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
340 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
341 fi; \
342 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
343 else \
344 test -f $(distdir)/$$file \
345 || cp -p $$d/$$file $(distdir)/$$file \
346 || exit 1; \
347 fi; \
348 done
349 list='$(SUBDIRS)'; for subdir in $$list; do \
350 if test "$$subdir" = .; then :; else \
351 test -d $(distdir)/$$subdir \
352 || mkdir $(distdir)/$$subdir \
353 || exit 1; \
354 (cd $$subdir && \
355 $(MAKE) $(AM_MAKEFLAGS) \
356 top_distdir="$(top_distdir)" \
357 distdir=../$(distdir)/$$subdir \
358 distdir) \
359 || exit 1; \
360 fi; \
361 done
362 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
363 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
364 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
365 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
366 || chmod -R a+r $(distdir)
367 dist-gzip: distdir
368 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
369 $(am__remove_distdir)
370
371 dist dist-all: distdir
372 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
373 $(am__remove_distdir)
374
375 # This target untars the dist file and tries a VPATH configuration. Then
376 # it guarantees that the distribution is self-contained by making another
377 # tarfile.
378 distcheck: dist
379 $(am__remove_distdir)
380 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
381 chmod -R a-w $(distdir); chmod a+w $(distdir)
382 mkdir $(distdir)/=build
383 mkdir $(distdir)/=inst
384 chmod a-w $(distdir)
385 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
386 && cd $(distdir)/=build \
387 && ../configure --srcdir=.. --prefix=$$dc_install_base \
388 $(DISTCHECK_CONFIGURE_FLAGS) \
389 && $(MAKE) $(AM_MAKEFLAGS) \
390 && $(MAKE) $(AM_MAKEFLAGS) dvi \
391 && $(MAKE) $(AM_MAKEFLAGS) check \
392 && $(MAKE) $(AM_MAKEFLAGS) install \
393 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
394 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
395 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
396 || { echo "ERROR: files left after uninstall:" ; \
397 find $$dc_install_base -type f -print ; \
398 exit 1; } >&2 ) \
399 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
400 && rm -f $(distdir).tar.gz \
401 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
402 $(am__remove_distdir)
403 @echo "$(distdir).tar.gz is ready for distribution" | \
404 sed 'h;s/./=/g;p;x;p;x'
405 distcleancheck: distclean
406 if test '$(srcdir)' = . ; then \
407 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
408 exit 1 ; \
409 fi
410 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
411 || { echo "ERROR: files left after distclean:" ; \
412 $(distcleancheck_listfiles) ; \
413 exit 1; } >&2
414 check-am: all-am
415 check: check-recursive
416 all-am: Makefile $(MANS) config.h
417 installdirs: installdirs-recursive
418 installdirs-am:
419 $(mkinstalldirs) $(DESTDIR)$(man1dir)
420
421 install: install-recursive
422 install-exec: install-exec-recursive
423 install-data: install-data-recursive
424 uninstall: uninstall-recursive
425
426 install-am: all-am
427 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429 installcheck: installcheck-recursive
430 install-strip:
431 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432 INSTALL_STRIP_FLAG=-s \
433 `test -z '$(STRIP)' || \
434 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
436
437 clean-generic:
438
439 distclean-generic:
440 -rm -f Makefile $(CONFIG_CLEAN_FILES)
441
442 maintainer-clean-generic:
443 @echo "This command is intended for maintainers to use"
444 @echo "it deletes files that may require special tools to rebuild."
445 clean: clean-recursive
446
447 clean-am: clean-generic clean-libtool mostlyclean-am
448
449 distclean: distclean-recursive
450 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
451 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
452 distclean-tags
453
454 dvi: dvi-recursive
455
456 dvi-am:
457
458 info: info-recursive
459
460 info-am:
461
462 install-data-am: install-man
463
464 install-exec-am:
465
466 install-info: install-info-recursive
467
468 install-man: install-man1
469
470 installcheck-am:
471
472 maintainer-clean: maintainer-clean-recursive
473 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
474 -rm -rf autom4te.cache
475 maintainer-clean-am: distclean-am maintainer-clean-generic
476
477 mostlyclean: mostlyclean-recursive
478
479 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
480
481 uninstall-am: uninstall-info-am uninstall-man
482
483 uninstall-info: uninstall-info-recursive
484
485 uninstall-man: uninstall-man1
486
487 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
488 clean-generic clean-libtool clean-recursive dist dist-all \
489 dist-gzip distcheck distclean distclean-generic distclean-hdr \
490 distclean-libtool distclean-recursive distclean-tags \
491 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
492 info-recursive install install-am install-data install-data-am \
493 install-data-recursive install-exec install-exec-am \
494 install-exec-recursive install-info install-info-am \
495 install-info-recursive install-man install-man1 \
496 install-recursive install-strip installcheck installcheck-am \
497 installdirs installdirs-am installdirs-recursive \
498 maintainer-clean maintainer-clean-generic \
499 maintainer-clean-recursive mostlyclean mostlyclean-generic \
500 mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
501 uninstall uninstall-am uninstall-info-am \
502 uninstall-info-recursive uninstall-man uninstall-man1 \
503 uninstall-recursive
504
505 # Tell versions [3.59,3.63) of GNU make to not export all variables.
506 # Otherwise a system limit (for SysV at least) may be exceeded.
507 .NOEXPORT:

  ViewVC Help
Powered by ViewVC