mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 19:12:58 -04:00
26 lines
627 B
Makefile
26 lines
627 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator serial/:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
|
|
|
|
##SUBDIRS = @TME_SERIAL_SUBDIRS@
|
|
##DIST_SUBDIRS =
|
|
|
|
pkglib_LTLIBRARIES = tme_serial_kb.la
|
|
|
|
tme_serial_kb_la_SOURCES = \
|
|
serial-sink.c \
|
|
serial-kb.h \
|
|
serial-kb.c \
|
|
kb-sun.c \
|
|
serial-ms.h \
|
|
serial-ms.c \
|
|
ms-mssystems.c
|
|
tme_serial_kb_la_LDFLAGS = -rpath $(pkglibdir) -module -version-info 0:0:0
|
|
tme_serial_kb_la_LIBADD = $(top_builddir)/libtme/libtme.la \
|
|
$(top_builddir)/generic/libtme-generic.la
|
|
|
|
include $(top_srcdir)/modules
|