source: rtems/testsuites/psxtests/psxtime/Makefile.am @ a3a512c

4.104.114.84.95
Last change on this file since a3a512c 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: 673 bytes
RevLine 
[df49c60]1##
[c94eb25]2## $Id$
[df49c60]3##
[c94eb25]4
[df49c60]5
[c94eb25]6TEST = psxtime
7
8MANAGERS = all
9
10C_FILES = main.c test.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13DOCTYPES = scn
14DOCS = $(DOCTYPES:%=$(TEST).%)
15
16SRCS = $(DOCS) $(C_FILES) $(H_FILES)
17OBJS = $(C_O_FILES)
18
19PRINT_SRCS = $(DOCS)
20
21PGM = ${ARCH}/$(TEST).exe
22
23include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[021eeaa]24include $(top_srcdir)/../../../../automake/compile.am
[929efa6]25include $(top_srcdir)/../../../../automake/leaf.am
[c94eb25]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.