source: rtems/c/src/lib/libbsp/i386/pc386/tools/Makefile.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 10.3 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#
14# $Id$
15#
16
17
18
19SHELL = @SHELL@
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24prefix = @prefix@
25exec_prefix = @exec_prefix@
26
27bindir = @bindir@
28sbindir = @sbindir@
29libexecdir = @libexecdir@
30datadir = @datadir@
31sysconfdir = @sysconfdir@
32sharedstatedir = @sharedstatedir@
33localstatedir = @localstatedir@
34libdir = @libdir@
35infodir = @infodir@
36mandir = @mandir@
37includedir = @includedir@
38oldincludedir = /usr/include
39
40DESTDIR =
41
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = .
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57transform = @program_transform_name@
58
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_alias = @build_alias@
66build_triplet = @build@
67host_alias = @host_alias@
68host_triplet = @host@
69target_alias = @target_alias@
70target_triplet = @target@
71CC = @CC@
72EXEEXT = @EXEEXT@
73INSTALL_CHANGE = @INSTALL_CHANGE@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76PACKAGE = @PACKAGE@
77PACKHEX = @PACKHEX@
78PROJECT_ROOT = @PROJECT_ROOT@
79RTEMS_CPU = @RTEMS_CPU@
80RTEMS_ROOT = @RTEMS_ROOT@
81RTEMS_TOPdir = @RTEMS_TOPdir@
82VERSION = @VERSION@
83project_bindir = @project_bindir@
84project_includedir = @project_includedir@
85project_libdir = @project_libdir@
86rtems_bspdir = @rtems_bspdir@
87rtems_makedir = @rtems_makedir@
88tooldir = @tooldir@
89
90AUTOMAKE_OPTIONS = foreign 1.4
91ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
92
93EXTRA_DIST = Spec.doc
94
95noinst_PROGRAMS =  bin2boot
96
97
98bin2boot_SOURCES = bin2boot.c
99
100PREINSTALL_DIRS = $(PROJECT_ROOT)/pc386/build-tools
101PREINSTALL_FILES = $(PROJECT_ROOT)/pc386/build-tools/bin2boot
102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
104CONFIG_CLEAN_FILES =
105noinst_PROGRAMS =  bin2boot$(EXEEXT)
106PROGRAMS =  $(noinst_PROGRAMS)
107
108
109DEFS = @DEFS@ -I. -I$(srcdir)
110CPPFLAGS = @CPPFLAGS@
111LDFLAGS = @LDFLAGS@
112LIBS = @LIBS@
113bin2boot_OBJECTS =  bin2boot.o
114bin2boot_LDADD = $(LDADD)
115bin2boot_DEPENDENCIES =
116bin2boot_LDFLAGS =
117CFLAGS = @CFLAGS@
118COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119CCLD = $(CC)
120LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
121DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
122
123
124DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125
126TAR = tar
127GZIP_ENV = --best
128DEP_FILES =  .deps/bin2boot.P
129SOURCES = $(bin2boot_SOURCES)
130OBJECTS = $(bin2boot_OBJECTS)
131
132all: all-redirect
133.SUFFIXES:
134.SUFFIXES: .S .c .o .s
135$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
136        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
137
138Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
139        cd $(top_builddir) \
140          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
141
142$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
143        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
145config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
146        $(SHELL) ./config.status --recheck
147$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
148        cd $(srcdir) && $(AUTOCONF)
149
150mostlyclean-noinstPROGRAMS:
151
152clean-noinstPROGRAMS:
153        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
154
155distclean-noinstPROGRAMS:
156
157maintainer-clean-noinstPROGRAMS:
158
159.s.o:
160        $(COMPILE) -c $<
161
162.S.o:
163        $(COMPILE) -c $<
164
165mostlyclean-compile:
166        -rm -f *.o core *.core
167
168clean-compile:
169
170distclean-compile:
171        -rm -f *.tab.c
172
173maintainer-clean-compile:
174
175bin2boot$(EXEEXT): $(bin2boot_OBJECTS) $(bin2boot_DEPENDENCIES)
176        @rm -f bin2boot$(EXEEXT)
177        $(LINK) $(bin2boot_LDFLAGS) $(bin2boot_OBJECTS) $(bin2boot_LDADD) $(LIBS)
178
179tags: TAGS
180
181ID: $(HEADERS) $(SOURCES) $(LISP)
182        list='$(SOURCES) $(HEADERS)'; \
183        unique=`for i in $$list; do echo $$i; done | \
184          awk '    { files[$$0] = 1; } \
185               END { for (i in files) print i; }'`; \
186        here=`pwd` && cd $(srcdir) \
187          && mkid -f$$here/ID $$unique $(LISP)
188
189TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
190        tags=; \
191        here=`pwd`; \
192        list='$(SOURCES) $(HEADERS)'; \
193        unique=`for i in $$list; do echo $$i; done | \
194          awk '    { files[$$0] = 1; } \
195               END { for (i in files) print i; }'`; \
196        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199mostlyclean-tags:
200
201clean-tags:
202
203distclean-tags:
204        -rm -f TAGS ID
205
206maintainer-clean-tags:
207
208distdir = $(PACKAGE)-$(VERSION)
209top_distdir = $(distdir)
210
211# This target untars the dist file and tries a VPATH configuration.  Then
212# it guarantees that the distribution is self-contained by making another
213# tarfile.
214distcheck: dist
215        -rm -rf $(distdir)
216        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
217        mkdir $(distdir)/=build
218        mkdir $(distdir)/=inst
219        dc_install_base=`cd $(distdir)/=inst && pwd`; \
220        cd $(distdir)/=build \
221          && ../configure --srcdir=.. --prefix=$$dc_install_base \
222          && $(MAKE) $(AM_MAKEFLAGS) \
223          && $(MAKE) $(AM_MAKEFLAGS) dvi \
224          && $(MAKE) $(AM_MAKEFLAGS) check \
225          && $(MAKE) $(AM_MAKEFLAGS) install \
226          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
227          && $(MAKE) $(AM_MAKEFLAGS) dist
228        -rm -rf $(distdir)
229        @banner="$(distdir).tar.gz is ready for distribution"; \
230        dashes=`echo "$$banner" | sed s/./=/g`; \
231        echo "$$dashes"; \
232        echo "$$banner"; \
233        echo "$$dashes"
234dist: distdir
235        -chmod -R a+r $(distdir)
236        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
237        -rm -rf $(distdir)
238dist-all: distdir
239        -chmod -R a+r $(distdir)
240        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
241        -rm -rf $(distdir)
242distdir: $(DISTFILES)
243        -rm -rf $(distdir)
244        mkdir $(distdir)
245        -chmod 777 $(distdir)
246        here=`cd $(top_builddir) && pwd`; \
247        top_distdir=`cd $(distdir) && pwd`; \
248        distdir=`cd $(distdir) && pwd`; \
249        cd $(top_srcdir) \
250          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
251        @for file in $(DISTFILES); do \
252          d=$(srcdir); \
253          if test -d $$d/$$file; then \
254            cp -pr $$/$$file $(distdir)/$$file; \
255          else \
256            test -f $(distdir)/$$file \
257            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258            || cp -p $$d/$$file $(distdir)/$$file || :; \
259          fi; \
260        done
261
262DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
263
264-include $(DEP_FILES)
265
266mostlyclean-depend:
267
268clean-depend:
269
270distclean-depend:
271        -rm -rf .deps
272
273maintainer-clean-depend:
274
275%.o: %.c
276        @echo '$(COMPILE) -c $<'; \
277        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
278        @-cp .deps/$(*F).pp .deps/$(*F).P; \
279        tr ' ' '\012' < .deps/$(*F).pp \
280          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
281            >> .deps/$(*F).P; \
282        rm .deps/$(*F).pp
283
284%.lo: %.c
285        @echo '$(LTCOMPILE) -c $<'; \
286        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
287        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
288          < .deps/$(*F).pp > .deps/$(*F).P; \
289        tr ' ' '\012' < .deps/$(*F).pp \
290          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291            >> .deps/$(*F).P; \
292        rm -f .deps/$(*F).pp
293info-am:
294info: info-am
295dvi-am:
296dvi: dvi-am
297check-am: all-am
298check: check-am
299installcheck-am:
300installcheck: installcheck-am
301install-exec-am:
302install-exec: install-exec-am
303
304install-data-am:
305install-data: install-data-am
306
307install-am: all-am
308        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309install: install-am
310uninstall-am:
311uninstall: uninstall-am
312all-am: Makefile $(PROGRAMS) all-local
313all-redirect: all-am
314install-strip:
315        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316installdirs:
317
318
319mostlyclean-generic:
320
321clean-generic:
322
323distclean-generic:
324        -rm -f Makefile $(CONFIG_CLEAN_FILES)
325        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
326
327maintainer-clean-generic:
328mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
329                mostlyclean-tags mostlyclean-depend mostlyclean-generic
330
331mostlyclean: mostlyclean-am
332
333clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
334                clean-generic mostlyclean-am
335
336clean: clean-am
337
338distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
339                distclean-depend distclean-generic clean-am
340
341distclean: distclean-am
342        -rm -f config.status
343
344maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
345                maintainer-clean-compile maintainer-clean-tags \
346                maintainer-clean-depend maintainer-clean-generic \
347                distclean-am
348        @echo "This command is intended for maintainers to use;"
349        @echo "it deletes files that may require special tools to rebuild."
350
351maintainer-clean: maintainer-clean-am
352        -rm -f config.status
353
354.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
355clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
356mostlyclean-compile distclean-compile clean-compile \
357maintainer-clean-compile tags mostlyclean-tags distclean-tags \
358clean-tags maintainer-clean-tags distdir mostlyclean-depend \
359distclean-depend clean-depend maintainer-clean-depend info-am info \
360dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
361install-exec install-data-am install-data install-am install \
362uninstall-am uninstall all-local all-redirect all-am all installdirs \
363mostlyclean-generic distclean-generic clean-generic \
364maintainer-clean-generic clean mostlyclean distclean maintainer-clean
365
366
367$(PREINSTALL_DIRS):
368        $(mkinstalldirs) $@
369
370$(PROJECT_ROOT)/pc386/build-tools/bin2boot: bin2boot
371        $(INSTALL_PROGRAM) $< $@
372
373# HACK: install into build-tree
374all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
375
376debug-am:
377debug: debug-am
378.PHONY: debug debug-am
379
380profile-am:
381profile: profile-am
382.PHONY: profile profile-am
383
384preinstall-am: $(TMPINSTALL_FILES)
385preinstall: preinstall-am
386.PHONY: preinstall preinstall-am
387
388depend-am:
389depend: depend-am
390.PHONY: depend depend-am
391
392# Tell versions [3.59,3.63) of GNU make to not export all variables.
393# Otherwise a system limit (for SysV at least) may be exceeded.
394.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.