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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [macros/] [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
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_ITRON_API = @HAS_ITRON_API@
79
HAS_NETWORKING = @HAS_NETWORKING@
80
HAS_POSIX_API = @HAS_POSIX_API@
81
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82
MAINT = @MAINT@
83
MAKE = @MAKE@
84
MULTIBUILDTOP = @MULTIBUILDTOP@
85
MULTISUBDIR = @MULTISUBDIR@
86
PACKAGE = @PACKAGE@
87
PROJECT_INCLUDE = @PROJECT_INCLUDE@
88
PROJECT_ROOT = @PROJECT_ROOT@
89
PROJECT_TOPdir = @PROJECT_TOPdir@
90
RANLIB = @RANLIB@
91
RTEMS_BSP = @RTEMS_BSP@
92
RTEMS_CPU = @RTEMS_CPU@
93
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
94
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
95
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
96
RTEMS_HOST = @RTEMS_HOST@
97
RTEMS_ROOT = @RTEMS_ROOT@
98
RTEMS_TOPdir = @RTEMS_TOPdir@
99
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
100
RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
101
RTEMS_VERSION = @RTEMS_VERSION@
102
STRIP = @STRIP@
103
VERSION = @VERSION@
104
am__include = @am__include@
105
am__quote = @am__quote@
106
install_sh = @install_sh@
107
multilib_basedir = @multilib_basedir@
108
project_libdir = @project_libdir@
109
 
110
include_rtems_scoredir = $(includedir)/rtems/score
111
 
112
MP_I_FILES = rtems/score/mppkt.inl rtems/score/objectmp.inl rtems/score/threadmp.inl
113
 
114
STD_I_FILES = rtems/score/address.inl rtems/score/chain.inl \
115
    rtems/score/coremsg.inl rtems/score/coremutex.inl rtems/score/coresem.inl \
116
    rtems/score/heap.inl rtems/score/isr.inl rtems/score/object.inl \
117
    rtems/score/priority.inl rtems/score/stack.inl rtems/score/states.inl \
118
    rtems/score/sysstate.inl rtems/score/thread.inl rtems/score/tod.inl \
119
    rtems/score/tqdata.inl rtems/score/userext.inl rtems/score/watchdog.inl \
120
    rtems/score/wkspace.inl
121
 
122
 
123
@HAS_MP_TRUE@I_FILES = $(STD_I_FILES) $(MP_I_FILES)
124
@HAS_MP_FALSE@I_FILES = $(STD_I_FILES)
125
 
126
@MACROS_TRUE@include_rtems_score_HEADERS = $(I_FILES)
127
 
128
@MACROS_TRUE@PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
129
@MACROS_TRUE@    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
130
 
131
 
132
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES) README
133
 
134
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
135
subdir = score/macros
136
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
137
CONFIG_HEADER = $(top_builddir)/score/include/rtems/score/cpuopts-tmp.h
138
CONFIG_CLEAN_FILES =
139
DIST_SOURCES =
140
HEADERS = $(include_rtems_score_HEADERS)
141
 
142
DIST_COMMON = README $(include_rtems_score_HEADERS) Makefile.am \
143
        Makefile.in
144
all: all-am
145
 
146
.SUFFIXES:
147
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
148
        cd $(top_srcdir) && \
149
          $(AUTOMAKE) --foreign  score/macros/Makefile
150
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
151
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
152
uninstall-info-am:
153
include_rtems_scoreHEADERS_INSTALL = $(INSTALL_HEADER)
154
install-include_rtems_scoreHEADERS: $(include_rtems_score_HEADERS)
155
        @$(NORMAL_INSTALL)
156
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
157
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
158
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
159
          f="`echo $$p | sed -e 's|^.*/||'`"; \
160
          echo " $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
161
          $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f; \
162
        done
163
 
164
uninstall-include_rtems_scoreHEADERS:
165
        @$(NORMAL_UNINSTALL)
166
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
167
          f="`echo $$p | sed -e 's|^.*/||'`"; \
168
          echo " rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
169
          rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f; \
170
        done
171
 
172
ETAGS = etags
173
ETAGSFLAGS =
174
 
175
tags: TAGS
176
 
177
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
178
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
179
        unique=`for i in $$list; do \
180
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181
          done | \
182
          $(AWK) '    { files[$$0] = 1; } \
183
               END { for (i in files) print i; }'`; \
184
        mkid -fID $$unique
185
 
186
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
187
                $(TAGS_FILES) $(LISP)
188
        tags=; \
189
        here=`pwd`; \
190
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
191
        unique=`for i in $$list; do \
192
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193
          done | \
194
          $(AWK) '    { files[$$0] = 1; } \
195
               END { for (i in files) print i; }'`; \
