source: trunk/libs/newlib/src/libgloss/wince/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.0 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20
21bindir = @bindir@
22sbindir = @sbindir@
23libexecdir = @libexecdir@
24datadir = @datadir@
25sysconfdir = @sysconfdir@
26sharedstatedir = @sharedstatedir@
27localstatedir = @localstatedir@
28libdir = @libdir@
29infodir = @infodir@
30mandir = @mandir@
31includedir = @includedir@
32oldincludedir = /usr/include
33
34DESTDIR =
35
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39
40top_builddir = .
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_SCRIPT = @INSTALL_SCRIPT@
51transform = @program_transform_name@
52
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59build_alias = @build_alias@
60build_triplet = @build@
61host_alias = @host_alias@
62host_triplet = @host@
63target_alias = @target_alias@
64target_triplet = @target@
65CC = @CC@
66EXEEXT = @EXEEXT@
67LD = @LD@
68MAINT = @MAINT@
69MAKEINFO = @MAKEINFO@
70PACKAGE = @PACKAGE@
71VERSION = @VERSION@
72
73AUTOMAKE_OPTIONS = cygnus
74
75gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
76VPATH = $(gdbdir)
77bin_PROGRAMS = stub.exe
78stub_exe_SOURCES = wince-stub.c
79
80tooldir = $(exec_prefix)/$(host_alias)
81INCLUDES = -I$(gdbdir)
82LDADD = @LDADD@
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
85CONFIG_CLEAN_FILES =
86bin_PROGRAMS =  stub.exe
87PROGRAMS =  $(bin_PROGRAMS)
88
89
90DEFS = @DEFS@ -I. -I$(srcdir)
91CPPFLAGS = @CPPFLAGS@
92LDFLAGS = @LDFLAGS@
93LIBS = @LIBS@
94stub_exe_OBJECTS =  wince-stub.o
95stub_exe_LDADD = $(LDADD)
96stub_exe_DEPENDENCIES =
97stub_exe_LDFLAGS =
98CFLAGS = @CFLAGS@
99COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100CCLD = $(CC)
101LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
103
104
105DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107TAR = gtar
108GZIP_ENV = --best
109SOURCES = $(stub_exe_SOURCES)
110OBJECTS = $(stub_exe_OBJECTS)
111
112all: all-redirect
113.SUFFIXES:
114.SUFFIXES: .S .c .o .s
115$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
117
118Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
119        cd $(top_builddir) \
120          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
123        cd $(srcdir) && $(ACLOCAL)
124
125config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
126        $(SHELL) ./config.status --recheck
127$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
128        cd $(srcdir) && $(AUTOCONF)
129
130mostlyclean-binPROGRAMS:
131
132clean-binPROGRAMS:
133        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
134
135distclean-binPROGRAMS:
136
137maintainer-clean-binPROGRAMS:
138
139install-binPROGRAMS: $(bin_PROGRAMS)
140        @$(NORMAL_INSTALL)
141        $(mkinstalldirs) $(DESTDIR)$(bindir)
142        @list='$(bin_PROGRAMS)'; for p in $$list; do \
143          if test -f $$p; then \
144            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
145             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
146          else :; fi; \
147        done
148
149uninstall-binPROGRAMS:
150        @$(NORMAL_UNINSTALL)
151        list='$(bin_PROGRAMS)'; for p in $$list; do \
152          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153        done
154
155.c.o:
156        $(COMPILE) -c $<
157
158.s.o:
159        $(COMPILE) -c $<
160
161.S.o:
162        $(COMPILE) -c $<
163
164mostlyclean-compile:
165        -rm -f *.o core *.core
166
167clean-compile:
168
169distclean-compile:
170        -rm -f *.tab.c
171
172maintainer-clean-compile:
173
174stub.exe: $(stub_exe_OBJECTS) $(stub_exe_DEPENDENCIES)
175        @rm -f stub.exe
176        $(LINK) $(stub_exe_LDFLAGS) $(stub_exe_OBJECTS) $(stub_exe_LDADD) $(LIBS)
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181        list='$(SOURCES) $(HEADERS)'; \
182        unique=`for i in $$list; do echo $$i; done | \
183          awk '    { files[$$0] = 1; } \
184               END { for (i in files) print i; }'`; \
185        here=`pwd` && cd $(srcdir) \
186          && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
189        tags=; \
190        here=`pwd`; \
191        list='$(SOURCES) $(HEADERS)'; \
192        unique=`for i in $$list; do echo $$i; done | \
193          awk '    { files[$$0] = 1; } \
194               END { for (i in files) print i; }'`; \
195        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
197
198mostlyclean-tags:
199
200clean-tags:
201
202distclean-tags:
203        -rm -f TAGS ID
204
205maintainer-clean-tags:
206
207distdir = $(PACKAGE)-$(VERSION)
208top_distdir = $(distdir)
209
210# This target untars the dist file and tries a VPATH configuration.  Then
211# it guarantees that the distribution is self-contained by making another
212# tarfile.
213distcheck: dist
214        -rm -rf $(distdir)
215        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
216        mkdir $(distdir)/=build
217        mkdir $(distdir)/=inst
218        dc_install_base=`cd $(distdir)/=inst && pwd`; \
219        cd $(distdir)/=build \
220          && ../configure --srcdir=.. --prefix=$$dc_install_base \
221          && $(MAKE) $(AM_MAKEFLAGS) \
222          && $(MAKE) $(AM_MAKEFLAGS) dvi \
223          && $(MAKE) $(AM_MAKEFLAGS) check \
224          && $(MAKE) $(AM_MAKEFLAGS) install \
225          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
226          && $(MAKE) $(AM_MAKEFLAGS) dist
227        -rm -rf $(distdir)
228        @banner="$(distdir).tar.gz is ready for distribution"; \
229        dashes=`echo "$$banner" | sed s/./=/g`; \
230        echo "$$dashes"; \
231        echo "$$banner"; \
232        echo "$$dashes"
233dist: distdir
234        -chmod -R a+r $(distdir)
235        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
236        -rm -rf $(distdir)
237dist-all: distdir
238        -chmod -R a+r $(distdir)
239        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
240        -rm -rf $(distdir)
241distdir: $(DISTFILES)
242        -rm -rf $(distdir)
243        mkdir $(distdir)
244        -chmod 777 $(distdir)
245        @for file in $(DISTFILES); do \
246          if test -f $$file; then d=.; else d=$(srcdir); fi; \
247          if test -d $$d/$$file; then \
248            cp -pr $$/$$file $(distdir)/$$file; \
249          else \
250            test -f $(distdir)/$$file \
251            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252            || cp -p $$d/$$file $(distdir)/$$file || :; \
253          fi; \
254        done
255info-am:
256info: info-am
257dvi-am:
258dvi: dvi-am
259check-am:
260check: check-am
261installcheck-am:
262installcheck: installcheck-am
263install-info-am:
264install-info: install-info-am
265install-exec-am: install-binPROGRAMS
266install-exec: install-exec-am
267
268install-data-am:
269install-data: install-data-am
270
271install-am: all-am
272        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273install: install-am
274uninstall-am: uninstall-binPROGRAMS
275uninstall: uninstall-am
276all-am: Makefile $(PROGRAMS)
277all-redirect: all-am
278install-strip:
279        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280installdirs:
281        $(mkinstalldirs)  $(DESTDIR)$(bindir)
282
283
284mostlyclean-generic:
285
286clean-generic:
287
288distclean-generic:
289        -rm -f Makefile $(CONFIG_CLEAN_FILES)
290        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
291
292maintainer-clean-generic:
293mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
294                mostlyclean-tags mostlyclean-generic
295
296mostlyclean: mostlyclean-am
297
298clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
299                mostlyclean-am
300
301clean: clean-am
302
303distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
304                distclean-generic clean-am
305
306distclean: distclean-am
307        -rm -f config.status
308
309maintainer-clean-am:  maintainer-clean-binPROGRAMS \
310                maintainer-clean-compile maintainer-clean-tags \
311                maintainer-clean-generic distclean-am
312        @echo "This command is intended for maintainers to use;"
313        @echo "it deletes files that may require special tools to rebuild."
314
315maintainer-clean: maintainer-clean-am
316        -rm -f config.status
317
318.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
319maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
320mostlyclean-compile distclean-compile clean-compile \
321maintainer-clean-compile tags mostlyclean-tags distclean-tags \
322clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
323check-am installcheck-am installcheck install-info-am install-info \
324install-exec-am install-exec install-data-am install-data install-am \
325install uninstall-am uninstall all-redirect all-am all installdirs \
326mostlyclean-generic distclean-generic clean-generic \
327maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328
329
330# Tell versions [3.59,3.63) of GNU make to not export all variables.
331# Otherwise a system limit (for SysV at least) may be exceeded.
332.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.