|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator generic/:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: lib_LTLIBRARIES = libtme-generic.la
1.1.1.2 ! root 9: libtme_generic_la_SOURCES = bus.c \
! 10: bus-device.c \
! 11: serial.c \
! 12: ethernet.c \
! 13: fb.c \
! 14: scsi.c \
! 15: disk.c \
! 16: tape.c \
! 17: mouse.c \
! 18: keyboard.c
1.1 root 19: libtme_generic_la_LDFLAGS = -version-info 0:0:0
20:
1.1.1.2 ! root 21: # target to make fb-xlat-auto.c:
! 22: fb-xlat-auto.c: fb-xlat-auto.sh
! 23: $(SHELL) $(srcdir)/fb-xlat-auto.sh src @TME_FB_XLAT_SRC@ dst @TME_FB_XLAT_DST@ > $@
! 24:
! 25: # fb.lo depends on fb-xlat-auto.c:
! 26: fb.lo: fb-xlat-auto.c
! 27:
1.1 root 28: pkglib_LTLIBRARIES = tme_generic.la
29: tme_generic_la_SOURCES = bus-el.c
30: tme_generic_la_LDFLAGS = -module -version-info 0:0:0
31: tme_generic_la_LIBADD = libtme-generic.la
32:
1.1.1.2 ! root 33: EXTRA_DIST = fb-xlat-auto.sh
! 34:
1.1 root 35: include $(top_srcdir)/modules
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.