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