|
|
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 \
1.1.1.3 ! root 18: float.c \
1.1.1.2 root 19: keyboard.c
1.1 root 20: libtme_generic_la_LDFLAGS = -version-info 0:0:0
21:
1.1.1.2 root 22: # target to make fb-xlat-auto.c:
23: fb-xlat-auto.c: fb-xlat-auto.sh
24: $(SHELL) $(srcdir)/fb-xlat-auto.sh src @TME_FB_XLAT_SRC@ dst @TME_FB_XLAT_DST@ > $@
25:
26: # fb.lo depends on fb-xlat-auto.c:
27: fb.lo: fb-xlat-auto.c
28:
1.1.1.3 ! root 29: # target to make float-auto.c:
! 30: float-auto.c: float-auto.sh
! 31: $(SHELL) $(srcdir)/float-auto.sh > $@
! 32:
! 33: # float.lo depends on float-auto.c:
! 34: float.lo: float-auto.c
! 35:
! 36: # target to make bus-device-auto.c:
! 37: bus-device-auto.c: bus-device-auto.sh
! 38: $(SHELL) $(srcdir)/bus-device-auto.sh > $@
! 39:
! 40: # bus-device.lo depends on bus-device-auto.c:
! 41: bus-device.lo: bus-device-auto.c
! 42:
1.1 root 43: pkglib_LTLIBRARIES = tme_generic.la
44: tme_generic_la_SOURCES = bus-el.c
45: tme_generic_la_LDFLAGS = -module -version-info 0:0:0
46: tme_generic_la_LIBADD = libtme-generic.la
47:
1.1.1.3 ! root 48: EXTRA_DIST = fb-xlat-auto.sh \
! 49: float-auto.sh \
! 50: float-auto.c \
! 51: bus-device-auto.sh \
! 52: bus-device-auto.c
1.1.1.2 root 53:
1.1 root 54: include $(top_srcdir)/modules
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.