source: rtems/c/src/tests/psxtests/psxmount/Makefile.am @ c94eb25

4.104.114.84.95
Last change on this file since c94eb25 was c94eb25, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:39:29

Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@…>
to convert the psxtests directory from Makefile.in to Makefile.am.

  • Property mode set to 100644
File size: 687 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6TEST = psxmount
7
8MANAGERS = all
9
10# C source names, if any, go here -- minus the .c
11C_FILES = main.c test.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14DOCTYPES = scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
17SRCS = $(DOCS) $(C_FILES) $(H_FILES)
18OBJS = $(C_O_FILES)
19
20PRINT_SRCS = $(DOCS)
21
22PGM = ${ARCH}/$(TEST).exe
23
24include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
25include $(RTEMS_ROOT)/make/leaf.cfg
26include $(top_srcdir)/psxtests.am
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35all-local: $(ARCH) $(TMPINSTALL_FILES)
36
37EXTRA_DIST = $(C_FILES) $(DOCS)
38
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.