source: rtems/c/src/tests/psxtests/Makefile.in @ c30d04d7

4.104.114.84.95
Last change on this file since c30d04d7 was c30d04d7, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/99 at 16:21:11

New test from Juan Zamorano Flores <jzamora@…>
that is part of the addition of POSIX timers.

  • Property mode set to 100644
File size: 437 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
12include $(RTEMS_ROOT)/make/directory.cfg
13
14POSIX_DIRS=psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
15   psx09 psx10 psx11 psx12 psxtime psxtimer
16
17POSIX_FILES_DIRS=psxfile01 psxreaddir psxstat psxmount psx13
18
19SUB_DIRS=support $(POSIX_DIRS) $(POSIX_FILES_DIRS)
20
Note: See TracBrowser for help on using the repository browser.