OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / timers / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4 SUBDIRS = @cpu_subdirs@ .
5 ACLOCAL_AMFLAGS = -I ../../config
6
7 pkglib_LTLIBRARIES = libtimers.la
8
9 INCLUDES = -I. -I.. @cpu_incl@ -I../../include -I$(srcdir)/../../include
10
11 libtimers_la_SOURCES = compTIMERS.cxx
12 libtimers_la_LDFLAGS = -module -no-undefined
13 libtimers_la_LIBADD = @cpu_libs@
14 libtimers_la_DEPENDENCIES = @cpu_libs@
15
16 DEJAGNUTESTS=timerbase.exp timersched.exp timermonkey.exp
17
18 .PHONY: checkme
19 checkme:
20         -(cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )