source: rtems/testsuites/psxtests/psx08/Makefile.am @ 021eeaa

4.104.114.84.95
Last change on this file since 021eeaa was 021eeaa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:06:28

2000-09-04 Ralf Corsepius <corsepiu@…>

  • psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 792 bytes
RevLine 
[df49c60]1##
[c94eb25]2## $Id$
[df49c60]3##
[c94eb25]4
5AUTOMAKE_OPTIONS = foreign 1.4
[df49c60]6
[c94eb25]7TEST = psx08
8
9MANAGERS = all
10
11C_FILES = init.c task1.c task2.c task3.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
[df49c60]15noinst_HEADERS = $(H_FILES)
[c94eb25]16
17DOCTYPES = scn
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[021eeaa]28include $(top_srcdir)/../../../../automake/compile.am
[c94eb25]29include $(RTEMS_ROOT)/make/leaf.cfg
30include $(top_srcdir)/psxtests.am
31
32#
33# (OPTIONAL) Add local stuff here using +=
34#
35
[977fc49]36AM_CPPFLAGS += -I$(top_srcdir)/include
[c94eb25]37
38${PGM}: $(OBJS) $(LINK_FILES)
39        $(make-exe)
40
41all-local: $(ARCH) $(TMPINSTALL_FILES)
42
43EXTRA_DIST = $(C_FILES) $(DOCS)
44
45include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.