source: rtems/testsuites/psxtests/psxcancel/Makefile.am @ 31b65e5

4.104.114.84.95
Last change on this file since 31b65e5 was 31b65e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 15:11:45

2003-12-11 Ralf Corsepius <corsepiu@…>

  • psxcancel/Makefile.am: Remove used H_FILES.
  • Property mode set to 100644
File size: 669 bytes
RevLine 
[df49c60]1##
[c94eb25]2## $Id$
[df49c60]3##
[c94eb25]4
5TEST = psxcancel
6
7MANAGERS = all
8
9C_FILES = init.c
[4f8d7dd]10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
[c94eb25]11
12DOCTYPES = scn
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
[31b65e5]15SRCS = $(DOCS) $(C_FILES)
[c94eb25]16OBJS = $(C_O_FILES)
17
18PRINT_SRCS = $(DOCS)
19
20PGM = ${ARCH}/$(TEST).exe
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d549d0a6]23include $(top_srcdir)/../automake/compile.am
24include $(top_srcdir)/../automake/leaf.am
[c94eb25]25include $(top_srcdir)/psxtests.am
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
[977fc49]31AM_CPPFLAGS += -I$(top_srcdir)/include
[c94eb25]32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
[a450a93d]36all-local: $(TMPINSTALL_FILES)
[c94eb25]37
38EXTRA_DIST = $(C_FILES) $(DOCS)
39
[d549d0a6]40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.