source: rtems/testsuites/psxtests/psxfilelock01/Makefile.am @ 98e16aad

4.115
Last change on this file since 98e16aad was 98e16aad, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 14:40:14

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

  • Makefile.am, configure.ac: Add tests for file lock stubs as well as various POSIX methods that access UID, PID, and GID.
  • psxfilelock01/.cvsignore, psxfilelock01/Makefile.am, psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc, psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore, psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: New files.
  • Property mode set to 100644
File size: 639 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxfilelock01
8psxfilelock01_SOURCES = init.c
9
10dist_rtems_tests_DATA = psxfilelock01.scn
11dist_rtems_tests_DATA += psxfilelock01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(psxfilelock01_OBJECTS) $(psxfilelock01_LDADD)
20LINK_LIBS = $(psxfilelock01_LDLIBS)
21
22psxfilelock01$(EXEEXT): $(psxfilelock01_OBJECTS) $(psxfilelock01_DEPENDENCIES)
23        @rm -f psxfilelock01$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.