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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [include/] [Makefile.in] - Blame information for rev 1780

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_rtemsdir = $(includedir)/rtems
111
 
112
include_rtems_HEADERS = rtems/debug.h rtems/system.h rtems/seterr.h
113
 
114
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
115
    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)\
116
$(PROJECT_INCLUDE)/rtems/score \
117
    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
118
 
119
 
120
include_rtems_scoredir = $(includedir)/rtems/score
121
 
122
# We only build multiprocessing related files if HAS_MP was defined
123
MP_H_FILES = rtems/score/mpci.h rtems/score/mppkt.h rtems/score/objectmp.h \
124
    rtems/score/threadmp.h
125
 
126
 
127
# H_FILES that get installed in the rtems/score subdirectoy
128
STD_H_FILES = rtems/score/address.h rtems/score/apiext.h \
129
    rtems/score/apimutex.h \
130
    rtems/score/bitfield.h rtems/score/chain.h rtems/score/context.h \
131
    rtems/score/copyrt.h rtems/score/coremsg.h rtems/score/coremutex.h \
132
    rtems/score/coresem.h rtems/score/heap.h rtems/score/interr.h \
133
    rtems/score/isr.h rtems/score/object.h rtems/score/priority.h \
134
    rtems/score/stack.h rtems/score/states.h rtems/score/sysstate.h \
135
    rtems/score/thread.h rtems/score/threadq.h rtems/score/tod.h \
136
    rtems/score/tqdata.h rtems/score/userext.h rtems/score/watchdog.h \
137
    rtems/score/wkspace.h
138
 
139
 
140
@HAS_MP_TRUE@include_rtems_score_HEADERS = $(STD_H_FILES) $(MP_H_FILES) rtems/score/cpuopts.h
141
@HAS_MP_FALSE@include_rtems_score_HEADERS = $(STD_H_FILES) rtems/score/cpuopts.h
142
 
143
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
144
subdir = score/include
145
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
146
CONFIG_HEADER = $(top_builddir)/score/include/rtems/score/cpuopts-tmp.h
147
CONFIG_CLEAN_FILES =
148
DIST_SOURCES =
149
HEADERS = $(include_rtems_HEADERS) $(include_rtems_score_HEADERS)
150
 
151
DIST_COMMON = $(include_rtems_HEADERS) $(include_rtems_score_HEADERS) \
152
        Makefile.am Makefile.in
153
all: all-am
154
 
155
.SUFFIXES:
156
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
157
        cd $(top_srcdir) && \
158
          $(AUTOMAKE) --foreign  score/include/Makefile
159
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
160
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
161
uninstall-info-am:
162
include_rtemsHEADERS_INSTALL = $(INSTALL_HEADER)
163
install-include_rtemsHEADERS: $(include_rtems_HEADERS)
164
        @$(NORMAL_INSTALL)
165
        $(mkinstalldirs) $(DESTDIR)$(include_rtemsdir)
166
        @list='$(include_rtems_HEADERS)'; for p in $$list; do \
167
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
168
          f="`echo $$p | sed -e 's|^.*/||'`"; \
169
          echo " $(include_rtemsHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtemsdir)/$$f"; \
170
          $(include_rtemsHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtemsdir)/$$f; \
171
        done
172
 
173
uninstall-include_rtemsHEADERS:
174
        @$(NORMAL_UNINSTALL)
175
        @list='$(include_rtems_HEADERS)'; for p in $$list; do \
176
          f="`echo $$p | sed -e 's|^.*/||'`"; \
177
          echo " rm -f $(DESTDIR)$(include_rtemsdir)/$$f"; \
178
          rm -f $(DESTDIR)$(include_rtemsdir)/$$f; \
179
        done
180
include_rtems_scoreHEADERS_INSTALL = $(INSTALL_HEADER)
181
install-include_rtems_scoreHEADERS: $(include_rtems_score_HEADERS)
182
        @$(NORMAL_INSTALL)
183
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
184
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
185
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
186
          f="`echo $$p | sed -e 's|^.*/||'`"; \
187
          echo " $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
188
          $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f; \
189
        done
190
 
191
uninstall-include_rtems_scoreHEADERS:
192
        @$(NORMAL_UNINSTALL)
193
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
194
          f="`echo $$p | sed -e 's|^.*/||'`"; \
195
          echo " rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
196
          rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f; \
197
        done
198
 
199
ETAGS = etags
200
ETAGSFLAGS =
201
 
202
tags: TAGS
203
 
204
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
205
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
206
        unique=`for i in $$list; do \
207
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208
          done | \
209
          $(AWK) '    { files[$$0] = 1; } \
210
               END { for (i in files) print i; }'`; \
211
        mkid -fID $$unique
212
 
213
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
214
                $(TAGS_FILES) $(LISP)
215
        tags=; \
216
        here=`pwd`; \
217
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
218
        unique=`for i in $$list; do \
219
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220
          done | \
221
          $(AWK) '    { files[$$0] = 1; } \
222
               END { for (i in files) print i; }'`; \
223
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
224
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
225
             $$tags $$unique
226
 
227
GTAGS:
228
        here=`$(am__cd) $(top_builddir) && pwd` \
229
          && cd $(top_srcdir) \
230
          && gtags -i $(GTAGS_ARGS) $$here
231
 
232
distclean-tags:
233
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
234
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235
 
