OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / ide / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 pkglib_LTLIBRARIES = libide.la
6
7 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
8 libide_la_SOURCES = compIDE.cxx
9 libide_la_LDFLAGS = -module -no-undefined
10
11 pkgdata_DATA = hw-disk-ide.txt
12
13 DEJAGNUTESTS = diskio.exp idebase.exp idetrigger.exp
14 checkme:
15         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
16