source: rtems/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in @ f72dd2a

4.104.114.84.95
Last change on this file since f72dd2a was f72dd2a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/01/99 at 16:58:06

Patch from Ralf Corsepius <corsepiu@…> to address problems
on BSPs that install there own tools.

  • Property mode set to 100644
File size: 6.9 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@
76KSH = @KSH@
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_SCRIPTS = runtest
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
89CONFIG_CLEAN_FILES =  runtest
90SCRIPTS =  $(noinst_SCRIPTS)
91
92DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
93runtest.in
94
95
96DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
98TAR = tar
99GZIP_ENV = --best
100all: all-redirect
101.SUFFIXES:
102$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
103        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
104
105Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
106        cd $(top_builddir) \
107          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
109$(ACLOCAL_M4):  configure.in
110        cd $(srcdir) && $(ACLOCAL)
111
112config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
113        $(SHELL) ./config.status --recheck
114$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
115        cd $(srcdir) && $(AUTOCONF)
116runtest: $(top_builddir)/config.status runtest.in
117        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118tags: TAGS
119TAGS:
120
121
122distdir = $(PACKAGE)-$(VERSION)
123top_distdir = $(distdir)
124
125# This target untars the dist file and tries a VPATH configuration.  Then
126# it guarantees that the distribution is self-contained by making another
127# tarfile.
128distcheck: dist
129        -rm -rf $(distdir)
130        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
131        mkdir $(distdir)/=build
132        mkdir $(distdir)/=inst
133        dc_install_base=`cd $(distdir)/=inst && pwd`; \
134        cd $(distdir)/=build \
135          && ../configure --srcdir=.. --prefix=$$dc_install_base \
136          && $(MAKE) $(AM_MAKEFLAGS) \
137          && $(MAKE) $(AM_MAKEFLAGS) dvi \
138          && $(MAKE) $(AM_MAKEFLAGS) check \
139          && $(MAKE) $(AM_MAKEFLAGS) install \
140          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
141          && $(MAKE) $(AM_MAKEFLAGS) dist
142        -rm -rf $(distdir)
143        @banner="$(distdir).tar.gz is ready for distribution"; \
144        dashes=`echo "$$banner" | sed s/./=/g`; \
145        echo "$$dashes"; \
146        echo "$$banner"; \
147        echo "$$dashes"
148dist: distdir
149        -chmod -R a+r $(distdir)
150        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
151        -rm -rf $(distdir)
152dist-all: distdir
153        -chmod -R a+r $(distdir)
154        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
155        -rm -rf $(distdir)
156distdir: $(DISTFILES)
157        -rm -rf $(distdir)
158        mkdir $(distdir)
159        -chmod 777 $(distdir)
160        here=`cd $(top_builddir) && pwd`; \
161        top_distdir=`cd $(distdir) && pwd`; \
162        distdir=`cd $(distdir) && pwd`; \
163        cd $(top_srcdir) \
164          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
165        @for file in $(DISTFILES); do \
166          d=$(srcdir); \
167          if test -d $$d/$$file; then \
168            cp -pr $$/$$file $(distdir)/$$file; \
169          else \
170            test -f $(distdir)/$$file \
171            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
172            || cp -p $$d/$$file $(distdir)/$$file || :; \
173          fi; \
174        done
175info-am:
176info: info-am
177dvi-am:
178dvi: dvi-am
179check-am: all-am
180check: check-am
181installcheck-am:
182installcheck: installcheck-am
183install-exec-am:
184install-exec: install-exec-am
185
186install-data-am:
187install-data: install-data-am
188
189install-am: all-am
190        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
191install: install-am
192uninstall-am:
193uninstall: uninstall-am
194all-am: Makefile $(SCRIPTS) all-local
195all-redirect: all-am
196install-strip:
197        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
198installdirs:
199
200
201mostlyclean-generic:
202
203clean-generic:
204
205distclean-generic:
206        -rm -f Makefile $(CONFIG_CLEAN_FILES)
207        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
208
209maintainer-clean-generic:
210mostlyclean-am:  mostlyclean-generic
211
212mostlyclean: mostlyclean-am
213
214clean-am:  clean-generic mostlyclean-am
215
216clean: clean-am
217
218distclean-am:  distclean-generic clean-am
219
220distclean: distclean-am
221        -rm -f config.status
222
223maintainer-clean-am:  maintainer-clean-generic distclean-am
224        @echo "This command is intended for maintainers to use;"
225        @echo "it deletes files that may require special tools to rebuild."
226
227maintainer-clean: maintainer-clean-am
228        -rm -f config.status
229
230.PHONY: tags distdir info-am info dvi-am dvi check check-am \
231installcheck-am installcheck install-exec-am install-exec \
232install-data-am install-data install-am install uninstall-am uninstall \
233all-local all-redirect all-am all installdirs mostlyclean-generic \
234distclean-generic clean-generic maintainer-clean-generic clean \
235mostlyclean distclean maintainer-clean
236
237
238#HACK: install to build-tree
239all-local: $(SCRIPTS)
240        $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/tests
241        $(INSTALL_SCRIPT) runtest $(PROJECT_ROOT)/${RTEMS_BSP}/tests/runtest
242
243debug-am:
244
245debug: debug-am
246
247debug_install-am:
248
249debug_install: debug_install-am
250
251profile-am:
252
253profile: profile-am
254
255profile_install-am:
256
257profile_install: profile_install-am
258
259.PHONY: debug debug_install profile profile_install
260
261# Tell versions [3.59,3.63) of GNU make to not export all variables.
262# Otherwise a system limit (for SysV at least) may be exceeded.
263.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.