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