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