OSDN Git Service

* build tweaks
[pf3gnuchains/pf3gnuchains4x.git] / sid / component / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 CYGWIN = @CYGWIN@
68 DLLTOOL = @DLLTOOL@
69 EXEEXT = @EXEEXT@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAINT = @MAINT@
74 MAKEINFO = @MAKEINFO@
75 NM = @NM@
76 OBJDUMP = @OBJDUMP@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 VERSION = @VERSION@
80 lcd_libs = @lcd_libs@
81 make_subdirs = @make_subdirs@
82 sidtarget_arm = @sidtarget_arm@
83 sidtarget_m32r = @sidtarget_m32r@
84 sidtarget_m68k = @sidtarget_m68k@
85 sidtarget_mips = @sidtarget_mips@
86 sidtarget_ppc = @sidtarget_ppc@
87 socket_libs = @socket_libs@
88
89 AUTOMAKE_OPTIONS = foreign
90 ACLOCAL_AMFLAGS = -I $(srcdir)/../config
91
92 SUBDIRS = @subdirs@ @make_subdirs@
93
94 bin_SCRIPTS = siddoc
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
97 CONFIG_HEADER = config.h
98 CONFIG_CLEAN_FILES =  tconfig.h siddoc
99 SCRIPTS =  $(bin_SCRIPTS)
100
101 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in aclocal.m4 \
102 config.in configure configure.in siddoc.in tconfig.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = gtar
108 GZIP_ENV = --best
109 all: all-redirect
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) \
116           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
119         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
120
121 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
122         $(SHELL) ./config.status --recheck
123 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
124         cd $(srcdir) && $(AUTOCONF)
125
126 config.h: stamp-h
127         @if test ! -f $@; then \
128                 rm -f stamp-h; \
129                 $(MAKE) stamp-h; \
130         else :; fi
131 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
132         cd $(top_builddir) \
133           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
134              $(SHELL) ./config.status
135         @echo timestamp > stamp-h 2> /dev/null
136 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
137         @if test ! -f $@; then \
138                 rm -f $(srcdir)/stamp-h.in; \
139                 $(MAKE) $(srcdir)/stamp-h.in; \
140         else :; fi
141 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
142         cd $(top_srcdir) && $(AUTOHEADER)
143         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
144
145 mostlyclean-hdr:
146
147 clean-hdr:
148
149 distclean-hdr:
150         -rm -f config.h
151
152 maintainer-clean-hdr:
153 tconfig.h: $(top_builddir)/config.status tconfig.in
154         cd $(top_builddir) && CONFIG_FILES=$@:tconfig.in CONFIG_HEADERS= $(SHELL) ./config.status
155 siddoc: $(top_builddir)/config.status siddoc.in
156         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158 install-binSCRIPTS: $(bin_SCRIPTS)
159         @$(NORMAL_INSTALL)
160         $(mkinstalldirs) $(DESTDIR)$(bindir)
161         @list='$(bin_SCRIPTS)'; for p in $$list; do \
162           if test -f $$p; then \
163             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
164             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
165           else if test -f $(srcdir)/$$p; then \
166             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
167             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
168           else :; fi; fi; \
169         done
170
171 uninstall-binSCRIPTS:
172         @$(NORMAL_UNINSTALL)
173         list='$(bin_SCRIPTS)'; for p in $$list; do \
174           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
175         done
176
177 # This directory's subdirectories are mostly independent; you can cd
178 # into them and run `make' without going through this Makefile.
179 # To change the values of `make' variables: instead of editing Makefiles,
180 # (1) if the variable is set in `config.status', edit `config.status'
181 #     (which will cause the Makefiles to be regenerated when you run `make');
182 # (2) otherwise, pass the desired values on the `make' command line.
183
184 @SET_MAKE@
185
186 all-recursive install-data-recursive install-exec-recursive \
187 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
188 check-recursive installcheck-recursive info-recursive dvi-recursive:
189         @set fnord $(MAKEFLAGS); amf=$$2; \
190         dot_seen=no; \
191         target=`echo $@ | sed s/-recursive//`; \
192         list='$(SUBDIRS)'; for subdir in $$list; do \
193           echo "Making $$target in $$subdir"; \
194           if test "$$subdir" = "."; then \
195             dot_seen=yes; \
196             local_target="$$target-am"; \
197           else \
198             local_target="$$target"; \
199           fi; \
200           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
202         done; \
203         if test "$$dot_seen" = "no"; then \
204           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
205         fi; test -z "$$fail"
206
207 mostlyclean-recursive clean-recursive distclean-recursive \
208 maintainer-clean-recursive:
209         @set fnord $(MAKEFLAGS); amf=$$2; \
210         dot_seen=no; \
211         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
212           rev="$$subdir $$rev"; \
213           test "$$subdir" = "." && dot_seen=yes; \
214         done; \
215         test "$$dot_seen" = "no" && rev=". $$rev"; \
216         target=`echo $@ | sed s/-recursive//`; \
217         for subdir in $$rev; do \
218           echo "Making $$target in $$subdir"; \
219           if test "$$subdir" = "."; then \
220             local_target="$$target-am"; \
221           else \
222             local_target="$$target"; \
223           fi; \
224           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
225            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
226         done && test -z "$$fail"
227 tags-recursive:
228         list='$(SUBDIRS)'; for subdir in $$list; do \
229           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
230         done
231
232 tags: TAGS
233
234 ID: $(HEADERS) $(SOURCES) $(LISP)
235         list='$(SOURCES) $(HEADERS)'; \
236         unique=`for i in $$list; do echo $$i; done | \
237           awk '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         here=`pwd` && cd $(srcdir) \
240           && mkid -f$$here/ID $$unique $(LISP)
241
242 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
243         tags=; \
244         here=`pwd`; \
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246    if test "$$subdir" = .; then :; else \
247             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
248    fi; \
249         done; \
250         list='$(SOURCES) $(HEADERS)'; \
251         unique=`for i in $$list; do echo $$i; done | \
252           awk '    { files[$$0] = 1; } \
253                END { for (i in files) print i; }'`; \
254         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
255           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
256
257 mostlyclean-tags:
258
259 clean-tags:
260
261 distclean-tags:
262         -rm -f TAGS ID
263
264 maintainer-clean-tags:
265
266 distdir = $(PACKAGE)-$(VERSION)
267 top_distdir = $(distdir)
268
269 # This target untars the dist file and tries a VPATH configuration.  Then
270 # it guarantees that the distribution is self-contained by making another
271 # tarfile.
272 distcheck: dist
273         -rm -rf $(distdir)
274         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
275         mkdir $(distdir)/=build
276         mkdir $(distdir)/=inst
277         dc_install_base=`cd $(distdir)/=inst && pwd`; \
278         cd $(distdir)/=build \
279           && ../configure --srcdir=.. --prefix=$$dc_install_base \
280           && $(MAKE) $(AM_MAKEFLAGS) \
281           && $(MAKE) $(AM_MAKEFLAGS) dvi \
282           && $(MAKE) $(AM_MAKEFLAGS) check \
283           && $(MAKE) $(AM_MAKEFLAGS) install \
284           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
285           && $(MAKE) $(AM_MAKEFLAGS) dist
286         -rm -rf $(distdir)
287         @banner="$(distdir).tar.gz is ready for distribution"; \
288         dashes=`echo "$$banner" | sed s/./=/g`; \
289         echo "$$dashes"; \
290         echo "$$banner"; \
291         echo "$$dashes"
292 dist: distdir
293         -chmod -R a+r $(distdir)
294         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
295         -rm -rf $(distdir)
296 dist-all: distdir
297         -chmod -R a+r $(distdir)
298         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
299         -rm -rf $(distdir)
300 distdir: $(DISTFILES)
301         -rm -rf $(distdir)
302         mkdir $(distdir)
303         -chmod 777 $(distdir)
304         @for file in $(DISTFILES); do \
305           if test -f $$file; then d=.; else d=$(srcdir); fi; \
306           if test -d $$d/$$file; then \
307             cp -pr $$d/$$file $(distdir)/$$file; \
308           else \
309             test -f $(distdir)/$$file \
310             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
311             || cp -p $$d/$$file $(distdir)/$$file || :; \
312           fi; \
313         done
314         for subdir in $(SUBDIRS); do \
315           if test "$$subdir" = .; then :; else \
316             test -d $(distdir)/$$subdir \
317             || mkdir $(distdir)/$$subdir \
318             || exit 1; \
319             chmod 777 $(distdir)/$$subdir; \
320             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
321               || exit 1; \
322           fi; \
323         done
324 info-am:
325 info: info-recursive
326 dvi-am:
327 dvi: dvi-recursive
328 check-am:
329 check: check-recursive
330 installcheck-am:
331 installcheck: installcheck-recursive
332 install-info-am: 
333 install-info: install-info-recursive
334 all-recursive-am: config.h
335         $(MAKE) $(AM_MAKEFLAGS) all-recursive
336
337 install-exec-am: install-binSCRIPTS
338 install-exec: install-exec-recursive
339
340 install-data-am:
341 install-data: install-data-recursive
342
343 install-am: all-am
344         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345 install: install-recursive
346 uninstall-am: uninstall-binSCRIPTS
347 uninstall: uninstall-recursive
348 all-am: Makefile $(SCRIPTS) config.h all-local
349 all-redirect: all-recursive-am
350 install-strip:
351         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
352 installdirs: installdirs-recursive
353 installdirs-am:
354         $(mkinstalldirs)  $(DESTDIR)$(bindir)
355
356
357 mostlyclean-generic:
358
359 clean-generic:
360
361 distclean-generic:
362         -rm -f Makefile $(CONFIG_CLEAN_FILES)
363         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
364
365 maintainer-clean-generic:
366 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
367
368 mostlyclean: mostlyclean-recursive
369
370 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
371
372 clean: clean-recursive
373
374 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
375         -rm -f libtool
376
377 distclean: distclean-recursive
378         -rm -f config.status
379
380 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
381                 maintainer-clean-generic distclean-am
382         @echo "This command is intended for maintainers to use;"
383         @echo "it deletes files that may require special tools to rebuild."
384
385 maintainer-clean: maintainer-clean-recursive
386         -rm -f config.status
387
388 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
389 uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
390 uninstall-data-recursive install-exec-recursive \
391 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
392 all-recursive check-recursive installcheck-recursive info-recursive \
393 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
394 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
395 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
396 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
397 install-info all-recursive-am install-exec-am install-exec \
398 install-data-am install-data install-am install uninstall-am uninstall \
399 all-local all-redirect all-am all installdirs-am installdirs \
400 mostlyclean-generic distclean-generic clean-generic \
401 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
402
403
404 all-local:
405         chmod a+x siddoc
406
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT: