]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/syscalls/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / syscalls / Makefile.in
CommitLineData
786ab12c 1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
8a0efa53 2
786ab12c 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
8a0efa53
CF
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
2e1a7175 14
8a0efa53
CF
15SHELL = @SHELL@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20prefix = @prefix@
21exec_prefix = @exec_prefix@
22
23bindir = @bindir@
24sbindir = @sbindir@
25libexecdir = @libexecdir@
26datadir = @datadir@
27sysconfdir = @sysconfdir@
28sharedstatedir = @sharedstatedir@
29localstatedir = @localstatedir@
30libdir = @libdir@
31infodir = @infodir@
32mandir = @mandir@
33includedir = @includedir@
34oldincludedir = /usr/include
35
36DESTDIR =
37
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41
42top_builddir = ..
43
44ACLOCAL = @ACLOCAL@
45AUTOCONF = @AUTOCONF@
46AUTOMAKE = @AUTOMAKE@
47AUTOHEADER = @AUTOHEADER@
48
49INSTALL = @INSTALL@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51INSTALL_DATA = @INSTALL_DATA@
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
eaa75b70
TF
61build_alias = @build_alias@
62build_triplet = @build@
8a0efa53
CF
63host_alias = @host_alias@
64host_triplet = @host@
eaa75b70
TF
65target_alias = @target_alias@
66target_triplet = @target@
8a0efa53
CF
67AR = @AR@
68AS = @AS@
69CC = @CC@
70CPP = @CPP@
71CRT0 = @CRT0@
0953fe64
TF
72CXX = @CXX@
73CXXCPP = @CXXCPP@
2e1a7175 74DLLTOOL = @DLLTOOL@
8a0efa53 75EXEEXT = @EXEEXT@
0953fe64
TF
76GCJ = @GCJ@
77GCJFLAGS = @GCJFLAGS@
2e1a7175 78LDFLAGS = @LDFLAGS@
09841445
TF
79LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
80LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
8a0efa53
CF
81LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
82LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
83LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
84LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
9b022d6d
TF
85LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
86LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
8a0efa53
CF
87LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
88LIBC_SYS_LIB = @LIBC_SYS_LIB@
89LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
2e1a7175
TF
90LIBTOOL = @LIBTOOL@
91LN_S = @LN_S@
8a0efa53
CF
92MAINT = @MAINT@
93MAKEINFO = @MAKEINFO@
94NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
786ab12c 95NEWLIB_ICONV_CFLAGS = @NEWLIB_ICONV_CFLAGS@
2e1a7175 96OBJDUMP = @OBJDUMP@
0953fe64 97OBJEXT = @OBJEXT@
8a0efa53
CF
98PACKAGE = @PACKAGE@
99RANLIB = @RANLIB@
0953fe64 100STRIP = @STRIP@
8a0efa53 101VERSION = @VERSION@
2e1a7175 102aext = @aext@
09841445 103extra_dir = @extra_dir@
2e1a7175 104libm_machine_dir = @libm_machine_dir@
8a0efa53
CF
105machine_dir = @machine_dir@
106newlib_basedir = @newlib_basedir@
2e1a7175 107oext = @oext@
8a0efa53
CF
108sys_dir = @sys_dir@
109
110AUTOMAKE_OPTIONS = cygnus
111
112INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
113
786ab12c 114GENERAL_SOURCES = sysclose.c sysfcntl.c sysfstat.c sysgetpid.c sysgettod.c syskill.c syslink.c syslseek.c sysopen.c sysread.c syssbrk.c sysstat.c systimes.c sysunlink.c syswrite.c
8a0efa53 115
90b65e2d
JJ
116@ELIX_LEVEL_1_TRUE@LIB_OBJS =
117@ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@LIB_OBJS =
786ab12c 118@ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@LIB_OBJS = sysexecve.$(oext) sysfork.$(oext) syswait.$(oext)
8a0efa53 119
2e1a7175
TF
120libsyscalls_la_LDFLAGS = -Xcompiler -nostdlib
121
786ab12c
JJ
122@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libsyscalls.la
123@USE_LIBTOOL_TRUE@libsyscalls_la_SOURCES = $(GENERAL_SOURCES)
124@USE_LIBTOOL_TRUE@libsyscalls_la_LIBADD = $(LIB_OBJS)
125@USE_LIBTOOL_TRUE@libsyscalls_la_DEPENDENCIES = $(LIB_OBJS)
126@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
2e1a7175 127@USE_LIBTOOL_FALSE@noinst_DATA =
786ab12c
JJ
128@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
129@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES)
130@USE_LIBTOOL_FALSE@lib_a_LIBADD = $(LIB_OBJS)
131@USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = $(LIB_OBJS)
2e1a7175 132
8a0efa53
CF
133CHEWOUT_FILES =
134
135SUFFIXES = .def
136
137CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
138
139TARGETDOC = ../tmp.texi
140
141CLEANFILES = $(CHEWOUT_FILES) *.ref
142mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
143CONFIG_CLEAN_FILES =
144LIBRARIES = $(noinst_LIBRARIES)
145
146
147DEFS = @DEFS@ -I. -I$(srcdir)
148CPPFLAGS = @CPPFLAGS@
8a0efa53 149LIBS = @LIBS@
0953fe64 150@USE_LIBTOOL_FALSE@lib_a_OBJECTS = sysclose.$(OBJEXT) \
90b65e2d 151@USE_LIBTOOL_FALSE@sysfcntl.$(OBJEXT) sysfstat.$(OBJEXT) \
0953fe64
TF
152@USE_LIBTOOL_FALSE@sysgetpid.$(OBJEXT) sysgettod.$(OBJEXT) \
153@USE_LIBTOOL_FALSE@syskill.$(OBJEXT) syslink.$(OBJEXT) \
154@USE_LIBTOOL_FALSE@syslseek.$(OBJEXT) sysopen.$(OBJEXT) \
155@USE_LIBTOOL_FALSE@sysread.$(OBJEXT) syssbrk.$(OBJEXT) \
156@USE_LIBTOOL_FALSE@sysstat.$(OBJEXT) systimes.$(OBJEXT) \
90b65e2d 157@USE_LIBTOOL_FALSE@sysunlink.$(OBJEXT) syswrite.$(OBJEXT)
2e1a7175
TF
158LTLIBRARIES = $(noinst_LTLIBRARIES)
159
90b65e2d
JJ
160@USE_LIBTOOL_TRUE@libsyscalls_la_OBJECTS = sysclose.lo sysfcntl.lo \
161@USE_LIBTOOL_TRUE@sysfstat.lo sysgetpid.lo sysgettod.lo syskill.lo \
162@USE_LIBTOOL_TRUE@syslink.lo syslseek.lo sysopen.lo sysread.lo \
163@USE_LIBTOOL_TRUE@syssbrk.lo sysstat.lo systimes.lo sysunlink.lo \
164@USE_LIBTOOL_TRUE@syswrite.lo
8a0efa53
CF
165CFLAGS = @CFLAGS@
166COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2e1a7175 167LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
8a0efa53 168CCLD = $(CC)
2e1a7175
TF
169LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
170DATA = $(noinst_DATA)
171
8a0efa53
CF
172DIST_COMMON = Makefile.am Makefile.in
173
174
175DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
176
2e1a7175 177TAR = gtar
8a0efa53 178GZIP_ENV = --best
2e1a7175
TF
179SOURCES = $(lib_a_SOURCES) $(libsyscalls_la_SOURCES)
180OBJECTS = $(lib_a_OBJECTS) $(libsyscalls_la_OBJECTS)
8a0efa53
CF
181
182all: all-redirect
183.SUFFIXES:
0953fe64 184.SUFFIXES: .S .c .def .lo .o .obj .s
2e1a7175 185$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
8a0efa53
CF
186 cd $(top_srcdir) && $(AUTOMAKE) --cygnus syscalls/Makefile
187
188Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
189 cd $(top_builddir) \
190 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
191
192
193mostlyclean-noinstLIBRARIES:
194
195clean-noinstLIBRARIES:
196 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
197
198distclean-noinstLIBRARIES:
199
200maintainer-clean-noinstLIBRARIES:
201
202.c.o:
203 $(COMPILE) -c $<
204
0953fe64
TF
205# FIXME: We should only use cygpath when building on Windows,
206# and only if it is available.
207.c.obj:
208 $(COMPILE) -c `cygpath -w $<`
209
8a0efa53
CF
210.s.o:
211 $(COMPILE) -c $<
212
213.S.o:
214 $(COMPILE) -c $<
215
216mostlyclean-compile:
217 -rm -f *.o core *.core
0953fe64 218 -rm -f *.$(OBJEXT)
8a0efa53
CF
219
220clean-compile:
221
222distclean-compile:
223 -rm -f *.tab.c
224
225maintainer-clean-compile:
226
2e1a7175
TF
227.c.lo:
228 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
229
230.s.lo:
231 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
232
233.S.lo:
234 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
235
236mostlyclean-libtool:
237 -rm -f *.lo
238
239clean-libtool:
240 -rm -rf .libs _libs
241
242distclean-libtool:
243
244maintainer-clean-libtool:
245
8a0efa53
CF
246lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
247 -rm -f lib.a
248 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
249 $(RANLIB) lib.a
250
2e1a7175
TF
251mostlyclean-noinstLTLIBRARIES:
252
253clean-noinstLTLIBRARIES:
254 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
255
256distclean-noinstLTLIBRARIES:
257
258maintainer-clean-noinstLTLIBRARIES:
259
260libsyscalls.la: $(libsyscalls_la_OBJECTS) $(libsyscalls_la_DEPENDENCIES)
261 $(LINK) $(libsyscalls_la_LDFLAGS) $(libsyscalls_la_OBJECTS) $(libsyscalls_la_LIBADD) $(LIBS)
262
8a0efa53
CF
263tags: TAGS
264
265ID: $(HEADERS) $(SOURCES) $(LISP)
266 list='$(SOURCES) $(HEADERS)'; \
267 unique=`for i in $$list; do echo $$i; done | \
268 awk ' { files[$$0] = 1; } \
269 END { for (i in files) print i; }'`; \
270 here=`pwd` && cd $(srcdir) \
271 && mkid -f$$here/ID $$unique $(LISP)
272
273TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
274 tags=; \
275 here=`pwd`; \
276 list='$(SOURCES) $(HEADERS)'; \
277 unique=`for i in $$list; do echo $$i; done | \
278 awk ' { files[$$0] = 1; } \
279 END { for (i in files) print i; }'`; \
280 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
281 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
282
283mostlyclean-tags:
284
285clean-tags:
286
287distclean-tags:
288 -rm -f TAGS ID
289
290maintainer-clean-tags:
291
292distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
293
294subdir = syscalls
295
296distdir: $(DISTFILES)
297 @for file in $(DISTFILES); do \
298 if test -f $$file; then d=.; else d=$(srcdir); fi; \
299 if test -d $$d/$$file; then \
2e1a7175 300 cp -pr $$d/$$file $(distdir)/$$file; \
8a0efa53
CF
301 else \
302 test -f $(distdir)/$$file \
303 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
304 || cp -p $$d/$$file $(distdir)/$$file || :; \
305 fi; \
306 done
307info-am:
308info: info-am
309dvi-am:
310dvi: dvi-am
311check-am:
312check: check-am
313installcheck-am:
314installcheck: installcheck-am
315install-info-am:
316install-info: install-info-am
317install-exec-am:
318install-exec: install-exec-am
319
320install-data-am:
321install-data: install-data-am
322
323install-am: all-am
324 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325install: install-am
326uninstall-am:
327uninstall: uninstall-am
2e1a7175 328all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
8a0efa53
CF
329all-redirect: all-am
330install-strip:
331 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
332installdirs:
333
334
335mostlyclean-generic:
336
337clean-generic:
338 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
339
340distclean-generic:
341 -rm -f Makefile $(CONFIG_CLEAN_FILES)
342 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
343
344maintainer-clean-generic:
345mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
2e1a7175 346 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
8a0efa53
CF
347 mostlyclean-tags mostlyclean-generic
348
349mostlyclean: mostlyclean-am
350
2e1a7175
TF
351clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
352 clean-noinstLTLIBRARIES clean-tags clean-generic \
8a0efa53
CF
353 mostlyclean-am
354
355clean: clean-am
356
357distclean-am: distclean-noinstLIBRARIES distclean-compile \
2e1a7175 358 distclean-libtool distclean-noinstLTLIBRARIES \
8a0efa53 359 distclean-tags distclean-generic clean-am
2e1a7175 360 -rm -f libtool
8a0efa53
CF
361
362distclean: distclean-am
363
364maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
2e1a7175
TF
365 maintainer-clean-compile maintainer-clean-libtool \
366 maintainer-clean-noinstLTLIBRARIES \
367 maintainer-clean-tags maintainer-clean-generic \
368 distclean-am
8a0efa53
CF
369 @echo "This command is intended for maintainers to use;"
370 @echo "it deletes files that may require special tools to rebuild."
371
372maintainer-clean: maintainer-clean-am
373
374.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
375clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
376mostlyclean-compile distclean-compile clean-compile \
2e1a7175
TF
377maintainer-clean-compile mostlyclean-libtool distclean-libtool \
378clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
379distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
380maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
8a0efa53
CF
381clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
382check-am installcheck-am installcheck install-info-am install-info \
383install-exec-am install-exec install-data-am install-data install-am \
384install uninstall-am uninstall all-redirect all-am all installdirs \
385mostlyclean-generic distclean-generic clean-generic \
386maintainer-clean-generic clean mostlyclean distclean maintainer-clean
387
388
2e1a7175
TF
389objectlist.awk.in: $(noinst_LTLIBRARIES)
390 -rm -f objectlist.awk.in
391 for i in `ls *.lo` ; \
392 do \
393 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
394 done
395
8a0efa53
CF
396.c.def:
397 $(CHEW) < $< > $*.def 2> $*.ref
398 touch stmp-def
399
400# No doc for syscalls.
401doc:
402
403# Tell versions [3.59,3.63) of GNU make to not export all variables.
404# Otherwise a system limit (for SysV at least) may be exceeded.
405.NOEXPORT:
This page took 0.134507 seconds and 5 git commands to generate.