Develop and Download Open Source Software

Browse CVS Repository

Contents of /autocoast/src/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Nov 13 04:53:44 2004 UTC (19 years, 5 months ago) by tmurakam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
remove Makefile (use automake)

1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
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
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = .
20
21 prefix = /usr/local
22 exec_prefix = ${prefix}
23
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/AutoCoast
37 pkglibdir = $(libdir)/AutoCoast
38 pkgincludedir = $(includedir)/AutoCoast
39 top_builddir = .
40
41 ACLOCAL = ${SHELL} /home/tmurakam/fs/AutoCoast/src/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/tmurakam/fs/AutoCoast/src/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/tmurakam/fs/AutoCoast/src/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/tmurakam/fs/AutoCoast/src/missing --run autoheader
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = /usr/bin/install -c
48 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_DATA = ${INSTALL} -m 644
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}
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = s,x,x,
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias =
63 host_triplet = i686-pc-linux-gnu
64
65 EXEEXT =
66 OBJEXT = o
67 PATH_SEPARATOR = :
68 AMTAR = ${SHELL} /home/tmurakam/fs/AutoCoast/src/missing --run tar
69 AWK = gawk
70 CC = gcc
71 CXX = g++
72 DEPDIR = .deps
73 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
74 PACKAGE = AutoCoast
75 RANLIB = ranlib
76 STRIP =
77 VERSION = 0.0.1
78 am__include = include
79 am__quote =
80 install_sh = /home/tmurakam/fs/AutoCoast/src/install-sh
81 SUBDIRS = gpc lib src
82 subdir = .
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85 CONFIG_HEADER = config.h
86 CONFIG_CLEAN_FILES =
87 DIST_SOURCES =
88
89 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
90 uninstall-info-recursive all-recursive install-data-recursive \
91 install-exec-recursive installdirs-recursive install-recursive \
92 uninstall-recursive check-recursive installcheck-recursive
93 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
94 Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub \
95 configure configure.ac depcomp install-sh missing mkinstalldirs
96 DIST_SUBDIRS = $(SUBDIRS)
97 all: config.h
98 $(MAKE) $(AM_MAKEFLAGS) all-recursive
99
100 .SUFFIXES:
101
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno
104 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
105 cd $(top_srcdir) && \
106 $(AUTOMAKE) --gnu Makefile
107 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
108 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
109
110 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
111 $(SHELL) ./config.status --recheck
112 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
113 cd $(srcdir) && $(AUTOCONF)
114
115 $(ACLOCAL_M4): configure.ac
116 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
117
118 config.h: stamp-h1
119 @if test ! -f $@; then \
120 rm -f stamp-h1; \
121 $(MAKE) stamp-h1; \
122 else :; fi
123
124 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
125 @rm -f stamp-h1
126 cd $(top_builddir) && $(SHELL) ./config.status config.h
127
128 $(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
129 cd $(top_srcdir) && $(AUTOHEADER)
130 touch $(srcdir)/config.h.in
131
132 distclean-hdr:
133 -rm -f config.h stamp-h1
134 uninstall-info-am:
135
136 # This directory's subdirectories are mostly independent; you can cd
137 # into them and run `make' without going through this Makefile.
138 # To change the values of `make' variables: instead of editing Makefiles,
139 # (1) if the variable is set in `config.status', edit `config.status'
140 # (which will cause the Makefiles to be regenerated when you run `make');
141 # (2) otherwise, pass the desired values on the `make' command line.
142 $(RECURSIVE_TARGETS):
143 @set fnord $$MAKEFLAGS; amf=$$2; \
144 dot_seen=no; \
145 target=`echo $@ | sed s/-recursive//`; \
146 list='$(SUBDIRS)'; for subdir in $$list; do \
147 echo "Making $$target in $$subdir"; \
148 if test "$$subdir" = "."; then \
149 dot_seen=yes; \
150 local_target="$$target-am"; \
151 else \
152 local_target="$$target"; \
153 fi; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done; \
157 if test "$$dot_seen" = "no"; then \
158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
159 fi; test -z "$$fail"
160
161 mostlyclean-recursive clean-recursive distclean-recursive \
162 maintainer-clean-recursive:
163 @set fnord $$MAKEFLAGS; amf=$$2; \
164 dot_seen=no; \
165 case "$@" in \
166 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
167 *) list='$(SUBDIRS)' ;; \
168 esac; \
169 rev=''; for subdir in $$list; do \
170 if test "$$subdir" = "."; then :; else \
171 rev="$$subdir $$rev"; \
172 fi; \
173 done; \
174 rev="$$rev ."; \
175 target=`echo $@ | sed s/-recursive//`; \
176 for subdir in $$rev; do \
177 echo "Making $$target in $$subdir"; \
178 if test "$$subdir" = "."; then \
179 local_target="$$target-am"; \
180 else \
181 local_target="$$target"; \
182 fi; \
183 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
184 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
185 done && test -z "$$fail"
186 tags-recursive:
187 list='$(SUBDIRS)'; for subdir in $$list; do \
188 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
189 done
190
191 ETAGS = etags
192 ETAGSFLAGS =
193
194 tags: TAGS
195
196 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
197 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
198 unique=`for i in $$list; do \
199 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200 done | \
201 $(AWK) ' { files[$$0] = 1; } \
202 END { for (i in files) print i; }'`; \
203 mkid -fID $$unique
204
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
206 $(TAGS_FILES) $(LISP)
207 tags=; \
208 here=`pwd`; \
209 list='$(SUBDIRS)'; for subdir in $$list; do \
210 if test "$$subdir" = .; then :; else \
211 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
212 fi; \
213 done; \
214 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
215 unique=`for i in $$list; do \
216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217 done | \
218 $(AWK) ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 test -z "$(ETAGS_ARGS)$$tags$$unique" \
221 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
222 $$tags $$unique
223
224 GTAGS:
225 here=`$(am__cd) $(top_builddir) && pwd` \
226 && cd $(top_srcdir) \
227 && gtags -i $(GTAGS_ARGS) $$here
228
229 distclean-tags:
230 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232
233 top_distdir = .
234 distdir = $(PACKAGE)-$(VERSION)
235
236 am__remove_distdir = \
237 { test ! -d $(distdir) \
238 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
239 && rm -fr $(distdir); }; }
240
241 GZIP_ENV = --best
242 distcleancheck_listfiles = find . -type f -print
243
244 distdir: $(DISTFILES)
245 $(am__remove_distdir)
246 mkdir $(distdir)
247 @list='$(DISTFILES)'; for file in $$list; do \
248 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
249 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
250 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
251 dir="/$$dir"; \
252 $(mkinstalldirs) "$(distdir)$$dir"; \
253 else \
254 dir=''; \
255 fi; \
256 if test -d $$d/$$file; then \
257 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
258 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
259 fi; \
260 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
261 else \
262 test -f $(distdir)/$$file \
263 || cp -p $$d/$$file $(distdir)/$$file \
264 || exit 1; \
265 fi; \
266 done
267 list='$(SUBDIRS)'; for subdir in $$list; do \
268 if test "$$subdir" = .; then :; else \
269 test -d $(distdir)/$$subdir \
270 || mkdir $(distdir)/$$subdir \
271 || exit 1; \
272 (cd $$subdir && \
273 $(MAKE) $(AM_MAKEFLAGS) \
274 top_distdir="$(top_distdir)" \
275 distdir=../$(distdir)/$$subdir \
276 distdir) \
277 || exit 1; \
278 fi; \
279 done
280 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
281 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
282 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
283 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
284 || chmod -R a+r $(distdir)
285 dist-gzip: distdir
286 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
287 $(am__remove_distdir)
288
289 dist dist-all: distdir
290 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
291 $(am__remove_distdir)
292
293 # This target untars the dist file and tries a VPATH configuration. Then
294 # it guarantees that the distribution is self-contained by making another
295 # tarfile.
296 distcheck: dist
297 $(am__remove_distdir)
298 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
299 chmod -R a-w $(distdir); chmod a+w $(distdir)
300 mkdir $(distdir)/=build
301 mkdir $(distdir)/=inst
302 chmod a-w $(distdir)
303 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
304 && cd $(distdir)/=build \
305 && ../configure --srcdir=.. --prefix=$$dc_install_base \
306 $(DISTCHECK_CONFIGURE_FLAGS) \
307 && $(MAKE) $(AM_MAKEFLAGS) \
308 && $(MAKE) $(AM_MAKEFLAGS) dvi \
309 && $(MAKE) $(AM_MAKEFLAGS) check \
310 && $(MAKE) $(AM_MAKEFLAGS) install \
311 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
312 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
313 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
314 || { echo "ERROR: files left after uninstall:" ; \
315 find $$dc_install_base -type f -print ; \
316 exit 1; } >&2 ) \
317 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
318 && rm -f $(distdir).tar.gz \
319 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
320 $(am__remove_distdir)
321 @echo "$(distdir).tar.gz is ready for distribution" | \
322 sed 'h;s/./=/g;p;x;p;x'
323 distcleancheck: distclean
324 if test '$(srcdir)' = . ; then \
325 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
326 exit 1 ; \
327 fi
328 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
329 || { echo "ERROR: files left after distclean:" ; \
330 $(distcleancheck_listfiles) ; \
331 exit 1; } >&2
332 check-am: all-am
333 check: check-recursive
334 all-am: Makefile config.h
335 installdirs: installdirs-recursive
336 installdirs-am:
337
338 install: install-recursive
339 install-exec: install-exec-recursive
340 install-data: install-data-recursive
341 uninstall: uninstall-recursive
342
343 install-am: all-am
344 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346 installcheck: installcheck-recursive
347 install-strip:
348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349 INSTALL_STRIP_FLAG=-s \
350 `test -z '$(STRIP)' || \
351 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357 -rm -f Makefile $(CONFIG_CLEAN_FILES)
358
359 maintainer-clean-generic:
360 @echo "This command is intended for maintainers to use"
361 @echo "it deletes files that may require special tools to rebuild."
362 clean: clean-recursive
363
364 clean-am: clean-generic mostlyclean-am
365
366 distclean: distclean-recursive
367 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
368 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
369
370 dvi: dvi-recursive
371
372 dvi-am:
373
374 info: info-recursive
375
376 info-am:
377
378 install-data-am:
379
380 install-exec-am:
381
382 install-info: install-info-recursive
383
384 install-man:
385
386 installcheck-am:
387
388 maintainer-clean: maintainer-clean-recursive
389 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
390 -rm -rf autom4te.cache
391 maintainer-clean-am: distclean-am maintainer-clean-generic
392
393 mostlyclean: mostlyclean-recursive
394
395 mostlyclean-am: mostlyclean-generic
396
397 uninstall-am: uninstall-info-am
398
399 uninstall-info: uninstall-info-recursive
400
401 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
402 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
403 distclean distclean-generic distclean-hdr distclean-recursive \
404 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
405 info info-am info-recursive install install-am install-data \
406 install-data-am install-data-recursive install-exec \
407 install-exec-am install-exec-recursive install-info \
408 install-info-am install-info-recursive install-man \
409 install-recursive install-strip installcheck installcheck-am \
410 installdirs installdirs-am installdirs-recursive \
411 maintainer-clean maintainer-clean-generic \
412 maintainer-clean-recursive mostlyclean mostlyclean-generic \
413 mostlyclean-recursive tags tags-recursive uninstall \
414 uninstall-am uninstall-info-am uninstall-info-recursive \
415 uninstall-recursive
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26