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

Subversion Repositories or1k

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

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
@INLINE_TRUE@include_rtems_score_HEADERS = $(I_FILES)
127
 
128
@INLINE_TRUE@PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
129
@INLINE_TRUE@    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
130
 
131
 
132
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES)
133
 
134
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
135
subdir = score/inline
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 = $(include_rtems_score_HEADERS) Makefile.am Makefile.in
143
all: all-am
144
 
145
.SUFFIXES:
146
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
147
        cd $(top_srcdir) && \
148
          $(AUTOMAKE) --foreign  score/inline/Makefile
149
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
150
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
151
uninstall-info-am:
152
include_rtems_scoreHEADERS_INSTALL = $(INSTALL_HEADER)
153
install-include_rtems_scoreHEADERS: $(include_rtems_score_HEADERS)
154
        @$(NORMAL_INSTALL)
155
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
156
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
157
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
158
          f="`echo $$p | sed -e 's|^.*/||'`"; \
159
          echo " $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
160
          $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f; \
161
        done
162
 
163
uninstall-include_rtems_scoreHEADERS:
164
        @$(NORMAL_UNINSTALL)
165
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
166
          f="`echo $$p | sed -e 's|^.*/||'`"; \
167
          echo " rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
168
          rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f; \
169
        done
170
 
171
ETAGS = etags
172
ETAGSFLAGS =
173
 
174
tags: TAGS
175
 
176
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
177
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
178
        unique=`for i in $$list; do \
179
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180
          done | \
181
          $(AWK) '    { files[$$0] = 1; } \
182
               END { for (i in files) print i; }'`; \
183
        mkid -fID $$unique
184
 
185
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
186
                $(TAGS_FILES) $(LISP)
187
        tags=; \
188
        here=`pwd`; \
189
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
190
        unique=`for i in $$list; do \
191
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192
          done | \
193
          $(AWK) '    { files[$$0] = 1; } \
194
               END { for (i in files) print i; }'`; \
195
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
196
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
197
             $$tags $$unique
198
 
199
GTAGS:
200
        here=`$(am__cd) $(top_builddir) && pwd` \
201
          && cd $(top_srcdir) \
202
          && gtags -i $(GTAGS_ARGS) $$here
203
 
204
distclean-tags:
205
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
206
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207
 
208
top_distdir = ../..
209
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
210
 
211
distdir: $(DISTFILES)
212
        $(mkinstalldirs) $(distdir)/rtems/score
213
        @list='$(DISTFILES)'; for file in $$list; do \
214
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
215
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
216
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
217
            dir="/$$dir"; \
218
            $(mkinstalldirs) "$(distdir)$$dir"; \
219
          else \
220
            dir=''; \
221
          fi; \
222
          if test -d $$d/$$file; then \
223
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
224
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
225
            fi; \
226
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
227
          else \
228
            test -f $(distdir)/$$file \
229
            || cp -p $$d/$$file $(distdir)/$$file \
230
            || exit 1; \
231
          fi; \
232
        done
233
check-am: all-am
234
check: check-am
235
all-am: Makefile $(HEADERS) all-local
236
 
237
installdirs:
238
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
239
 
240
install: install-am
241
install-exec: install-exec-am
242
install-data: install-data-am
243
uninstall: uninstall-am
244
 
245
install-am: all-am
246
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247
 
248
installcheck: installcheck-am
249
install-strip:
250
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
251
          INSTALL_STRIP_FLAG=-s \
252
          `test -z '$(STRIP)' || \
253
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
254
mostlyclean-generic:
255
 
256
clean-generic:
257
 
258
distclean-generic:
259
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
260
 
261
maintainer-clean-generic:
262
        @echo "This command is intended for maintainers to use"
263
        @echo "it deletes files that may require special tools to rebuild."
264
clean: clean-am
265
 
266
clean-am: clean-generic clean-local mostlyclean-am
267
 
268
distclean: distclean-am
269
 
270
distclean-am: clean-am distclean-generic distclean-local distclean-tags
271
 
272
dvi: dvi-am
273
 
274
dvi-am:
275
 
276
info: info-am
277
 
278
info-am:
279
 
280
install-data-am: install-include_rtems_scoreHEADERS
281
 
282
install-exec-am:
283
 
284
install-info: install-info-am
285
 
286
install-man:
287
 
288
installcheck-am:
289
 
290
maintainer-clean: maintainer-clean-am
291
 
292
maintainer-clean-am: distclean-am maintainer-clean-generic
293
 
294
mostlyclean: mostlyclean-am
295
 
296
mostlyclean-am: mostlyclean-generic
297
 
298
uninstall-am: uninstall-include_rtems_scoreHEADERS uninstall-info-am
299
 
300
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
301
        clean-local distclean distclean-generic distclean-local \
302
        distclean-tags distdir dvi dvi-am info info-am install \
303
        install-am install-data install-data-am install-exec \
304
        install-exec-am install-include_rtems_scoreHEADERS install-info \
305
        install-info-am install-man install-strip installcheck \
306
        installcheck-am installdirs maintainer-clean \
307
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
308
        uninstall uninstall-am uninstall-include_rtems_scoreHEADERS \
309
        uninstall-info-am
310
 
311
 
312
$(PROJECT_INCLUDE)/%: %
313
        $(INSTALL_DATA) $< $@
314
 
315
$(PROJECT_INCLUDE)/rtems/score:
316
        @$(mkinstalldirs) $@
317
 
318
all-local: $(PREINSTALL_FILES)
319
 
320
debug:
321
        @echo
322
        @echo "\"make debug\" is obsolete, instead use:"
323
        @echo " make VARIANT=DEBUG"
324
        @echo
325
 
326
.PHONY: debug
327
 
328
profile:
329
        @echo
330
        @echo "\"make profile\" is obsolete, instead use:"
331
        @echo " make VARIANT=PROFILE"
332
        @echo
333
 
334
.PHONY: profile
335
 
336
preinstall-am: $(PREINSTALL_FILES)
337
preinstall: preinstall-am
338
.PHONY: preinstall preinstall-am
339
 
340
depend-am:
341
depend: depend-am
342
.PHONY: depend depend-am
343
 
344
${ARCH}:
345
        mkdir ${ARCH}
346
 
347
clean-local:
348
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
349
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
350
 
351
distclean-local:
352
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
353
# Tell versions [3.59,3.63) of GNU make to not export all variables.
354
# Otherwise a system limit (for SysV at least) may be exceeded.
355
.NOEXPORT:

powered by: WebSVN 2.1.0

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