source: rtems/c/src/exec/posix/inline/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: 10.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
19
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40
41DESTDIR =
42
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46
47top_builddir = ..
48
49ACLOCAL = @ACLOCAL@
50AUTOCONF = @AUTOCONF@
51AUTOMAKE = @AUTOMAKE@
52AUTOHEADER = @AUTOHEADER@
53
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56INSTALL_DATA = @INSTALL_DATA@
57INSTALL_SCRIPT = @INSTALL_SCRIPT@
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@
79KSH = @KSH@
80MAINT = @MAINT@
81MAKEINFO = @MAKEINFO@
82PACKAGE = @PACKAGE@
83PACKHEX = @PACKHEX@
84PROJECT_INCLUDE = @PROJECT_INCLUDE@
85PROJECT_ROOT = @PROJECT_ROOT@
86RTEMS_BSP = @RTEMS_BSP@
87RTEMS_CPU = @RTEMS_CPU@
88RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
89RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
90RTEMS_HOST = @RTEMS_HOST@
91RTEMS_ROOT = @RTEMS_ROOT@
92RTEMS_TOPdir = @RTEMS_TOPdir@
93RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
94RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
95VERSION = @VERSION@
96
97AUTOMAKE_OPTIONS = foreign 1.4
98
99SUBDIRS = rtems
100mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
101CONFIG_CLEAN_FILES =
102DIST_COMMON =  Makefile.am Makefile.in
103
104
105DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107TAR = tar
108GZIP_ENV = --best
109all: all-redirect
110.SUFFIXES:
111$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am
112        cd $(top_srcdir) && $(AUTOMAKE) --foreign inline/Makefile
113
114Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115        cd $(top_builddir) \
116          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119# This directory's subdirectories are mostly independent; you can cd
120# into them and run `make' without going through this Makefile.
121# To change the values of `make' variables: instead of editing Makefiles,
122# (1) if the variable is set in `config.status', edit `config.status'
123#     (which will cause the Makefiles to be regenerated when you run `make');
124# (2) otherwise, pass the desired values on the `make' command line.
125
126@SET_MAKE@
127
128all-recursive install-data-recursive install-exec-recursive \
129installdirs-recursive install-recursive uninstall-recursive  \
130check-recursive installcheck-recursive info-recursive dvi-recursive:
131        @set fnord $(MAKEFLAGS); amf=$$2; \
132        dot_seen=no; \
133        target=`echo $@ | sed s/-recursive//`; \
134        list='$(SUBDIRS)'; for subdir in $$list; do \
135          echo "Making $$target in $$subdir"; \
136          if test "$$subdir" = "."; then \
137            dot_seen=yes; \
138            local_target="$$target-am"; \
139          else \
140            local_target="$$target"; \
141          fi; \
142          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
143           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144        done; \
145        if test "$$dot_seen" = "no"; then \
146          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
147        fi; test -z "$$fail"
148
149mostlyclean-recursive clean-recursive distclean-recursive \
150maintainer-clean-recursive:
151        @set fnord $(MAKEFLAGS); amf=$$2; \
152        dot_seen=no; \
153        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
154          rev="$$subdir $$rev"; \
155          test "$$subdir" = "." && dot_seen=yes; \
156        done; \
157        test "$$dot_seen" = "no" && rev=". $$rev"; \
158        target=`echo $@ | sed s/-recursive//`; \
159        for subdir in $$rev; do \
160          echo "Making $$target in $$subdir"; \
161          if test "$$subdir" = "."; then \
162            local_target="$$target-am"; \
163          else \
164            local_target="$$target"; \
165          fi; \
166          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168        done && test -z "$$fail"
169tags-recursive:
170        list='$(SUBDIRS)'; for subdir in $$list; do \
171          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
172        done
173
174tags: TAGS
175
176ID: $(HEADERS) $(SOURCES) $(LISP)
177        list='$(SOURCES) $(HEADERS)'; \
178        unique=`for i in $$list; do echo $$i; done | \
179          awk '    { files[$$0] = 1; } \
180               END { for (i in files) print i; }'`; \
181        here=`pwd` && cd $(srcdir) \
182          && mkid -f$$here/ID $$unique $(LISP)
183
184TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185        tags=; \
186        here=`pwd`; \
187        list='$(SUBDIRS)'; for subdir in $$list; do \
188   if test "$$subdir" = .; then :; else \
189            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
190   fi; \
191        done; \
192        list='$(SOURCES) $(HEADERS)'; \
193        unique=`for i in $$list; do echo $$i; done | \
194          awk '    { files[$$0] = 1; } \
195               END { for (i in files) print i; }'`; \
196        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199mostlyclean-tags:
200
201clean-tags:
202
203distclean-tags:
204        -rm -f TAGS ID
205
206maintainer-clean-tags:
207
208distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210subdir = inline
211
212distdir: $(DISTFILES)
213        here=`cd $(top_builddir) && pwd`; \
214        top_distdir=`cd $(top_distdir) && pwd`; \
215        distdir=`cd $(distdir) && pwd`; \
216        cd $(top_srcdir) \
217          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign inline/Makefile
218        @for file in $(DISTFILES); do \
219          d=$(srcdir); \
220          if test -d $$d/$$file; then \
221            cp -pr $$/$$file $(distdir)/$$file; \
222          else \
223            test -f $(distdir)/$$file \
224            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
225            || cp -p $$d/$$file $(distdir)/$$file || :; \
226          fi; \
227        done
228        for subdir in $(SUBDIRS); do \
229          if test "$$subdir" = .; then :; else \
230            test -d $(distdir)/$$subdir \
231            || mkdir $(distdir)/$$subdir \
232            || exit 1; \
233            chmod 777 $(distdir)/$$subdir; \
234            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
235              || exit 1; \
236          fi; \
237        done
238info-am:
239info: info-recursive
240dvi-am:
241dvi: dvi-recursive
242check-am: all-am
243check: check-recursive
244installcheck-am:
245installcheck: installcheck-recursive
246install-exec-am:
247install-exec: install-exec-recursive
248
249install-data-am:
250install-data: install-data-recursive
251
252install-am: all-am
253        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254install: install-recursive
255uninstall-am:
256uninstall: uninstall-recursive
257all-am: Makefile
258all-redirect: all-recursive
259install-strip:
260        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
261installdirs: installdirs-recursive
262installdirs-am:
263
264
265mostlyclean-generic:
266
267clean-generic:
268
269distclean-generic:
270        -rm -f Makefile $(CONFIG_CLEAN_FILES)
271        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272
273maintainer-clean-generic:
274mostlyclean-am:  mostlyclean-tags mostlyclean-generic
275
276mostlyclean: mostlyclean-recursive
277
278clean-am:  clean-tags clean-generic mostlyclean-am
279
280clean: clean-recursive
281
282distclean-am:  distclean-tags distclean-generic clean-am
283
284distclean: distclean-recursive
285
286maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
287                distclean-am
288        @echo "This command is intended for maintainers to use;"
289        @echo "it deletes files that may require special tools to rebuild."
290
291maintainer-clean: maintainer-clean-recursive
292
293.PHONY: install-data-recursive uninstall-data-recursive \
294install-exec-recursive uninstall-exec-recursive installdirs-recursive \
295uninstalldirs-recursive all-recursive check-recursive \
296installcheck-recursive info-recursive dvi-recursive \
297mostlyclean-recursive distclean-recursive clean-recursive \
298maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
299distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
300dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
301install-exec install-data-am install-data install-am install \
302uninstall-am uninstall all-redirect all-am all installdirs-am \
303installdirs mostlyclean-generic distclean-generic clean-generic \
304maintainer-clean-generic clean mostlyclean distclean maintainer-clean
305
306
307depend-recursive \
308preinstall-recursive \
309debug-recursive \
310profile-recursive:
311        @set fnord $(MAKEFLAGS); amf=$$2; \
312        dot_seen=no; \
313        target=`echo $@ | sed s/-recursive//`; \
314        list='$(SUBDIRS)'; for subdir in $$list; do \
315          echo "Making $$target in $$subdir"; \
316          if test "$$subdir" = "."; then \
317            dot_seen=yes; \
318            local_target="$$target-am"; \
319          else \
320            local_target="$$target"; \
321          fi; \
322          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
324        done; \
325        if test "$$dot_seen" = "no"; then \
326          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327        fi; test -z "$$fail"
328
329debug: debug-recursive
330.PHONY: debug-recursive
331
332profile: profile-recursive
333.PHONY: profile-recursive
334
335preinstall: preinstall-recursive
336.PHONY: preinstall-recursive
337
338depend: depend-recursive
339.PHONY: depend-recursive
340
341debug-am:
342debug: debug-am
343.PHONY: debug debug-am
344
345profile-am:
346profile: profile-am
347.PHONY: profile profile-am
348
349preinstall-am: $(TMPINSTALL_FILES)
350preinstall: preinstall-am
351.PHONY: preinstall preinstall-am
352
353depend-am:
354depend: depend-am
355.PHONY: depend depend-am
356
357# Tell versions [3.59,3.63) of GNU make to not export all variables.
358# Otherwise a system limit (for SysV at least) may be exceeded.
359.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.