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

4.104.114.84.95
Last change on this file since c5f2e5b was c5f2e5b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/31/99 at 23:11:47

Regenerated.

  • Property mode set to 100644
File size: 8.4 KB
Line 
1# Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
7#
8# $Id$
9#
10
11
12SHELL = /bin/sh
13
14srcdir = @srcdir@
15top_srcdir = @top_srcdir@
16VPATH = @srcdir@
17prefix = @prefix@
18exec_prefix = @exec_prefix@
19
20bindir = @bindir@
21sbindir = @sbindir@
22libexecdir = @libexecdir@
23datadir = @datadir@
24sysconfdir = @sysconfdir@
25sharedstatedir = @sharedstatedir@
26localstatedir = @localstatedir@
27libdir = @libdir@
28infodir = @infodir@
29mandir = @mandir@
30includedir = @includedir@
31oldincludedir = /usr/include
32
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36
37top_builddir = .
38AUTOCONF = @AUTOCONF@
39AUTOMAKE = @AUTOMAKE@
40AUTOHEADER = @AUTOHEADER@
41
42INSTALL = @INSTALL@
43INSTALL_PROGRAM = @INSTALL_PROGRAM@
44INSTALL_DATA = @INSTALL_DATA@
45INSTALL_SCRIPT = @INSTALL_SCRIPT@
46transform = @program_transform_name@
47
48NORMAL_INSTALL = true
49PRE_INSTALL = true
50POST_INSTALL = true
51NORMAL_UNINSTALL = true
52PRE_UNINSTALL = true
53POST_UNINSTALL = true
54build_alias = @build_alias@
55build_triplet = @build@
56host_alias = @host_alias@
57host_triplet = @host@
58target_alias = @target_alias@
59target_triplet = @target@
60CC = @CC@
61MAKEINFO = @MAKEINFO@
62PACKAGE = @PACKAGE@
63PROJECT_ROOT = @PROJECT_ROOT@
64RTEMS_TOPdir = @RTEMS_TOPdir@
65VERSION = @VERSION@
66
67AUTOMAKE_OPTIONS = foreign
68ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
69
70EXTRA_DIST = Spec.doc
71
72noinst_PROGRAMS = \
73bin2boot \
74binpatch
75
76bin2boot_SOURCES = bin2boot.c
77binpatch_SOURCES = binpatch.c
78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
80CONFIG_CLEAN_FILES =
81PROGRAMS =  $(noinst_PROGRAMS)
82
83
84DEFS = @DEFS@ -I. -I$(srcdir)
85CPPFLAGS = @CPPFLAGS@
86LDFLAGS = @LDFLAGS@
87LIBS = @LIBS@
88bin2boot_OBJECTS =  bin2boot.o
89bin2boot_LDADD = $(LDADD)
90bin2boot_LDFLAGS =
91binpatch_OBJECTS =  binpatch.o
92binpatch_LDADD = $(LDADD)
93binpatch_LDFLAGS =
94CFLAGS = @CFLAGS@
95COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
96LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
97DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP = --best
104DEP_FILES =  .deps/bin2boot.P .deps/binpatch.P
105SOURCES = $(bin2boot_SOURCES) $(binpatch_SOURCES)
106OBJECTS = $(bin2boot_OBJECTS) $(binpatch_OBJECTS)
107
108default: all
109
110.SUFFIXES:
111.SUFFIXES: .c .o
112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
116        cd $(top_builddir) \
117          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119$(ACLOCAL_M4):  configure.in
120        cd $(srcdir) && $(ACLOCAL)
121
122config.status: $(srcdir)/configure
123        $(SHELL) ./config.status --recheck
124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125        cd $(srcdir) && $(AUTOCONF)
126
127mostlyclean-noinstPROGRAMS:
128
129clean-noinstPROGRAMS:
130        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
131
132distclean-noinstPROGRAMS:
133
134maintainer-clean-noinstPROGRAMS:
135
136.c.o:
137        $(COMPILE) -c $<
138
139mostlyclean-compile:
140        rm -f *.o core
141
142clean-compile:
143
144distclean-compile:
145        rm -f *.tab.c
146
147maintainer-clean-compile:
148
149bin2boot: $(bin2boot_OBJECTS) $(bin2boot_DEPENDENCIES)
150        @rm -f bin2boot
151        $(LINK) $(bin2boot_LDFLAGS) $(bin2boot_OBJECTS) $(bin2boot_LDADD) $(LIBS)
152
153binpatch: $(binpatch_OBJECTS) $(binpatch_DEPENDENCIES)
154        @rm -f binpatch
155        $(LINK) $(binpatch_LDFLAGS) $(binpatch_OBJECTS) $(binpatch_LDADD) $(LIBS)
156
157tags: TAGS
158
159ID: $(HEADERS) $(SOURCES)
160        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
161
162TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
163        tags=; \
164        here=`pwd`; \
165        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
166          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
167
168mostlyclean-tags:
169
170clean-tags:
171
172distclean-tags:
173        rm -f TAGS ID
174
175maintainer-clean-tags:
176
177distdir = $(PACKAGE)-$(VERSION)
178top_distdir = $(distdir)
179
180# This target untars the dist file and tries a VPATH configuration.  Then
181# it guarantees that the distribution is self-contained by making another
182# tarfile.
183distcheck: dist
184        rm -rf $(distdir)
185        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
186        mkdir $(distdir)/=build
187        mkdir $(distdir)/=inst
188        dc_install_base=`cd $(distdir)/=inst && pwd`; \
189        cd $(distdir)/=build \
190          && ../configure --srcdir=.. --prefix=$$dc_install_base \
191          && $(MAKE) \
192          && $(MAKE) dvi \
193          && $(MAKE) check \
194          && $(MAKE) install \
195          && $(MAKE) installcheck \
196          && $(MAKE) dist
197        rm -rf $(distdir)
198        @echo "========================"; \
199        echo "$(distdir).tar.gz is ready for distribution"; \
200        echo "========================"
201dist: distdir
202        -chmod -R a+r $(distdir)
203        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
204        rm -rf $(distdir)
205dist-all: distdir
206        -chmod -R a+r $(distdir)
207        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
208        rm -rf $(distdir)
209distdir: $(DISTFILES)
210        rm -rf $(distdir)
211        mkdir $(distdir)
212        -chmod 777 $(distdir)
213        here=`cd $(top_builddir) && pwd`; \
214        top_distdir=`cd $(top_distdir) && pwd`; \
215        cd $(top_srcdir) \
216          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
217        @for file in $(DISTFILES); do \
218          d=$(srcdir); \
219          test -f $(distdir)/$$file \
220          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
221          || cp -p $$d/$$file $(distdir)/$$file; \
222        done
223
224MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
225
226DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
227-include .deps/.P
228.deps/.P: $(BUILT_SOURCES)
229        echo > $@
230
231-include $(DEP_FILES)
232
233mostlyclean-depend:
234
235clean-depend:
236
237distclean-depend:
238
239maintainer-clean-depend:
240        rm -rf .deps
241
242.deps/%.P: %.c
243        @echo "Computing dependencies for $<..."
244        @o='o'; \
245        test -n "$o" && o='$$o'; \
246        $(MKDEP) $< >$@.tmp \
247          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
248          && rm -f $@.tmp
249info:
250dvi:
251check: all
252        $(MAKE)
253installcheck:
254install-exec: install-exec-local
255        @$(NORMAL_INSTALL)
256
257install-data:
258        @$(NORMAL_INSTALL)
259
260install: install-exec install-data all
261        @:
262
263uninstall:
264
265all: Makefile $(PROGRAMS)
266
267install-strip:
268        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
269installdirs:
270
271
272mostlyclean-generic:
273        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
274
275clean-generic:
276        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
277
278distclean-generic:
279        rm -f Makefile $(DISTCLEANFILES)
280        rm -f config.cache config.log stamp-h stamp-h[0-9]*
281        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
282
283maintainer-clean-generic:
284        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
285        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
286mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
287                mostlyclean-tags mostlyclean-depend mostlyclean-generic
288
289clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
290                clean-generic mostlyclean
291
292distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
293                distclean-depend distclean-generic clean
294        rm -f config.status
295
296maintainer-clean:  maintainer-clean-noinstPROGRAMS \
297                maintainer-clean-compile maintainer-clean-tags \
298                maintainer-clean-depend maintainer-clean-generic \
299                distclean
300        @echo "This command is intended for maintainers to use;"
301        @echo "it deletes files that may require special tools to rebuild."
302        rm -f config.status
303
304.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
305clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
306mostlyclean-compile distclean-compile clean-compile \
307maintainer-clean-compile tags mostlyclean-tags distclean-tags \
308clean-tags maintainer-clean-tags distdir mostlyclean-depend \
309distclean-depend clean-depend maintainer-clean-depend info dvi \
310installcheck install-exec install-data install uninstall all \
311installdirs mostlyclean-generic distclean-generic clean-generic \
312maintainer-clean-generic clean mostlyclean distclean maintainer-clean
313
314
315# HACK: install into build-tree
316preinstall: install-exec-local
317
318install-exec-local: $(PROGRAMS)
319        $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
320        $(INSTALL_PROGRAM) bin2boot $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
321        $(INSTALL_PROGRAM) binpatch $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
322
323include $(top_srcdir)/../../../../../../../automake/local.am
324
325# Tell versions [3.59,3.63) of GNU make to not export all variables.
326# Otherwise a system limit (for SysV at least) may be exceeded.
327.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.