|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator machine/sun2:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: pkglib_LTLIBRARIES = tme_machine_sun2.la
9: tme_machine_sun2_la_SOURCES = sun2-mainbus.c sun2-mmu.c sun2-control.c sun2-impl.h
10: tme_machine_sun2_la_LDFLAGS = -module -version-info 0:0:0
11: tme_machine_sun2_la_LIBADD = $(top_builddir)/libtme/libtme.la \
12: ../sun/libtme-machine-sun.la
13:
14: examplesdir = $(datadir)/examples/tme
15: examples_DATA = SUN2-MULTIBUS
16:
17: EXTRA_DIST = $(examples_DATA)
18:
19: include $(top_srcdir)/modules
20:
21: #noinst_PROGRAMS = sun2-test
22: #sun2_test_SOURCES = sun2-test.c
23: #sun2_test_LDADD = libtme-sun2.la \
24: # ../sun/libtme-sun.la \
25: # ../../host/posix/libtme-posix.la \
26: # ../../host/bsd/libtme-bsd.la \
27: # ../../ic/m68k/libtme-m68k.la \
28: # $(top_srcdir)/../vMac/CPU/libCPU.a \
29: # ../../ic/ic-vol0/libtme-ic-vol0.la \
30: # ../../bus/multibus/libtme-multibus.la \
31: # ../../generic/libtme-generic.la \
32: # ../../threads/libtme-threads.la
33:
34: # target to make remote things:
35: #../sun/libtme-machine-sun.la \
36: #../../host/posix/libtme-posix.la \
37: #../../host/bsd/libtme-bsd.la \
38: #../../ic/m68k/libtme-m68k.la \
39: #../../ic/ic-vol0/libtme-ic-vol0.la \
40: #../../bus/multibus/libtme-multibus.la \
41: #../../generic/libtme-generic.la \
42: #../../threads/libtme-threads.la: force
43: # cd `dirname $@` && $(MAKE) `basename $@`
44: #force: ;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.