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

4.104.114.84.95
Last change on this file since 1059abcd was 1059abcd, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 15:37:36

Regenerated.

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