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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts/] [cpukit/] [Makefile.in] - Blame information for rev 1774

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

powered by: WebSVN 2.1.0

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