4.104.114.84.95
Last change
on this file since e12ba0e was
e12ba0e,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/04 at 15:59:59
|
2004-05-10 Ralf Corsepius <ralf_corsepius@…>
- iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
iostream/iostream.scn, iostream/system.h:
New (C++ variant of hello).
|
-
Property mode set to
100644
|
File size:
739 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | SAMPLE = iostream |
---|
6 | PGM = ${ARCH}/$(SAMPLE).exe |
---|
7 | |
---|
8 | MANAGERS = io |
---|
9 | |
---|
10 | CC_FILES = init.cc |
---|
11 | CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.$(OBJEXT)) |
---|
12 | |
---|
13 | H_FILES = system.h |
---|
14 | noinst_HEADERS = $(H_FILES) |
---|
15 | |
---|
16 | DOCTYPES = doc scn |
---|
17 | DOCS = $(DOCTYPES:%=$(SAMPLE).%) |
---|
18 | |
---|
19 | SRCS = $(DOCS) $(CC_FILES) $(H_FILES) |
---|
20 | OBJS = $(CC_O_FILES) |
---|
21 | |
---|
22 | PRINT_SRCS = $(DOCS) |
---|
23 | |
---|
24 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
25 | include $(top_srcdir)/../automake/compile.am |
---|
26 | include $(top_srcdir)/../automake/leaf.am |
---|
27 | include $(top_srcdir)/sample.am |
---|
28 | |
---|
29 | # |
---|
30 | # (OPTIONAL) Add local stuff here using += |
---|
31 | # |
---|
32 | |
---|
33 | all-local: $(TMPINSTALL_FILES) |
---|
34 | |
---|
35 | ${PGM}: $(OBJS) $(LINK_FILES) |
---|
36 | $(make-cxx-exe) |
---|
37 | |
---|
38 | EXTRA_DIST = $(C_FILES) $(DOCS) |
---|
39 | |
---|
40 | CLEANFILES = $(TMPINSTALL_FILES) |
---|
41 | |
---|
42 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.