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

Subversion Repositories or1k

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

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
MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec
84
 
85
MKGNATNEWLIBSPEC_DEPS = $(top_builddir)/mkgnatnewlibspec gnatnewlib.spec.in \
86
    $(top_builddir)/setup.cache
87
 
88
 
89
TEMPLATES = gnatnewlib.spec.in
90
 
91
RPM_SPECS_DATA = \
92
    i386-rtemscoff-$(GNATNEWLIBVERS).spec \
93
    powerpc-rtems-$(GNATNEWLIBVERS).spec \
94
    sparc-rtems-$(GNATNEWLIBVERS).spec
95
 
96
 
97
noinst_DATA = $(TEMPLATES)
98
 
99
EXTRA_DIST = $(TEMPLATES)
100
 
101
CLEANFILES = $(RPM_SPECS_DATA)
102
 
103
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
104
subdir = gnatnewlib
105
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106
CONFIG_CLEAN_FILES =
107
DIST_SOURCES =
108
DATA = $(RPM_SPECS_DATA) $(noinst_DATA)
109
 
110
DIST_COMMON = Makefile.am Makefile.in
111
all: all-am
112
 
113
.SUFFIXES:
114
$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
115
        cd $(top_srcdir) && \
116
          $(AUTOMAKE) --foreign  gnatnewlib/Makefile
117
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
118
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
119
uninstall-info-am:
120
RPM_SPECSDATA_INSTALL = $(INSTALL_DATA)
121
install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
122
        @$(NORMAL_INSTALL)
123
        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
124
        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
125
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
126
          f="`echo $$p | sed -e 's|^.*/||'`"; \
127
          echo " $(RPM_SPECSDATA_INSTALL) $$d$$p $(DESTDIR)$(RPM_SPECSdir)/$$f"; \
128
          $(RPM_SPECSDATA_INSTALL) $$d$$p $(DESTDIR)$(RPM_SPECSdir)/$$f; \
129
        done
130
 
131
uninstall-RPM_SPECSDATA:
132
        @$(NORMAL_UNINSTALL)
133
        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
134
          f="`echo $$p | sed -e 's|^.*/||'`"; \
135
          echo " rm -f $(DESTDIR)$(RPM_SPECSdir)/$$f"; \
136
          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$f; \
137
        done
138
tags: TAGS
139
TAGS:
140
 
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142
 
143
top_distdir = ..
144
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
145
 
146
distdir: $(DISTFILES)
147
        @list='$(DISTFILES)'; for file in $$list; do \
148
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
149
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
150
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
151
            dir="/$$dir"; \
152
            $(mkinstalldirs) "$(distdir)$$dir"; \
153
          else \
154
            dir=''; \
155
          fi; \
156
          if test -d $$d/$$file; then \
157
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
158
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
159
            fi; \
160
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
161
          else \
162
            test -f $(distdir)/$$file \
163
            || cp -p $$d/$$file $(distdir)/$$file \
164
            || exit 1; \
165
          fi; \
166
        done
167
check-am: all-am
168
check: check-am
169
all-am: Makefile $(DATA)
170
 
171
installdirs:
172
        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
173
 
174
install: install-am
175
install-exec: install-exec-am
176
install-data: install-data-am
177
uninstall: uninstall-am
178
 
179
install-am: all-am
180
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
181
 
182
installcheck: installcheck-am
183
install-strip:
184
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
185
          INSTALL_STRIP_FLAG=-s \
186
          `test -z '$(STRIP)' || \
187
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
188
mostlyclean-generic:
189
 
190
clean-generic:
191
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
192
 
193
distclean-generic:
194
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
195
 
196
maintainer-clean-generic:
197
        @echo "This command is intended for maintainers to use"
198
        @echo "it deletes files that may require special tools to rebuild."
199
clean: clean-am
200
 
201
clean-am: clean-generic clean-local mostlyclean-am
202
 
203
distclean: distclean-am
204
 
205
distclean-am: clean-am distclean-generic distclean-local
206
 
207
dvi: dvi-am
208
 
209
dvi-am:
210
 
211
info: info-am
212
 
213
info-am:
214
 
215
install-data-am: install-RPM_SPECSDATA
216
 
217
install-exec-am:
218
 
219
install-info: install-info-am
220
 
221
install-man:
222
 
223
installcheck-am:
224
 
225
maintainer-clean: maintainer-clean-am
226
 
227
maintainer-clean-am: distclean-am maintainer-clean-generic
228
 
229
mostlyclean: mostlyclean-am
230
 
231
mostlyclean-am: mostlyclean-generic
232
 
233
uninstall-am: uninstall-RPM_SPECSDATA uninstall-info-am
234
 
235
.PHONY: all all-am check check-am clean clean-generic clean-local \
236
        distclean distclean-generic distclean-local distdir dvi dvi-am \
237
        info info-am install install-RPM_SPECSDATA install-am \
238
        install-data install-data-am install-exec install-exec-am \
239
        install-info install-info-am install-man install-strip \
240
        installcheck installcheck-am installdirs maintainer-clean \
241
        maintainer-clean-generic mostlyclean mostlyclean-generic \
242
        uninstall uninstall-RPM_SPECSDATA uninstall-am \
243
        uninstall-info-am
244
 
245
 
246
i386-rtemscoff-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
247
        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtemscoff
248
 
249
powerpc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
250
        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
251
 
252
sparc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
253
        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
254
 
255
debug:
256
        @echo
257
        @echo "\"make debug\" is obsolete, instead use:"
258
        @echo " make VARIANT=DEBUG"
259
        @echo
260
 
261
.PHONY: debug
262
 
263
profile:
264
        @echo
265
        @echo "\"make profile\" is obsolete, instead use:"
266
        @echo " make VARIANT=PROFILE"
267
        @echo
268
 
269
.PHONY: profile
270
 
271
preinstall-am: $(PREINSTALL_FILES)
272
preinstall: preinstall-am
273
.PHONY: preinstall preinstall-am
274
 
275
depend-am:
276
depend: depend-am
277
.PHONY: depend depend-am
278
 
279
${ARCH}:
280
        mkdir ${ARCH}
281
 
282
clean-local:
283
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
284
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
285
 
286
distclean-local:
287
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
288
# Tell versions [3.59,3.63) of GNU make to not export all variables.
289
# Otherwise a system limit (for SysV at least) may be exceeded.
290
.NOEXPORT:

powered by: WebSVN 2.1.0

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