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