source: rtems/c/src/tests/samples/fileio/Makefile.am @ 6523d3ff

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
6SAMPLE = fileio
7PGM = ${ARCH}/$(SAMPLE).exe
8
9MANAGERS = io message semaphore
10
11C_FILES = init.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = doc scn
18DOCS = $(DOCTYPES:%=$(SAMPLE).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
26include $(top_srcdir)/../../../../automake/compile.am
27include $(top_srcdir)/../../../../automake/leaf.am
28include $(top_srcdir)/sample.am
29
30#
31# (OPTIONAL) Add local stuff here using +=
32#
33
34all-local: ${ARCH} $(TMPINSTALL_FILES)
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38
39EXTRA_DIST = $(C_FILES) $(DOCS)
40
41include $(top_srcdir)/../../../../automake/local.am
42
Note: See TracBrowser for help on using the repository browser.