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