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