OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / mapper / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 SUBDIRS = . testsuite
6
7 pkglib_LTLIBRARIES = libmapper.la
8
9 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
10 libmapper_la_SOURCES = compMapper.cxx
11 libmapper_la_LDFLAGS = -module -no-undefined
12
13 pkgdata_DATA = hw-mapper-basic.txt
14
15 DEJAGNUTESTS=basicmapper.exp mapperdocs.exp mappermonkey.exp
16 checkme: all
17         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )