source: rtems/c/src/librtems++/include/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: 6.7 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
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@
51INSTALL_DATA = @INSTALL_DATA@
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53INSTALL_STRIP_FLAG =
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
92
93@HAS_CXX_TRUE@H_PIECES = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h     rtemsSemaphore.h rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
94
95@HAS_CXX_TRUE@noinst_HEADERS = $(H_PIECES)
96
97@HAS_CXX_TRUE@TMPINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
98mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
99CONFIG_CLEAN_FILES =
100HEADERS =  $(noinst_HEADERS)
101
102DIST_COMMON =  Makefile.am Makefile.in
103
104
105DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107TAR = gtar
108GZIP_ENV = --best
109all: all-redirect
110.SUFFIXES:
111$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
112        cd $(top_srcdir) && $(AUTOMAKE) --foreign include/rtems++/Makefile
113
114Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115        cd $(top_builddir) \
116          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119tags: TAGS
120
121ID: $(HEADERS) $(SOURCES) $(LISP)
122        list='$(SOURCES) $(HEADERS)'; \
123        unique=`for i in $$list; do echo $$i; done | \
124          awk '    { files[$$0] = 1; } \
125               END { for (i in files) print i; }'`; \
126        here=`pwd` && cd $(srcdir) \
127          && mkid -f$$here/ID $$unique $(LISP)
128
129TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
130        tags=; \
131        here=`pwd`; \
132        list='$(SOURCES) $(HEADERS)'; \
133        unique=`for i in $$list; do echo $$i; done | \
134          awk '    { files[$$0] = 1; } \
135               END { for (i in files) print i; }'`; \
136        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
137          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
138
139mostlyclean-tags:
140
141clean-tags:
142
143distclean-tags:
144        -rm -f TAGS ID
145
146maintainer-clean-tags:
147
148distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
149
150subdir = include/rtems++
151
152distdir: $(DISTFILES)
153        here=`cd $(top_builddir) && pwd`; \
154        top_distdir=`cd $(top_distdir) && pwd`; \
155        distdir=`cd $(distdir) && pwd`; \
156        cd $(top_srcdir) \
157          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/rtems++/Makefile
158        @for file in $(DISTFILES); do \
159          d=$(srcdir); \
160          if test -d $$d/$$file; then \
161            cp -pr $$d/$$file $(distdir)/$$file; \
162          else \
163            test -f $(distdir)/$$file \
164            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
165            || cp -p $$d/$$file $(distdir)/$$file || :; \
166          fi; \
167        done
168info-am:
169info: info-am
170dvi-am:
171dvi: dvi-am
172check-am: all-am
173check: check-am
174installcheck-am:
175installcheck: installcheck-am
176install-exec-am:
177install-exec: install-exec-am
178
179install-data-am:
180install-data: install-data-am
181
182install-am: all-am
183        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
184install: install-am
185uninstall-am:
186uninstall: uninstall-am
187all-am: Makefile $(HEADERS)
188all-redirect: all-am
189install-strip:
190        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
191installdirs:
192
193
194mostlyclean-generic:
195
196clean-generic:
197
198distclean-generic:
199        -rm -f Makefile $(CONFIG_CLEAN_FILES)
200        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
201
202maintainer-clean-generic:
203mostlyclean-am:  mostlyclean-tags mostlyclean-generic
204
205mostlyclean: mostlyclean-am
206
207clean-am:  clean-tags clean-generic mostlyclean-am
208
209clean: clean-am
210
211distclean-am:  distclean-tags distclean-generic clean-am
212
213distclean: distclean-am
214
215maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
216                distclean-am
217        @echo "This command is intended for maintainers to use;"
218        @echo "it deletes files that may require special tools to rebuild."
219
220maintainer-clean: maintainer-clean-am
221
222.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
223maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
224installcheck-am installcheck install-exec-am install-exec \
225install-data-am install-data install-am install uninstall-am uninstall \
226all-redirect all-am all installdirs mostlyclean-generic \
227distclean-generic clean-generic maintainer-clean-generic clean \
228mostlyclean distclean maintainer-clean
229
230
231@HAS_CXX_TRUE@$(PROJECT_INCLUDE)/rtems++:
232@HAS_CXX_TRUE@  @$(mkinstalldirs) $@
233@HAS_CXX_TRUE@$(PROJECT_INCLUDE)/rtems++/%.h: %.h
234@HAS_CXX_TRUE@  $(INSTALL_DATA) $< $@
235
236all-am: $(TMPINSTALL_FILES)
237debug-am: $(TMPINSTALL_FILES)
238profile-am: $(TMPINSTALL_FILES)
239
240debug-am:
241debug: debug-am
242.PHONY: debug debug-am
243
244profile-am:
245profile: profile-am
246.PHONY: profile profile-am
247
248preinstall-am: $(TMPINSTALL_FILES)
249preinstall: preinstall-am
250.PHONY: preinstall preinstall-am
251
252depend-am:
253depend: depend-am
254.PHONY: depend depend-am
255
256# Tell versions [3.59,3.63) of GNU make to not export all variables.
257# Otherwise a system limit (for SysV at least) may be exceeded.
258.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.