source: rtems/testsuites/libtests/mouse01/Makefile.am @ 3d4f749

4.115
Last change on this file since 3d4f749 was 3d4f749, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/11 at 16:18:10

2011-03-14 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 690 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = mouse01
8mouse01_SOURCES = init.c serial_mouse_config.c msmouse.c\
9    ../termios04/termios_testdriver_intr.c
10
11dist_rtems_tests_DATA = mouse01.scn
12dist_rtems_tests_DATA += mouse01.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19AM_CPPFLAGS += -I$(top_srcdir)/termios04
20
21LINK_OBJS = $(mouse01_OBJECTS) $(mouse01_LDADD)
22LINK_LIBS = $(mouse01_LDLIBS)
23
24mouse01$(EXEEXT): $(mouse01_OBJECTS) $(mouse01_DEPENDENCIES)
25        @rm -f mouse01$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.