|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2:
1.1.1.2 ! root 3: noinst_PROGRAMS = def68k head gen68k
1.1 root 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:
1.1.1.2 ! root 15: head_SOURCES = def68k-iibs.h def68k-funcs.h def68k-proto.h
! 16:
! 17: ## see automake.info section on 'Support for executable extensions'
! 18:
! 19: head$(EXEEXT): def68k-iibs.h def68k-funcs.h def68k-proto.h
1.1 root 20:
21: def68k-iibs.h: def68k def68k.def
22: ./def68k
23: def68k-funcs.h: def68k def68k.def
24: ./def68k
25: def68k-proto.h: def68k def68k.def
26: ./def68k
27:
28: ## stage two - create cpu C files and create library
29:
30: gen68k_SOURCES = gen68k.c tab68k.c
31: gen68k_DEPENDENCIES = def68k-iibs.h
32:
33: noinst_LIBRARIES = lib68k.a
34: lib68k_a_SOURCES = cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c \
35: cpu68k-4.c cpu68k-5.c cpu68k-6.c cpu68k-7.c \
36: cpu68k-8.c cpu68k-9.c cpu68k-a.c cpu68k-b.c \
37: cpu68k-c.c cpu68k-d.c cpu68k-e.c cpu68k-f.c
38: lib68k_a_DEPENDENCIES = def68k-iibs.h
39:
1.1.1.2 ! root 40: MOSTLYCLEANFILES = ${lib68k_a_SOURCES} ${head_SOURCES}
1.1 root 41:
42: cpu68k-0.c: gen68k
43: ./gen68k
44: cpu68k-1.c: gen68k
45: ./gen68k
46: cpu68k-2.c: gen68k
47: ./gen68k
48: cpu68k-3.c: gen68k
49: ./gen68k
50: cpu68k-4.c: gen68k
51: ./gen68k
52: cpu68k-5.c: gen68k
53: ./gen68k
54: cpu68k-6.c: gen68k
55: ./gen68k
56: cpu68k-7.c: gen68k
57: ./gen68k
58: cpu68k-8.c: gen68k
59: ./gen68k
60: cpu68k-9.c: gen68k
61: ./gen68k
62: cpu68k-a.c: gen68k
63: ./gen68k
64: cpu68k-b.c: gen68k
65: ./gen68k
66: cpu68k-c.c: gen68k
67: ./gen68k
68: cpu68k-d.c: gen68k
69: ./gen68k
70: cpu68k-e.c: gen68k
71: ./gen68k
72: cpu68k-f.c: gen68k
73: ./gen68k
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.