1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libmuglerpc.a
4
5INCLUDES = -I../../../include
6
7libmuglerpc_a_SOURCES = \
8	ctc.cc \
9	pio.cc \
10	ports.cc \
11	memory.cc \
12	keyboard.cc
13