source: rtems/c/src/librtems++/include/rtems++/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: 6.7 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
15SHELL = @SHELL@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20prefix = @prefix@
21exec_prefix = @exec_prefix@
22
23bindir = @bindir@
24sbindir = @sbindir@
25libexecdir = @libexecdir@
26datadir = @datadir@
27sysconfdir = @sysconfdir@
28sharedstatedir = @sharedstatedir@
29localstatedir = @localstatedir@
30libdir = @libdir@
31infodir = @infodir@
32mandir = @mandir@
33includedir = @includedir@
34oldincludedir = /usr/include
35
36DESTDIR =
37
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41
42top_builddir = ../..
43
44ACLOCAL = @ACLOCAL@
45AUTOCONF = @AUTOCONF@
46AUTOMAKE = @AUTOMAKE@
47AUTOHEADER = @AUTOHEADER@
48
49INSTALL = @INSTALL@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51INSTALL_DATA = @INSTALL_DATA@
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_alias = @build_alias@
62build_triplet = @build@
63host_alias = @host_alias@
64host_triplet = @host@
65target_alias = @target_alias@
66target_triplet = @target@
67CC = @CC@
68CC_FOR_TARGET = @CC_FOR_TARGET@
69CPP = @CPP@
70CXX = @CXX@
71CXXCPP = @CXXCPP@
72CXX_FOR_TARGET = @CXX_FOR_TARGET@
73GCCSED = @GCCSED@
74HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
75INSTALL_CHANGE = @INSTALL_CHANGE@
76MAINT = @MAINT@
77MAKEINFO = @MAKEINFO@
78PACKAGE = @PACKAGE@
79PACKHEX = @PACKHEX@
80PROJECT_INCLUDE = @PROJECT_INCLUDE@
81PROJECT_ROOT = @PROJECT_ROOT@
82RTEMS_BSP = @RTEMS_BSP@
83RTEMS_CPU = @RTEMS_CPU@
84RTEMS_HOST = @RTEMS_HOST@
85RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
86RTEMS_ROOT = @RTEMS_ROOT@
87RTEMS_TOPdir = @RTEMS_TOPdir@
88VERSION = @VERSION@
89
90AUTOMAKE_OPTIONS = foreign 1.4
91
92@HAS_CXX_TRUE@H_PIECES = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h     rtemsSemaphore.h rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
93
94@HAS_CXX_TRUE@noinst_HEADERS = $(H_PIECES)
95
96@HAS_CXX_TRUE@TMPINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
97mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
98CONFIG_CLEAN_FILES =
99HEADERS =  $(noinst_HEADERS)
100
101DIST_COMMON =  Makefile.am Makefile.in
102
103
104DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106TAR = tar
107GZIP_ENV = --best
108all: all-redirect
109.SUFFIXES:
110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
111        cd $(top_srcdir) && $(AUTOMAKE) --foreign include/rtems++/Makefile
112
113Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
114        cd $(top_builddir) \
115          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117
118tags: TAGS
119
120ID: $(HEADERS) $(SOURCES) $(LISP)
121        list='$(SOURCES) $(HEADERS)'; \
122        unique=`for i in $$list; do echo $$i; done | \
123          awk '    { files[$$0] = 1; } \
124               END { for (i in files) print i; }'`; \
125        here=`pwd` && cd $(srcdir) \
126          && mkid -f$$here/ID $$unique $(LISP)
127
128TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
129        tags=; \
130        here=`pwd`; \
131        list='$(SOURCES) $(HEADERS)'; \
132        unique=`for i in $$list; do echo $$i; done | \
133          awk '    { files[$$0] = 1; } \
134               END { for (i in files) print i; }'`; \
135        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
136          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
137
138mostlyclean-tags:
139
140clean-tags:
141
142distclean-tags:
143        -rm -f TAGS ID
144
145maintainer-clean-tags:
146
147distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148
149subdir = include/rtems++
150
151distdir: $(DISTFILES)
152        here=`cd $(top_builddir) && pwd`; \
153        top_distdir=`cd $(top_distdir) && pwd`; \
154        distdir=`cd $(distdir) && pwd`; \
155        cd $(top_srcdir) \
156          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/rtems++/Makefile
157        @for file in $(DISTFILES); do \
158          d=$(srcdir); \
159          if test -d $$d/$$file; then \
160            cp -pr $$/$$file $(distdir)/$$file; \
161          else \
162            test -f $(distdir)/$$file \
163            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
164            || cp -p $$d/$$file $(distdir)/$$file || :; \
165          fi; \
166        done
167info-am:
168info: info-am
169dvi-am:
170dvi: dvi-am
171check-am: all-am
172check: check-am
173installcheck-am:
174installcheck: installcheck-am
175install-exec-am:
176install-exec: install-exec-am
177
178install-data-am:
179install-data: install-data-am
180
181install-am: all-am
182        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183install: install-am
184uninstall-am:
185uninstall: uninstall-am
186all-am: Makefile $(HEADERS)
187all-redirect: all-am
188install-strip:
189        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
190installdirs:
191
192
193mostlyclean-generic:
194
195clean-generic:
196
197distclean-generic:
198        -rm -f Makefile $(CONFIG_CLEAN_FILES)
199        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
200
201maintainer-clean-generic:
202mostlyclean-am:  mostlyclean-tags mostlyclean-generic
203
204mostlyclean: mostlyclean-am
205
206clean-am:  clean-tags clean-generic mostlyclean-am
207
208clean: clean-am
209
210distclean-am:  distclean-tags distclean-generic clean-am
211
212distclean: distclean-am
213
214maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
215                distclean-am
216        @echo "This command is intended for maintainers to use;"
217        @echo "it deletes files that may require special tools to rebuild."
218
219maintainer-clean: maintainer-clean-am
220
221.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
222maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
223installcheck-am installcheck install-exec-am install-exec \
224install-data-am install-data install-am install uninstall-am uninstall \
225all-redirect all-am all installdirs mostlyclean-generic \
226distclean-generic clean-generic maintainer-clean-generic clean \
227mostlyclean distclean maintainer-clean
228
229
230@HAS_CXX_TRUE@$(PROJECT_INCLUDE)/rtems++:
231@HAS_CXX_TRUE@  @$(mkinstalldirs) $@
232@HAS_CXX_TRUE@$(PROJECT_INCLUDE)/rtems++/%.h: %.h
233@HAS_CXX_TRUE@  $(INSTALL_DATA) $< $@
234
235all-am: $(TMPINSTALL_FILES)
236debug-am: $(TMPINSTALL_FILES)
237profile-am: $(TMPINSTALL_FILES)
238
239debug-am:
240debug: debug-am
241.PHONY: debug debug-am
242
243profile-am:
244profile: profile-am
245.PHONY: profile profile-am
246
247preinstall-am: $(TMPINSTALL_FILES)
248preinstall: preinstall-am
249.PHONY: preinstall preinstall-am
250
251depend-am:
252depend: depend-am
253.PHONY: depend depend-am
254
255# Tell versions [3.59,3.63) of GNU make to not export all variables.
256# Otherwise a system limit (for SysV at least) may be exceeded.
257.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.