OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts-ada/] [gdb/] [Makefile.in] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = ..
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
 
63
EXEEXT = @EXEEXT@
64
OBJEXT = @OBJEXT@
65
PATH_SEPARATOR = @PATH_SEPARATOR@
66
AMTAR = @AMTAR@
67
AWK = @AWK@
68
BINUTILSVERS = @BINUTILSVERS@
69
BSPVERS = @BSPVERS@
70
DEPDIR = @DEPDIR@
71
GDBVERS = @GDBVERS@
72
GNATNEWLIBVERS = @GNATNEWLIBVERS@
73
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74
PACKAGE = @PACKAGE@
75
RPM_SPECSdir = @RPM_SPECSdir@
76
RTEMS_VERSION = @RTEMS_VERSION@
77
STRIP = @STRIP@
78
VERSION = @VERSION@
79
am__include = @am__include@
80
am__quote = @am__quote@
81
install_sh = @install_sh@
82
 
83
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
84
 
85
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
86
    $(top_builddir)/setup.cache
87
 
88
 
89
TEMPLATES = gdb.spec.in
90
 
91
RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
92
 
93
noinst_DATA = $(TEMPLATES)
94
 
95
EXTRA_DIST = $(TEMPLATES)
96
 
97
CLEANFILES = $(RPM_SPECS_DATA)
98
 
99
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
100
subdir = gdb
101
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102
CONFIG_CLEAN_FILES =
103
DIST_SOURCES =
104
DATA = $(RPM_SPECS_DATA) $(noinst_DATA)
105
 
106
DIST_COMMON = Makefile.am Makefile.in
107
all: all-am
108
 
109
.SUFFIXES:
110
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
111
        cd $(top_srcdir) && \
112
          $(AUTOMAKE) --foreign  gdb/Makefile
113
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
114
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115
uninstall-info-am:
116
RPM_SPECSDATA_INSTALL = $(INSTALL_DATA)
117
install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
118
        @$(NORMAL_INSTALL)
119
        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
120
        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
121
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
122
          f="`echo $$p | sed -e 's|^.*/||'`"; \
123
          echo " $(RPM_SPECSDATA_INSTALL) $$d$$p $(DESTDIR)$(RPM_SPECSdir)/$$f"; \
124
          $(RPM_SPECSDATA_INSTALL) $$d$$p $(DESTDIR)$(RPM_SPECSdir)/$$f; \
125
        done
126
 
127
uninstall-RPM_SPECSDATA:
128
        @$(NORMAL_UNINSTALL)
129
        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
130
          f="`echo $$p | sed -e 's|^.*/||'`"; \
131
          echo " rm -f $(DESTDIR)$(RPM_SPECSdir)/$$f"; \
132
          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$f; \
133
        done
134
tags: TAGS
135
TAGS:
136
 
137
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
 
139
top_distdir = ..
140
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
141
 
142
distdir: $(DISTFILES)
143
        @list='$(DISTFILES)'; for file in $$list; do \
144
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
145
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
146
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
147
            dir="/$$dir"; \
148
            $(mkinstalldirs) "$(distdir)$$dir"; \
149
          else \
150
            dir=''; \
151
          fi; \
152
          if test -d $$d/$$file; then \
153
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
154
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
155
            fi; \
156
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
157
          else \
158
            test -f $(distdir)/$$file \
159
            || cp -p $$d/$$file $(distdir)/$$file \
160
            || exit 1; \
161
          fi; \
162
        done
163
check-am: all-am
164
check: check-am
165
all-am: Makefile $(DATA)
166
 
167
installdirs:
168
        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
169
 
170
install: install-am
171
install-exec: install-exec-am
172
install-data: install-data-am
173
uninstall: uninstall-am
174
 
175
install-am: all-am
176
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177
 
178
installcheck: installcheck-am
179
install-strip:
180
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
181
          INSTALL_STRIP_FLAG=-s \
182
          `test -z '$(STRIP)' || \
183
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184
mostlyclean-generic:
185
 
186
clean-generic:
187
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
188
 
189
distclean-generic:
190
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
191
 
192
maintainer-clean-generic:
193
        @echo "This command is intended for maintainers to use"
194
        @echo "it deletes files that may require special tools to rebuild."
195
clean: clean-am
196
 
197
clean-am: clean-generic clean-local mostlyclean-am
198
 
199
distclean: distclean-am
200
 
201
distclean-am: clean-am distclean-generic distclean-local
202
 
203
dvi: dvi-am
204
 
205
dvi-am:
206
 
207
info: info-am
208
 
209
info-am:
210
 
211
install-data-am: install-RPM_SPECSDATA
212
 
213
install-exec-am:
214
 
215
install-info: install-info-am
216
 
217
install-man:
218
 
219
installcheck-am:
220
 
221
maintainer-clean: maintainer-clean-am
222
 
223
maintainer-clean-am: distclean-am maintainer-clean-generic
224
 
225
mostlyclean: mostlyclean-am
226
 
227
mostlyclean-am: mostlyclean-generic
228
 
229
uninstall-am: uninstall-RPM_SPECSDATA uninstall-info-am
230
 
231
.PHONY: all all-am check check-am clean clean-generic clean-local \
232
        distclean distclean-generic distclean-local distdir dvi dvi-am \
233
        info info-am install install-RPM_SPECSDATA install-am \
234
        install-data install-data-am install-exec install-exec-am \
235
        install-info install-info-am install-man install-strip \
236
        installcheck installcheck-am installdirs maintainer-clean \
237
        maintainer-clean-generic mostlyclean mostlyclean-generic \
238
        uninstall uninstall-RPM_SPECSDATA uninstall-am \
239
        uninstall-info-am
240
 
241
 
242
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
243
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
244
 
245
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
246
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
247
 
248
debug:
249
        @echo
250
        @echo "\"make debug\" is obsolete, instead use:"
251
        @echo " make VARIANT=DEBUG"
252
        @echo
253
 
254
.PHONY: debug
255
 
256
profile:
257
        @echo
258
        @echo "\"make profile\" is obsolete, instead use:"
259
        @echo " make VARIANT=PROFILE"
260
        @echo
261
 
262
.PHONY: profile
263
 
264
preinstall-am: $(PREINSTALL_FILES)
265
preinstall: preinstall-am
266
.PHONY: preinstall preinstall-am
267
 
268
depend-am:
269
depend: depend-am
270
.PHONY: depend depend-am
271
 
272
${ARCH}:
273
        mkdir ${ARCH}
274
 
275
clean-local:
276
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
277
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
278
 
279
distclean-local:
280
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
281
# Tell versions [3.59,3.63) of GNU make to not export all variables.
282
# Otherwise a system limit (for SysV at least) may be exceeded.
283
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.