source: trunk/libs/newlib/src/newlib/libc/sys/Makefile.in @ 471

Last change on this file since 471 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 16.0 KB
Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = .
39DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
40        $(top_srcdir)/configure $(am__configure_deps) \
41        $(srcdir)/../../../mkinstalldirs
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/../../../libtool.m4 \
44        $(top_srcdir)/../../../ltoptions.m4 \
45        $(top_srcdir)/../../../ltsugar.m4 \
46        $(top_srcdir)/../../../ltversion.m4 \
47        $(top_srcdir)/../../../lt~obsolete.m4 \
48        $(top_srcdir)/../../acinclude.m4 $(top_srcdir)/configure.in
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50        $(ACLOCAL_M4)
51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52 configure.lineno config.status.lineno
53mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
54CONFIG_CLEAN_FILES =
55CONFIG_CLEAN_VPATH_FILES =
56LIBRARIES = $(noinst_LIBRARIES)
57ARFLAGS = cru
58lib_a_AR = $(AR) $(ARFLAGS)
59lib_a_LIBADD =
60lib_a_SOURCES = lib.c
61lib_a_OBJECTS = lib.$(OBJEXT)
62DEFAULT_INCLUDES = -I.@am__isrc@
63depcomp =
64am__depfiles_maybe =
65COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70CCLD = $(CC)
71LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73        $(LDFLAGS) -o $@
74SOURCES = lib.c
75RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76        html-recursive info-recursive install-data-recursive \
77        install-dvi-recursive install-exec-recursive \
78        install-html-recursive install-info-recursive \
79        install-pdf-recursive install-ps-recursive install-recursive \
80        installcheck-recursive installdirs-recursive pdf-recursive \
81        ps-recursive uninstall-recursive
82DATA = $(noinst_DATA)
83RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84  distclean-recursive maintainer-clean-recursive
85AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
87ETAGS = etags
88CTAGS = ctags
89DIST_SUBDIRS = $(SUBDIRS)
90ACLOCAL = @ACLOCAL@
91AMTAR = @AMTAR@
92AR = @AR@
93AS = @AS@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCAS = @CCAS@
100CCASFLAGS = @CCASFLAGS@
101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CRT0 = @CRT0@
106CYGPATH_W = @CYGPATH_W@
107DEFS = @DEFS@
108DEPDIR = @DEPDIR@
109DLLTOOL = @DLLTOOL@
110DSYMUTIL = @DSYMUTIL@
111DUMPBIN = @DUMPBIN@
112ECHO_C = @ECHO_C@
113ECHO_N = @ECHO_N@
114ECHO_T = @ECHO_T@
115EGREP = @EGREP@
116EXEEXT = @EXEEXT@
117FGREP = @FGREP@
118GREP = @GREP@
119INSTALL = @INSTALL@
120INSTALL_DATA = @INSTALL_DATA@
121INSTALL_PROGRAM = @INSTALL_PROGRAM@
122INSTALL_SCRIPT = @INSTALL_SCRIPT@
123INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124LD = @LD@
125LDFLAGS = @LDFLAGS@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LIBTOOL = @LIBTOOL@
129LIPO = @LIPO@
130LN_S = @LN_S@
131LTLIBOBJS = @LTLIBOBJS@
132MAINT = @MAINT@
133MAKEINFO = @MAKEINFO@
134MKDIR_P = @MKDIR_P@
135NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
136NM = @NM@
137NMEDIT = @NMEDIT@
138NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
139OBJDUMP = @OBJDUMP@
140OBJEXT = @OBJEXT@
141OTOOL = @OTOOL@
142OTOOL64 = @OTOOL64@
143PACKAGE = @PACKAGE@
144PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145PACKAGE_NAME = @PACKAGE_NAME@
146PACKAGE_STRING = @PACKAGE_STRING@
147PACKAGE_TARNAME = @PACKAGE_TARNAME@
148PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151RANLIB = @RANLIB@
152READELF = @READELF@
153SED = @SED@
154SET_MAKE = @SET_MAKE@
155SHELL = @SHELL@
156STRIP = @STRIP@
157VERSION = @VERSION@
158abs_builddir = @abs_builddir@
159abs_srcdir = @abs_srcdir@
160abs_top_builddir = @abs_top_builddir@
161abs_top_srcdir = @abs_top_srcdir@
162ac_ct_CC = @ac_ct_CC@
163ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
164aext = @aext@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
176builddir = @builddir@
177datadir = @datadir@
178datarootdir = @datarootdir@
179docdir = @docdir@
180dvidir = @dvidir@
181exec_prefix = @exec_prefix@
182host = @host@
183host_alias = @host_alias@
184host_cpu = @host_cpu@
185host_os = @host_os@
186host_vendor = @host_vendor@
187htmldir = @htmldir@
188includedir = @includedir@
189infodir = @infodir@
190install_sh = @install_sh@
191libdir = @libdir@
192libexecdir = @libexecdir@
193libm_machine_dir = @libm_machine_dir@
194localedir = @localedir@
195localstatedir = @localstatedir@
196lpfx = @lpfx@
197machine_dir = @machine_dir@
198mandir = @mandir@
199mkdir_p = @mkdir_p@
200newlib_basedir = @newlib_basedir@
201oext = @oext@
202oldincludedir = @oldincludedir@
203pdfdir = @pdfdir@
204prefix = @prefix@
205program_transform_name = @program_transform_name@
206psdir = @psdir@
207sbindir = @sbindir@
208sharedstatedir = @sharedstatedir@
209srcdir = @srcdir@
210subdirs = @subdirs@
211sys_dir = @sys_dir@
212sysconfdir = @sysconfdir@
213target_alias = @target_alias@
214top_build_prefix = @top_build_prefix@
215top_builddir = @top_builddir@
216top_srcdir = @top_srcdir@
217AUTOMAKE_OPTIONS = cygnus
218SUBDIRS = $(sys_dir) .
219@HAVE_SYS_DIR_TRUE@SYSLIB = lib.a
220noinst_DATA = $(CRT0)
221@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(SYSLIB)
222CLEANFILES = $(CRT0)
223ACLOCAL_AMFLAGS = -I ../.. -I ../../..
224CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
225all: all-recursive
226
227.SUFFIXES:
228.SUFFIXES: .c .lo .o .obj
229am--refresh:
230        @:
231$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
232        @for dep in $?; do \
233          case '$(am__configure_deps)' in \
234            *$$dep*) \
235              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
236              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
237                && exit 0; \
238              exit 1;; \
239          esac; \
240        done; \
241        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
242        $(am__cd) $(top_srcdir) && \
243          $(AUTOMAKE) --cygnus Makefile
244.PRECIOUS: Makefile
245Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246        @case '$?' in \
247          *config.status*) \
248            echo ' $(SHELL) ./config.status'; \
249            $(SHELL) ./config.status;; \
250          *) \
251            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
252            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
253        esac;
254
255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256        $(SHELL) ./config.status --recheck
257
258$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
259        $(am__cd) $(srcdir) && $(AUTOCONF)
260$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
262$(am__aclocal_m4_deps):
263
264clean-noinstLIBRARIES:
265        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
266@USE_LIBTOOL_TRUE@lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
267@USE_LIBTOOL_TRUE@      -rm -f lib.a
268@USE_LIBTOOL_TRUE@      $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
269@USE_LIBTOOL_TRUE@      $(RANLIB) lib.a
270
271mostlyclean-compile:
272        -rm -f *.$(OBJEXT)
273
274distclean-compile:
275        -rm -f *.tab.c
276
277.c.o:
278        $(COMPILE) -c $<
279
280.c.obj:
281        $(COMPILE) -c `$(CYGPATH_W) '$<'`
282
283.c.lo:
284        $(LTCOMPILE) -c -o $@ $<
285
286mostlyclean-libtool:
287        -rm -f *.lo
288
289clean-libtool:
290        -rm -rf .libs _libs
291
292distclean-libtool:
293        -rm -f libtool config.lt
294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run `make' without going through this Makefile.
297# To change the values of `make' variables: instead of editing Makefiles,
298# (1) if the variable is set in `config.status', edit `config.status'
299#     (which will cause the Makefiles to be regenerated when you run `make');
300# (2) otherwise, pass the desired values on the `make' command line.
301$(RECURSIVE_TARGETS):
302        @fail= failcom='exit 1'; \
303        for f in x $$MAKEFLAGS; do \
304          case $$f in \
305            *=* | --[!k]*);; \
306            *k*) failcom='fail=yes';; \
307          esac; \
308        done; \
309        dot_seen=no; \
310        target=`echo $@ | sed s/-recursive//`; \
311        list='$(SUBDIRS)'; for subdir in $$list; do \
312          echo "Making $$target in $$subdir"; \
313          if test "$$subdir" = "."; then \
314            dot_seen=yes; \
315            local_target="$$target-am"; \
316          else \
317            local_target="$$target"; \
318          fi; \
319          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320          || eval $$failcom; \
321        done; \
322        if test "$$dot_seen" = "no"; then \
323          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324        fi; test -z "$$fail"
325
326$(RECURSIVE_CLEAN_TARGETS):
327        @fail= failcom='exit 1'; \
328        for f in x $$MAKEFLAGS; do \
329          case $$f in \
330            *=* | --[!k]*);; \
331            *k*) failcom='fail=yes';; \
332          esac; \
333        done; \
334        dot_seen=no; \
335        case "$@" in \
336          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337          *) list='$(SUBDIRS)' ;; \
338        esac; \
339        rev=''; for subdir in $$list; do \
340          if test "$$subdir" = "."; then :; else \
341            rev="$$subdir $$rev"; \
342          fi; \
343        done; \
344        rev="$$rev ."; \
345        target=`echo $@ | sed s/-recursive//`; \
346        for subdir in $$rev; do \
347          echo "Making $$target in $$subdir"; \
348          if test "$$subdir" = "."; then \
349            local_target="$$target-am"; \
350          else \
351            local_target="$$target"; \
352          fi; \
353          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354          || eval $$failcom; \
355        done && test -z "$$fail"
356tags-recursive:
357        list='$(SUBDIRS)'; for subdir in $$list; do \
358          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359        done
360ctags-recursive:
361        list='$(SUBDIRS)'; for subdir in $$list; do \
362          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363        done
364
365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367        unique=`for i in $$list; do \
368            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369          done | \
370          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371              END { if (nonempty) { for (i in files) print i; }; }'`; \
372        mkid -fID $$unique
373tags: TAGS
374
375TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376                $(TAGS_FILES) $(LISP)
377        set x; \
378        here=`pwd`; \
379        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380          include_option=--etags-include; \
381          empty_fix=.; \
382        else \
383          include_option=--include; \
384          empty_fix=; \
385        fi; \
386        list='$(SUBDIRS)'; for subdir in $$list; do \
387          if test "$$subdir" = .; then :; else \
388            test ! -f $$subdir/TAGS || \
389              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390          fi; \
391        done; \
392        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393        unique=`for i in $$list; do \
394            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395          done | \
396          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397              END { if (nonempty) { for (i in files) print i; }; }'`; \
398        shift; \
399        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400          test -n "$$unique" || unique=$$empty_fix; \
401          if test $$# -gt 0; then \
402            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403              "$$@" $$unique; \
404          else \
405            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406              $$unique; \
407          fi; \
408        fi
409ctags: CTAGS
410CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411                $(TAGS_FILES) $(LISP)
412        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413        unique=`for i in $$list; do \
414            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415          done | \
416          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417              END { if (nonempty) { for (i in files) print i; }; }'`; \
418        test -z "$(CTAGS_ARGS)$$unique" \
419          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420             $$unique
421
422GTAGS:
423        here=`$(am__cd) $(top_builddir) && pwd` \
424          && $(am__cd) $(top_srcdir) \
425          && gtags -i $(GTAGS_ARGS) "$$here"
426
427distclean-tags:
428        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429check-am:
430check: check-recursive
431all-am: Makefile $(LIBRARIES) $(DATA)
432installdirs: installdirs-recursive
433installdirs-am:
434install: install-recursive
435install-exec: install-exec-recursive
436install-data: install-data-recursive
437uninstall: uninstall-recursive
438
439install-am: all-am
440        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442installcheck: installcheck-recursive
443install-strip:
444        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446          `test -z '$(STRIP)' || \
447            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448mostlyclean-generic:
449
450clean-generic:
451        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
452
453distclean-generic:
454        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
456
457maintainer-clean-generic:
458        @echo "This command is intended for maintainers to use"
459        @echo "it deletes files that may require special tools to rebuild."
460clean: clean-recursive
461
462clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
463        mostlyclean-am
464
465distclean: distclean-recursive
466        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
467        -rm -f Makefile
468distclean-am: clean-am distclean-compile distclean-generic \
469        distclean-libtool distclean-tags
470
471dvi: dvi-recursive
472
473dvi-am:
474
475html: html-recursive
476
477html-am:
478
479info: info-recursive
480
481info-am:
482
483install-data-am:
484
485install-dvi: install-dvi-recursive
486
487install-dvi-am:
488
489install-exec-am:
490
491install-html: install-html-recursive
492
493install-html-am:
494
495install-info: install-info-recursive
496
497install-info-am:
498
499install-man:
500
501install-pdf: install-pdf-recursive
502
503install-pdf-am:
504
505install-ps: install-ps-recursive
506
507install-ps-am:
508
509installcheck-am:
510
511maintainer-clean: maintainer-clean-recursive
512        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
513        -rm -rf $(top_srcdir)/autom4te.cache
514        -rm -f Makefile
515maintainer-clean-am: distclean-am maintainer-clean-generic
516
517mostlyclean: mostlyclean-recursive
518
519mostlyclean-am: mostlyclean-compile mostlyclean-generic \
520        mostlyclean-libtool
521
522pdf: pdf-recursive
523
524pdf-am:
525
526ps: ps-recursive
527
528ps-am:
529
530uninstall-am:
531
532.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
533        install-am install-strip tags-recursive
534
535.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
536        all all-am am--refresh check check-am clean clean-generic \
537        clean-libtool clean-noinstLIBRARIES ctags ctags-recursive \
538        distclean distclean-compile distclean-generic \
539        distclean-libtool distclean-tags dvi dvi-am html html-am info \
540        info-am install install-am install-data install-data-am \
541        install-dvi install-dvi-am install-exec install-exec-am \
542        install-html install-html-am install-info install-info-am \
543        install-man install-pdf install-pdf-am install-ps \
544        install-ps-am install-strip installcheck installcheck-am \
545        installdirs installdirs-am maintainer-clean \
546        maintainer-clean-generic mostlyclean mostlyclean-compile \
547        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
548        tags tags-recursive uninstall uninstall-am
549
550
551@USE_LIBTOOL_FALSE@lib.a: $(sys_dir)/lib.a
552@USE_LIBTOOL_FALSE@     rm -f $@
553@USE_LIBTOOL_FALSE@     ln $(sys_dir)/lib.a $@ >/dev/null 2>/dev/null \
554@USE_LIBTOOL_FALSE@      || cp $(sys_dir)/lib.a $@
555
556$(sys_dir)/libsys.$(aext): ; @true
557
558$(CRT0): $(sys_dir)/$(CRT0)
559        rm -f $@
560        ln $(sys_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \
561         || cp $(sys_dir)/$(CRT0) $@
562
563$(sys_dir)/$(CRT0): ; @true
564
565doc:
566
567docbook:
568
569# Tell versions [3.59,3.63) of GNU make to not export all variables.
570# Otherwise a system limit (for SysV at least) may be exceeded.
571.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.