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