]> sourceware.org Git - newlib-cygwin.git/blob - newlib/libc/sys/sun4/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / sys / sun4 / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 EXEEXT = @EXEEXT@
71 LDFLAGS = @LDFLAGS@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 VERSION = @VERSION@
79 aext = @aext@
80 libm_machine_dir = @libm_machine_dir@
81 machine_dir = @machine_dir@
82 newlib_basedir = @newlib_basedir@
83 oext = @oext@
84 sys_dir = @sys_dir@
85
86 AUTOMAKE_OPTIONS = cygnus
87
88 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
90 noinst_LIBRARIES = lib.a
91
92 COPYOFILES = Ovfork.o _exit.o _sigvec.o abort.o access.o cerror.o chmod.o chown.o close.o creat.o dup.o dup2.o errlst.o execl.o execle.o execv.o execve.o execvp.o fork.o fstat.o getdtablesize.o getpid.o getrusage.o gettimeofday.o ieee_globals.o ioctl.o isatty.o kill.o link.o lseek.o open.o pipe.o popen.o read.o sbrk.o setitimer.o sigblock.o signal.o sigpause.o sigsetjmp.o sigsetmask.o sigtramp.o sigvec.o sleep.o start_float.o stat.o time.o times.o umask.o unlink.o utime.o utimes.o wait.o wait3.o wait4.o write.o rem.o multiply.o umultiply.o
93
94
95 # These files are from Sun's libc.a, but the must be renamed because they
96 # conflict with other library .o's. They are renamed to xxxS.o.
97 COPYRENAMEOFILES = divS.o
98
99 COPYOMFILES = ieee_flags.o
100
101 lib_a_SOURCES = _main.c ieee.c
102 lib_a_LIBADD = $(COPYOFILES) $(COPYOMFILES) $(COPYRENAMEOFILES)
103
104 ACLOCAL_AMFLAGS = -I ../../..
105 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
108 CONFIG_CLEAN_FILES =
109 LIBRARIES = $(noinst_LIBRARIES)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir)
113 CPPFLAGS = @CPPFLAGS@
114 LIBS = @LIBS@
115 lib_a_DEPENDENCIES = Ovfork.o _exit.o _sigvec.o abort.o access.o \
116 cerror.o chmod.o chown.o close.o creat.o dup.o dup2.o errlst.o execl.o \
117 execle.o execv.o execve.o execvp.o fork.o fstat.o getdtablesize.o \
118 getpid.o getrusage.o gettimeofday.o ieee_globals.o ioctl.o isatty.o \
119 kill.o link.o lseek.o open.o pipe.o popen.o read.o sbrk.o setitimer.o \
120 sigblock.o signal.o sigpause.o sigsetjmp.o sigsetmask.o sigtramp.o \
121 sigvec.o sleep.o start_float.o stat.o time.o times.o umask.o unlink.o \
122 utime.o utimes.o wait.o wait3.o wait4.o write.o rem.o multiply.o \
123 umultiply.o ieee_flags.o divS.o
124 lib_a_OBJECTS = _main.o ieee.o
125 CFLAGS = @CFLAGS@
126 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
129 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
130
131
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134 TAR = gtar
135 GZIP_ENV = --best
136 SOURCES = $(lib_a_SOURCES)
137 OBJECTS = $(lib_a_OBJECTS)
138
139 all: all-redirect
140 .SUFFIXES:
141 .SUFFIXES: .S .c .o .s
142 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
144
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
150 ../../../acinclude.m4 ../../../aclocal.m4 \
151 ../../../libtool.m4
152 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153
154 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155 $(SHELL) ./config.status --recheck
156 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
157 cd $(srcdir) && $(AUTOCONF)
158
159 mostlyclean-noinstLIBRARIES:
160
161 clean-noinstLIBRARIES:
162 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
163
164 distclean-noinstLIBRARIES:
165
166 maintainer-clean-noinstLIBRARIES:
167
168 .c.o:
169 $(COMPILE) -c $<
170
171 .s.o:
172 $(COMPILE) -c $<
173
174 .S.o:
175 $(COMPILE) -c $<
176
177 mostlyclean-compile:
178 -rm -f *.o core *.core
179
180 clean-compile:
181
182 distclean-compile:
183 -rm -f *.tab.c
184
185 maintainer-clean-compile:
186
187 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
188 -rm -f lib.a
189 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
190 $(RANLIB) lib.a
191
192 tags: TAGS
193
194 ID: $(HEADERS) $(SOURCES) $(LISP)
195 list='$(SOURCES) $(HEADERS)'; \
196 unique=`for i in $$list; do echo $$i; done | \
197 awk ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 here=`pwd` && cd $(srcdir) \
200 && mkid -f$$here/ID $$unique $(LISP)
201
202 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
203 tags=; \
204 here=`pwd`; \
205 list='$(SOURCES) $(HEADERS)'; \
206 unique=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \
209 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
210 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
211
212 mostlyclean-tags:
213
214 clean-tags:
215
216 distclean-tags:
217 -rm -f TAGS ID
218
219 maintainer-clean-tags:
220
221 distdir = $(PACKAGE)-$(VERSION)
222 top_distdir = $(distdir)
223
224 # This target untars the dist file and tries a VPATH configuration. Then
225 # it guarantees that the distribution is self-contained by making another
226 # tarfile.
227 distcheck: dist
228 -rm -rf $(distdir)
229 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
230 mkdir $(distdir)/=build
231 mkdir $(distdir)/=inst
232 dc_install_base=`cd $(distdir)/=inst && pwd`; \
233 cd $(distdir)/=build \
234 && ../configure --srcdir=.. --prefix=$$dc_install_base \
235 && $(MAKE) $(AM_MAKEFLAGS) \
236 && $(MAKE) $(AM_MAKEFLAGS) dvi \
237 && $(MAKE) $(AM_MAKEFLAGS) check \
238 && $(MAKE) $(AM_MAKEFLAGS) install \
239 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
240 && $(MAKE) $(AM_MAKEFLAGS) dist
241 -rm -rf $(distdir)
242 @banner="$(distdir).tar.gz is ready for distribution"; \
243 dashes=`echo "$$banner" | sed s/./=/g`; \
244 echo "$$dashes"; \
245 echo "$$banner"; \
246 echo "$$dashes"
247 dist: distdir
248 -chmod -R a+r $(distdir)
249 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
250 -rm -rf $(distdir)
251 dist-all: distdir
252 -chmod -R a+r $(distdir)
253 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
254 -rm -rf $(distdir)
255 distdir: $(DISTFILES)
256 -rm -rf $(distdir)
257 mkdir $(distdir)
258 -chmod 777 $(distdir)
259 @for file in $(DISTFILES); do \
260 if test -f $$file; then d=.; else d=$(srcdir); fi; \
261 if test -d $$d/$$file; then \
262 cp -pr $$d/$$file $(distdir)/$$file; \
263 else \
264 test -f $(distdir)/$$file \
265 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266 || cp -p $$d/$$file $(distdir)/$$file || :; \
267 fi; \
268 done
269 info-am:
270 info: info-am
271 dvi-am:
272 dvi: dvi-am
273 check-am:
274 check: check-am
275 installcheck-am:
276 installcheck: installcheck-am
277 install-info-am:
278 install-info: install-info-am
279 install-exec-am:
280 install-exec: install-exec-am
281
282 install-data-am:
283 install-data: install-data-am
284
285 install-am: all-am
286 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287 install: install-am
288 uninstall-am:
289 uninstall: uninstall-am
290 all-am: Makefile $(LIBRARIES)
291 all-redirect: all-am
292 install-strip:
293 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
294 installdirs:
295
296
297 mostlyclean-generic:
298
299 clean-generic:
300
301 distclean-generic:
302 -rm -f Makefile $(CONFIG_CLEAN_FILES)
303 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304
305 maintainer-clean-generic:
306 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
307 mostlyclean-tags mostlyclean-generic
308
309 mostlyclean: mostlyclean-am
310
311 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
312 mostlyclean-am
313
314 clean: clean-am
315
316 distclean-am: distclean-noinstLIBRARIES distclean-compile \
317 distclean-tags distclean-generic clean-am
318
319 distclean: distclean-am
320 -rm -f config.status
321
322 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
323 maintainer-clean-compile maintainer-clean-tags \
324 maintainer-clean-generic distclean-am
325 @echo "This command is intended for maintainers to use;"
326 @echo "it deletes files that may require special tools to rebuild."
327
328 maintainer-clean: maintainer-clean-am
329 -rm -f config.status
330
331 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
332 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
333 mostlyclean-compile distclean-compile clean-compile \
334 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
335 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
336 check-am installcheck-am installcheck install-info-am install-info \
337 install-exec-am install-exec install-data-am install-data install-am \
338 install uninstall-am uninstall all-redirect all-am all installdirs \
339 mostlyclean-generic distclean-generic clean-generic \
340 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
341
342
343 $(COPYOFILES):
344 $(AR) x /lib/libc.a $(COPYOFILES)
345
346 $(COPYRENAMEOFILES):
347 $(AR) x /lib/libc.a $(COPYRENAMEFILES:S.o=.o)
348 for f in $(COPYRENAMEOFILES); do mv `basename $$f S.o`.o $$f; done
349
350 $(COPYOMFILES):
351 $(AR) x /lib/libm.a $(COPYOMFILES)
352
353 all: crt0.o
354
355 crt0.o:
356 cp /lib/crt0.o crt0.o
357
358 # Tell versions [3.59,3.63) of GNU make to not export all variables.
359 # Otherwise a system limit (for SysV at least) may be exceeded.
360 .NOEXPORT:
This page took 0.051835 seconds and 5 git commands to generate.