annotate Makefile @ 1:ff5e05767bd3 ALPHA

Empty changelog
author darius
date Sat, 06 Dec 1997 05:41:28 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
1 # PARADISE 2.4 CLIENT MAKEFILE
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
2 # $Id: Makefile,v 1.1.1.1 1997/12/06 05:41:28 darius Exp $
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
3 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
4
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
5 SHELL=/bin/sh
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
6
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
7 BIN = ../bin.udp
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
8
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
9 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
10 # AUTHORIZATION defines
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
11 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
12 #leave commented if you aren't compiling an authorizing client.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
13 #ARCH=irix6.2
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
14 #MPLIBS= ../gmp-1.3.2/libgmp.a -L../gmp-1.3.2 -lmp
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
15 #KEYDIR=/data/edorman/.Games/Netrek/server-2.4x-rsa/rsa
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
16 #AUTH_OBJS = expire.o ${KEYDIR}/rsa_box*.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
17 #AUTH_DEFS = -DAUTHORIZE
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
18
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
19 # If you're using the time lord
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
20 #TL_OBJS = limitplay.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
21 #TL_FLAGS=-DTIMELORD
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
22
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
23 # for termnet
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
24 TERMHOME=/usr/local/src/term
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
25
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
26 # slightly better hiding of the RSA key when the object files are linked in a
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
27 # random order.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
28 #SCRAMBLER=perl scrambleargs.perl
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
29 SCRAMBLER=echo
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
30
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
31 # Modify the following to reflect where your libz.a and zlib.h files live.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
32 GZLIBDIR = zlib
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
33 GZLIB = -lz
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
34 GZINCLUDEDIR = zlib
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
35
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
36 # system paths.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
37 OPENWINHOME=/usr/X11
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
38 X11HOME = -L${OPENWINHOME}/lib
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
39 INCLUDEDIRS = -I$(GZINCLUDEDIR) -I$(OPENWINHOME)/include
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
40
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
41 # Compiling this client with any flags other than the ones supplied can
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
42 # cause problems. Sorry.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
43 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
44 # TSH -- changes by T. Hadley
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
45 # TC -- changes by Terence Chang
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
46 # SGALAXY -- changes by Jerry Frain & Joe Young
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
47 # ATM -- changes by Andy McFadden
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
48 # TCURSORS -- special cursors
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
49 # RFCURSORS -- so that it would compile on recumbents system, turn
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
50 # this off if you don't have X11/Xmu/CurUtil.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
51 # this will disable the ability to define cursors in
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
52 # the .xtrekrc file. If this is not defined, then
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
53 # you may remove -lXmu from the X11LIB variable above.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
54 # ROTATERACE -- galaxy rotation
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
55 # NOWARP -- enable alternates to mouse pointer message warp
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
56 # EDEN -- turn on partial eden 1.996c compatibility.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
57 # Breaks everything else (plasma_info, MAXTORPS, MAXPLASMA)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
58 # AUTHORIZE -- turn on reserved.c and RSA authorization. If you don't
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
59 # define this, comment out AUTH_OBJS.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
60 # SHORT_PACKETS -- Heiko Wengler's short packets. Not prettily transplanted
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
61 # from Berkricksmoo2.0pl14.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
62 # METASERVER -- turns on -m metaserver support
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
63 # RS6K -- must be defined for the IBM RS6000
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
64 # SVR4 -- must be defined for SVR4 (eg Solaris 2) machines (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
65 # VARY_HULL -- must be defined for vary hull feature (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
66 # MACROS -- must be defined for macros (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
67 # TIMER -- enables the dashboard timer (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
68 # CONTINUOUS_MOUSE -- enable the continuous mouse code (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
69 # XTREKRC_HELP -- must be defined for .xtrekrc help window (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
70 # PACKET_LIGHTS -- turns on packetLights (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
71 # WIDE_PLIST -- enables wide (fully configurable) playerlist (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
72 # SIZE_LOGGING -- shows bytes sent/received on exit (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
73 # FEATURE -- turns on feature packets (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
74 # RC_DISTRESS -- Receiver configurable distress. Code from COW-lite, partially
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
75 # added by Bill Dyess, finished by Joe Rumsey.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
76 # BEEPLITE -- Beep-lite code for RCD, code from COW-lite (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
77 # RECORDER -- Flight recorder/playback (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
78 # NOSHIBITMAPS -- compile with only CA/SB bitmaps for each race,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
79 # saves ~50k in the executable, but then the player MUST
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
80 # have bitmap albums, or else see everyone as a CA.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
81 # LOCAL_SHIPSTATS -- An ugly little ship status thing drawn into the
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
82 # local window. Configurable... (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
83 # SHOW_IND -- Draw an X over Independant planets. from COW-lite (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
84 # TOOLS -- slightly silly thing to allow shell commands from message window.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
85 # Would be very silly, but also allowed in macros. from COW (Joe)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
86 # HANDLER_TIMES -- record execution times of packet handlers,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
87 # don't define normally (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
88 # COW_HAS_IT_WHY_SHOULDNT_WE -- COW-borg feature that shows the map while you're
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
89 # at the motd. Not defined here, is optional,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
90 # defaults to off, and I will not document it,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
91 # Nor will I put it in 'O'ptions. (Joe Rumsey)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
92 # HOCKEY -- Turns on lots of hockey specific features, such as
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
93 # HockeyLines and Puck. (Bill Dyess)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
94 # UNIX_SOUND -- Turns on Platform Independant sound support (Currently only
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
95 # VoxWare systems like Linux, FreeBSD). (Sujal Patel)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
96 # ZDIAG -- Turns on debugging code for receiveing the compressed
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
97 # terrain data. Not very useful unless you like seeing
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
98 # the compression numbers (like 200:1 for just asteroids,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
99 # or 600:1 for empty space).
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
100 # FEAT_DEBUG -- Turns on debugging features for Paradise feature packets.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
101 # Note that the Paradise feature packets are most likely to
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
102 # be completely incompatible with Bronco feature packets to
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
103 # date.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
104 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
105 # Must have -DATM,
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
106
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
107 CDEFS = -DATM -DGODMESSAGE -DTCURSORS -DRFCURSORS -DROTATERACE -DNOWARP \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
108 -DSHORT_PACKETS -DMETASERVER -DVARY_HULL -DMACROS -DTIMER \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
109 -DCONTINUOUS_MOUSE -DXTREKRC_HELP -DPACKET_LIGHTS -DWIDE_PLIST \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
110 -DSIZE_LOGGING -DFEATURE -DRC_DISTRESS -DBEEPLITE -DRECORDER \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
111 -DLOCAL_SHIPSTATS -DSHOW_IND -DTOOLS -DHOCKEY -DUNIX_SOUND \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
112 $(AUTH_DEFS) ${TL_FLAGS} $(SYSDEFS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
113
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
114
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
115 R_OBJS = ${AUTH_OBJS} \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
116 ${TL_OBJS} \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
117 colors.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
118 dashboard.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
119 data.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
120 death.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
121 detonate.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
122 defaults.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
123 defwin.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
124 distress.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
125 dmessage.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
126 enter.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
127 findslot.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
128 gameconf.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
129 getname.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
130 getship.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
131 helpwin.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
132 inform.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
133 interface.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
134 keymap.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
135 macros.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
136 macrowin.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
137 motdwin.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
138 newwin.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
139 option.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
140 packets.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
141 parsemeta.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
142 planetlist.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
143 planets.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
144 playerlist.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
145 ranklist.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
146 ratings.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
147 rotate.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
148 shipbitmaps.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
149 sintab.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
150 smessage.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
151 socket.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
152 stats.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
153 util.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
154 varydamage.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
155 war.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
156 warning.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
157 udpopt.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
158 blk_parsemotd.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
159 shortcomm.o spopt.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
160 ping.o pingstats.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
161 wide_plist.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
162 feature.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
163 beeplite.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
164 recorder.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
165 senddist.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
166 tools.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
167 hockey.o \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
168 sound.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
169
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
170 R_FILES = colors.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
171 dashboard.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
172 data.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
173 death.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
174 detonate.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
175 defaults.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
176 defwin.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
177 distress.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
178 dmessage.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
179 enter.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
180 findslot.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
181 getname.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
182 getship.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
183 helpwin.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
184 inform.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
185 input.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
186 interface.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
187 keymap.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
188 macros.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
189 macrowin.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
190 motdwin.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
191 newwin.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
192 option.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
193 parsemeta.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
194 planetlist.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
195 planets.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
196 playerlist.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
197 ranklist.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
198 ratings.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
199 redraw.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
200 reserved.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
201 rotate.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
202 rsa-client.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
203 rsa_util.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
204 sintab.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
205 smessage.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
206 socket.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
207 stats.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
208 util.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
209 varydamage.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
210 war.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
211 warning.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
212 udpopt.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
213 blk_parsemotd.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
214 wide_plist.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
215 feature.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
216 packets.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
217 beeplite.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
218 recorder.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
219 senddist.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
220 tools.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
221 hockey.c \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
222 sound.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
223
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
224
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
225 INCLUDES = struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
226 packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
227 defs.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
228 copyright.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
229 bitmaps.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
230 data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
231 oldbitmaps.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
232 puck.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
233
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
234 INPUT = input.o redraw.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
235 MAINOBJ = main.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
236 MAINSRC = main.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
237
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
238 X10LIB = -lX
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
239 X10OBJS = x10window.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
240
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
241 X11LIB = $(X11HOME) -lX11 -lXmu
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
242 X11SRC = x11window.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
243 X11OBJS = x11window.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
244
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
245 GLLIB = -lgl_s
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
246 GLOBJS = glwindow.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
247
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
248 # Amiga/DNet version: need libdnet.a.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
249 # Also need iff.library at run-time...
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
250 #
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
251 AMIGALIB = -Ldnet:amiga/lib -ldnet
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
252 AMIGASRC = amiga.c amigawindow.c dnetcomms.c radkprintf.c sound.c speech.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
253 AMIGAOBJS = amigawindow.o amiga.o dnetcomms.o radkprintf.o sound.o speech.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
254
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
255 #mplibs must come before -lm
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
256 LIBS = -L$(GZLIBDIR) $(SYSLIBS) $(MPLIBS) -lm $(GZLIB)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
257
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
258 CC = cc
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
259 #CC = cc -pipe
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
260 LINKSTATIC=-Bstatic
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
261
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
262 # for gcc, it has a different static linking convention
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
263 #CC = gcc-2.3.3
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
264 #CC = gcc ${GCCOPT} -W -Wreturn-type -Wunused -Wswitch -Wtrigraphs -Wformat \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
265 # -Wchar-subscripts -Wparentheses
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
266 #GCCOPT=-O -Wuninitialized
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
267 #LINKSTATIC=-static
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
268
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
269 CDEBUGFLAGS=-O
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
270 #CDEBUGFLAGS=-g
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
271 #gcc can optimize and emit debug symbols at the same time
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
272
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
273 CFLAGS = $(CDEFS) $(SYSCFLAGS) $(CDEBUGFLAGS) $(INCLUDEDIRS) -I../gmp-1.3.2
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
274
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
275 ###############################[ INDENTATION ]################################
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
276 # Recommended indentation style:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
277 # -ce -ci4 -d0 -di8 -nfc1 -i4 -npro -nsc -sob -TCARD8 -TCARD16 -TCARD32 -TINT8 -TINT16 -TINT32 -v
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
278
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
279 all: help
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
280
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
281 help:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
282 @echo 'Use make <parameter> where <parameter> is one of the following:'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
283 @echo ' generic generic system.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
284 @echo ' sun4 SunOS 4.1.x type machines.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
285 @echo ' sun4d SunOS 4.1.x type machines (dynamic linking).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
286 @echo ' sun4strict SunOS 4.1.x type machines (strict compiling).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
287 @echo ' sol Solaris 2.x machines.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
288 @echo ' solstatic Solaris 2.x (static linking).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
289 @echo ' solstrict Solaris 2.x (strict compiling).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
290 @echo ' rs6k RS6000 based machines.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
291 @echo ' X10 X10-based client.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
292 @echo ' damiga Amiga client (Dnet, 68030/68881).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
293 @echo ' damiga.68000 Amiga client (Dnet, Any CPU).'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
294 @echo ' termnet Includes termnet .h and lib.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
295 @echo ' clean clean up this directory.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
296 @echo ' depend update dependency information.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
297 @echo ' soldep update dependency information for Solaris.'
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
298
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
299 generic: netrek.paradise
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
300
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
301 termnet:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
302 make netrek.paradise SYSCFLAGS="-include ${TERMHOME}/termnet.h" SYSLIBS="-L${TERMHOME} -ltermnet"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
303
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
304 sun4 :
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
305 make udp_client.sun4_static CC=cc
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
306
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
307 sun4strict:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
308 make udp_client.sun4_static "LINKSTATIC=-static" "CC=gcc ${GCCOPT} -W -Wreturn-type -Wunused -Wswitch -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
309
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
310 sun4d : udp_client.sun4
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
311
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
312 sol:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
313 make paradise.solaris SYSCFLAGS=-Xc SYSDEFS=-DSVR4 "SYSLIBS=-lnsl -lsocket"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
314
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
315 solstatic:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
316 make paradise.solaris.static SYSDEFS=-DSVR4 "SYSLIBS=-lnsl -lsocket"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
317
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
318 solstrict:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
319 make paradise.solaris SYSDEFS=-DSVR4 "SYSLIBS=-lnsl -lsocket" "LINKSTATIC=-static" "CC=cc ${GCCOPT} "
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
320
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
321 soldep:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
322 make depend SYSDEFS=-DSVR4
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
323
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
324 dep: depend
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
325
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
326 rs6k:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
327 make generic SYSDEFS=-DRS6K SYSLIBS=-lbsd
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
328
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
329 X10: x10netrek
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
330
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
331 # does this think work anymore?
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
332 x10netrek: $(R_OBJS) $(MAINOBJ) $(INPUT) $(X10OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
333 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
334 $(CC) -o x10netrek $(R_OBJS) $(INPUT) $(MAINOBJ) $(X10OBJS) $(X10LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
335
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
336 glnetrek: $(R_OBJS) $(MAINOBJ) $(INPUT) $(GLOBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
337 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
338 $(CC) -o glnetrek $(R_OBJS) $(MAINOBJ) $(INPUT) $(GLOBJS) $(GLLIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
339
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
340 damiga:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
341 make paradise.amiga.dnet "SYSCFLAGS = -O2 -m68030 -m68881 -Wl,-s" "SYSDEFS=-DDNET -DSOUND -DSCALE_BITMAPS -DSCALE_WINDOWS -DW_PHASERLINE -DTORPBITS -DNOSHIPBITMAPS"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
342
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
343 damiga.68000:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
344 make paradise.amiga.dnet "SYSCFLAGS = -O2 -m68000 -mc68000 -Wl,-s" "SYSDEFS=-DDNET -DSOUND -DSCALE_BITMAPS -DSCALE_WINDOWS -DW_PHASERLINE -DTORPBITS -DNOSHIPBITMAPS"
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
345
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
346 paradise.amiga.dnet: $(R_OBJS) $(MAINOBJ) $(INPUT) $(AMIGAOBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
347 $(CC) $(CFLAGS) -o $@ `$(SCRAMBLER) $(R_OBJS) $(INPUT) $(MAINOBJ) $(AMIGAOBJS)` $(AMIGALIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
348
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
349 netrek.paradise : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
350 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
351 $(CC) $(CFLAGS) -o $@ `$(SCRAMBLER) $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS)` $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
352 -chmod 644 *.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
353 -chmod 755 $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
354
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
355 static: ntparadise.static
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
356 ntparadise.static : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
357 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
358 $(CC) $(CFLAGS) ${LINKSTATIC} -o $@ `$(SCRAMBLER) $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS)` $(X11LIB) $(LIBS) -lresolv
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
359 -chmod 644 *.o
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
360 -chmod 755 $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
361
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
362 udp_client.sun4_static : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
363 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
364 $(CC) $(CDEBUGFLAGS) -o udp_client.sun4_static $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS) ${LINKSTATIC} $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
365 strip $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
366
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
367 udp_client.sun4 : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
368 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
369 $(CC) $(CDEBUGFLAGS) -o udp_client.sun4 $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS) $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
370 strip $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
371
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
372 paradise.solaris : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
373 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
374 $(CC) $(CDEBUGFLAGS) -o paradise.solaris `$(SCRAMBLER) $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS)` $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
375 strip $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
376
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
377 paradise.solaris.static : $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
378 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
379 $(CC) $(CDEBUGFLAGS) -o $@ `$(SCRAMBLER) $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS)` -ldl -lintl -lw -Bstatic $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
380 strip $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
381
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
382 rwatch: $(R_OBJS) $(MAINOBJ) $(INPUT) $(X11OBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
383 rm -f $@
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
384 $(CC) $(CDEBUGFLAGS) -o rwatch $(R_OBJS) $(INPUT) $(MAINOBJ) $(X11OBJS) $(X11LIB) $(LIBS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
385
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
386 clean:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
387 rm -f $(R_OBJS) $(MAINOBJ) $(INPUT) $(X10OBJS) $(X11OBJS) $(GLOBJS)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
388
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
389 tags: $(R_FILES)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
390 ctags $(R_FILES) $(INCLUDES)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
391
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
392 install: netrek
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
393 mv netrek $(BIN)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
394
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
395 #####
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
396
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
397 depend:
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
398 makedepend $(CDEFS) -f Makefile $(INCLUDEDIRS) $(MAINSRC) $(R_FILES) $(X11SRC)
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
399
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
400 # DO NOT DELETE THIS LINE -- mkdep uses it.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
401 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
402 blk_parsemotd.o : blk_parsemotd.c Wlib.h copyright2.h defs.h copyright.h struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
403 data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
404 colors.o : colors.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
405 dashboard.o : dashboard.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
406 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
407 data.o : data.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
408 death.o : death.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
409 gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
410 defaults.o : defaults.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
411 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
412 defwin.o : defwin.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
413 detonate.o : detonate.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
414 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
415 distress.o : distress.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
416 gameconf.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
417 dmessage.o : dmessage.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
418 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
419 enter.o : enter.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
420 packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
421 expire.o : expire.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
422 feature.o : feature.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
423 findslot.o : findslot.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
424 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
425 gameconf.o : gameconf.c gameconf.h Wlib.h copyright2.h proto.h defaultlogos.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
426 data.h copyright.h struct.h defs.h gppackets.h packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
427 getname.o : getname.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
428 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
429 getship.o : getship.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
430 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
431 helpwin.o : helpwin.c Wlib.h copyright2.h defs.h copyright.h struct.h data.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
432 inform.o : inform.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
433 gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
434 input.o : input.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
435 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
436 interface.o : interface.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
437 packets.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
438 keymap.o : keymap.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
439 macros.o : macros.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
440 macrowin.o : macrowin.c Wlib.h copyright2.h defs.h copyright.h struct.h data.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
441 main.o : main.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
442 proto.h gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
443 motdwin.o : motdwin.c Wlib.h copyright2.h defs.h copyright.h struct.h data.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
444 newwin.o : newwin.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h gameconf.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
445 proto.h oldbitmaps.h bitmaps_pr.h bitmaps3.h hullbitmaps.h planetbitmaps.h rabbitbitmaps.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
446 starbitmaps.h packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
447 option.o : option.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
448 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
449 packets.o : packets.c defs.h copyright.h packets.h gppackets.h wtext.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
450 parsemeta.o : parsemeta.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
451 ping.o : ping.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
452 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
453 pingstats.o : pingstats.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
454 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
455 planetlist.o : planetlist.c copyright.h Wlib.h copyright2.h defs.h struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
456 data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
457 planets.o : planets.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
458 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
459 playerlist.o : playerlist.c copyright.h Wlib.h copyright2.h defs.h struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
460 data.h proto.h gameconf.h packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
461 ranklist.o : ranklist.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
462 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
463 ratings.o : ratings.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
464 gameconf.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
465 recorder.o : recorder.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
466 redraw.o : redraw.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
467 proto.h gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
468 reserved.o : reserved.c copyright2.h defs.h copyright.h packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
469 rotate.o : rotate.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h packets.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
470 senddist.o : senddist.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
471 gameconf.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
472 shipbitmaps.o : shipbitmaps.c Wlib.h copyright2.h defs.h copyright.h struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
473 data.h gameconf.h proto.h bitmaps_NEW.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
474 shortcomm.o : shortcomm.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
475 sintab.o : sintab.c copyright.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
476 smessage.o : smessage.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
477 proto.h gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
478 socket.o : socket.c copyright2.h Wlib.h defs.h copyright.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
479 proto.h gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
480 spopt.o : spopt.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
481 stats.o : stats.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
482 time.o : time.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
483 tools.o : tools.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
484 udpopt.o : udpopt.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
485 util.o : util.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h proto.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
486 gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
487 varydamage.o : varydamage.c copyright.h Wlib.h copyright2.h defs.h struct.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
488 data.h packets.h proto.h gameconf.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
489 war.o : war.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h packets.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
490 proto.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
491 warning.o : warning.c copyright.h Wlib.h copyright2.h defs.h struct.h data.h
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
492 wide_plist.o : wide_plist.c
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
493 x11window.o : x11window.c Wlib.h copyright2.h defs.h copyright.h struct.h data.h \
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
494 proto.h