source: rtems/c/src/exec/sapi/inline/rtems/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: 6.8 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
99@INLINE_TRUE@I_PIECES = extension.inl
100
101@INLINE_TRUE@noinst_HEADERS = $(I_PIECES)
102
103@INLINE_TRUE@TMPINSTALL_FILES = $(PROJECT_INCLUDE)/rtems $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
104mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
105CONFIG_CLEAN_FILES =
106HEADERS =  $(noinst_HEADERS)
107
108DIST_COMMON =  Makefile.am Makefile.in
109
110
111DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113TAR = tar
114GZIP_ENV = --best
115all: all-redirect
116.SUFFIXES:
117$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
118        cd $(top_srcdir) && $(AUTOMAKE) --foreign sapi/inline/rtems/Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
121        cd $(top_builddir) \
122          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124
125tags: TAGS
126
127ID: $(HEADERS) $(SOURCES) $(LISP)
128        list='$(SOURCES) $(HEADERS)'; \
129        unique=`for i in $$list; do echo $$i; done | \
130          awk '    { files[$$0] = 1; } \
131               END { for (i in files) print i; }'`; \
132        here=`pwd` && cd $(srcdir) \
133          && mkid -f$$here/ID $$unique $(LISP)
134
135TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
136        tags=; \
137        here=`pwd`; \
138        list='$(SOURCES) $(HEADERS)'; \
139        unique=`for i in $$list; do echo $$i; done | \
140          awk '    { files[$$0] = 1; } \
141               END { for (i in files) print i; }'`; \
142        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
143          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
144
145mostlyclean-tags:
146
147clean-tags:
148
149distclean-tags:
150        -rm -f TAGS ID
151
152maintainer-clean-tags:
153
154distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
155
156subdir = sapi/inline/rtems
157
158distdir: $(DISTFILES)
159        here=`cd $(top_builddir) && pwd`; \
160        top_distdir=`cd $(top_distdir) && pwd`; \
161        distdir=`cd $(distdir) && pwd`; \
162        cd $(top_srcdir) \
163          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign sapi/inline/rtems/Makefile
164        @for file in $(DISTFILES); do \
165          d=$(srcdir); \
166          if test -d $$d/$$file; then \
167            cp -pr $$/$$file $(distdir)/$$file; \
168          else \
169            test -f $(distdir)/$$file \
170            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
171            || cp -p $$d/$$file $(distdir)/$$file || :; \
172          fi; \
173        done
174info-am:
175info: info-am
176dvi-am:
177dvi: dvi-am
178check-am: all-am
179check: check-am
180installcheck-am:
181installcheck: installcheck-am
182install-exec-am:
183install-exec: install-exec-am
184
185install-data-am:
186install-data: install-data-am
187
188install-am: all-am
189        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
190install: install-am
191uninstall-am:
192uninstall: uninstall-am
193all-am: Makefile $(HEADERS)
194all-redirect: all-am
195install-strip:
196        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
197installdirs:
198
199
200mostlyclean-generic:
201
202clean-generic:
203
204distclean-generic:
205        -rm -f Makefile $(CONFIG_CLEAN_FILES)
206        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
207
208maintainer-clean-generic:
209mostlyclean-am:  mostlyclean-tags mostlyclean-generic
210
211mostlyclean: mostlyclean-am
212
213clean-am:  clean-tags clean-generic mostlyclean-am
214
215clean: clean-am
216
217distclean-am:  distclean-tags distclean-generic clean-am
218
219distclean: distclean-am
220
221maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
222                distclean-am
223        @echo "This command is intended for maintainers to use;"
224        @echo "it deletes files that may require special tools to rebuild."
225
226maintainer-clean: maintainer-clean-am
227
228.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
229maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
230installcheck-am installcheck install-exec-am install-exec \
231install-data-am install-data install-am install uninstall-am uninstall \
232all-redirect all-am all installdirs mostlyclean-generic \
233distclean-generic clean-generic maintainer-clean-generic clean \
234mostlyclean distclean maintainer-clean
235
236
237@INLINE_TRUE@$(PROJECT_INCLUDE)/rtems:
238@INLINE_TRUE@   @$(mkinstalldirs) $@
239@INLINE_TRUE@$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
240@INLINE_TRUE@   $(INSTALL_DATA) $< $@
241
242all-am: $(TMPINSTALL_FILES)
243debug-am: $(TMPINSTALL_FILES)
244profile-am: $(TMPINSTALL_FILES)
245
246debug-am:
247debug: debug-am
248.PHONY: debug debug-am
249
250profile-am:
251profile: profile-am
252.PHONY: profile profile-am
253
254preinstall-am: $(TMPINSTALL_FILES)
255preinstall: preinstall-am
256.PHONY: preinstall preinstall-am
257
258depend-am:
259depend: depend-am
260.PHONY: depend depend-am
261
262# Tell versions [3.59,3.63) of GNU make to not export all variables.
263# Otherwise a system limit (for SysV at least) may be exceeded.
264.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.