OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / uart / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4 SUBDIRS = . testsuite
5
6 pkglib_LTLIBRARIES = libuart.la
7
8 pkgdata_DATA = hw-uart-ns16550.txt
9
10 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
11 libuart_la_SOURCES = Uart.cxx
12 libuart_la_LDFLAGS = -module -no-undefined
13
14