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

4.104.114.84.95
Last change on this file since 1059abcd was 1059abcd, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 15:37:36

Regenerated.

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