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