source: rtems/scripts/gdb/Makefile.in @ e4b4a771

4.104.114.84.95
Last change on this file since e4b4a771 was e4b4a771, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 16:23:32

Generated files removed.

  • Property mode set to 100644
File size: 6.5 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
71MKGDBSPEC = $(SHELL) $(top_srcdir)/mkgdbspec
72
73MKGDBSPEC_DEPS = ../mkgdbspec gdb.spec.in ../setup.cache
74
75TEMPLATES =  gdb.spec.in
76
77
78RPM_SPECS_DATA =  i386-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).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 gdb/Makefile
103
104Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
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 = gdb
134
135distdir: $(DISTFILES)
136        here=`cd $(top_builddir) && pwd`; \
137        top_distdir=`cd $(top_distdir) && pwd`; \
138        distdir=`cd $(distdir) && pwd`; \
139        cd $(top_srcdir) \
140          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign gdb/Makefile
141        @for file in $(DISTFILES); do \
142          d=$(srcdir); \
143          if test -d $$d/$$file; then \
144            cp -pr $$d/$$file $(distdir)/$$file; \
145          else \
146            test -f $(distdir)/$$file \
147            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
148            || cp -p $$d/$$file $(distdir)/$$file || :; \
149          fi; \
150        done
151info-am:
152info: info-am
153dvi-am:
154dvi: dvi-am
155check-am: all-am
156check: check-am
157installcheck-am:
158installcheck: installcheck-am
159install-exec-am:
160install-exec: install-exec-am
161
162install-data-am: install-RPM_SPECSDATA
163install-data: install-data-am
164
165install-am: all-am
166        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167install: install-am
168uninstall-am: uninstall-RPM_SPECSDATA
169uninstall: uninstall-am
170all-am: Makefile $(DATA)
171all-redirect: all-am
172install-strip:
173        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
174installdirs:
175        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
176
177
178mostlyclean-generic:
179
180clean-generic:
181        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
182
183distclean-generic:
184        -rm -f Makefile $(CONFIG_CLEAN_FILES)
185        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
186
187maintainer-clean-generic:
188mostlyclean-am:  mostlyclean-generic
189
190mostlyclean: mostlyclean-am
191
192clean-am:  clean-generic mostlyclean-am
193
194clean: clean-am
195
196distclean-am:  distclean-generic clean-am
197
198distclean: distclean-am
199
200maintainer-clean-am:  maintainer-clean-generic distclean-am
201        @echo "This command is intended for maintainers to use;"
202        @echo "it deletes files that may require special tools to rebuild."
203
204maintainer-clean: maintainer-clean-am
205
206.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
207info-am info dvi-am dvi check check-am installcheck-am installcheck \
208install-exec-am install-exec install-data-am install-data install-am \
209install uninstall-am uninstall all-redirect all-am all installdirs \
210mostlyclean-generic distclean-generic clean-generic \
211maintainer-clean-generic clean mostlyclean distclean maintainer-clean
212
213
214i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
215        $(MKGDBSPEC) -cfg ../setup.cache -o . i386-rtems
216
217sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
218        $(MKGDBSPEC) -cfg ../setup.cache -o . sh-rtems
219
220powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
221        $(MKGDBSPEC) -cfg ../setup.cache -o . powerpc-rtems
222
223sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
224        $(MKGDBSPEC) -cfg ../setup.cache -o . sparc-rtems
225
226m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
227        $(MKGDBSPEC) -cfg ../setup.cache -o . m68k-rtems
228
229mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
230        $(MKGDBSPEC) -cfg ../setup.cache -o . mips64orion-rtems
231
232i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
233        $(MKGDBSPEC) -cfg ../setup.cache -o . i960-rtems
234
235hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
236        $(MKGDBSPEC) -cfg ../setup.cache -o . hppa1.1-rtems
237
238# Tell versions [3.59,3.63) of GNU make to not export all variables.
239# Otherwise a system limit (for SysV at least) may be exceeded.
240.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.