source: rtems/c/src/librtems++/include/Makefile.in @ 936f288

4.104.114.84.95
Last change on this file since 936f288 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: 10.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
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_STRIP_FLAG =
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63build_alias = @build_alias@
64build_triplet = @build@
65host_alias = @host_alias@
66host_triplet = @host@
67target_alias = @target_alias@
68target_triplet = @target@
69CC = @CC@
70CC_FOR_TARGET = @CC_FOR_TARGET@
71CPP = @CPP@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74CXX_FOR_TARGET = @CXX_FOR_TARGET@
75GCCSED = @GCCSED@
76HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
77INSTALL_CHANGE = @INSTALL_CHANGE@
78MAINT = @MAINT@
79MAKEINFO = @MAKEINFO@
80PACKAGE = @PACKAGE@
81PACKHEX = @PACKHEX@
82PROJECT_INCLUDE = @PROJECT_INCLUDE@
83PROJECT_ROOT = @PROJECT_ROOT@
84RTEMS_BSP = @RTEMS_BSP@
85RTEMS_CPU = @RTEMS_CPU@
86RTEMS_HOST = @RTEMS_HOST@
87RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
88RTEMS_ROOT = @RTEMS_ROOT@
89RTEMS_TOPdir = @RTEMS_TOPdir@
90VERSION = @VERSION@
91
92AUTOMAKE_OPTIONS = foreign 1.4
93
94SUBDIRS = rtems++
95mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
96CONFIG_CLEAN_FILES =
97DIST_COMMON =  Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = gtar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
107        cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
108
109Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
110        cd $(top_builddir) \
111          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113
114# This directory's subdirectories are mostly independent; you can cd
115# into them and run `make' without going through this Makefile.
116# To change the values of `make' variables: instead of editing Makefiles,
117# (1) if the variable is set in `config.status', edit `config.status'
118#     (which will cause the Makefiles to be regenerated when you run `make');
119# (2) otherwise, pass the desired values on the `make' command line.
120
121@SET_MAKE@
122
123all-recursive install-data-recursive install-exec-recursive \
124installdirs-recursive install-recursive uninstall-recursive  \
125check-recursive installcheck-recursive info-recursive dvi-recursive:
126        @set fnord $(MAKEFLAGS); amf=$$2; \
127        dot_seen=no; \
128        target=`echo $@ | sed s/-recursive//`; \
129        list='$(SUBDIRS)'; for subdir in $$list; do \
130          echo "Making $$target in $$subdir"; \
131          if test "$$subdir" = "."; then \
132            dot_seen=yes; \
133            local_target="$$target-am"; \
134          else \
135            local_target="$$target"; \
136          fi; \
137          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
138           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
139        done; \
140        if test "$$dot_seen" = "no"; then \
141          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
142        fi; test -z "$$fail"
143
144mostlyclean-recursive clean-recursive distclean-recursive \
145maintainer-clean-recursive:
146        @set fnord $(MAKEFLAGS); amf=$$2; \
147        dot_seen=no; \
148        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
149          rev="$$subdir $$rev"; \
150          test "$$subdir" = "." && dot_seen=yes; \
151        done; \
152        test "$$dot_seen" = "no" && rev=". $$rev"; \
153        target=`echo $@ | sed s/-recursive//`; \
154        for subdir in $$rev; do \
155          echo "Making $$target in $$subdir"; \
156          if test "$$subdir" = "."; then \
157            local_target="$$target-am"; \
158          else \
159            local_target="$$target"; \
160          fi; \
161          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163        done && test -z "$$fail"
164tags-recursive:
165        list='$(SUBDIRS)'; for subdir in $$list; do \
166          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
167        done
168
169tags: TAGS
170
171ID: $(HEADERS) $(SOURCES) $(LISP)
172        list='$(SOURCES) $(HEADERS)'; \
173        unique=`for i in $$list; do echo $$i; done | \
174          awk '    { files[$$0] = 1; } \
175               END { for (i in files) print i; }'`; \
176        here=`pwd` && cd $(srcdir) \
177          && mkid -f$$here/ID $$unique $(LISP)
178
179TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
180        tags=; \
181        here=`pwd`; \
182        list='$(SUBDIRS)'; for subdir in $$list; do \
183   if test "$$subdir" = .; then :; else \
184            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
185   fi; \
186        done; \
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        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
193
194mostlyclean-tags:
195
196clean-tags:
197
198distclean-tags:
199        -rm -f TAGS ID
200
201maintainer-clean-tags:
202
203distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
204
205subdir = include
206
207distdir: $(DISTFILES)
208        here=`cd $(top_builddir) && pwd`; \
209        top_distdir=`cd $(top_distdir) && pwd`; \
210        distdir=`cd $(distdir) && pwd`; \
211        cd $(top_srcdir) \
212          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
213        @for file in $(DISTFILES); do \
214          d=$(srcdir); \
215          if test -d $$d/$$file; then \
216            cp -pr $$d/$$file $(distdir)/$$file; \
217          else \
218            test -f $(distdir)/$$file \
219            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220            || cp -p $$d/$$file $(distdir)/$$file || :; \
221          fi; \
222        done
223        for subdir in $(SUBDIRS); do \
224          if test "$$subdir" = .; then :; else \
225            test -d $(distdir)/$$subdir \
226            || mkdir $(distdir)/$$subdir \
227            || exit 1; \
228            chmod 777 $(distdir)/$$subdir; \
229            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
230              || exit 1; \
231          fi; \
232        done
233info-am:
234info: info-recursive
235dvi-am:
236dvi: dvi-recursive
237check-am: all-am
238check: check-recursive
239installcheck-am:
240installcheck: installcheck-recursive
241install-exec-am:
242install-exec: install-exec-recursive
243
244install-data-am:
245install-data: install-data-recursive
246
247install-am: all-am
248        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
249install: install-recursive
250uninstall-am:
251uninstall: uninstall-recursive
252all-am: Makefile
253all-redirect: all-recursive
254install-strip:
255        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
256installdirs: installdirs-recursive
257installdirs-am:
258
259
260mostlyclean-generic:
261
262clean-generic:
263
264distclean-generic:
265        -rm -f Makefile $(CONFIG_CLEAN_FILES)
266        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
267
268maintainer-clean-generic:
269mostlyclean-am:  mostlyclean-tags mostlyclean-generic
270
271mostlyclean: mostlyclean-recursive
272
273clean-am:  clean-tags clean-generic mostlyclean-am
274
275clean: clean-recursive
276
277distclean-am:  distclean-tags distclean-generic clean-am
278
279distclean: distclean-recursive
280
281maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
282                distclean-am
283        @echo "This command is intended for maintainers to use;"
284        @echo "it deletes files that may require special tools to rebuild."
285
286maintainer-clean: maintainer-clean-recursive
287
288.PHONY: install-data-recursive uninstall-data-recursive \
289install-exec-recursive uninstall-exec-recursive installdirs-recursive \
290uninstalldirs-recursive all-recursive check-recursive \
291installcheck-recursive info-recursive dvi-recursive \
292mostlyclean-recursive distclean-recursive clean-recursive \
293maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
294distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
295dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
296install-exec install-data-am install-data install-am install \
297uninstall-am uninstall all-redirect all-am all installdirs-am \
298installdirs mostlyclean-generic distclean-generic clean-generic \
299maintainer-clean-generic clean mostlyclean distclean maintainer-clean
300
301
302depend-recursive \
303preinstall-recursive \
304debug-recursive \
305profile-recursive:
306        @set fnord $(MAKEFLAGS); amf=$$2; \
307        dot_seen=no; \
308        target=`echo $@ | sed s/-recursive//`; \
309        list='$(SUBDIRS)'; for subdir in $$list; do \
310          echo "Making $$target in $$subdir"; \
311          if test "$$subdir" = "."; then \
312            dot_seen=yes; \
313            local_target="$$target-am"; \
314          else \
315            local_target="$$target"; \
316          fi; \
317          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
319        done; \
320        if test "$$dot_seen" = "no"; then \
321          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
322        fi; test -z "$$fail"
323
324debug: debug-recursive
325.PHONY: debug-recursive
326
327profile: profile-recursive
328.PHONY: profile-recursive
329
330preinstall: preinstall-recursive
331.PHONY: preinstall-recursive
332
333depend: depend-recursive
334.PHONY: depend-recursive
335
336debug-am:
337debug: debug-am
338.PHONY: debug debug-am
339
340profile-am:
341profile: profile-am
342.PHONY: profile profile-am
343
344preinstall-am: $(TMPINSTALL_FILES)
345preinstall: preinstall-am
346.PHONY: preinstall preinstall-am
347
348depend-am:
349depend: depend-am
350.PHONY: depend depend-am
351
352# Tell versions [3.59,3.63) of GNU make to not export all variables.
353# Otherwise a system limit (for SysV at least) may be exceeded.
354.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.