source: rtems/c/src/tests/psxtests/Makefile.am @ a8df60b

4.104.114.84.95
Last change on this file since a8df60b was a8df60b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 13:38:00

New test for POSIX Message Queues added.

  • Property mode set to 100644
File size: 639 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
9
10PREINSTALLDIRS = $(project_bspdir)/tests/screens/psxtests
11$(PREINSTALLDIRS):
12        @$(mkinstalldirs) $@
13
14all-local: $(PREINSTALLDIRS)
15
16POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
17    psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
18
19POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13
20
21SUBDIRS = . support $(POSIX_DIRS) $(POSIX_FILES_DIRS)
22
23include $(top_srcdir)/../../../../automake/subdirs.am
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.