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

4.104.114.84.95
Last change on this file since 8cdb582 was 8cdb582, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/99 at 15:41:33

Patch from Ralf Corsepius <corsepiu@…>:

This patch addresses a few minor issues and contains a few (minor)
preparations for automake.

  • configure.in: Fix for handing c/src/tests subdirectory handling (FIX)
  • aclocal/rtems-top.m4: + Add TARGET_SUBDIR and --with-target-subdir (preparation of future

enhancements for cross-compiling)

+ Activate RTEMS_ROOT handling (automake preparation)

  • automake/*.am: replace comments "#" with "##" so that comments won't get included into Makefile.in's anymore
  • c/update-tools/* automake support (NEW)
  • ./autogen update/enhancement (cf. ./autogen for details)

After applying this patch please run:

./autogen
cvs add c/update-tools/configure.in
cvs add c/update-tools/Makefile.am
cvs add c/update-tools/aclocal.m4

  • 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 = .
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
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@
73RTEMS_ROOT = @RTEMS_ROOT@
74RTEMS_TOPdir = @RTEMS_TOPdir@
75VERSION = @VERSION@
76
77AUTOMAKE_OPTIONS = foreign
78ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
79
80EXTRA_DIST = Spec.doc
81
82noinst_PROGRAMS =  bin2boot binpatch
83
84
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)
91
92
93DEFS = @DEFS@ -I. -I$(srcdir)
94CPPFLAGS = @CPPFLAGS@
95LDFLAGS = @LDFLAGS@
96LIBS = @LIBS@
97bin2boot_OBJECTS =  bin2boot.o
98bin2boot_LDADD = $(LDADD)
99bin2boot_DEPENDENCIES =
100bin2boot_LDFLAGS =
101binpatch_OBJECTS =  binpatch.o
102binpatch_LDADD = $(LDADD)
103binpatch_DEPENDENCIES =
104binpatch_LDFLAGS =
105CFLAGS = @CFLAGS@
106COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107CCLD = $(CC)
108LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
110
111
112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
114TAR = tar
115GZIP_ENV = --best
116DEP_FILES =  .deps/bin2boot.P .deps/binpatch.P
117SOURCES = $(bin2boot_SOURCES) $(binpatch_SOURCES)
118OBJECTS = $(bin2boot_OBJECTS) $(binpatch_OBJECTS)
119
120all: all-redirect
121.SUFFIXES:
122.SUFFIXES: .S .c .o .s
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
124        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
125
126Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
127        cd $(top_builddir) \
128          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130$(ACLOCAL_M4):  configure.in
131        cd $(srcdir) && $(ACLOCAL)
132
133config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
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:
141        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
142
143distclean-noinstPROGRAMS:
144
145maintainer-clean-noinstPROGRAMS:
146
147.s.o:
148        $(COMPILE) -c $<
149
150.S.o:
151        $(COMPILE) -c $<
152
153mostlyclean-compile:
154        -rm -f *.o core *.core
155
156clean-compile:
157
158distclean-compile:
159        -rm -f *.tab.c
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
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)
180
181TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
182        tags=; \
183        here=`pwd`; \
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)
190
191mostlyclean-tags:
192
193clean-tags:
194
195distclean-tags:
196        -rm -f TAGS ID
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
207        -rm -rf $(distdir)
208        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
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 \
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"
226dist: distdir
227        -chmod -R a+r $(distdir)
228        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
229        -rm -rf $(distdir)
230dist-all: distdir
231        -chmod -R a+r $(distdir)
232        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
233        -rm -rf $(distdir)
234distdir: $(DISTFILES)
235        -rm -rf $(distdir)
236        mkdir $(distdir)
237        -chmod 777 $(distdir)
238        here=`cd $(top_builddir) && pwd`; \
239        top_distdir=`cd $(distdir) && pwd`; \
240        distdir=`cd $(distdir) && pwd`; \
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); \
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; \
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:
263        -rm -rf .deps
264
265maintainer-clean-depend:
266
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
306install-strip:
307        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
308installdirs:
309
310
311mostlyclean-generic:
312
313clean-generic:
314
315distclean-generic:
316        -rm -f Makefile $(CONFIG_CLEAN_FILES)
317        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318
319maintainer-clean-generic:
320mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
321                mostlyclean-tags mostlyclean-depend mostlyclean-generic
322
323mostlyclean: mostlyclean-am
324
325clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
326                clean-generic mostlyclean-am
327
328clean: clean-am
329
330distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
331                distclean-depend distclean-generic clean-am
332
333distclean: distclean-am
334        -rm -f config.status
335
336maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
337                maintainer-clean-compile maintainer-clean-tags \
338                maintainer-clean-depend maintainer-clean-generic \
339                distclean-am
340        @echo "This command is intended for maintainers to use;"
341        @echo "it deletes files that may require special tools to rebuild."
342
343maintainer-clean: maintainer-clean-am
344        -rm -f config.status
345
346.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
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 \
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
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
368debug-am:
369
370debug: debug-am
371
372debug_install-am:
373
374debug_install: debug_install-am
375
376.PHONY: debug debug_install debug-am
377
378profile-am:
379
380profile: profile-am
381
382profile_install-am:
383
384profile_install: profile_install-am
385
386.PHONY: profile profile_install profile-am
387
388preinstall-am:
389
390preinstall: preinstall-am
391
392.PHONY: preinstall preinstall-am
393
394# Tell versions [3.59,3.63) of GNU make to not export all variables.
395# Otherwise a system limit (for SysV at least) may be exceeded.
396.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.