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

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

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

File size: 12.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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = .
38DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39        $(top_srcdir)/configure $(am__configure_deps) \
40        $(srcdir)/../../../../mkinstalldirs
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
43        $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45        $(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51LIBRARIES = $(noinst_LIBRARIES)
52ARFLAGS = cru
53lib_a_AR = $(AR) $(ARFLAGS)
54lib_a_LIBADD =
55am_lib_a_OBJECTS = lib_a-getreent.$(OBJEXT) lib_a-mlock.$(OBJEXT)
56lib_a_OBJECTS = $(am_lib_a_OBJECTS)
57DEFAULT_INCLUDES = -I.@am__isrc@
58depcomp =
59am__depfiles_maybe =
60CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
61        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64CCLD = $(CC)
65LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66SOURCES = $(lib_a_SOURCES)
67ETAGS = etags
68CTAGS = ctags
69ACLOCAL = @ACLOCAL@
70AMTAR = @AMTAR@
71AR = @AR@
72AS = @AS@
73AUTOCONF = @AUTOCONF@
74AUTOHEADER = @AUTOHEADER@
75AUTOMAKE = @AUTOMAKE@
76AWK = @AWK@
77CC = @CC@
78CCAS = @CCAS@
79CCASFLAGS = @CCASFLAGS@
80CCDEPMODE = @CCDEPMODE@
81CYGPATH_W = @CYGPATH_W@
82DEFS = @DEFS@
83DEPDIR = @DEPDIR@
84ECHO_C = @ECHO_C@
85ECHO_N = @ECHO_N@
86ECHO_T = @ECHO_T@
87INSTALL = @INSTALL@
88INSTALL_DATA = @INSTALL_DATA@
89INSTALL_PROGRAM = @INSTALL_PROGRAM@
90INSTALL_SCRIPT = @INSTALL_SCRIPT@
91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92LDFLAGS = @LDFLAGS@
93LIBOBJS = @LIBOBJS@
94LIBS = @LIBS@
95LTLIBOBJS = @LTLIBOBJS@
96MAINT = @MAINT@
97MAKEINFO = @MAKEINFO@
98MKDIR_P = @MKDIR_P@
99NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
100NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
101OBJEXT = @OBJEXT@
102PACKAGE = @PACKAGE@
103PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
104PACKAGE_NAME = @PACKAGE_NAME@
105PACKAGE_STRING = @PACKAGE_STRING@
106PACKAGE_TARNAME = @PACKAGE_TARNAME@
107PACKAGE_URL = @PACKAGE_URL@
108PACKAGE_VERSION = @PACKAGE_VERSION@
109PATH_SEPARATOR = @PATH_SEPARATOR@
110RANLIB = @RANLIB@
111READELF = @READELF@
112SET_MAKE = @SET_MAKE@
113SHELL = @SHELL@
114STRIP = @STRIP@
115VERSION = @VERSION@
116abs_builddir = @abs_builddir@
117abs_srcdir = @abs_srcdir@
118abs_top_builddir = @abs_top_builddir@
119abs_top_srcdir = @abs_top_srcdir@
120aext = @aext@
121am__include = @am__include@
122am__leading_dot = @am__leading_dot@
123am__quote = @am__quote@
124am__tar = @am__tar@
125am__untar = @am__untar@
126bindir = @bindir@
127build = @build@
128build_alias = @build_alias@
129build_cpu = @build_cpu@
130build_os = @build_os@
131build_vendor = @build_vendor@
132builddir = @builddir@
133datadir = @datadir@
134datarootdir = @datarootdir@
135docdir = @docdir@
136dvidir = @dvidir@
137exec_prefix = @exec_prefix@
138host = @host@
139host_alias = @host_alias@
140host_cpu = @host_cpu@
141host_os = @host_os@
142host_vendor = @host_vendor@
143htmldir = @htmldir@
144includedir = @includedir@
145infodir = @infodir@
146install_sh = @install_sh@
147libdir = @libdir@
148libexecdir = @libexecdir@
149libm_machine_dir = @libm_machine_dir@
150localedir = @localedir@
151localstatedir = @localstatedir@
152lpfx = @lpfx@
153machine_dir = @machine_dir@
154mandir = @mandir@
155mkdir_p = @mkdir_p@
156newlib_basedir = @newlib_basedir@
157oext = @oext@
158oldincludedir = @oldincludedir@
159pdfdir = @pdfdir@
160prefix = @prefix@
161program_transform_name = @program_transform_name@
162psdir = @psdir@
163sbindir = @sbindir@
164sharedstatedir = @sharedstatedir@
165srcdir = @srcdir@
166sys_dir = @sys_dir@
167sysconfdir = @sysconfdir@
168target_alias = @target_alias@
169top_build_prefix = @top_build_prefix@
170top_builddir = @top_builddir@
171top_srcdir = @top_srcdir@
172AUTOMAKE_OPTIONS = cygnus
173INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
174AM_CCASFLAGS = $(INCLUDES)
175noinst_LIBRARIES = lib.a
176lib_a_SOURCES = getreent.S mlock.c
177lib_a_CCASFLAGS = $(AM_CCASFLAGS)
178lib_a_CFLAGS = $(AM_CFLAGS)
179ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
180CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
181all: all-am
182
183.SUFFIXES:
184.SUFFIXES: .S .c .o .obj
185am--refresh:
186        @:
187$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
188        @for dep in $?; do \
189          case '$(am__configure_deps)' in \
190            *$$dep*) \
191              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
192              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
193                && exit 0; \
194              exit 1;; \
195          esac; \
196        done; \
197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
198        $(am__cd) $(top_srcdir) && \
199          $(AUTOMAKE) --cygnus Makefile
200.PRECIOUS: Makefile
201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202        @case '$?' in \
203          *config.status*) \
204            echo ' $(SHELL) ./config.status'; \
205            $(SHELL) ./config.status;; \
206          *) \
207            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
208            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
209        esac;
210
211$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212        $(SHELL) ./config.status --recheck
213
214$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
215        $(am__cd) $(srcdir) && $(AUTOCONF)
216$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
218$(am__aclocal_m4_deps):
219
220clean-noinstLIBRARIES:
221        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
223        -rm -f lib.a
224        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
225        $(RANLIB) lib.a
226
227mostlyclean-compile:
228        -rm -f *.$(OBJEXT)
229
230distclean-compile:
231        -rm -f *.tab.c
232
233.S.o:
234        $(CPPASCOMPILE) -c -o $@ $<
235
236.S.obj:
237        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
238
239lib_a-getreent.o: getreent.S
240        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-getreent.o `test -f 'getreent.S' || echo '$(srcdir)/'`getreent.S
241
242lib_a-getreent.obj: getreent.S
243        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-getreent.obj `if test -f 'getreent.S'; then $(CYGPATH_W) 'getreent.S'; else $(CYGPATH_W) '$(srcdir)/getreent.S'; fi`
244
245.c.o:
246        $(COMPILE) -c $<
247
248.c.obj:
249        $(COMPILE) -c `$(CYGPATH_W) '$<'`
250
251lib_a-mlock.o: mlock.c
252        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-mlock.o `test -f 'mlock.c' || echo '$(srcdir)/'`mlock.c
253
254lib_a-mlock.obj: mlock.c
255        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-mlock.obj `if test -f 'mlock.c'; then $(CYGPATH_W) 'mlock.c'; else $(CYGPATH_W) '$(srcdir)/mlock.c'; fi`
256
257ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
258        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
259        unique=`for i in $$list; do \
260            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261          done | \
262          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
263              END { if (nonempty) { for (i in files) print i; }; }'`; \
264        mkid -fID $$unique
265tags: TAGS
266
267TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
268                $(TAGS_FILES) $(LISP)
269        set x; \
270        here=`pwd`; \
271        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
272        unique=`for i in $$list; do \
273            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274          done | \
275          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
276              END { if (nonempty) { for (i in files) print i; }; }'`; \
277        shift; \
278        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
279          test -n "$$unique" || unique=$$empty_fix; \
280          if test $$# -gt 0; then \
281            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
282              "$$@" $$unique; \
283          else \
284            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
285              $$unique; \
286          fi; \
287        fi
288ctags: CTAGS
289CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
290                $(TAGS_FILES) $(LISP)
291        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
292        unique=`for i in $$list; do \
293            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294          done | \
295          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
296              END { if (nonempty) { for (i in files) print i; }; }'`; \
297        test -z "$(CTAGS_ARGS)$$unique" \
298          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299             $$unique
300
301GTAGS:
302        here=`$(am__cd) $(top_builddir) && pwd` \
303          && $(am__cd) $(top_srcdir) \
304          && gtags -i $(GTAGS_ARGS) "$$here"
305
306distclean-tags:
307        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
308check-am:
309check: check-am
310all-am: Makefile $(LIBRARIES)
311installdirs:
312install: install-am
313install-exec: install-exec-am
314install-data: install-data-am
315uninstall: uninstall-am
316
317install-am: all-am
318        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319
320installcheck: installcheck-am
321install-strip:
322        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
323          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
324          `test -z '$(STRIP)' || \
325            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
326mostlyclean-generic:
327
328clean-generic:
329
330distclean-generic:
331        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
332        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
333
334maintainer-clean-generic:
335        @echo "This command is intended for maintainers to use"
336        @echo "it deletes files that may require special tools to rebuild."
337clean: clean-am
338
339clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
340
341distclean: distclean-am
342        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
343        -rm -f Makefile
344distclean-am: clean-am distclean-compile distclean-generic \
345        distclean-tags
346
347dvi: dvi-am
348
349dvi-am:
350
351html: html-am
352
353html-am:
354
355info: info-am
356
357info-am:
358
359install-data-am:
360
361install-dvi: install-dvi-am
362
363install-dvi-am:
364
365install-exec-am:
366
367install-html: install-html-am
368
369install-html-am:
370
371install-info: install-info-am
372
373install-info-am:
374
375install-man:
376
377install-pdf: install-pdf-am
378
379install-pdf-am:
380
381install-ps: install-ps-am
382
383install-ps-am:
384
385installcheck-am:
386
387maintainer-clean: maintainer-clean-am
388        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
389        -rm -rf $(top_srcdir)/autom4te.cache
390        -rm -f Makefile
391maintainer-clean-am: distclean-am maintainer-clean-generic
392
393mostlyclean: mostlyclean-am
394
395mostlyclean-am: mostlyclean-compile mostlyclean-generic
396
397pdf: pdf-am
398
399pdf-am:
400
401ps: ps-am
402
403ps-am:
404
405uninstall-am:
406
407.MAKE: install-am install-strip
408
409.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
410        clean-generic clean-noinstLIBRARIES ctags distclean \
411        distclean-compile distclean-generic distclean-tags dvi dvi-am \
412        html html-am info info-am install install-am install-data \
413        install-data-am install-dvi install-dvi-am install-exec \
414        install-exec-am install-html install-html-am install-info \
415        install-info-am install-man install-pdf install-pdf-am \
416        install-ps install-ps-am install-strip installcheck \
417        installcheck-am installdirs maintainer-clean \
418        maintainer-clean-generic mostlyclean mostlyclean-compile \
419        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
420        uninstall-am
421
422
423# Tell versions [3.59,3.63) of GNU make to not export all variables.
424# Otherwise a system limit (for SysV at least) may be exceeded.
425.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.