|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator host/posix:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: pkglib_LTLIBRARIES = tme_host_posix.la
1.1.1.2 ! root 9: tme_host_posix_la_SOURCES = posix-memory.c \
! 10: posix-disk.c \
! 11: posix-tape.c \
! 12: posix-serial.c
1.1 root 13: tme_host_posix_la_LDFLAGS = -module -version-info 0:0:0
14: tme_host_posix_la_LIBADD = $(top_builddir)/libtme/libtme.la \
15: $(top_builddir)/generic/libtme-generic.la
16:
17: include $(top_srcdir)/modules
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.