forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add test for Mouse Parser Engine (Microsoft Mouse paths) and Serial Mouse Driver. * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c, mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c, mouse01/serial_mouse_config.c: New files.
23 lines
678 B
Makefile
23 lines
678 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = POSIX
|
|
|
|
SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
|
|
deviceio01 devnullfatal01 dumpbuf01 gxx01 \
|
|
malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
|
|
putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
|
|
termios termios01 termios02 termios03 termios04 termios05 \
|
|
termios06 termios07 termios08 \
|
|
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
|
|
block08 block09 block10 stringto01 \
|
|
tar01 tar02 tar03 \
|
|
math mathf mathl complex \
|
|
mouse01
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|