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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68CC = @CC@
69CPP = @CPP@
70EXEEXT = @EXEEXT@
71LDFLAGS = @LDFLAGS@
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78VERSION = @VERSION@
79aext = @aext@
80libm_machine_dir = @libm_machine_dir@
81machine_dir = @machine_dir@
82newlib_basedir = @newlib_basedir@
83oext = @oext@
84sys_dir = @sys_dir@
85
86AUTOMAKE_OPTIONS = cygnus
87
88INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
90noinst_LIBRARIES = lib.a
91
92lib_a_SOURCES = _exit.c access.c chmod.c chown.c close.c creat.c 	execv.c execve.c fork.c fstat.c getpid.c isatty.c 	kill.c link.c lseek.c open.c pipe.c read.c 	sbrk.c stat.c time.c unlink.c utime.c wait.c write.c 	times.c gettime.c setjmp.S
93
94
95ACLOCAL_AMFLAGS = -I ../../..
96CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
99CONFIG_CLEAN_FILES =
100LIBRARIES =  $(noinst_LIBRARIES)
101
102
103DEFS = @DEFS@ -I. -I$(srcdir)
104CPPFLAGS = @CPPFLAGS@
105LIBS = @LIBS@
106lib_a_LIBADD =
107lib_a_OBJECTS =  _exit.o access.o chmod.o chown.o close.o creat.o \
108execv.o execve.o fork.o fstat.o getpid.o isatty.o kill.o link.o lseek.o \
109open.o pipe.o read.o sbrk.o stat.o time.o unlink.o utime.o wait.o \
110write.o times.o gettime.o setjmp.o
111CFLAGS = @CFLAGS@
112COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113CCLD = $(CC)
114LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
116
117
118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120TAR = gtar
121GZIP_ENV = --best
122SOURCES = $(lib_a_SOURCES)
123OBJECTS = $(lib_a_OBJECTS)
124
125all: all-redirect
126.SUFFIXES:
127.SUFFIXES: .S .c .o .s
128$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
130
131Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
132	cd $(top_builddir) \
133	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
136		../../../acinclude.m4 ../../../aclocal.m4 \
137		../../../libtool.m4
138	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
139
140config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141	$(SHELL) ./config.status --recheck
142$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143	cd $(srcdir) && $(AUTOCONF)
144
145mostlyclean-noinstLIBRARIES:
146
147clean-noinstLIBRARIES:
148	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
149
150distclean-noinstLIBRARIES:
151
152maintainer-clean-noinstLIBRARIES:
153
154.c.o:
155	$(COMPILE) -c $<
156
157.s.o:
158	$(COMPILE) -c $<
159
160.S.o:
161	$(COMPILE) -c $<
162
163mostlyclean-compile:
164	-rm -f *.o core *.core
165
166clean-compile:
167
168distclean-compile:
169	-rm -f *.tab.c
170
171maintainer-clean-compile:
172
173lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
174	-rm -f lib.a
175	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
176	$(RANLIB) lib.a
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181	list='$(SOURCES) $(HEADERS)'; \
182	unique=`for i in $$list; do echo $$i; done | \
183	  awk '    { files[$$0] = 1; } \
184	       END { for (i in files) print i; }'`; \
185	here=`pwd` && cd $(srcdir) \
186	  && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
189	tags=; \
190	here=`pwd`; \
191	list='$(SOURCES) $(HEADERS)'; \
192	unique=`for i in $$list; do echo $$i; done | \
193	  awk '    { files[$$0] = 1; } \
194	       END { for (i in files) print i; }'`; \
195	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
197
198mostlyclean-tags:
199
200clean-tags:
201
202distclean-tags:
203	-rm -f TAGS ID
204
205maintainer-clean-tags:
206
207distdir = $(PACKAGE)-$(VERSION)
208top_distdir = $(distdir)
209
210# This target untars the dist file and tries a VPATH configuration.  Then
211# it guarantees that the distribution is self-contained by making another
212# tarfile.
213distcheck: dist
214	-rm -rf $(distdir)
215	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
216	mkdir $(distdir)/=build
217	mkdir $(distdir)/=inst
218	dc_install_base=`cd $(distdir)/=inst && pwd`; \
219	cd $(distdir)/=build \
220	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
221	  && $(MAKE) $(AM_MAKEFLAGS) \
222	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
223	  && $(MAKE) $(AM_MAKEFLAGS) check \
224	  && $(MAKE) $(AM_MAKEFLAGS) install \
225	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
226	  && $(MAKE) $(AM_MAKEFLAGS) dist
227	-rm -rf $(distdir)
228	@banner="$(distdir).tar.gz is ready for distribution"; \
229	dashes=`echo "$$banner" | sed s/./=/g`; \
230	echo "$$dashes"; \
231	echo "$$banner"; \
232	echo "$$dashes"
233dist: distdir
234	-chmod -R a+r $(distdir)
235	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
236	-rm -rf $(distdir)
237dist-all: distdir
238	-chmod -R a+r $(distdir)
239	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
240	-rm -rf $(distdir)
241distdir: $(DISTFILES)
242	-rm -rf $(distdir)
243	mkdir $(distdir)
244	-chmod 777 $(distdir)
245	@for file in $(DISTFILES); do \
246	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
247	  if test -d $$d/$$file; then \
248	    cp -pr $$d/$$file $(distdir)/$$file; \
249	  else \
250	    test -f $(distdir)/$$file \
251	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252	    || cp -p $$d/$$file $(distdir)/$$file || :; \
253	  fi; \
254	done
255info-am:
256info: info-am
257dvi-am:
258dvi: dvi-am
259check-am:
260check: check-am
261installcheck-am:
262installcheck: installcheck-am
263install-info-am:
264install-info: install-info-am
265install-exec-am:
266install-exec: install-exec-am
267
268install-data-am:
269install-data: install-data-am
270
271install-am: all-am
272	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273install: install-am
274uninstall-am:
275uninstall: uninstall-am
276all-am: Makefile $(LIBRARIES)
277all-redirect: all-am
278install-strip:
279	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280installdirs:
281
282
283mostlyclean-generic:
284
285clean-generic:
286
287distclean-generic:
288	-rm -f Makefile $(CONFIG_CLEAN_FILES)
289	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
290
291maintainer-clean-generic:
292mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
293		mostlyclean-tags mostlyclean-generic
294
295mostlyclean: mostlyclean-am
296
297clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
298		mostlyclean-am
299
300clean: clean-am
301
302distclean-am:  distclean-noinstLIBRARIES distclean-compile \
303		distclean-tags distclean-generic clean-am
304
305distclean: distclean-am
306	-rm -f config.status
307
308maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
309		maintainer-clean-compile maintainer-clean-tags \
310		maintainer-clean-generic distclean-am
311	@echo "This command is intended for maintainers to use;"
312	@echo "it deletes files that may require special tools to rebuild."
313
314maintainer-clean: maintainer-clean-am
315	-rm -f config.status
316
317.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
318clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
319mostlyclean-compile distclean-compile clean-compile \
320maintainer-clean-compile tags mostlyclean-tags distclean-tags \
321clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
322check-am installcheck-am installcheck install-info-am install-info \
323install-exec-am install-exec install-data-am install-data install-am \
324install uninstall-am uninstall all-redirect all-am all installdirs \
325mostlyclean-generic distclean-generic clean-generic \
326maintainer-clean-generic clean mostlyclean distclean maintainer-clean
327
328
329all: crt0.o
330
331# Tell versions [3.59,3.63) of GNU make to not export all variables.
332# Otherwise a system limit (for SysV at least) may be exceeded.
333.NOEXPORT:
334