-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmakefile
More file actions
110 lines (91 loc) · 2.25 KB
/
Copy pathmakefile
File metadata and controls
110 lines (91 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
UCAD:
cd ucadsrc
-make
cd /
test:
cd ucadsrc
make test
cd /
others:
cd pusrc
-make
cd /
cd pdrsrc
-make
cd /
cd converters
-make
cd /
update:
zoo a update.zoo UltraDesign Pasteup Cadverter UPDATES.README
zoo a update_020_881.zoo UltraDesign_020_881 Pasteup_020_881\
Cadverter_020_881 UPDATES.README
IEEE:
-delete UcadIEEE.zoo
zoo a UcadIEEE.zoo UltraDesignIEEE* CadverterIEEE* PasteUpIEEE* \
drivers/* ultradesign.config \
hatch_lib/* stroke_lib/*
881:
-delete Ucad881.zoo
zoo a Ucad881.zoo UltraDesign881* Cadverter881* PasteUp881* \
drivers/* ultradesign.config \
hatch_lib/* stroke_lib/*
UCADBINS=UltraDesign \
UltraDesign.info \
PasteUp \
PasteUp.info \
CADVerter \
CADVerter.info
UCAD020BINS=UltraDesign_020_881 \
UltraDesign_020_881.info \
PasteUp_020_881 \
PasteUp_020_881.info \
CADVerter_020_881 \
CADVerter_020_881.info
# UltraDesign.menus
UCADSTDS=UltraDesign.config \
Defaults.uvw \
Cadverter.rgb \
definitions/Paste-Startup.upd
zoo: ucad.zoo ucad020.zoo
ucad.zoo: $(UCADBINS) $(UCADSTDS)
zoo un ucad.zoo $(UCADBINS) $(UCADSTDS) drivers/* stroke_lib/* readme*
ucad020.zoo: $(UCAD020BINS) $(UCADSTDS)
zoo un ucad020.zoo $(UCAD020BINS) $(UCADSTDS) drivers/* stroke_lib/* reame*
BACKS=makefile \
ultradesign.config \
ultradesign.menus \
ucaddefs/*.h \
ucadsrc/*.c \
ucadsrc/makefile \
ucadsrc/dialog/*.yacc \
ucadsrc/dialog/*.lex \
ucadsrc/dialog/makefile \
converters/makefile \
converters/*.c \
converters/*.h \
pdrsrc/*.asm \
pdrsrc/*.c \
pdrsrc/makefile \
pusrc/*.c \
pusrc/makefile \
pudefs/*.h
bak:
zoo un ucadsrc.zoo $(BACKS)
TARS= UltraDesign Ultradesign.config Ultradesign.menus \
Cadverter Cadverter.rgb \
Pasteup
TARS020= UltraDesign_020_881 Ultradesign.config Ultradesign.menus \
Cadverter_020_881 Cadverter.rgb \
Pasteup_020_881
tar: tardist tar020
tardist: $(TARS)
tar -cvf ram:ucad.tar $(TARS) hatch_lib stroke_lib drivers
compress ram:ucad.tar
copy ram:ucad.tar.Z ucaddist.tar.Z
delete ram:ucad.tar#?
tar020: $(TARS020)
tar -cvf ram:ucad.tar $(TARS020) hatch_lib stroke_lib drivers
compress ram:ucad.tar
copy ram:ucad.tar.Z ucaddist020.tar.Z
delete ram:ucad.tar#?