/[svn]/libgig/tags/start/Makefile.in
ViewVC logotype

Contents of /libgig/tags/start/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC