source: rtems/testsuites/psxtests/psx08/Makefile.am @ 8dc526ef

4.104.114.84.95
Last change on this file since 8dc526ef was 8dc526ef, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:18

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 776 bytes
RevLine 
[df49c60]1##
[c94eb25]2## $Id$
[df49c60]3##
[c94eb25]4
[df49c60]5
[c94eb25]6TEST = psx08
7
8MANAGERS = all
9
10C_FILES = init.c task1.c task2.c task3.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13H_FILES = system.h
[df49c60]14noinst_HEADERS = $(H_FILES)
[c94eb25]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
[021eeaa]27include $(top_srcdir)/../../../../automake/compile.am
[929efa6]28include $(top_srcdir)/../../../../automake/leaf.am
[c94eb25]29include $(top_srcdir)/psxtests.am
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
34
[977fc49]35AM_CPPFLAGS += -I$(top_srcdir)/include
[c94eb25]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.