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