source: 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: 12.9 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# top level directory for RTEMS build tree
15#
16# The target's toplevel Makefile now is in c/src
17#
18# $Id$
19#
20
21
22
23
24SHELL = @SHELL@
25
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29prefix = @prefix@
30exec_prefix = @exec_prefix@
31
32bindir = @bindir@
33sbindir = @sbindir@
34libexecdir = @libexecdir@
35datadir = @datadir@
36sysconfdir = @sysconfdir@
37sharedstatedir = @sharedstatedir@
38localstatedir = @localstatedir@
39libdir = @libdir@
40infodir = @infodir@
41mandir = @mandir@
42includedir = @includedir@
43oldincludedir = /usr/include
44
45DESTDIR =
46
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50
51top_builddir = .
52
53ACLOCAL = @ACLOCAL@
54AUTOCONF = @AUTOCONF@
55AUTOMAKE = @AUTOMAKE@
56AUTOHEADER = @AUTOHEADER@
57
58INSTALL = @INSTALL@
59INSTALL_PROGRAM = @INSTALL_PROGRAM@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_SCRIPT = @INSTALL_SCRIPT@
62INSTALL_STRIP_FLAG =
63transform = @program_transform_name@
64
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_alias = @build_alias@
72build_triplet = @build@
73host_alias = @host_alias@
74host_triplet = @host@
75target_alias = @target_alias@
76target_triplet = @target@
77MAINT = @MAINT@
78MAKEINFO = @MAKEINFO@
79PACKAGE = @PACKAGE@
80RTEMS_CPU = @RTEMS_CPU@
81RTEMS_HAS_HWAPI = @RTEMS_HAS_HWAPI@
82RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
83RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
84RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
85RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
86RTEMS_HOST = @RTEMS_HOST@
87RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
88RTEMS_TOPdir = @RTEMS_TOPdir@
89RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
90TARGET_SUBDIRS = @TARGET_SUBDIRS@
91VERSION = @VERSION@
92target_subdirs = @target_subdirs@
93
94AUTOMAKE_OPTIONS = foreign 1.4
95ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
96
97SUBDIRS = doc make tools @TARGET_SUBDIRS@
98
99AUTOMAKE_FILES =  automake/subdirs.am automake/local.am
100
101
102ACLOCAL_FILES =  aclocal/ar-s.m4 aclocal/bsp-alias.m4 aclocal/canonical-host.m4 aclocal/canonical-target-name.m4 aclocal/canonicalize-tools.m4 aclocal/check-bsps.m4 aclocal/check-cpu.m4 aclocal/check-files-in.m4 aclocal/check-makefile.m4 aclocal/check-newlib.m4 aclocal/check-rdbg.m4 aclocal/enable-bare.m4 aclocal/enable-cxx.m4 aclocal/enable-gcc28.m4 aclocal/enable-hwapi.m4 aclocal/enable-inlines.m4 aclocal/enable-libcdir.m4 aclocal/enable-multiprocessing.m4 aclocal/enable-networking.m4 aclocal/enable-posix.m4 aclocal/enable-rdbg.m4 aclocal/enable-rtemsbsp.m4 aclocal/enable-tests.m4 aclocal/gcc-pipe.m4 aclocal/gcc-specs.m4 aclocal/i386-gas-code16.m4 aclocal/path-ksh.m4 aclocal/path-perl.m4 aclocal/prog-cc.m4 aclocal/prog-cxx.m4 aclocal/project-root.m4 aclocal/rtems-top.m4 aclocal/sysv-ipc.m4 aclocal/target.m4 aclocal/tool-paths.m4 aclocal/tool-prefix.m4
103
104
105noinst_SCRIPTS =  autogen
106
107
108EXTRA_DIST =  $(AUTOMAKE_FILES) $(ACLOCAL_FILES) README.configure SUPPORT VERSION LICENSE $(noinst_SCRIPTS)
109
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112CONFIG_CLEAN_FILES =
113SCRIPTS =  $(noinst_SCRIPTS)
114
115DIST_COMMON =  README COPYING INSTALL Makefile.am Makefile.in aclocal.m4 \
116config.guess config.sub configure configure.in install-sh missing \
117mkinstalldirs
118
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122TAR = gtar
123GZIP_ENV = --best
124all: all-redirect
125.SUFFIXES:
126$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/automake/subdirs.am $(top_srcdir)/automake/local.am
127        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
128
129Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
130        cd $(top_builddir) \
131          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
134        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
135
136config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
137        $(SHELL) ./config.status --recheck
138$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139        cd $(srcdir) && $(AUTOCONF)
140
141# This directory's subdirectories are mostly independent; you can cd
142# into them and run `make' without going through this Makefile.
143# To change the values of `make' variables: instead of editing Makefiles,
144# (1) if the variable is set in `config.status', edit `config.status'
145#     (which will cause the Makefiles to be regenerated when you run `make');
146# (2) otherwise, pass the desired values on the `make' command line.
147
148@SET_MAKE@
149
150all-recursive install-data-recursive install-exec-recursive \
151installdirs-recursive install-recursive uninstall-recursive  \
152check-recursive installcheck-recursive info-recursive dvi-recursive:
153        @set fnord $(MAKEFLAGS); amf=$$2; \
154        dot_seen=no; \
155        target=`echo $@ | sed s/-recursive//`; \
156        list='$(SUBDIRS)'; for subdir in $$list; do \
157          echo "Making $$target in $$subdir"; \
158          if test "$$subdir" = "."; then \
159            dot_seen=yes; \
160            local_target="$$target-am"; \
161          else \
162            local_target="$$target"; \
163          fi; \
164          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166        done; \
167        if test "$$dot_seen" = "no"; then \
168          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
169        fi; test -z "$$fail"
170
171mostlyclean-recursive clean-recursive distclean-recursive \
172maintainer-clean-recursive:
173        @set fnord $(MAKEFLAGS); amf=$$2; \
174        dot_seen=no; \
175        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
176          rev="$$subdir $$rev"; \
177          test "$$subdir" = "." && dot_seen=yes; \
178        done; \
179        test "$$dot_seen" = "no" && rev=". $$rev"; \
180        target=`echo $@ | sed s/-recursive//`; \
181        for subdir in $$rev; do \
182          echo "Making $$target in $$subdir"; \
183          if test "$$subdir" = "."; then \
184            local_target="$$target-am"; \
185          else \
186            local_target="$$target"; \
187          fi; \
188          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190        done && test -z "$$fail"
191tags-recursive:
192        list='$(SUBDIRS)'; for subdir in $$list; do \
193          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
194        done
195
196tags: TAGS
197
198ID: $(HEADERS) $(SOURCES) $(LISP)
199        list='$(SOURCES) $(HEADERS)'; \
200        unique=`for i in $$list; do echo $$i; done | \
201          awk '    { files[$$0] = 1; } \
202               END { for (i in files) print i; }'`; \
203        here=`pwd` && cd $(srcdir) \
204          && mkid -f$$here/ID $$unique $(LISP)
205
206TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
207        tags=; \
208        here=`pwd`; \
209        list='$(SUBDIRS)'; for subdir in $$list; do \
210   if test "$$subdir" = .; then :; else \
211            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
212   fi; \
213        done; \
214        list='$(SOURCES) $(HEADERS)'; \
215        unique=`for i in $$list; do echo $$i; done | \
216          awk '    { files[$$0] = 1; } \
217               END { for (i in files) print i; }'`; \
218        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
220
221mostlyclean-tags:
222
223clean-tags:
224
225distclean-tags:
226        -rm -f TAGS ID
227
228maintainer-clean-tags:
229
230distdir = $(PACKAGE)-$(VERSION)
231top_distdir = $(distdir)
232
233# This target untars the dist file and tries a VPATH configuration.  Then
234# it guarantees that the distribution is self-contained by making another
235# tarfile.
236distcheck: dist
237        -rm -rf $(distdir)
238        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
239        mkdir $(distdir)/=build
240        mkdir $(distdir)/=inst
241        dc_install_base=`cd $(distdir)/=inst && pwd`; \
242        cd $(distdir)/=build \
243          && ../configure --srcdir=.. --prefix=$$dc_install_base \
244          && $(MAKE) $(AM_MAKEFLAGS) \
245          && $(MAKE) $(AM_MAKEFLAGS) dvi \
246          && $(MAKE) $(AM_MAKEFLAGS) check \
247          && $(MAKE) $(AM_MAKEFLAGS) install \
248          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
249          && $(MAKE) $(AM_MAKEFLAGS) dist
250        -rm -rf $(distdir)
251        @banner="$(distdir).tar.gz is ready for distribution"; \
252        dashes=`echo "$$banner" | sed s/./=/g`; \
253        echo "$$dashes"; \
254        echo "$$banner"; \
255        echo "$$dashes"
256dist: distdir
257        -chmod -R a+r $(distdir)
258        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
259        -rm -rf $(distdir)
260dist-all: distdir
261        -chmod -R a+r $(distdir)
262        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
263        -rm -rf $(distdir)
264distdir: $(DISTFILES)
265        -rm -rf $(distdir)
266        mkdir $(distdir)
267        -chmod 777 $(distdir)
268        here=`cd $(top_builddir) && pwd`; \
269        top_distdir=`cd $(distdir) && pwd`; \
270        distdir=`cd $(distdir) && pwd`; \
271        cd $(top_srcdir) \
272          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
273        $(mkinstalldirs) $(distdir)/aclocal $(distdir)/automake
274        @for file in $(DISTFILES); do \
275          d=$(srcdir); \
276          if test -d $$d/$$file; then \
277            cp -pr $$d/$$file $(distdir)/$$file; \
278          else \
279            test -f $(distdir)/$$file \
280            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281            || cp -p $$d/$$file $(distdir)/$$file || :; \
282          fi; \
283        done
284        for subdir in $(SUBDIRS); do \
285          if test "$$subdir" = .; then :; else \
286            test -d $(distdir)/$$subdir \
287            || mkdir $(distdir)/$$subdir \
288            || exit 1; \
289            chmod 777 $(distdir)/$$subdir; \
290            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
291              || exit 1; \
292          fi; \
293        done
294info-am:
295info: info-recursive
296dvi-am:
297dvi: dvi-recursive
298check-am: all-am
299check: check-recursive
300installcheck-am:
301installcheck: installcheck-recursive
302install-exec-am:
303install-exec: install-exec-recursive
304
305install-data-am:
306install-data: install-data-recursive
307
308install-am: all-am
309        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310install: install-recursive
311uninstall-am:
312uninstall: uninstall-recursive
313all-am: Makefile $(SCRIPTS)
314all-redirect: all-recursive
315install-strip:
316        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
317installdirs: installdirs-recursive
318installdirs-am:
319
320
321mostlyclean-generic:
322
323clean-generic:
324
325distclean-generic:
326        -rm -f Makefile $(CONFIG_CLEAN_FILES)
327        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328
329maintainer-clean-generic:
330mostlyclean-am:  mostlyclean-tags mostlyclean-generic
331
332mostlyclean: mostlyclean-recursive
333
334clean-am:  clean-tags clean-generic mostlyclean-am
335
336clean: clean-recursive
337
338distclean-am:  distclean-tags distclean-generic clean-am
339
340distclean: distclean-recursive
341        -rm -f config.status
342
343maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
344                distclean-am
345        @echo "This command is intended for maintainers to use;"
346        @echo "it deletes files that may require special tools to rebuild."
347
348maintainer-clean: maintainer-clean-recursive
349        -rm -f config.status
350
351.PHONY: install-data-recursive uninstall-data-recursive \
352install-exec-recursive uninstall-exec-recursive installdirs-recursive \
353uninstalldirs-recursive all-recursive check-recursive \
354installcheck-recursive info-recursive dvi-recursive \
355mostlyclean-recursive distclean-recursive clean-recursive \
356maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
357distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
358dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
359install-exec install-data-am install-data install-am install \
360uninstall-am uninstall all-redirect all-am all installdirs-am \
361installdirs mostlyclean-generic distclean-generic clean-generic \
362maintainer-clean-generic clean mostlyclean distclean maintainer-clean
363
364
365$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(ACLOCAL_FILES)
366
367depend-recursive \
368preinstall-recursive \
369debug-recursive \
370profile-recursive:
371        @set fnord $(MAKEFLAGS); amf=$$2; \
372        dot_seen=no; \
373        target=`echo $@ | sed s/-recursive//`; \
374        list='$(SUBDIRS)'; for subdir in $$list; do \
375          echo "Making $$target in $$subdir"; \
376          if test "$$subdir" = "."; then \
377            dot_seen=yes; \
378            local_target="$$target-am"; \
379          else \
380            local_target="$$target"; \
381          fi; \
382          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
384        done; \
385        if test "$$dot_seen" = "no"; then \
386          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
387        fi; test -z "$$fail"
388
389debug: debug-recursive
390.PHONY: debug-recursive
391
392profile: profile-recursive
393.PHONY: profile-recursive
394
395preinstall: preinstall-recursive
396.PHONY: preinstall-recursive
397
398depend: depend-recursive
399.PHONY: depend-recursive
400
401debug-am:
402debug: debug-am
403.PHONY: debug debug-am
404
405profile-am:
406profile: profile-am
407.PHONY: profile profile-am
408
409preinstall-am: $(TMPINSTALL_FILES)
410preinstall: preinstall-am
411.PHONY: preinstall preinstall-am
412
413depend-am:
414depend: depend-am
415.PHONY: depend depend-am
416
417# Tell versions [3.59,3.63) of GNU make to not export all variables.
418# Otherwise a system limit (for SysV at least) may be exceeded.
419.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.