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