source: rtems/testsuites/psxtests/psxfile01/Makefile.am @ 3f42281e

4.115
Last change on this file since 3f42281e was 3f42281e, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 21:15:07

2010-07-01 Joel Sherrill <joel.sherrilL@…>

  • psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c: Remove tests which put NULL entries in file handlers.
  • Property mode set to 100644
File size: 645 bytes
Line 
1##
2## $Id$
3##
4
5rtems_tests_PROGRAMS = psxfile01
6psxfile01_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
7
8dist_rtems_tests_DATA = psxfile01.scn
9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/leaf.am
13
14AM_CPPFLAGS += -I$(top_srcdir)/include
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(psxfile01_OBJECTS) $(psxfile01_LDADD)
18LINK_LIBS = $(psxfile01_LDLIBS)
19
20psxfile01$(EXEEXT): $(psxfile01_OBJECTS) $(psxfile01_DEPENDENCIES)
21        @rm -f psxfile01$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.