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