|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2:
3: noinst_PROGRAMS = def68k headers gen68k
4: BUILT_SOURCES = def68k-iibs.h def68k-funcs.h def68k-proto.h \
5: cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c \
6: cpu68k-4.c cpu68k-5.c cpu68k-6.c cpu68k-7.c \
7: cpu68k-8.c cpu68k-9.c cpu68k-a.c cpu68k-b.c \
8: cpu68k-c.c cpu68k-d.c cpu68k-e.c cpu68k-f.c
9:
10: ## stage one - create iibs, funcs and proto header files from def68k.def
11:
12: def68k_SOURCES = def68k.c tab68k.c
13: INCLUDES = -I../hdr -I.
14:
15: headers_SOURCES = def68k-iibs.h def68k-funcs.h def68k-proto.h
16: headers: def68k-iibs.h def68k-funcs.h def68k-proto.h
17:
18: def68k-iibs.h: def68k def68k.def
19: ./def68k
20: def68k-funcs.h: def68k def68k.def
21: ./def68k
22: def68k-proto.h: def68k def68k.def
23: ./def68k
24:
25: ## stage two - create cpu C files and create library
26:
27: gen68k_SOURCES = gen68k.c tab68k.c
28: gen68k_DEPENDENCIES = def68k-iibs.h
29:
30: noinst_LIBRARIES = lib68k.a
31: lib68k_a_SOURCES = cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c \
32: cpu68k-4.c cpu68k-5.c cpu68k-6.c cpu68k-7.c \
33: cpu68k-8.c cpu68k-9.c cpu68k-a.c cpu68k-b.c \
34: cpu68k-c.c cpu68k-d.c cpu68k-e.c cpu68k-f.c
35: lib68k_a_DEPENDENCIES = def68k-iibs.h
36:
37: DISTCLEANFILES = ${lib68k_a_SOURCES} ${headers_SOURCES}
38:
39: cpu68k-0.c: gen68k
40: ./gen68k
41: cpu68k-1.c: gen68k
42: ./gen68k
43: cpu68k-2.c: gen68k
44: ./gen68k
45: cpu68k-3.c: gen68k
46: ./gen68k
47: cpu68k-4.c: gen68k
48: ./gen68k
49: cpu68k-5.c: gen68k
50: ./gen68k
51: cpu68k-6.c: gen68k
52: ./gen68k
53: cpu68k-7.c: gen68k
54: ./gen68k
55: cpu68k-8.c: gen68k
56: ./gen68k
57: cpu68k-9.c: gen68k
58: ./gen68k
59: cpu68k-a.c: gen68k
60: ./gen68k
61: cpu68k-b.c: gen68k
62: ./gen68k
63: cpu68k-c.c: gen68k
64: ./gen68k
65: cpu68k-d.c: gen68k
66: ./gen68k
67: cpu68k-e.c: gen68k
68: ./gen68k
69: cpu68k-f.c: gen68k
70: ./gen68k
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.