source: rtems/scripts/gdb/Makefile.in @ 1f339c2

4.104.114.84.95
Last change on this file since 1f339c2 was c4d1d41, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 15:50:13

New files.

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