source: rtems/c/src/exec/sapi/include/rtems/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

  • Property mode set to 100644
File size: 6.9 KB
Line 
1# Makefile.in generated automatically by automake 1.4a 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@
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57INSTALL_STRIP_FLAG =
58transform = @program_transform_name@
59
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66build_alias = @build_alias@
67build_triplet = @build@
68host_alias = @host_alias@
69host_triplet = @host@
70target_alias = @target_alias@
71target_triplet = @target@
72CC = @CC@
73CC_FOR_TARGET = @CC_FOR_TARGET@
74CPP = @CPP@
75GCCSED = @GCCSED@
76HAS_MP = @HAS_MP@
77HAS_POSIX_API = @HAS_POSIX_API@
78INSTALL_CHANGE = @INSTALL_CHANGE@
79MAINT = @MAINT@
80MAKEINFO = @MAKEINFO@
81PACKAGE = @PACKAGE@
82PACKHEX = @PACKHEX@
83PROJECT_INCLUDE = @PROJECT_INCLUDE@
84PROJECT_ROOT = @PROJECT_ROOT@
85RTEMS_BSP = @RTEMS_BSP@
86RTEMS_CPU = @RTEMS_CPU@
87RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
88RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
89RTEMS_HOST = @RTEMS_HOST@
90RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
91RTEMS_ROOT = @RTEMS_ROOT@
92RTEMS_TOPdir = @RTEMS_TOPdir@
93RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
94RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
95RTEMS_VERSION = @RTEMS_VERSION@
96VERSION = @VERSION@
97
98AUTOMAKE_OPTIONS = foreign 1.4
99
100H_PIECES = config.h directives.h extension.h fatal.h init.h io.h mptables.h    sptables.h
101
102
103noinst_HEADERS = $(H_PIECES)
104
105TMPINSTALL_FILES =  $(PROJECT_INCLUDE)/rtems $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
106
107
108EXTRA_DIST = README
109mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
110CONFIG_CLEAN_FILES =  sptables.h
111HEADERS =  $(noinst_HEADERS)
112
113DIST_COMMON =  README Makefile.am Makefile.in sptables.h.in
114
115
116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118TAR = gtar
119GZIP_ENV = --best
120all: all-redirect
121.SUFFIXES:
122$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
123        cd $(top_srcdir) && $(AUTOMAKE) --foreign sapi/include/rtems/Makefile
124
125Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
126        cd $(top_builddir) \
127          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129sptables.h: $(top_builddir)/config.status sptables.h.in
130        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132tags: TAGS
133
134ID: $(HEADERS) $(SOURCES) $(LISP)
135        list='$(SOURCES) $(HEADERS)'; \
136        unique=`for i in $$list; do echo $$i; done | \
137          awk '    { files[$$0] = 1; } \
138               END { for (i in files) print i; }'`; \
139        here=`pwd` && cd $(srcdir) \
140          && mkid -f$$here/ID $$unique $(LISP)
141
142TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
143        tags=; \
144        here=`pwd`; \
145        list='$(SOURCES) $(HEADERS)'; \
146        unique=`for i in $$list; do echo $$i; done | \
147          awk '    { files[$$0] = 1; } \
148               END { for (i in files) print i; }'`; \
149        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
150          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
151
152mostlyclean-tags:
153
154clean-tags:
155
156distclean-tags:
157        -rm -f TAGS ID
158
159maintainer-clean-tags:
160
161distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
162
163subdir = sapi/include/rtems
164
165distdir: $(DISTFILES)
166        here=`cd $(top_builddir) && pwd`; \
167        top_distdir=`cd $(top_distdir) && pwd`; \
168        distdir=`cd $(distdir) && pwd`; \
169        cd $(top_srcdir) \
170          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign sapi/include/rtems/Makefile
171        @for file in $(DISTFILES); do \
172          d=$(srcdir); \
173          if test -d $$d/$$file; then \
174            cp -pr $$d/$$file $(distdir)/$$file; \
175          else \
176            test -f $(distdir)/$$file \
177            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
178            || cp -p $$d/$$file $(distdir)/$$file || :; \
179          fi; \
180        done
181info-am:
182info: info-am
183dvi-am:
184dvi: dvi-am
185check-am: all-am
186check: check-am
187installcheck-am:
188installcheck: installcheck-am
189install-exec-am:
190install-exec: install-exec-am
191
192install-data-am:
193install-data: install-data-am
194
195install-am: all-am
196        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
197install: install-am
198uninstall-am:
199uninstall: uninstall-am
200all-am: Makefile $(HEADERS)
201all-redirect: all-am
202install-strip:
203        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
204installdirs:
205
206
207mostlyclean-generic:
208
209clean-generic:
210
211distclean-generic:
212        -rm -f Makefile $(CONFIG_CLEAN_FILES)
213        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
214
215maintainer-clean-generic:
216mostlyclean-am:  mostlyclean-tags mostlyclean-generic
217
218mostlyclean: mostlyclean-am
219
220clean-am:  clean-tags clean-generic mostlyclean-am
221
222clean: clean-am
223
224distclean-am:  distclean-tags distclean-generic clean-am
225
226distclean: distclean-am
227
228maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
229                distclean-am
230        @echo "This command is intended for maintainers to use;"
231        @echo "it deletes files that may require special tools to rebuild."
232
233maintainer-clean: maintainer-clean-am
234
235.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
236maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
237installcheck-am installcheck install-exec-am install-exec \
238install-data-am install-data install-am install uninstall-am uninstall \
239all-redirect all-am all installdirs mostlyclean-generic \
240distclean-generic clean-generic maintainer-clean-generic clean \
241mostlyclean distclean maintainer-clean
242
243
244$(PROJECT_INCLUDE)/rtems:
245        @$(mkinstalldirs) $@
246$(PROJECT_INCLUDE)/rtems/%.h: %.h
247        $(INSTALL_DATA) $< $@
248
249all-am: $(TMPINSTALL_FILES)
250debug-am: $(TMPINSTALL_FILES)
251profile-am: $(TMPINSTALL_FILES)
252
253debug-am:
254debug: debug-am
255.PHONY: debug debug-am
256
257profile-am:
258profile: profile-am
259.PHONY: profile profile-am
260
261preinstall-am: $(TMPINSTALL_FILES)
262preinstall: preinstall-am
263.PHONY: preinstall preinstall-am
264
265depend-am:
266depend: depend-am
267.PHONY: depend depend-am
268
269# Tell versions [3.59,3.63) of GNU make to not export all variables.
270# Otherwise a system limit (for SysV at least) may be exceeded.
271.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.