OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / consoles / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 pkglib_LTLIBRARIES = libconsoles.la
6
7 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
8 libconsoles_la_SOURCES = stdio.cxx socketio.cxx components.cxx
9 libconsoles_la_LDFLAGS = -module -no-undefined
10 libconsoles_la_LIBADD = $(socket_libs)
11
12 pkgdata_DATA = sid-io-stdio.txt sid-io-socket.txt hw-visual-tty.tk
13
14 DEJAGNUTESTS=stdio.exp consdocs.exp consmonkey.exp stdioval.exp stdioinv.exp socketval.exp socketinv.exp
15 checkme:
16         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )