source: rtems/scripts/binutils/Makefile.in @ 39537657

4.104.114.84.95
Last change on this file since 39537657 was 39537657, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/99 at 16:15:54

Added sh-rtemself and m68k-rtemself.

  • Property mode set to 100644
File size: 7.2 KB
Line 
1# Makefile.in generated automatically by automake 1.4a 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_STRIP_FLAG =
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61BINUTILSVERS = @BINUTILSVERS@
62BSPVERS = @BSPVERS@
63GCCNEWLIBVERS = @GCCNEWLIBVERS@
64GDBVERS = @GDBVERS@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RPM_SPECSdir = @RPM_SPECSdir@
68VERSION = @VERSION@
69
70AUTOMAKE_OPTIONS = foreign
71
72MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
73
74MKBINUTILSSPEC_DEPS =  $(top_builddir)/mkbinutilspec binutils.spec.in $(top_builddir)/setup.cache
75
76
77TEMPLATES =  binutils.spec.in
78
79
80RPM_SPECS_DATA =  hppa1.1-rtems-$(BINUTILSVERS).spec i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
81
82
83noinst_DATA =  $(TEMPLATES)
84
85
86EXTRA_DIST =  $(TEMPLATES)
87
88
89CLEANFILES = $(RPM_SPECS_DATA)
90mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91CONFIG_CLEAN_FILES =
92DATA =  $(RPM_SPECS_DATA) $(noinst_DATA)
93
94DIST_COMMON =  Makefile.am Makefile.in
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = gtar
100GZIP_ENV = --best
101all: all-redirect
102.SUFFIXES:
103$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
104        cd $(top_srcdir) && $(AUTOMAKE) --foreign binutils/Makefile
105
106Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
107        cd $(top_builddir) \
108          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109
110
111install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
112        @$(NORMAL_INSTALL)
113        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
114        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
115          if test -f $(srcdir)/$$p; then \
116            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
117            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
118          else if test -f $$p; then \
119            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
120            $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
121          fi; fi; \
122        done
123
124uninstall-RPM_SPECSDATA:
125        @$(NORMAL_UNINSTALL)
126        list='$(RPM_SPECS_DATA)'; for p in $$list; do \
127          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$p; \
128        done
129tags: TAGS
130TAGS:
131
132
133distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
134
135subdir = binutils
136
137distdir: $(DISTFILES)
138        here=`cd $(top_builddir) && pwd`; \
139        top_distdir=`cd $(top_distdir) && pwd`; \
140        distdir=`cd $(distdir) && pwd`; \
141        cd $(top_srcdir) \
142          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign binutils/Makefile
143        @for file in $(DISTFILES); do \
144          d=$(srcdir); \
145          if test -d $$d/$$file; then \
146            cp -pr $$d/$$file $(distdir)/$$file; \
147          else \
148            test -f $(distdir)/$$file \
149            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
150            || cp -p $$d/$$file $(distdir)/$$file || :; \
151          fi; \
152        done
153info-am:
154info: info-am
155dvi-am:
156dvi: dvi-am
157check-am: all-am
158check: check-am
159installcheck-am:
160installcheck: installcheck-am
161install-exec-am:
162install-exec: install-exec-am
163
164install-data-am: install-RPM_SPECSDATA
165install-data: install-data-am
166
167install-am: all-am
168        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
169install: install-am
170uninstall-am: uninstall-RPM_SPECSDATA
171uninstall: uninstall-am
172all-am: Makefile $(DATA)
173all-redirect: all-am
174install-strip:
175        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
176installdirs:
177        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
178
179
180mostlyclean-generic:
181
182clean-generic:
183        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
184
185distclean-generic:
186        -rm -f Makefile $(CONFIG_CLEAN_FILES)
187        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
188
189maintainer-clean-generic:
190mostlyclean-am:  mostlyclean-generic
191
192mostlyclean: mostlyclean-am
193
194clean-am:  clean-generic mostlyclean-am
195
196clean: clean-am
197
198distclean-am:  distclean-generic clean-am
199
200distclean: distclean-am
201
202maintainer-clean-am:  maintainer-clean-generic distclean-am
203        @echo "This command is intended for maintainers to use;"
204        @echo "it deletes files that may require special tools to rebuild."
205
206maintainer-clean: maintainer-clean-am
207
208.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
209info-am info dvi-am dvi check check-am installcheck-am installcheck \
210install-exec-am install-exec install-data-am install-data install-am \
211install uninstall-am uninstall all-redirect all-am all installdirs \
212mostlyclean-generic distclean-generic clean-generic \
213maintainer-clean-generic clean mostlyclean distclean maintainer-clean
214
215
216hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
217        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
218
219i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
220        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
221
222i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
223        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
224
225m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
226        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
227
228m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
229        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
230
231mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
232        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
233
234powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
235        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
236
237sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
238        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
239
240sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
241        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
242
243sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
244        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
245
246# Tell versions [3.59,3.63) of GNU make to not export all variables.
247# Otherwise a system limit (for SysV at least) may be exceeded.
248.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.