source: rtems/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 7.1 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 = .
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57transform = @program_transform_name@
58
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_alias = @build_alias@
66build_triplet = @build@
67host_alias = @host_alias@
68host_triplet = @host@
69target_alias = @target_alias@
70target_triplet = @target@
71INSTALL_CHANGE = @INSTALL_CHANGE@
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74PACKAGE = @PACKAGE@
75PACKHEX = @PACKHEX@
76PROJECT_ROOT = @PROJECT_ROOT@
77RTEMS_CPU = @RTEMS_CPU@
78RTEMS_ROOT = @RTEMS_ROOT@
79RTEMS_TOPdir = @RTEMS_TOPdir@
80VERSION = @VERSION@
81project_bindir = @project_bindir@
82project_includedir = @project_includedir@
83project_libdir = @project_libdir@
84rtems_bspdir = @rtems_bspdir@
85rtems_makedir = @rtems_makedir@
86tooldir = @tooldir@
87
88AUTOMAKE_OPTIONS = foreign 1.4
89ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
90
91noinst_SCRIPTS = psim runtest
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
94CONFIG_CLEAN_FILES =
95SCRIPTS =  $(noinst_SCRIPTS)
96
97DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
107        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
108
109Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
110        cd $(top_builddir) \
111          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
114        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
115
116config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
117        $(SHELL) ./config.status --recheck
118$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119        cd $(srcdir) && $(AUTOCONF)
120tags: TAGS
121TAGS:
122
123
124distdir = $(PACKAGE)-$(VERSION)
125top_distdir = $(distdir)
126
127# This target untars the dist file and tries a VPATH configuration.  Then
128# it guarantees that the distribution is self-contained by making another
129# tarfile.
130distcheck: dist
131        -rm -rf $(distdir)
132        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
133        mkdir $(distdir)/=build
134        mkdir $(distdir)/=inst
135        dc_install_base=`cd $(distdir)/=inst && pwd`; \
136        cd $(distdir)/=build \
137          && ../configure --srcdir=.. --prefix=$$dc_install_base \
138          && $(MAKE) $(AM_MAKEFLAGS) \
139          && $(MAKE) $(AM_MAKEFLAGS) dvi \
140          && $(MAKE) $(AM_MAKEFLAGS) check \
141          && $(MAKE) $(AM_MAKEFLAGS) install \
142          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
143          && $(MAKE) $(AM_MAKEFLAGS) dist
144        -rm -rf $(distdir)
145        @banner="$(distdir).tar.gz is ready for distribution"; \
146        dashes=`echo "$$banner" | sed s/./=/g`; \
147        echo "$$dashes"; \
148        echo "$$banner"; \
149        echo "$$dashes"
150dist: distdir
151        -chmod -R a+r $(distdir)
152        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
153        -rm -rf $(distdir)
154dist-all: distdir
155        -chmod -R a+r $(distdir)
156        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
157        -rm -rf $(distdir)
158distdir: $(DISTFILES)
159        -rm -rf $(distdir)
160        mkdir $(distdir)
161        -chmod 777 $(distdir)
162        here=`cd $(top_builddir) && pwd`; \
163        top_distdir=`cd $(distdir) && pwd`; \
164        distdir=`cd $(distdir) && pwd`; \
165        cd $(top_srcdir) \
166          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
167        @for file in $(DISTFILES); do \
168          d=$(srcdir); \
169          if test -d $$d/$$file; then \
170            cp -pr $$/$$file $(distdir)/$$file; \
171          else \
172            test -f $(distdir)/$$file \
173            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
174            || cp -p $$d/$$file $(distdir)/$$file || :; \
175          fi; \
176        done
177info-am:
178info: info-am
179dvi-am:
180dvi: dvi-am
181check-am: all-am
182check: check-am
183installcheck-am:
184installcheck: installcheck-am
185install-exec-am:
186install-exec: install-exec-am
187
188install-data-am:
189install-data: install-data-am
190
191install-am: all-am
192        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
193install: install-am
194uninstall-am:
195uninstall: uninstall-am
196all-am: Makefile $(SCRIPTS) all-local
197all-redirect: all-am
198install-strip:
199        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
200installdirs:
201
202
203mostlyclean-generic:
204
205clean-generic:
206
207distclean-generic:
208        -rm -f Makefile $(CONFIG_CLEAN_FILES)
209        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
210
211maintainer-clean-generic:
212mostlyclean-am:  mostlyclean-generic
213
214mostlyclean: mostlyclean-am
215
216clean-am:  clean-generic mostlyclean-am
217
218clean: clean-am
219
220distclean-am:  distclean-generic clean-am
221
222distclean: distclean-am
223        -rm -f config.status
224
225maintainer-clean-am:  maintainer-clean-generic distclean-am
226        @echo "This command is intended for maintainers to use;"
227        @echo "it deletes files that may require special tools to rebuild."
228
229maintainer-clean: maintainer-clean-am
230        -rm -f config.status
231
232.PHONY: tags distdir info-am info dvi-am dvi check check-am \
233installcheck-am installcheck install-exec-am install-exec \
234install-data-am install-data install-am install uninstall-am uninstall \
235all-local all-redirect all-am all installdirs mostlyclean-generic \
236distclean-generic clean-generic maintainer-clean-generic clean \
237mostlyclean distclean maintainer-clean
238
239
240# HACK: install to build-tree
241all-local: $(SCRIPTS)
242        $(mkinstalldirs) $(PROJECT_ROOT)/psim/tests
243        $(INSTALL_SCRIPT) $(srcdir)/runtest $(PROJECT_ROOT)/psim/tests/runtest
244        $(INSTALL_SCRIPT) $(srcdir)/psim $(PROJECT_ROOT)/psim/tests/psim
245        $(INSTALL_SCRIPT) $(srcdir)/psim $(PROJECT_ROOT)/psim/tests/psim-gdb
246
247debug-am:
248debug: debug-am
249.PHONY: debug debug-am
250
251profile-am:
252profile: profile-am
253.PHONY: profile profile-am
254
255preinstall-am: $(TMPINSTALL_FILES)
256preinstall: preinstall-am
257.PHONY: preinstall preinstall-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.