source: rtems/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in @ 9b8baa1

4.104.114.84.95
Last change on this file since 9b8baa1 was 9b8baa1, checked in by Joel Sherrill <joel.sherrill@…>, on 03/23/99 at 18:02:17

Automake II patch from Ralf Corsepius <corsepiu@…>. Email
description follows:

Description:

  • automake for *all* tool subdirectories (Makefile.am, configure.in etc.)
  • autogen now also considers CONFIG_HEADER (generates stamp-h.ins and config.h.ins)
  • c/src/tests/tools/generic/difftest and c/src/tests/tools/generic/sorttimes generated by configure scripts
  • c/update-tools/ampolish, beautifier for Makefile.ams, similar to acpolish
  • rtems-polish.sh added to c/update-tools/ + ampolish support
  • New subdirectory ./automake, contains automake -Makefile fragments to support RTEMS make "debug, debug_install, profile, profile_install" for native Makefile.ams (== ignore these make targets).
  • aclocal/rtems-top.m4's RTEMS_TOP now reads the automake makefile variable VERSION from RTEMS ./VERSION file.
  • ./configure.in uses the macros from aclocal + support for the tools' configure scripts

Remarks:

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