source: rtems/testsuites/psxtests/psx12/Makefile.am @ 5c4c752

4.104.114.84.95
Last change on this file since 5c4c752 was 4f8d7dd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:16:11

2002-08-11 Ralf Corsepius <corsepiu@…>

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