OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / cfgroot / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4 ACLOCAL_AMFLAGS = -I ../../config
5
6 SUBDIRS = @subdirs@
7
8 pkglib_LTLIBRARIES = libconfig.la
9
10 INCLUDES = -I. -I../../include -I$(srcdir)/../../include -I$(srcdir)/libltdl
11 AM_CXXFLAGS = -DSID_EXEC_PREFIX=\"$(exec_prefix)\"
12
13 libconfig_la_SOURCES = compConfig.cxx
14 libconfig_la_LDFLAGS = -module -no-undefined
15 libconfig_la_LIBADD = @LIBLTDL@
16
17 pkgdata_DATA = sid-control-cfgroot.txt
18
19 DEJAGNUTESTS=badconf.exp
20 checkme: all
21         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )