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