Initial revision
[ssr] / StraySrc / SDLS / !DLLMerge / Makefile,fe1
1 #
2 # Makefile
3 #
4 # © 1998 Straylight/Edgeware
5 #
6
7 #----- Licensing note -------------------------------------------------------
8 #
9 # This makefile is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
13 #
14 # This makefile is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this makefile. If not, write to the Free Software Foundation,
21 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22
23 #----- Compilation flags ----------------------------------------------------
24
25 # --- Uncomment to use the C4 tools ---
26
27 # OLD = o-
28
29 # --- C compilation ---
30
31 CC = $(OLD)cc -c -o $@
32 CFLAGS = -depend !Depend -throwback -ffah -Ilibs: -IC:
33 COMPILE = $(CC) $(CFLAGS)
34
35 # --- Assembling ---
36
37 AS = $(OLD)objasm -quit -to $@
38 ASFLAGS = -stamp -depend !Depend -throwback
39 ASSEMBLE = $(AS) $(ASFLAGS) -from
40
41 BAS = basasm
42
43 # --- Linking ---
44
45 LD = $(OLD)link -o $@
46 LD_APP = $(LD) -aif
47 LD_UTIL = $(LD) -bin -base 0
48 LD_MOD = $(LD) -bin -base 0
49 LD_BIN = $(LD) -bin -base 0
50 LD_DLL = $(LD) -rmf
51 LD_AOF = $(LD) -aof
52
53 # --- Making libraries ---
54
55 AR = $(OLD)libfile -o
56
57 CDLL = cdll
58
59 # --- Setting file types ---
60
61 SET_APP = SetType $@ FF8
62 SET_MOD = SetType $@ FFA
63 SET_UTIL = SetType $@ FFC
64 SET_DLL = SetType $@ FFD
65
66 # --- Other maintenance things ---
67
68 RM = ssrclean
69 INSTALL = inst
70 SETDATE = setdate
71 SQUEEZE = squeeze $@
72 DATE = %zdy %mo %ce%yr
73 MODDATE = %dy %m3 %ce%yr
74 CRIGHT = © %ce%yr Straylight
75 FIXLINK = fixlink $@
76
77 #----- Default rules --------------------------------------------------------
78
79 .SUFFIXES: .o .c .s .bs
80 .c.o:
81 $(COMPILE) $<
82 .s.o:
83 $(ASSEMBLE) $<
84 .bs.o:
85 $(BAS) $< $@
86
87 #----- Object files ---------------------------------------------------------
88
89 #----- Compiling things -----------------------------------------------------
90
91 all: !RunImage Sculptrix
92
93 DLLM_OBJ = o.dllmerge o.messages o.templates
94 DLLM_VER = 1.11
95 !RunImage: $(DLLM_OBJ)
96 $(SETDATE) \
97 o.version \
98 version="$(DLLM_VER) ($(DATE))" \
99 cright="$(CRIGHT)"
100 $(LD_APP) $(DLLM_OBJ) o.version libs:embtemp.o.embtemp
101 $(SQUEEZE)
102
103 o.messages: rsc.messages
104 msgaof rsc.messages o.messages sh.messages
105
106 o.templates: rsc.templates
107 templaof rsc.templates o.templates sh.templates
108
109 Sculptrix: <SSR$ModDir>.Sculptrix
110 $(INSTALL) <SSR$ModDir>.Sculptrix @
111
112 install:
113
114 clean:
115 -$(RM) o.* !RunImage Sculptrix
116
117 #----- Dynamic dependencies -------------------------------------------------
118
119 # Dynamic dependencies:
120 o.dllmerge: s.dllmerge
121 o.dllmerge: libs:header
122 o.dllmerge: libs:swis
123 o.dllmerge: libs:stream
124 o.dllmerge: libs:embTemp.sh.embTemp
125 o.dllmerge: sh.templates
126 o.dllmerge: sh.messages