source: rtems/c/src/exec/score/macros/rtems/score/Makefile.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 7.2 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13#
14# $Id$
15#
16
17
18
19SHELL = @SHELL@
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24prefix = @prefix@
25exec_prefix = @exec_prefix@
26
27bindir = @bindir@
28sbindir = @sbindir@
29libexecdir = @libexecdir@
30datadir = @datadir@
31sysconfdir = @sysconfdir@
32sharedstatedir = @sharedstatedir@
33localstatedir = @localstatedir@
34libdir = @libdir@
35infodir = @infodir@
36mandir = @mandir@
37includedir = @includedir@
38oldincludedir = /usr/include
39
40DESTDIR =
41
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = ../../../..
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57transform = @program_transform_name@
58
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_alias = @build_alias@
66build_triplet = @build@
67host_alias = @host_alias@
68host_triplet = @host@
69target_alias = @target_alias@
70target_triplet = @target@
71CC = @CC@
72CC_FOR_TARGET = @CC_FOR_TARGET@
73CPP = @CPP@
74GCCSED = @GCCSED@
75HAS_MP = @HAS_MP@
76HAS_POSIX_API = @HAS_POSIX_API@
77INSTALL_CHANGE = @INSTALL_CHANGE@
78MAINT = @MAINT@
79MAKEINFO = @MAKEINFO@
80PACKAGE = @PACKAGE@
81PACKHEX = @PACKHEX@
82PROJECT_INCLUDE = @PROJECT_INCLUDE@
83PROJECT_ROOT = @PROJECT_ROOT@
84RTEMS_BSP = @RTEMS_BSP@
85RTEMS_CPU = @RTEMS_CPU@
86RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
87RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
88RTEMS_HOST = @RTEMS_HOST@
89RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
90RTEMS_ROOT = @RTEMS_ROOT@
91RTEMS_TOPdir = @RTEMS_TOPdir@
92RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
93RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
94RTEMS_VERSION = @RTEMS_VERSION@
95VERSION = @VERSION@
96
97AUTOMAKE_OPTIONS = foreign 1.4
98
99EXTRA_DIST = README
100
101# We only build multiprocessing related files if HAS_MP was defined
102@MACROS_TRUE@MP_I_PIECES_yes_V = mppkt.inl objectmp.inl threadmp.inl
103@MACROS_TRUE@MP_I_PIECES = $(MP_I_PIECES_$(HAS_MP)_V)
104
105@MACROS_TRUE@I_PIECES = address.inl chain.inl coremsg.inl coremutex.inl coresem.inl heap.inl     isr.inl object.inl priority.inl stack.inl states.inl sysstate.inl     thread.inl tod.inl tqdata.inl userext.inl watchdog.inl wkspace.inl     $(MP_I_PIECES)
106
107@MACROS_TRUE@noinst_HEADERS = $(I_PIECES)
108
109@MACROS_TRUE@TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
110mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
111CONFIG_CLEAN_FILES =
112HEADERS =  $(noinst_HEADERS)
113
114DIST_COMMON =  README Makefile.am Makefile.in
115
116
117DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119TAR = tar
120GZIP_ENV = --best
121all: all-redirect
122.SUFFIXES:
123$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
124        cd $(top_srcdir) && $(AUTOMAKE) --foreign score/macros/rtems/score/Makefile
125
126Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
127        cd $(top_builddir) \
128          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131tags: TAGS
132
133ID: $(HEADERS) $(SOURCES) $(LISP)
134        list='$(SOURCES) $(HEADERS)'; \
135        unique=`for i in $$list; do echo $$i; done | \
136          awk '    { files[$$0] = 1; } \
137               END { for (i in files) print i; }'`; \
138        here=`pwd` && cd $(srcdir) \
139          && mkid -f$$here/ID $$unique $(LISP)
140
141TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
142        tags=; \
143        here=`pwd`; \
144        list='$(SOURCES) $(HEADERS)'; \
145        unique=`for i in $$list; do echo $$i; done | \
146          awk '    { files[$$0] = 1; } \
147               END { for (i in files) print i; }'`; \
148        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
149          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
150
151mostlyclean-tags:
152
153clean-tags:
154
155distclean-tags:
156        -rm -f TAGS ID
157
158maintainer-clean-tags:
159
160distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
161
162subdir = score/macros/rtems/score
163
164distdir: $(DISTFILES)
165        here=`cd $(top_builddir) && pwd`; \
166        top_distdir=`cd $(top_distdir) && pwd`; \
167        distdir=`cd $(distdir) && pwd`; \
168        cd $(top_srcdir) \
169          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign score/macros/rtems/score/Makefile
170        @for file in $(DISTFILES); do \
171          d=$(srcdir); \
172          if test -d $$d/$$file; then \
173            cp -pr $$/$$file $(distdir)/$$file; \
174          else \
175            test -f $(distdir)/$$file \
176            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
177            || cp -p $$d/$$file $(distdir)/$$file || :; \
178          fi; \
179        done
180info-am:
181info: info-am
182dvi-am:
183dvi: dvi-am
184check-am: all-am
185check: check-am
186installcheck-am:
187installcheck: installcheck-am
188install-exec-am:
189install-exec: install-exec-am
190
191install-data-am:
192install-data: install-data-am
193
194install-am: all-am
195        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
196install: install-am
197uninstall-am:
198uninstall: uninstall-am
199all-am: Makefile $(HEADERS)
200all-redirect: all-am
201install-strip:
202        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
203installdirs:
204
205
206mostlyclean-generic:
207
208clean-generic:
209
210distclean-generic:
211        -rm -f Makefile $(CONFIG_CLEAN_FILES)
212        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
213
214maintainer-clean-generic:
215mostlyclean-am:  mostlyclean-tags mostlyclean-generic
216
217mostlyclean: mostlyclean-am
218
219clean-am:  clean-tags clean-generic mostlyclean-am
220
221clean: clean-am
222
223distclean-am:  distclean-tags distclean-generic clean-am
224
225distclean: distclean-am
226
227maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
228                distclean-am
229        @echo "This command is intended for maintainers to use;"
230        @echo "it deletes files that may require special tools to rebuild."
231
232maintainer-clean: maintainer-clean-am
233
234.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
235maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
236installcheck-am installcheck install-exec-am install-exec \
237install-data-am install-data install-am install uninstall-am uninstall \
238all-redirect all-am all installdirs mostlyclean-generic \
239distclean-generic clean-generic maintainer-clean-generic clean \
240mostlyclean distclean maintainer-clean
241
242
243@MACROS_TRUE@$(PROJECT_INCLUDE)/rtems/score:
244@MACROS_TRUE@   @$(mkinstalldirs) $@
245@MACROS_TRUE@$(PROJECT_INCLUDE)/rtems/score/%.inl: %.inl
246@MACROS_TRUE@   $(INSTALL_DATA) $< $@
247
248all-am: $(TMPINSTALL_FILES)
249debug-am: $(TMPINSTALL_FILES)
250profile-am: $(TMPINSTALL_FILES)
251
252debug-am:
253debug: debug-am
254.PHONY: debug debug-am
255
256profile-am:
257profile: profile-am
258.PHONY: profile profile-am
259
260preinstall-am: $(TMPINSTALL_FILES)
261preinstall: preinstall-am
262.PHONY: preinstall preinstall-am
263
264depend-am:
265depend: depend-am
266.PHONY: depend depend-am
267
268# Tell versions [3.59,3.63) of GNU make to not export all variables.
269# Otherwise a system limit (for SysV at least) may be exceeded.
270.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.