source: rtems/testsuites/psxtests/psxchroot01/Makefile.am @ 6287b57

4.104.114.84.95
Last change on this file since 6287b57 was 6287b57, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 13:29:38

2001-05-25 Joel Sherrill <joel@…>

  • Added once version of psxchroot01 test for user review.
  • psxchroot01: New directory.
  • psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
  • configure.in, Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 693 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = psxchroot01
8
9MANAGERS = all
10
11C_FILES = main.c test.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14DOCTYPES = scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
17SRCS = $(DOCS) $(C_FILES) $(H_FILES)
18OBJS = $(C_O_FILES)
19
20PRINT_SRCS = $(DOCS)
21
22PGM = ${ARCH}/$(TEST).exe
23
24include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
25include $(top_srcdir)/../../../../automake/compile.am
26include $(RTEMS_ROOT)/make/leaf.cfg
27include $(top_srcdir)/psxtests.am
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(ARCH) $(TMPINSTALL_FILES)
37
38EXTRA_DIST = $(C_FILES) $(DOCS)
39
40include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.