236
top_distdir = ../..
237
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
238
 
239
distdir: $(DISTFILES)
240
        $(mkinstalldirs) $(distdir)/rtems $(distdir)/rtems/score
241
        @list='$(DISTFILES)'; for file in $$list; do \
242
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
243
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
244
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
245
            dir="/$$dir"; \
246
            $(mkinstalldirs) "$(distdir)$$dir"; \
247
          else \
248
            dir=''; \
249
          fi; \
250
          if test -d $$d/$$file; then \
251
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
252
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
253
            fi; \
254
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
255
          else \
256
            test -f $(distdir)/$$file \
257
            || cp -p $$d/$$file $(distdir)/$$file \
258
            || exit 1; \
259
          fi; \
260
        done
261
check-am: all-am
262
check: check-am
263
all-am: Makefile $(HEADERS) all-local
264
 
265
installdirs:
266
        $(mkinstalldirs) $(DESTDIR)$(include_rtemsdir) $(DESTDIR)$(include_rtems_scoredir)
267
 
268
install: install-am
269
install-exec: install-exec-am
270
install-data: install-data-am
271
uninstall: uninstall-am
272
 
273
install-am: all-am
274
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275
 
276
installcheck: installcheck-am
277
install-strip:
278
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
279
          INSTALL_STRIP_FLAG=-s \
280
          `test -z '$(STRIP)' || \
281
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
282
mostlyclean-generic:
283
 
284
clean-generic:
285
 
286
distclean-generic:
287
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
288
 
289
maintainer-clean-generic:
290
        @echo "This command is intended for maintainers to use"
291
        @echo "it deletes files that may require special tools to rebuild."
292
clean: clean-am
293
 
294
clean-am: clean-generic clean-local mostlyclean-am
295
 
296
distclean: distclean-am
297
 
298
distclean-am: clean-am distclean-generic distclean-local distclean-tags
299
 
300
dvi: dvi-am
301
 
302
dvi-am:
303
 
304
info: info-am
305
 
306
info-am:
307
 
308
install-data-am: install-include_rtemsHEADERS \
309
        install-include_rtems_scoreHEADERS
310
 
311
install-exec-am:
312
 
313
install-info: install-info-am
314
 
315
install-man:
316
 
317
installcheck-am:
318
 
319
maintainer-clean: maintainer-clean-am
320
 
321
maintainer-clean-am: distclean-am maintainer-clean-generic
322
 
323
mostlyclean: mostlyclean-am
324
 
325
mostlyclean-am: mostlyclean-generic
326
 
327
uninstall-am: uninstall-include_rtemsHEADERS \
328
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
329
 
330
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
331
        clean-local distclean distclean-generic distclean-local \
332
        distclean-tags distdir dvi dvi-am info info-am install \
333
        install-am install-data install-data-am install-exec \
334
        install-exec-am install-include_rtemsHEADERS \
335
        install-include_rtems_scoreHEADERS install-info install-info-am \
336
        install-man install-strip installcheck installcheck-am \
337
        installdirs maintainer-clean maintainer-clean-generic \
338
        mostlyclean mostlyclean-generic tags uninstall uninstall-am \
339
        uninstall-include_rtemsHEADERS \
340
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
341
 
342
 
343
$(PROJECT_INCLUDE)/%: %
344
        $(INSTALL_DATA) $< $@
345
 
346
$(PROJECT_INCLUDE)/rtems:
347
        @$(mkinstalldirs) $@
348
 
349
$(PROJECT_INCLUDE)/rtems/score:
350
        @$(mkinstalldirs) $@
351
 
352
# make the cpu dependent options file
353
# FIXME: We are exporting a config-header here, which is a bad idea in
354
# general
355
rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
356
        @echo "/* target cpu dependent options file */"        >$@
357
        @echo "/* automatically generated -- DO NOT EDIT!! */" >>$@
358
        @echo                                                  >>$@
359
        @echo "#ifndef __CPU_OPTIONS_h"                        >>$@
360
        @echo "#define __CPU_OPTIONS_h"                        >>$@
361
        @echo                                                  >>$@
362
        @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
363
        @echo                                                  >>$@
364
        @echo "#endif"                                         >>$@
365
 
366
all-local: $(PREINSTALL_FILES)
367
 
368
debug:
369
        @echo
370
        @echo "\"make debug\" is obsolete, instead use:"
371
        @echo " make VARIANT=DEBUG"
372
        @echo
373
 
374
.PHONY: debug
375
 
376
profile:
377
        @echo
378
        @echo "\"make profile\" is obsolete, instead use:"
379
        @echo " make VARIANT=PROFILE"
380
        @echo
381
 
382
.PHONY: profile
383
 
384
preinstall-am: $(PREINSTALL_FILES)
385
preinstall: preinstall-am
386
.PHONY: preinstall preinstall-am
387
 
388
depend-am:
389
depend: depend-am
390
.PHONY: depend depend-am
391
 
392
${ARCH}:
393
        mkdir ${ARCH}
394
 
395
clean-local:
396
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
397
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
398
 
399
distclean-local:
400
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
401
# Tell versions [3.59,3.63) of GNU make to not export all variables.
402
# Otherwise a system limit (for SysV at least) may be exceeded.
403
.NOEXPORT:

powered by: WebSVN 2.1.0

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