source: rtems/testsuites/psxtests/Makefile.am @ 3e08d4e

4.104.114.84.95
Last change on this file since 3e08d4e was c5e9109, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/26/04 at 04:58:50

2004-03-26 Ralf Corsepius <ralf_corsepius@…>

  • Makefile.am: Remove include from SUBDIRS.
  • Property mode set to 100644
File size: 466 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7noinst_HEADERS = include/pmacros.h
8
9POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
10    psx09 psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
11
12POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
13
14SUBDIRS =  $(POSIX_DIRS) $(POSIX_FILES_DIRS)
15
16EXTRA_DIST = psxtests.am
17
18include $(top_srcdir)/../automake/subdirs.am
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.