196
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
197
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
198
             $$tags $$unique
199
 
200
GTAGS:
201
        here=`$(am__cd) $(top_builddir) && pwd` \
202
          && cd $(top_srcdir) \
203
          && gtags -i $(GTAGS_ARGS) $$here
204
 
205
distclean-tags:
206
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
207
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208
 
209
top_distdir = ../..
210
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
211
 
212
distdir: $(DISTFILES)
213
        $(mkinstalldirs) $(distdir)/rtems/score
214
        @list='$(DISTFILES)'; for file in $$list; do \
215
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
216
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
217
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
218
            dir="/$$dir"; \
219
            $(mkinstalldirs) "$(distdir)$$dir"; \
220
          else \
221
            dir=''; \
222
          fi; \
223
          if test -d $$d/$$file; then \
224
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
225
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
226
            fi; \
227
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
228
          else \
229
            test -f $(distdir)/$$file \
230
            || cp -p $$d/$$file $(distdir)/$$file \
231
            || exit 1; \
232
          fi; \
233
        done
234
check-am: all-am
235
check: check-am
236
all-am: Makefile $(HEADERS) all-local
237
 
238
installdirs:
239
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
240
 
241
install: install-am
242
install-exec: install-exec-am
243
install-data: install-data-am
244
uninstall: uninstall-am
245
 
246
install-am: all-am
247
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248
 
249
installcheck: installcheck-am
250
install-strip:
251
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
252
          INSTALL_STRIP_FLAG=-s \
253
          `test -z '$(STRIP)' || \
254
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
255
mostlyclean-generic:
256
 
257
clean-generic:
258
 
259
distclean-generic:
260
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
261
 
262
maintainer-clean-generic:
263
        @echo "This command is intended for maintainers to use"
264
        @echo "it deletes files that may require special tools to rebuild."
265
clean: clean-am
266
 
267
clean-am: clean-generic clean-local mostlyclean-am
268
 
269
distclean: distclean-am
270
 
271
distclean-am: clean-am distclean-generic distclean-local distclean-tags
272
 
273
dvi: dvi-am
274
 
275
dvi-am:
276
 
277
info: info-am
278
 
279
info-am:
280
 
281
install-data-am: install-include_rtems_scoreHEADERS
282
 
283
install-exec-am:
284
 
285
install-info: install-info-am
286
 
287
install-man:
288
 
289
installcheck-am:
290
 
291
maintainer-clean: maintainer-clean-am
292
 
293
maintainer-clean-am: distclean-am maintainer-clean-generic
294
 
295
mostlyclean: mostlyclean-am
296
 
297
mostlyclean-am: mostlyclean-generic
298
 
299
uninstall-am: uninstall-include_rtems_scoreHEADERS uninstall-info-am
300
 
301
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
302
        clean-local distclean distclean-generic distclean-local \
303
        distclean-tags distdir dvi dvi-am info info-am install \
304
        install-am install-data install-data-am install-exec \
305
        install-exec-am install-include_rtems_scoreHEADERS install-info \
306
        install-info-am install-man install-strip installcheck \
307
        installcheck-am installdirs maintainer-clean \
308
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
309
        uninstall uninstall-am uninstall-include_rtems_scoreHEADERS \
310
        uninstall-info-am
311
 
312
 
313
$(PROJECT_INCLUDE)/%: %
314
        $(INSTALL_DATA) $< $@
315
 
316
$(PROJECT_INCLUDE)/rtems/score:
317
        @$(mkinstalldirs) $@
318
 
319
all-local: $(PREINSTALL_FILES)
320
 
321
debug:
322
        @echo
323
        @echo "\"make debug\" is obsolete, instead use:"
324
        @echo " make VARIANT=DEBUG"
325
        @echo
326
 
327
.PHONY: debug
328
 
329
profile:
330
        @echo
331
        @echo "\"make profile\" is obsolete, instead use:"
332
        @echo " make VARIANT=PROFILE"
333
        @echo
334
 
335
.PHONY: profile
336
 
337
preinstall-am: $(PREINSTALL_FILES)
338
preinstall: preinstall-am
339
.PHONY: preinstall preinstall-am
340
 
341
depend-am:
342
depend: depend-am
343
.PHONY: depend depend-am
344
 
345
${ARCH}:
346
        mkdir ${ARCH}
347
 
348
clean-local:
349
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
350
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
351
 
352
distclean-local:
353
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
354
# Tell versions [3.59,3.63) of GNU make to not export all variables.
355
# Otherwise a system limit (for SysV at least) may be exceeded.
356
.NOEXPORT:

powered by: WebSVN 2.1.0

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