|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator machine/sun:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: pkglib_LTLIBRARIES = libtme-machine-sun.la
1.1.1.3 ! root 9: libtme_machine_sun_la_SOURCES = sun-mmu.c \
! 10: sun-bwtwo.c \
! 11: sun-cgtwo.c \
! 12: sun-fb.c sun-fb.h \
! 13: sun-si.c \
! 14: sun-obie.c
1.1 root 15: libtme_machine_sun_la_LDFLAGS = -version-info 0:0:0
16: libtme_machine_sun_la_LIBADD = $(top_builddir)/libtme/libtme.la \
17: $(top_builddir)/generic/libtme-generic.la
18:
1.1.1.3 ! root 19: bin_SCRIPTS = tme-sun-idprom tme-sun-eeprom
1.1 root 20:
1.1.1.2 root 21: examplesdir = $(datadir)/examples/tme
22: examples_DATA = sun-keyboards.txt my-sun-macros.txt
23:
1.1.1.3 ! root 24: EXTRA_DIST = tme-sun-idprom.pl tme-sun-eeprom.pl $(examples_DATA)
1.1 root 25:
26: # target to make tme-sun-idprom:
27: tme-sun-idprom: tme-sun-idprom.pl
28: sed -e s%/usr/pkg/bin/perl%$(PERL)% < $(srcdir)/tme-sun-idprom.pl > $@
1.1.1.3 ! root 29:
! 30: # target to make tme-sun-eeprom:
! 31: tme-sun-eeprom: tme-sun-eeprom.pl $(top_srcdir)/tools/tme-binary-struct.pl.in
! 32: cat $(top_srcdir)/tools/tme-binary-struct.pl.in $(srcdir)/tme-sun-eeprom.pl | \
! 33: sed -e s%/usr/pkg/bin/perl%$(PERL)% > $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.