source: rtems/c/src/exec/Makefile.in @ 3cad2919

4.104.114.84.95
Last change on this file since 3cad2919 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: 11.9 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@
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
99ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
100
101@HAS_POSIX_TRUE@POSIX_SUBDIRS = posix
102
103SUBDIRS = score rtems $(POSIX_SUBDIRS) sapi wrapup
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
106CONFIG_CLEAN_FILES =
107DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
108
109
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112TAR = tar
113GZIP_ENV = --best
114DIST_SUBDIRS =  score rtems posix sapi wrapup
115all: all-redirect
116.SUFFIXES:
117$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
118        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
121        cd $(top_builddir) \
122          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
125        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
126
127config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
128        $(SHELL) ./config.status --recheck
129$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130        cd $(srcdir) && $(AUTOCONF)
131
132# This directory's subdirectories are mostly independent; you can cd
133# into them and run `make' without going through this Makefile.
134# To change the values of `make' variables: instead of editing Makefiles,
135# (1) if the variable is set in `config.status', edit `config.status'
136#     (which will cause the Makefiles to be regenerated when you run `make');
137# (2) otherwise, pass the desired values on the `make' command line.
138
139@SET_MAKE@
140
141all-recursive install-data-recursive install-exec-recursive \
142installdirs-recursive install-recursive uninstall-recursive  \
143check-recursive installcheck-recursive info-recursive dvi-recursive:
144        @set fnord $(MAKEFLAGS); amf=$$2; \
145        dot_seen=no; \
146        target=`echo $@ | sed s/-recursive//`; \
147        list='$(SUBDIRS)'; for subdir in $$list; do \
148          echo "Making $$target in $$subdir"; \
149          if test "$$subdir" = "."; then \
150            dot_seen=yes; \
151            local_target="$$target-am"; \
152          else \
153            local_target="$$target"; \
154          fi; \
155          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
156           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157        done; \
158        if test "$$dot_seen" = "no"; then \
159          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
160        fi; test -z "$$fail"
161
162mostlyclean-recursive clean-recursive distclean-recursive \
163maintainer-clean-recursive:
164        @set fnord $(MAKEFLAGS); amf=$$2; \
165        dot_seen=no; \
166        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
167          rev="$$subdir $$rev"; \
168          test "$$subdir" = "." && dot_seen=yes; \
169        done; \
170        test "$$dot_seen" = "no" && rev=". $$rev"; \
171        target=`echo $@ | sed s/-recursive//`; \
172        for subdir in $$rev; do \
173          echo "Making $$target in $$subdir"; \
174          if test "$$subdir" = "."; then \
175            local_target="$$target-am"; \
176          else \
177            local_target="$$target"; \
178          fi; \
179          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
180           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
181        done && test -z "$$fail"
182tags-recursive:
183        list='$(SUBDIRS)'; for subdir in $$list; do \
184          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
185        done
186
187tags: TAGS
188
189ID: $(HEADERS) $(SOURCES) $(LISP)
190        list='$(SOURCES) $(HEADERS)'; \
191        unique=`for i in $$list; do echo $$i; done | \
192          awk '    { files[$$0] = 1; } \
193               END { for (i in files) print i; }'`; \
194        here=`pwd` && cd $(srcdir) \
195          && mkid -f$$here/ID $$unique $(LISP)
196
197TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
198        tags=; \
199        here=`pwd`; \
200        list='$(SUBDIRS)'; for subdir in $$list; do \
201   if test "$$subdir" = .; then :; else \
202            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
203   fi; \
204        done; \
205        list='$(SOURCES) $(HEADERS)'; \
206        unique=`for i in $$list; do echo $$i; done | \
207          awk '    { files[$$0] = 1; } \
208               END { for (i in files) print i; }'`; \
209        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
210          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
211
212mostlyclean-tags:
213
214clean-tags:
215
216distclean-tags:
217        -rm -f TAGS ID
218
219maintainer-clean-tags:
220
221distdir = $(PACKAGE)-$(VERSION)
222top_distdir = $(distdir)
223
224# This target untars the dist file and tries a VPATH configuration.  Then
225# it guarantees that the distribution is self-contained by making another
226# tarfile.
227distcheck: dist
228        -rm -rf $(distdir)
229        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
230        mkdir $(distdir)/=build
231        mkdir $(distdir)/=inst
232        dc_install_base=`cd $(distdir)/=inst && pwd`; \
233        cd $(distdir)/=build \
234          && ../configure --srcdir=.. --prefix=$$dc_install_base \
235          && $(MAKE) $(AM_MAKEFLAGS) \
236          && $(MAKE) $(AM_MAKEFLAGS) dvi \
237          && $(MAKE) $(AM_MAKEFLAGS) check \
238          && $(MAKE) $(AM_MAKEFLAGS) install \
239          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
240          && $(MAKE) $(AM_MAKEFLAGS) dist
241        -rm -rf $(distdir)
242        @banner="$(distdir).tar.gz is ready for distribution"; \
243        dashes=`echo "$$banner" | sed s/./=/g`; \
244        echo "$$dashes"; \
245        echo "$$banner"; \
246        echo "$$dashes"
247dist: distdir
248        -chmod -R a+r $(distdir)
249        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
250        -rm -rf $(distdir)
251dist-all: distdir
252        -chmod -R a+r $(distdir)
253        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
254        -rm -rf $(distdir)
255distdir: $(DISTFILES)
256        -rm -rf $(distdir)
257        mkdir $(distdir)
258        -chmod 777 $(distdir)
259        here=`cd $(top_builddir) && pwd`; \
260        top_distdir=`cd $(distdir) && pwd`; \
261        distdir=`cd $(distdir) && pwd`; \
262        cd $(top_srcdir) \
263          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
264        @for file in $(DISTFILES); do \
265          d=$(srcdir); \
266          if test -d $$d/$$file; then \
267            cp -pr $$/$$file $(distdir)/$$file; \
268          else \
269            test -f $(distdir)/$$file \
270            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271            || cp -p $$d/$$file $(distdir)/$$file || :; \
272          fi; \
273        done
274        for subdir in $(DIST_SUBDIRS); do \
275          if test "$$subdir" = .; then :; else \
276            test -d $(distdir)/$$subdir \
277            || mkdir $(distdir)/$$subdir \
278            || exit 1; \
279            chmod 777 $(distdir)/$$subdir; \
280            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
281              || exit 1; \
282          fi; \
283        done
284info-am:
285info: info-recursive
286dvi-am:
287dvi: dvi-recursive
288check-am: all-am
289check: check-recursive
290installcheck-am:
291installcheck: installcheck-recursive
292install-exec-am:
293install-exec: install-exec-recursive
294
295install-data-am:
296install-data: install-data-recursive
297
298install-am: all-am
299        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300install: install-recursive
301uninstall-am:
302uninstall: uninstall-recursive
303all-am: Makefile
304all-redirect: all-recursive
305install-strip:
306        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
307installdirs: installdirs-recursive
308installdirs-am:
309
310
311mostlyclean-generic:
312
313clean-generic:
314
315distclean-generic:
316        -rm -f Makefile $(CONFIG_CLEAN_FILES)
317        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318
319maintainer-clean-generic:
320mostlyclean-am:  mostlyclean-tags mostlyclean-generic
321
322mostlyclean: mostlyclean-recursive
323
324clean-am:  clean-tags clean-generic mostlyclean-am
325
326clean: clean-recursive
327
328distclean-am:  distclean-tags distclean-generic clean-am
329
330distclean: distclean-recursive
331        -rm -f config.status
332
333maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
334                distclean-am
335        @echo "This command is intended for maintainers to use;"
336        @echo "it deletes files that may require special tools to rebuild."
337
338maintainer-clean: maintainer-clean-recursive
339        -rm -f config.status
340
341.PHONY: install-data-recursive uninstall-data-recursive \
342install-exec-recursive uninstall-exec-recursive installdirs-recursive \
343uninstalldirs-recursive all-recursive check-recursive \
344installcheck-recursive info-recursive dvi-recursive \
345mostlyclean-recursive distclean-recursive clean-recursive \
346maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
347distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
348dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
349install-exec install-data-am install-data install-am install \
350uninstall-am uninstall all-redirect all-am all installdirs-am \
351installdirs mostlyclean-generic distclean-generic clean-generic \
352maintainer-clean-generic clean mostlyclean distclean maintainer-clean
353
354
355depend-recursive \
356preinstall-recursive \
357debug-recursive \
358profile-recursive:
359        @set fnord $(MAKEFLAGS); amf=$$2; \
360        dot_seen=no; \
361        target=`echo $@ | sed s/-recursive//`; \
362        list='$(SUBDIRS)'; for subdir in $$list; do \
363          echo "Making $$target in $$subdir"; \
364          if test "$$subdir" = "."; then \
365            dot_seen=yes; \
366            local_target="$$target-am"; \
367          else \
368            local_target="$$target"; \
369          fi; \
370          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
372        done; \
373        if test "$$dot_seen" = "no"; then \
374          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
375        fi; test -z "$$fail"
376
377debug: debug-recursive
378.PHONY: debug-recursive
379
380profile: profile-recursive
381.PHONY: profile-recursive
382
383preinstall: preinstall-recursive
384.PHONY: preinstall-recursive
385
386depend: depend-recursive
387.PHONY: depend-recursive
388
389debug-am:
390debug: debug-am
391.PHONY: debug debug-am
392
393profile-am:
394profile: profile-am
395.PHONY: profile profile-am
396
397preinstall-am: $(TMPINSTALL_FILES)
398preinstall: preinstall-am
399.PHONY: preinstall preinstall-am
400
401depend-am:
402depend: depend-am
403.PHONY: depend depend-am
404
405# Tell versions [3.59,3.63) of GNU make to not export all variables.
406# Otherwise a system limit (for SysV at least) may be exceeded.
407.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.