OSDN Git Service

21f4afa28120e27248ad3e7a50f16a6cc0c30e67
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / tic80 / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 DISTDIR =
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@
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 CPP = @CPP@
66 EXEEXT = @EXEEXT@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 VERSION = @VERSION@
73 machine_dir = @machine_dir@
74 newlib_basedir = @newlib_basedir@
75 sys_dir = @sys_dir@
76
77 AUTOMAKE_OPTIONS = cygnus
78
79 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
80
81 noinst_LIBRARIES = lib.a
82
83 lib_a_SOURCES =
84
85 # This is a hack to force automake to include a definition for
86 # COMPILE.
87 EXTRA_LIBRARIES = libfoo.a
88 libfoo_a_SOURCES = crt0.c
89
90 ACLOCAL_AMFLAGS = -I ../../..
91 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
94 CONFIG_CLEAN_FILES = 
95 LIBRARIES =  $(noinst_LIBRARIES)
96
97
98 DEFS = @DEFS@ -I. -I$(srcdir) 
99 CPPFLAGS = @CPPFLAGS@
100 LDFLAGS = @LDFLAGS@
101 LIBS = @LIBS@
102 libfoo_a_LIBADD = 
103 libfoo_a_OBJECTS =  crt0.o
104 lib_a_LIBADD = 
105 lib_a_OBJECTS = 
106 CFLAGS = @CFLAGS@
107 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
108 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
109 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
110
111
112 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
114 TAR = tar
115 GZIP = --best
116 SOURCES = $(libfoo_a_SOURCES) $(lib_a_SOURCES)
117 OBJECTS = $(libfoo_a_OBJECTS) $(lib_a_OBJECTS)
118
119 all: Makefile $(LIBRARIES)
120
121 .SUFFIXES:
122 .SUFFIXES: .S .c .o .s
123 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
125
126 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
127         cd $(top_builddir) \
128           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130 $(ACLOCAL_M4): @MAINT@ configure.in  ../../../acinclude.m4 \
131                 ../../../aclocal.m4
132         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
133
134 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
135         $(SHELL) ./config.status --recheck
136 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
137         cd $(srcdir) && $(AUTOCONF)
138
139 mostlyclean-noinstLIBRARIES:
140
141 clean-noinstLIBRARIES:
142         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
143
144 distclean-noinstLIBRARIES:
145
146 maintainer-clean-noinstLIBRARIES:
147
148 .c.o:
149         $(COMPILE) -c $<
150
151 .s.o:
152         $(COMPILE) -c $<
153
154 .S.o:
155         $(COMPILE) -c $<
156
157 mostlyclean-compile:
158         -rm -f *.o core *.core
159
160 clean-compile:
161
162 distclean-compile:
163         -rm -f *.tab.c
164
165 maintainer-clean-compile:
166
167 libfoo.a: $(libfoo_a_OBJECTS) $(libfoo_a_DEPENDENCIES)
168         -rm -f libfoo.a
169         $(AR) cru libfoo.a $(libfoo_a_OBJECTS) $(libfoo_a_LIBADD)
170         $(RANLIB) libfoo.a
171
172 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
173         -rm -f lib.a
174         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
175         $(RANLIB) lib.a
176
177 tags: TAGS
178
179 ID: $(HEADERS) $(SOURCES) $(LISP)
180         here=`pwd` && cd $(srcdir) \
181           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
182
183 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
184         tags=; \
185         here=`pwd`; \
186         list='$(SOURCES) $(HEADERS)'; \
187         unique=`for i in $$list; do echo $$i; done | \
188           awk '    { files[$$0] = 1; } \
189                END { for (i in files) print i; }'`; \
190         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
192
193 mostlyclean-tags:
194
195 clean-tags:
196
197 distclean-tags:
198         -rm -f TAGS ID
199
200 maintainer-clean-tags:
201
202 distdir = $(PACKAGE)-$(VERSION)
203 top_distdir = $(distdir)
204
205 # This target untars the dist file and tries a VPATH configuration.  Then
206 # it guarantees that the distribution is self-contained by making another
207 # tarfile.
208 distcheck: dist
209         -rm -rf $(distdir)
210         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
211         mkdir $(distdir)/=build
212         mkdir $(distdir)/=inst
213         dc_install_base=`cd $(distdir)/=inst && pwd`; \
214         cd $(distdir)/=build \
215           && ../configure --srcdir=.. --prefix=$$dc_install_base \
216           && $(MAKE) $(AM_MAKEFLAGS) \
217           && $(MAKE) $(AM_MAKEFLAGS) dvi \
218           && $(MAKE) $(AM_MAKEFLAGS) check \
219           && $(MAKE) $(AM_MAKEFLAGS) install \
220           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
221           && $(MAKE) $(AM_MAKEFLAGS) dist
222         -rm -rf $(distdir)
223         @echo "========================"; \
224         echo "$(distdir).tar.gz is ready for distribution"; \
225         echo "========================"
226 dist: distdir
227         -chmod -R a+r $(distdir)
228         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
229         -rm -rf $(distdir)
230 dist-all: distdir
231         -chmod -R a+r $(distdir)
232         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
233         -rm -rf $(distdir)
234 distdir: $(DISTFILES)
235         -rm -rf $(distdir)
236         mkdir $(distdir)
237         -chmod 777 $(distdir)
238         @for file in $(DISTFILES); do \
239           if test -f $$file; then d=.; else d=$(srcdir); fi; \
240           test -f $(distdir)/$$file \
241           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242           || cp -p $$d/$$file $(distdir)/$$file; \
243         done
244 info:
245 dvi:
246 check:
247         $(MAKE) $(AM_MAKEFLAGS)
248 installcheck:
249 install-info:
250 install-exec: 
251         @$(NORMAL_INSTALL)
252
253 install-data: 
254         @$(NORMAL_INSTALL)
255
256 install: install-exec install-data all
257         @:
258
259 uninstall: 
260
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
263 installdirs:
264
265
266 mostlyclean-generic:
267         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
268
269 clean-generic:
270         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
271
272 distclean-generic:
273         -rm -f Makefile $(DISTCLEANFILES)
274         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
275         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
276
277 maintainer-clean-generic:
278         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
279         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
280 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
281                 mostlyclean-tags mostlyclean-generic
282
283 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
284                 mostlyclean
285
286 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
287                 distclean-generic clean
288         -rm -f config.status
289
290 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
291                 maintainer-clean-compile maintainer-clean-tags \
292                 maintainer-clean-generic distclean
293         @echo "This command is intended for maintainers to use;"
294         @echo "it deletes files that may require special tools to rebuild."
295         -rm -f config.status
296
297 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
298 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
299 mostlyclean-compile distclean-compile clean-compile \
300 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
301 clean-tags maintainer-clean-tags distdir info dvi installcheck \
302 install-info install-exec install-data install uninstall all \
303 installdirs mostlyclean-generic distclean-generic clean-generic \
304 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
305
306
307 all: crt0.o
308
309 # Tell versions [3.59,3.63) of GNU make to not export all variables.
310 # Otherwise a system limit (for SysV at least) may be exceeded.
311 .NOEXPORT: