OSDN Git Service

d325953491e212c1893c3696c8c72e63f22d35a9
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / 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
15 SHELL = @SHELL@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
22
23 bindir = @bindir@
24 sbindir = @sbindir@
25 libexecdir = @libexecdir@
26 datadir = @datadir@
27 sysconfdir = @sysconfdir@
28 sharedstatedir = @sharedstatedir@
29 localstatedir = @localstatedir@
30 libdir = @libdir@
31 infodir = @infodir@
32 mandir = @mandir@
33 includedir = @includedir@
34 oldincludedir = /usr/include
35
36 DESTDIR =
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = .
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_alias = @build_alias@
62 build_triplet = @build@
63 host_alias = @host_alias@
64 host_triplet = @host@
65 target_alias = @target_alias@
66 target_triplet = @target@
67 AR = @AR@
68 AS = @AS@
69 AWK = @AWK@
70 CC = @CC@
71 CPP = @CPP@
72 DLLTOOL = @DLLTOOL@
73 EXEEXT = @EXEEXT@
74 LDFLAGS = @LDFLAGS@
75 LIBTOOL = @LIBTOOL@
76 LINUX_MACH_LIB = @LINUX_MACH_LIB@
77 LN_S = @LN_S@
78 MAINT = @MAINT@
79 MAKEINFO = @MAKEINFO@
80 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
81 OBJDUMP = @OBJDUMP@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 VERSION = @VERSION@
85 aext = @aext@
86 libm_machine_dir = @libm_machine_dir@
87 machine_dir = @machine_dir@
88 newlib_basedir = @newlib_basedir@
89 oext = @oext@
90 sys_dir = @sys_dir@
91
92 AUTOMAKE_OPTIONS = cygnus
93
94 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
95
96 SUBDIRS = machine \
97         .
98
99 SUBLIBS = \
100         $(LINUX_MACH_LIB)
101
102
103 LIB_SOURCES = \
104         brk.c \
105         cfspeed.c \
106         flockfile.c \
107         funlockfile.c \
108         gethostname.c \
109         getoptlong.c \
110         getreent.c \
111         ids.c \
112         inode.c \
113         io.c \
114         io64.c \
115         linux.c \
116         mmap.c \
117         pread.c \
118         pread64.c \
119         process.c \
120         psignal.c \
121         pwrite.c \
122         pwrite64.c \
123         raise.c \
124         realpath.c \
125         rename.c \
126         resource.c \
127         sched.c \
128         select.c \
129         seteuid.c \
130         shm_open.c \
131         shm_unlink.c \
132         sig.c \
133         sigaction.c \
134         sigqueue.c \
135         signal.c \
136         siglongjmp.c \
137         sigset.c \
138         sigwait.c \
139         socket.c \
140         sleep.c \
141         stack.c \
142         strsignal.c \
143         sysconf.c \
144         sysctl.c \
145         systat.c \
146         system.c \
147         tcdrain.c \
148         tcsendbrk.c \
149         termios.c \
150         time.c \
151         usleep.c \
152         wait.c
153
154
155 # This will handle both /usr/src/linux-2.4/include/asm/signal.h (in Red Hat Linux 7.1)
156 # and also /usr/src/linux/include/asm/signal.h in older versions of Red Hat Linux
157 SIGNAL_H = /usr/src/$(shell ls /usr/src/ | grep ^linux | head -n 1)/include/asm/signal.h
158
159 liblinux_la_LDFLAGS = -Xcompiler -nostdlib
160
161 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@liblinux.la
162 @USE_LIBTOOL_TRUE@liblinux_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
163 @USE_LIBTOOL_TRUE@liblinux_la_LIBADD = @USE_LIBTOOL_TRUE@$(LINUX_MACH_LIB)
164 @USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
165 @USE_LIBTOOL_FALSE@noinst_DATA = 
166 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
167 @USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
168 @USE_LIBTOOL_FALSE@lib_a_LIBADD = @USE_LIBTOOL_FALSE@$(LINUX_MACH_LIB)
169 @USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = @USE_LIBTOOL_FALSE@$(LINUX_MACH_LIB)
170
171 ACLOCAL_AMFLAGS = -I ../../..
172 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
173 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
174 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
175 CONFIG_CLEAN_FILES = 
176 LIBRARIES =  $(noinst_LIBRARIES)
177
178
179 DEFS = @DEFS@ -I. -I$(srcdir) 
180 CPPFLAGS = @CPPFLAGS@
181 LIBS = @LIBS@
182 @USE_LIBTOOL_FALSE@lib_a_OBJECTS =  brk.o cfspeed.o flockfile.o \
183 @USE_LIBTOOL_FALSE@funlockfile.o gethostname.o getoptlong.o getreent.o \
184 @USE_LIBTOOL_FALSE@ids.o inode.o io.o io64.o linux.o mmap.o pread.o \
185 @USE_LIBTOOL_FALSE@pread64.o process.o psignal.o pwrite.o pwrite64.o \
186 @USE_LIBTOOL_FALSE@raise.o realpath.o rename.o resource.o sched.o \
187 @USE_LIBTOOL_FALSE@select.o seteuid.o shm_open.o shm_unlink.o sig.o \
188 @USE_LIBTOOL_FALSE@sigaction.o sigqueue.o signal.o siglongjmp.o \
189 @USE_LIBTOOL_FALSE@sigset.o sigwait.o socket.o sleep.o stack.o \
190 @USE_LIBTOOL_FALSE@strsignal.o sysconf.o sysctl.o systat.o system.o \
191 @USE_LIBTOOL_FALSE@tcdrain.o tcsendbrk.o termios.o time.o usleep.o \
192 @USE_LIBTOOL_FALSE@wait.o
193 LTLIBRARIES =  $(noinst_LTLIBRARIES)
194
195 @USE_LIBTOOL_TRUE@liblinux_la_DEPENDENCIES = 
196 @USE_LIBTOOL_TRUE@liblinux_la_OBJECTS =  brk.lo cfspeed.lo flockfile.lo \
197 @USE_LIBTOOL_TRUE@funlockfile.lo gethostname.lo getoptlong.lo \
198 @USE_LIBTOOL_TRUE@getreent.lo ids.lo inode.lo io.lo io64.lo linux.lo \
199 @USE_LIBTOOL_TRUE@mmap.lo pread.lo pread64.lo process.lo psignal.lo \
200 @USE_LIBTOOL_TRUE@pwrite.lo pwrite64.lo raise.lo realpath.lo rename.lo \
201 @USE_LIBTOOL_TRUE@resource.lo sched.lo select.lo seteuid.lo shm_open.lo \
202 @USE_LIBTOOL_TRUE@shm_unlink.lo sig.lo sigaction.lo sigqueue.lo \
203 @USE_LIBTOOL_TRUE@signal.lo siglongjmp.lo sigset.lo sigwait.lo \
204 @USE_LIBTOOL_TRUE@socket.lo sleep.lo stack.lo strsignal.lo sysconf.lo \
205 @USE_LIBTOOL_TRUE@sysctl.lo systat.lo system.lo tcdrain.lo tcsendbrk.lo \
206 @USE_LIBTOOL_TRUE@termios.lo time.lo usleep.lo wait.lo
207 CFLAGS = @CFLAGS@
208 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
209 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
210 CCLD = $(CC)
211 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
212 DATA =  $(noinst_DATA)
213
214 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
215
216
217 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
218
219 TAR = gtar
220 GZIP_ENV = --best
221 SOURCES = $(lib_a_SOURCES) $(liblinux_la_SOURCES)
222 OBJECTS = $(lib_a_OBJECTS) $(liblinux_la_OBJECTS)
223
224 all: all-redirect
225 .SUFFIXES:
226 .SUFFIXES: .S .c .lo .o .s
227 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
228         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
229
230 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
231         cd $(top_builddir) \
232           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
233
234 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
235                 ../../../acinclude.m4 ../../../aclocal.m4
236         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
237
238 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239         $(SHELL) ./config.status --recheck
240 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
241         cd $(srcdir) && $(AUTOCONF)
242
243 mostlyclean-noinstLIBRARIES:
244
245 clean-noinstLIBRARIES:
246         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
247
248 distclean-noinstLIBRARIES:
249
250 maintainer-clean-noinstLIBRARIES:
251
252 .c.o:
253         $(COMPILE) -c $<
254
255 .s.o:
256         $(COMPILE) -c $<
257
258 .S.o:
259         $(COMPILE) -c $<
260
261 mostlyclean-compile:
262         -rm -f *.o core *.core
263
264 clean-compile:
265
266 distclean-compile:
267         -rm -f *.tab.c
268
269 maintainer-clean-compile:
270
271 .c.lo:
272         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
273
274 .s.lo:
275         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
276
277 .S.lo:
278         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
279
280 mostlyclean-libtool:
281         -rm -f *.lo
282
283 clean-libtool:
284         -rm -rf .libs _libs
285
286 distclean-libtool:
287
288 maintainer-clean-libtool:
289
290 mostlyclean-noinstLTLIBRARIES:
291
292 clean-noinstLTLIBRARIES:
293         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
294
295 distclean-noinstLTLIBRARIES:
296
297 maintainer-clean-noinstLTLIBRARIES:
298
299 liblinux.la: $(liblinux_la_OBJECTS) $(liblinux_la_DEPENDENCIES)
300         $(LINK)  $(liblinux_la_LDFLAGS) $(liblinux_la_OBJECTS) $(liblinux_la_LIBADD) $(LIBS)
301
302 # This directory's subdirectories are mostly independent; you can cd
303 # into them and run `make' without going through this Makefile.
304 # To change the values of `make' variables: instead of editing Makefiles,
305 # (1) if the variable is set in `config.status', edit `config.status'
306 #     (which will cause the Makefiles to be regenerated when you run `make');
307 # (2) otherwise, pass the desired values on the `make' command line.
308
309 @SET_MAKE@
310
311 all-recursive install-data-recursive install-exec-recursive \
312 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
313 check-recursive installcheck-recursive info-recursive dvi-recursive:
314         @set fnord $(MAKEFLAGS); amf=$$2; \
315         dot_seen=no; \
316         target=`echo $@ | sed s/-recursive//`; \
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318           echo "Making $$target in $$subdir"; \
319           if test "$$subdir" = "."; then \
320             dot_seen=yes; \
321             local_target="$$target-am"; \
322           else \
323             local_target="$$target"; \
324           fi; \
325           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
327         done; \
328         if test "$$dot_seen" = "no"; then \
329           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330         fi; test -z "$$fail"
331
332 mostlyclean-recursive clean-recursive distclean-recursive \
333 maintainer-clean-recursive:
334         @set fnord $(MAKEFLAGS); amf=$$2; \
335         dot_seen=no; \
336         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
337           rev="$$subdir $$rev"; \
338           test "$$subdir" = "." && dot_seen=yes; \
339         done; \
340         test "$$dot_seen" = "no" && rev=". $$rev"; \
341         target=`echo $@ | sed s/-recursive//`; \
342         for subdir in $$rev; do \
343           echo "Making $$target in $$subdir"; \
344           if test "$$subdir" = "."; then \
345             local_target="$$target-am"; \
346           else \
347             local_target="$$target"; \
348           fi; \
349           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
351         done && test -z "$$fail"
352 tags-recursive:
353         list='$(SUBDIRS)'; for subdir in $$list; do \
354           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355         done
356
357 tags: TAGS
358
359 ID: $(HEADERS) $(SOURCES) $(LISP)
360         list='$(SOURCES) $(HEADERS)'; \
361         unique=`for i in $$list; do echo $$i; done | \
362           awk '    { files[$$0] = 1; } \
363                END { for (i in files) print i; }'`; \
364         here=`pwd` && cd $(srcdir) \
365           && mkid -f$$here/ID $$unique $(LISP)
366
367 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         list='$(SUBDIRS)'; for subdir in $$list; do \
371    if test "$$subdir" = .; then :; else \
372             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
373    fi; \
374         done; \
375         list='$(SOURCES) $(HEADERS)'; \
376         unique=`for i in $$list; do echo $$i; done | \
377           awk '    { files[$$0] = 1; } \
378                END { for (i in files) print i; }'`; \
379         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
380           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
381
382 mostlyclean-tags:
383
384 clean-tags:
385
386 distclean-tags:
387         -rm -f TAGS ID
388
389 maintainer-clean-tags:
390
391 distdir = $(PACKAGE)-$(VERSION)
392 top_distdir = $(distdir)
393
394 # This target untars the dist file and tries a VPATH configuration.  Then
395 # it guarantees that the distribution is self-contained by making another
396 # tarfile.
397 distcheck: dist
398         -rm -rf $(distdir)
399         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
400         mkdir $(distdir)/=build
401         mkdir $(distdir)/=inst
402         dc_install_base=`cd $(distdir)/=inst && pwd`; \
403         cd $(distdir)/=build \
404           && ../configure --srcdir=.. --prefix=$$dc_install_base \
405           && $(MAKE) $(AM_MAKEFLAGS) \
406           && $(MAKE) $(AM_MAKEFLAGS) dvi \
407           && $(MAKE) $(AM_MAKEFLAGS) check \
408           && $(MAKE) $(AM_MAKEFLAGS) install \
409           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
410           && $(MAKE) $(AM_MAKEFLAGS) dist
411         -rm -rf $(distdir)
412         @banner="$(distdir).tar.gz is ready for distribution"; \
413         dashes=`echo "$$banner" | sed s/./=/g`; \
414         echo "$$dashes"; \
415         echo "$$banner"; \
416         echo "$$dashes"
417 dist: distdir
418         -chmod -R a+r $(distdir)
419         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
420         -rm -rf $(distdir)
421 dist-all: distdir
422         -chmod -R a+r $(distdir)
423         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
424         -rm -rf $(distdir)
425 distdir: $(DISTFILES)
426         -rm -rf $(distdir)
427         mkdir $(distdir)
428         -chmod 777 $(distdir)
429         @for file in $(DISTFILES); do \
430           if test -f $$file; then d=.; else d=$(srcdir); fi; \
431           if test -d $$d/$$file; then \
432             cp -pr $$d/$$file $(distdir)/$$file; \
433           else \
434             test -f $(distdir)/$$file \
435             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
436             || cp -p $$d/$$file $(distdir)/$$file || :; \
437           fi; \
438         done
439         for subdir in $(SUBDIRS); do \
440           if test "$$subdir" = .; then :; else \
441             test -d $(distdir)/$$subdir \
442             || mkdir $(distdir)/$$subdir \
443             || exit 1; \
444             chmod 777 $(distdir)/$$subdir; \
445             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
446               || exit 1; \
447           fi; \
448         done
449 info-am:
450 info: info-recursive
451 dvi-am:
452 dvi: dvi-recursive
453 check-am:
454 check: check-recursive
455 installcheck-am:
456 installcheck: installcheck-recursive
457 install-info-am: 
458 install-info: install-info-recursive
459 install-exec-am:
460 install-exec: install-exec-recursive
461
462 install-data-am:
463 install-data: install-data-recursive
464
465 install-am: all-am
466         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467 install: install-recursive
468 uninstall-am:
469 uninstall: uninstall-recursive
470 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
471 all-redirect: all-recursive
472 install-strip:
473         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
474 installdirs: installdirs-recursive
475 installdirs-am:
476
477
478 mostlyclean-generic:
479
480 clean-generic:
481
482 distclean-generic:
483         -rm -f Makefile $(CONFIG_CLEAN_FILES)
484         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
485
486 maintainer-clean-generic:
487 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
488                 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
489                 mostlyclean-tags mostlyclean-generic
490
491 mostlyclean: mostlyclean-recursive
492
493 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
494                 clean-noinstLTLIBRARIES clean-tags clean-generic \
495                 mostlyclean-am
496
497 clean: clean-recursive
498
499 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
500                 distclean-libtool distclean-noinstLTLIBRARIES \
501                 distclean-tags distclean-generic clean-am
502         -rm -f libtool
503
504 distclean: distclean-recursive
505         -rm -f config.status
506
507 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
508                 maintainer-clean-compile maintainer-clean-libtool \
509                 maintainer-clean-noinstLTLIBRARIES \
510                 maintainer-clean-tags maintainer-clean-generic \
511                 distclean-am
512         @echo "This command is intended for maintainers to use;"
513         @echo "it deletes files that may require special tools to rebuild."
514
515 maintainer-clean: maintainer-clean-recursive
516         -rm -f config.status
517
518 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
519 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
520 mostlyclean-compile distclean-compile clean-compile \
521 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
522 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
523 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
524 maintainer-clean-noinstLTLIBRARIES install-data-recursive \
525 uninstall-data-recursive install-exec-recursive \
526 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
527 all-recursive check-recursive installcheck-recursive info-recursive \
528 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
529 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
530 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
531 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
532 install-info install-exec-am install-exec install-data-am install-data \
533 install-am install uninstall-am uninstall all-redirect all-am all \
534 installdirs-am installdirs mostlyclean-generic distclean-generic \
535 clean-generic maintainer-clean-generic clean mostlyclean distclean \
536 maintainer-clean
537
538
539 @USE_LIBTOOL_FALSE@lib.a:  $(LINUX_MACH_LIB) $(lib_a_OBJECTS)
540 @USE_LIBTOOL_FALSE@     rm -f $@
541 @USE_LIBTOOL_FALSE@     rm -rf tmp
542 @USE_LIBTOOL_FALSE@     mkdir tmp
543 @USE_LIBTOOL_FALSE@     cd tmp; \
544 @USE_LIBTOOL_FALSE@     for i in $(SUBLIBS); do \
545 @USE_LIBTOOL_FALSE@       $(AR) x ../$$i; \
546 @USE_LIBTOOL_FALSE@     done; \
547 @USE_LIBTOOL_FALSE@     $(AR) $(AR_FLAGS) ../$@ *.o
548 @USE_LIBTOOL_FALSE@     $(RANLIB) $@
549 @USE_LIBTOOL_FALSE@     rm -rf tmp
550
551 objectlist.awk.in: $(noinst_LTLIBRARIES)
552         -rm -f objectlist.awk.in
553         for i in `ls *.lo` ; \
554         do \
555           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
556         done
557
558 all: crt0.o crt1.o
559
560 crt0.o: machine/crt0.o
561         rm -f $@
562         ln machine/crt0.o $@ >/dev/null 2>/dev/null || cp machine/crt0.o $@
563
564 machine/crt0.o: ; @true
565
566 sig.$(oext):    siglist.inc
567
568 siglist.inc:
569                 $(AWK) '/#define.SIG.*[1-9][0-9]*/ { n[$$3] = $$2 } \
570                   /#define.NSIG.*[1-9][0-9]*/ { max = $$3 } \
571                   /#define.SIGUNUSED/ \
572                     { for (i = 0; i <= max; i++) print "\"" n[i] "\"," }' \
573                     < $(SIGNAL_H) > siglist.inc || \
574                     { rm -f siglist.inc; exit 1; }
575
576 # Tell versions [3.59,3.63) of GNU make to not export all variables.
577 # Otherwise a system limit (for SysV at least) may be exceeded.
578 .NOEXPORT: