Last change
on this file since 6523d3ff was
a97ee41,
checked in by cvs2git <rtems-devel@…>, on 08/06/03 at 19:20:53
|
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-08-06 19:20:52 UTC Jennifer Averett <Jennifer.Averett@…> '2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>':
c/src/tests/samples/fileio/Makefile.am
c/src/tests/samples/fileio/fileio.doc
c/src/tests/samples/fileio/init.c
c/src/tests/samples/fileio/system.h
cpukit/libmisc/fsmount/Makefile.am
cpukit/libmisc/fsmount/README
cpukit/libmisc/fsmount/fsmount.c
cpukit/libmisc/fsmount/fsmount.h
Cherrypick from master 2003-06-18 15:15:48 UTC Ralf Corsepius <ralf.corsepius@…> '2003-06-18 Ralf Corsepius <corsepiu@…>':
bootstrap
config.sub
|
-
Property mode set to
100644
|
File size:
789 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | SAMPLE = fileio |
---|
7 | PGM = ${ARCH}/$(SAMPLE).exe |
---|
8 | |
---|
9 | MANAGERS = io message semaphore |
---|
10 | |
---|
11 | C_FILES = init.c |
---|
12 | C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) |
---|
13 | |
---|
14 | H_FILES = system.h |
---|
15 | noinst_HEADERS = $(H_FILES) |
---|
16 | |
---|
17 | DOCTYPES = doc scn |
---|
18 | DOCS = $(DOCTYPES:%=$(SAMPLE).%) |
---|
19 | |
---|
20 | SRCS = $(DOCS) $(C_FILES) $(H_FILES) |
---|
21 | OBJS = $(C_O_FILES) |
---|
22 | |
---|
23 | PRINT_SRCS = $(DOCS) |
---|
24 | |
---|
25 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
26 | include $(top_srcdir)/../../../../automake/compile.am |
---|
27 | include $(top_srcdir)/../../../../automake/leaf.am |
---|
28 | include $(top_srcdir)/sample.am |
---|
29 | |
---|
30 | # |
---|
31 | # (OPTIONAL) Add local stuff here using += |
---|
32 | # |
---|
33 | |
---|
34 | all-local: ${ARCH} $(TMPINSTALL_FILES) |
---|
35 | |
---|
36 | ${PGM}: $(OBJS) $(LINK_FILES) |
---|
37 | $(make-exe) |
---|
38 | |
---|
39 | EXTRA_DIST = $(C_FILES) $(DOCS) |
---|
40 | |
---|
41 | include $(top_srcdir)/../../../../automake/local.am |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.