source: rtems/scripts/binutils/Makefile.in @ 10629f7

4.104.114.84.95
Last change on this file since 10629f7 was 10629f7, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 15:29:12

New version from Ralf.

  • Property mode set to 100644
File size: 6.4 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
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@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60BINUTILSVERS = @BINUTILSVERS@
61GCCNEWLIBVERS = @GCCNEWLIBVERS@
62GDBVERS = @GDBVERS@
63MAKEINFO = @MAKEINFO@
64PACKAGE = @PACKAGE@
65RPM_SPECSdir = @RPM_SPECSdir@
66VERSION = @VERSION@
67
68AUTOMAKE_OPTIONS = foreign
69
70MKBINUTILSSPEC = $(SHELL) $(top_srcdir)/mkbinutilspec
71
72MKBINUTILSSPEC_DEPS = ../mkbinutilspec binutils.spec.in ../setup.cache
73
74TEMPLATES =  binutils.spec.in
75
76
77RPM_SPECS_DATA =  i386-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec powerpc-rtems-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec m68k-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec hppa1.1-rtems-$(BINUTILSVERS).spec
78
79
80noinst_DATA =  $(TEMPLATES)
81
82
83EXTRA_DIST =  $(TEMPLATES)
84
85
86CLEANFILES = $(RPM_SPECS_DATA)
87mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88CONFIG_CLEAN_FILES =
89DATA =  $(RPM_SPECS_DATA) $(noinst_DATA)
90
91DIST_COMMON =  Makefile.am Makefile.in
92
93
94DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96TAR = tar
97GZIP_ENV = --best
98all: all-redirect
99.SUFFIXES:
100$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps binutils/Makefile
102
103Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
104        cd $(top_builddir) \
105          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
107
108install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
109        @$(NORMAL_INSTALL)
110        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
111        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
112          if test -f $(srcdir)/$$p; then \
113            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
114            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
115          else if test -f $$p; then \
116            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
117            $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
118          fi; fi; \
119        done
120
121uninstall-RPM_SPECSDATA:
122        @$(NORMAL_UNINSTALL)
123        list='$(RPM_SPECS_DATA)'; for p in $$list; do \
124          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$p; \
125        done
126tags: TAGS
127TAGS:
128
129
130distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
131
132subdir = binutils
133
134distdir: $(DISTFILES)
135        @for file in $(DISTFILES); do \
136          d=$(srcdir); \
137          if test -d $$d/$$file; then \
138            cp -pr $$/$$file $(distdir)/$$file; \
139          else \
140            test -f $(distdir)/$$file \
141            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
142            || cp -p $$d/$$file $(distdir)/$$file || :; \
143          fi; \
144        done
145info-am:
146info: info-am
147dvi-am:
148dvi: dvi-am
149check-am: all-am
150check: check-am
151installcheck-am:
152installcheck: installcheck-am
153install-exec-am:
154install-exec: install-exec-am
155
156install-data-am: install-RPM_SPECSDATA
157install-data: install-data-am
158
159install-am: all-am
160        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161install: install-am
162uninstall-am: uninstall-RPM_SPECSDATA
163uninstall: uninstall-am
164all-am: Makefile $(DATA)
165all-redirect: all-am
166install-strip:
167        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
168installdirs:
169        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
170
171
172mostlyclean-generic:
173
174clean-generic:
175        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
176
177distclean-generic:
178        -rm -f Makefile $(CONFIG_CLEAN_FILES)
179        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
180
181maintainer-clean-generic:
182mostlyclean-am:  mostlyclean-generic
183
184mostlyclean: mostlyclean-am
185
186clean-am:  clean-generic mostlyclean-am
187
188clean: clean-am
189
190distclean-am:  distclean-generic clean-am
191
192distclean: distclean-am
193
194maintainer-clean-am:  maintainer-clean-generic distclean-am
195        @echo "This command is intended for maintainers to use;"
196        @echo "it deletes files that may require special tools to rebuild."
197
198maintainer-clean: maintainer-clean-am
199
200.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
201info-am info dvi-am dvi check check-am installcheck-am installcheck \
202install-exec-am install-exec install-data-am install-data install-am \
203install uninstall-am uninstall all-redirect all-am all installdirs \
204mostlyclean-generic distclean-generic clean-generic \
205maintainer-clean-generic clean mostlyclean distclean maintainer-clean
206
207
208i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
209        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . i386-rtems
210
211sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
212        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . sh-rtems
213
214powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
215        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . powerpc-rtems
216
217sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
218        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . sparc-rtems
219
220m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
221        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . m68k-rtems
222
223mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
224        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . mips64orion-rtems
225
226i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
227        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . i960-rtems
228
229hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
230        $(MKBINUTILSSPEC) -cfg ../setup.cache -o . hppa1.1-rtems
231
232# Tell versions [3.59,3.63) of GNU make to not export all variables.
233# Otherwise a system limit (for SysV at least) may be exceeded.
234.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.