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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
|
# -*- Makefile -*- for Dungeon Crawl (linux)
#APPNAME = crawl
GAME = crawl
# this file contains a list of the libraries.
# it will make a variable called OBJECTS that contains all the libraries
include makefile.obj
OBJECTS += liblinux.o
# CXX = /usr/local/bin/g++
CXX = g++
DELETE = rm -f
COPY = cp
OS_TYPE = LINUX
CFLAGS = -Wall -fsigned-char -g -D$(OS_TYPE) $(EXTRA_FLAGS)
# LDFLAGS = -static
MCHMOD = 711
INSTALLDIR = /usr/games
# INSTALLDIR = /opt/crawl/bin
LIB = -lncurses
# Include for Linux
INCLUDES = -I/usr/include/ncurses
all: $(GAME)
install: $(GAME)
$(COPY) $(GAME) ${INSTALLDIR}
chmod ${MCHMOD} ${INSTALLDIR}/$(GAME)
clean:
$(DELETE) *.o
distclean:
$(DELETE) *.o
$(DELETE) bones.*
$(DELETE) morgue.txt
$(DELETE) scores
$(DELETE) $(GAME)
$(DELETE) *.sav
$(DELETE) core
$(DELETE) *.0*
$(DELETE) *.lab
$(GAME): $(OBJECTS)
${CXX} ${LDFLAGS} $(INCLUDES) $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
chmod ${MCHMOD} $(GAME)
debug: $(OBJECTS)
${CXX} ${LDFLAGS} $(INCLUDES) $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
profile: $(OBJECTS)
${CXX} -g -p ${LDFLAGS} $(INCLUDES) $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
.cc.o:
${CXX} ${CFLAGS} -c $< ${INCLUDE}
.h.cc:
touch $@
# DO NOT DELETE
abl-show.o: AppHdr.h libutil.h abl-show.h
abl-show.o: externs.h
abl-show.o: defines.h enum.h
abl-show.o: FixAry.h FixVec.h debug.h message.h beam.h effects.h food.h
abl-show.o: it_use2.h macro.h misc.h monplace.h player.h religion.h skills.h
abl-show.o: skills2.h spl-cast.h spl-util.h direct.h spells1.h spells2.h
abl-show.o: spells3.h spells4.h stuff.h transfor.h view.h liblinux.h
abyss.o: AppHdr.h libutil.h abyss.h
abyss.o: externs.h
abyss.o: defines.h enum.h FixAry.h FixVec.h
abyss.o: debug.h
abyss.o: message.h cloud.h monplace.h dungeon.h items.h lev-pand.h randart.h
abyss.o: stuff.h
acr.o: AppHdr.h libutil.h
acr.o: externs.h defines.h enum.h FixAry.h FixVec.h
acr.o: debug.h message.h abl-show.h abyss.h chardump.h command.h delay.h
acr.o: describe.h direct.h dungeon.h effects.h fight.h files.h food.h
acr.o: hiscores.h initfile.h invent.h item_use.h it_use2.h it_use3.h
acr.o: itemname.h items.h lev-pand.h macro.h misc.h monplace.h monstuff.h
acr.o: mon-util.h mutation.h newgame.h ouch.h output.h overmap.h player.h
acr.o: randart.h religion.h shopping.h skills.h skills2.h spells1.h spells3.h
acr.o: spells4.h spl-book.h spl-cast.h spl-util.h stuff.h tags.h transfor.h
acr.o: view.h wpn-misc.h
beam.o: AppHdr.h libutil.h beam.h externs.h
beam.o: defines.h enum.h
beam.o: FixAry.h FixVec.h
beam.o: debug.h
beam.o: message.h
beam.o: cloud.h effects.h
beam.o: it_use2.h itemname.h items.h misc.h monplace.h monstuff.h mon-util.h
beam.o: mstuff2.h ouch.h player.h religion.h skills.h spells1.h direct.h
beam.o: spells3.h spells4.h stuff.h view.h
chardump.o: AppHdr.h libutil.h chardump.h
chardump.o: externs.h
chardump.o: defines.h enum.h FixAry.h FixVec.h debug.h message.h describe.h
chardump.o: itemname.h items.h macro.h mutation.h player.h religion.h
chardump.o: shopping.h skills2.h spl-book.h spl-cast.h spl-util.h direct.h
chardump.o: stuff.h version.h
cloud.o: AppHdr.h libutil.h externs.h
cloud.o: defines.h enum.h
cloud.o: FixAry.h FixVec.h
cloud.o: debug.h
cloud.o: message.h cloud.h stuff.h
command.o: AppHdr.h libutil.h command.h
command.o: externs.h
command.o: defines.h enum.h FixAry.h FixVec.h
command.o: debug.h message.h abl-show.h invent.h itemname.h item_use.h
command.o: items.h ouch.h spl-cast.h spl-util.h direct.h stuff.h version.h
command.o: wpn-misc.h
debug.o: AppHdr.h libutil.h debug.h
debug.o: externs.h
debug.o: defines.h enum.h
debug.o: FixAry.h FixVec.h message.h direct.h dungeon.h invent.h itemname.h
debug.o: items.h misc.h monplace.h monstuff.h mon-util.h mutation.h player.h
debug.o: randart.h religion.h skills.h skills2.h spl-cast.h spl-util.h
debug.o: stuff.h
decks.o: AppHdr.h libutil.h decks.h
decks.o: externs.h
decks.o: defines.h enum.h FixAry.h FixVec.h
decks.o: debug.h
decks.o: message.h effects.h food.h it_use2.h items.h misc.h monplace.h
decks.o: mutation.h ouch.h player.h religion.h spells1.h direct.h spells3.h
decks.o: spl-cast.h stuff.h
delay.o: AppHdr.h libutil.h externs.h
delay.o: defines.h enum.h
delay.o: FixAry.h FixVec.h
delay.o: debug.h
delay.o: message.h
delay.o: delay.h food.h
delay.o: items.h itemname.h item_use.h it_use2.h misc.h monstuff.h ouch.h
delay.o: output.h player.h randart.h spl-util.h direct.h stuff.h
describe.o: AppHdr.h libutil.h describe.h externs.h
describe.o: defines.h
describe.o: enum.h FixAry.h FixVec.h
describe.o: debug.h
describe.o: message.h
describe.o: abl-show.h
describe.o: fight.h itemname.h macro.h mon-util.h player.h randart.h
describe.o: religion.h skills2.h stuff.h wpn-misc.h spl-util.h direct.h
direct.o: AppHdr.h libutil.h direct.h externs.h
direct.o: defines.h enum.h
direct.o: FixAry.h FixVec.h
direct.o: debug.h
direct.o: message.h
direct.o: describe.h itemname.h monstuff.h
direct.o: mon-util.h player.h shopping.h stuff.h spells4.h view.h macro.h
dungeon.o: AppHdr.h libutil.h abyss.h defines.h
dungeon.o: enum.h externs.h FixAry.h FixVec.h debug.h message.h dungeon.h
dungeon.o: itemname.h items.h maps.h mon-util.h mon-pick.h monplace.h
dungeon.o: player.h randart.h spl-book.h stuff.h wpn-misc.h
effects.o: AppHdr.h libutil.h effects.h externs.h
effects.o: defines.h
effects.o: enum.h FixAry.h FixVec.h
effects.o: debug.h
effects.o: message.h
effects.o: beam.h direct.h dungeon.h itemname.h
effects.o: items.h misc.h monplace.h monstuff.h mon-util.h mutation.h
effects.o: newgame.h ouch.h player.h randart.h skills2.h spells3.h spells4.h
effects.o: spl-book.h spl-util.h stuff.h view.h wpn-misc.h
fight.o: AppHdr.h libutil.h fight.h externs.h
fight.o: defines.h enum.h
fight.o: FixAry.h FixVec.h
fight.o: debug.h
fight.o: message.h
fight.o: beam.h cloud.h delay.h effects.h
fight.o: food.h it_use2.h items.h itemname.h macro.h misc.h monplace.h
fight.o: mon-pick.h monstuff.h mon-util.h mstuff2.h mutation.h ouch.h
fight.o: player.h randart.h religion.h skills.h spells1.h direct.h spells3.h
fight.o: spells4.h spl-cast.h stuff.h view.h wpn-misc.h
files.o: AppHdr.h libutil.h files.h FixAry.h FixVec.h
files.o: debug.h
files.o: externs.h
files.o: defines.h enum.h message.h cloud.h dungeon.h itemname.h items.h
files.o: misc.h monstuff.h mon-util.h mstuff2.h player.h randart.h skills2.h
files.o: stuff.h tags.h wpn-misc.h
food.o: AppHdr.h libutil.h food.h
food.o: externs.h
food.o: defines.h enum.h
food.o: FixAry.h FixVec.h debug.h message.h delay.h invent.h items.h
food.o: itemname.h item_use.h it_use2.h macro.h misc.h mon-util.h mutation.h
food.o: player.h religion.h skills2.h spells2.h stuff.h wpn-misc.h
hiscores.o: AppHdr.h
hiscores.o: libutil.h externs.h
hiscores.o: defines.h enum.h FixAry.h FixVec.h debug.h message.h hiscores.h
hiscores.o: itemname.h mon-util.h player.h religion.h stuff.h tags.h view.h
hiscores.o: skills2.h
initfile.o: AppHdr.h libutil.h initfile.h
initfile.o: externs.h
initfile.o: defines.h enum.h FixAry.h FixVec.h
initfile.o: debug.h message.h player.h stuff.h items.h view.h
insult.o: AppHdr.h libutil.h
insult.o: externs.h
insult.o: defines.h enum.h FixAry.h FixVec.h debug.h
insult.o: message.h insult.h mon-util.h stuff.h
invent.o: AppHdr.h libutil.h invent.h
invent.o: externs.h
invent.o: defines.h enum.h FixAry.h FixVec.h
invent.o: debug.h
invent.o: message.h itemname.h items.h macro.h player.h shopping.h stuff.h
invent.o: view.h
itemname.o: AppHdr.h libutil.h itemname.h externs.h
itemname.o: defines.h
itemname.o: enum.h FixAry.h FixVec.h
itemname.o: debug.h
itemname.o: message.h
itemname.o: macro.h mon-util.h randart.h
itemname.o: skills2.h stuff.h wpn-misc.h view.h
items.o: AppHdr.h libutil.h items.h externs.h
items.o: defines.h enum.h
items.o: FixAry.h FixVec.h
items.o: debug.h
items.o: message.h
items.o: beam.h cloud.h delay.h effects.h
items.o: invent.h it_use2.h item_use.h itemname.h misc.h monplace.h
items.o: monstuff.h mstuff2.h mon-util.h mutation.h player.h randart.h
items.o: religion.h shopping.h skills.h spl-cast.h stuff.h
item_use.o: AppHdr.h libutil.h item_use.h
item_use.o: externs.h
item_use.o: defines.h enum.h FixAry.h FixVec.h
item_use.o: debug.h message.h beam.h delay.h describe.h direct.h effects.h
item_use.o: fight.h food.h invent.h it_use2.h it_use3.h items.h itemname.h
item_use.o: misc.h monplace.h monstuff.h mstuff2.h mon-util.h ouch.h player.h
item_use.o: randart.h religion.h skills.h skills2.h spells1.h spells2.h
item_use.o: spells3.h spl-book.h spl-cast.h stuff.h transfor.h view.h
item_use.o: wpn-misc.h
it_use2.o: AppHdr.h libutil.h it_use2.h externs.h
it_use2.o: defines.h
it_use2.o: enum.h FixAry.h FixVec.h
it_use2.o: debug.h
it_use2.o: message.h beam.h effects.h food.h itemname.h
it_use2.o: misc.h mutation.h player.h randart.h religion.h skills2.h
it_use2.o: spells2.h spl-cast.h stuff.h view.h
it_use3.o: AppHdr.h libutil.h it_use3.h
it_use3.o: externs.h
it_use3.o: defines.h enum.h FixAry.h FixVec.h
it_use3.o: debug.h
it_use3.o: message.h beam.h decks.h direct.h effects.h fight.h food.h items.h
it_use3.o: it_use2.h itemname.h misc.h monplace.h monstuff.h player.h
it_use3.o: randart.h religion.h skills.h skills2.h spells1.h spells2.h
it_use3.o: spl-book.h spl-cast.h spl-util.h stuff.h view.h wpn-misc.h
lev-pand.o: AppHdr.h libutil.h lev-pand.h externs.h
lev-pand.o: defines.h
lev-pand.o: enum.h FixAry.h FixVec.h
lev-pand.o: debug.h
lev-pand.o: message.h monplace.h mon-pick.h stuff.h
libemx.o: libemx.h
liblinux.o: AppHdr.h libutil.h
liblinux.o: liblinux.h defines.h enum.h externs.h
liblinux.o: FixAry.h FixVec.h
liblinux.o: debug.h message.h
libutil.o: AppHdr.h libutil.h
macro.o: AppHdr.h libutil.h macro.h
macro.o: externs.h
macro.o: defines.h enum.h FixAry.h FixVec.h debug.h
macro.o: message.h initfile.h
maps.o: AppHdr.h libutil.h maps.h FixVec.h
maps.o: debug.h
maps.o: enum.h monplace.h stuff.h externs.h
maps.o: defines.h FixAry.h message.h
message.o: AppHdr.h libutil.h message.h externs.h
message.o: defines.h
message.o: enum.h FixAry.h FixVec.h
message.o: debug.h
message.o: religion.h macro.h stuff.h view.h
misc.o: AppHdr.h libutil.h misc.h externs.h
misc.o: defines.h enum.h
misc.o: FixAry.h FixVec.h
misc.o: debug.h
misc.o: message.h
misc.o: cloud.h delay.h fight.h files.h food.h
misc.o: it_use2.h items.h itemname.h lev-pand.h macro.h monplace.h mon-util.h
misc.o: monstuff.h ouch.h player.h shopping.h skills.h skills2.h spells3.h
misc.o: spl-cast.h stuff.h transfor.h view.h
mon-pick.o: AppHdr.h libutil.h mon-pick.h externs.h
mon-pick.o: defines.h
mon-pick.o: enum.h FixAry.h FixVec.h
mon-pick.o: debug.h
mon-pick.o: message.h
monplace.o: AppHdr.h libutil.h monplace.h enum.h FixVec.h
monplace.o: debug.h
monplace.o: externs.h
monplace.o: defines.h
monplace.o: FixAry.h message.h dungeon.h monstuff.h mon-pick.h mon-util.h
monplace.o: misc.h player.h stuff.h spells4.h
monspeak.o: AppHdr.h libutil.h monspeak.h externs.h
monspeak.o: defines.h
monspeak.o: enum.h FixAry.h FixVec.h
monspeak.o: debug.h
monspeak.o: message.h
monspeak.o: beam.h fight.h insult.h itemname.h
monspeak.o: misc.h monplace.h monstuff.h mon-util.h mstuff2.h player.h
monspeak.o: spells2.h spells4.h stuff.h view.h
monstuff.o: AppHdr.h libutil.h monstuff.h externs.h
monstuff.o: defines.h
monstuff.o: enum.h FixAry.h FixVec.h
monstuff.o: debug.h
monstuff.o: message.h
monstuff.o: beam.h cloud.h dungeon.h fight.h
monstuff.o: itemname.h items.h misc.h monplace.h monspeak.h mon-util.h
monstuff.o: mstuff2.h player.h randart.h religion.h spl-cast.h spells2.h
monstuff.o: spells4.h stuff.h view.h
mon-util.o: AppHdr.h libutil.h mon-util.h externs.h
mon-util.o: defines.h
mon-util.o: enum.h FixAry.h FixVec.h
mon-util.o: debug.h
mon-util.o: message.h monstuff.h
mon-util.o: itemname.h mstuff2.h player.h
mon-util.o: randart.h stuff.h view.h mon-data.h mon-spll.h
mstuff2.o: AppHdr.h libutil.h mstuff2.h externs.h
mstuff2.o: defines.h
mstuff2.o: enum.h FixAry.h FixVec.h
mstuff2.o: debug.h
mstuff2.o: message.h
mstuff2.o: beam.h effects.h itemname.h items.h
mstuff2.o: misc.h monplace.h monstuff.h mon-util.h player.h spells2.h
mstuff2.o: spells4.h spl-cast.h stuff.h view.h wpn-misc.h
mutation.o: AppHdr.h libutil.h mutation.h
mutation.o: liblinux.h externs.h
mutation.o: defines.h enum.h FixAry.h FixVec.h
mutation.o: debug.h message.h effects.h macro.h ouch.h player.h skills2.h
mutation.o: stuff.h transfor.h view.h
newgame.o: AppHdr.h libutil.h newgame.h
newgame.o: externs.h defines.h enum.h FixAry.h
newgame.o: FixVec.h debug.h message.h abl-show.h dungeon.h files.h fight.h
newgame.o: itemname.h items.h macro.h player.h randart.h skills.h skills2.h
newgame.o: spl-util.h direct.h stuff.h version.h wpn-misc.h
ouch.o: AppHdr.h libutil.h ouch.h
ouch.o: externs.h defines.h
ouch.o: enum.h FixAry.h FixVec.h debug.h message.h chardump.h delay.h files.h
ouch.o: hiscores.h invent.h itemname.h items.h macro.h mon-util.h player.h
ouch.o: randart.h religion.h shopping.h skills2.h spells4.h stuff.h view.h
output.o: AppHdr.h libutil.h output.h
output.o: externs.h
output.o: defines.h enum.h FixAry.h FixVec.h
output.o: debug.h
output.o: message.h itemname.h ouch.h player.h
overmap.o: AppHdr.h libutil.h overmap.h
overmap.o: externs.h
overmap.o: defines.h enum.h FixAry.h FixVec.h
overmap.o: debug.h message.h files.h religion.h stuff.h view.h
player.o: AppHdr.h libutil.h player.h externs.h
player.o: defines.h enum.h
player.o: FixAry.h FixVec.h
player.o: debug.h
player.o: message.h
player.o: itemname.h macro.h
player.o: misc.h mon-util.h mutation.h output.h randart.h religion.h
player.o: skills2.h spl-util.h direct.h spells4.h stuff.h view.h wpn-misc.h
randart.o: AppHdr.h libutil.h randart.h enum.h externs.h
randart.o: defines.h
randart.o: FixAry.h FixVec.h
randart.o: debug.h
randart.o: message.h
randart.o: itemname.h stuff.h wpn-misc.h
randart.o: unrand.h
religion.o: AppHdr.h libutil.h religion.h enum.h
religion.o: externs.h
religion.o: defines.h FixAry.h FixVec.h debug.h
religion.o: message.h abl-show.h beam.h decks.h describe.h dungeon.h
religion.o: effects.h food.h it_use2.h itemname.h items.h misc.h monplace.h
religion.o: mutation.h newgame.h ouch.h player.h shopping.h skills2.h
religion.o: spells1.h direct.h spells2.h spells3.h spl-cast.h stuff.h
shopping.o: AppHdr.h libutil.h shopping.h externs.h
shopping.o: defines.h
shopping.o: enum.h FixAry.h FixVec.h
shopping.o: debug.h
shopping.o: message.h
shopping.o: describe.h invent.h items.h itemname.h
shopping.o: macro.h player.h randart.h spl-book.h stuff.h
skills2.o: AppHdr.h libutil.h skills2.h
skills2.o: externs.h
skills2.o: defines.h enum.h FixAry.h FixVec.h
skills2.o: debug.h message.h fight.h player.h randart.h religion.h stuff.h
skills2.o: wpn-misc.h view.h
skills.o: AppHdr.h libutil.h skills.h
skills.o: externs.h
skills.o: defines.h enum.h
skills.o: FixAry.h FixVec.h
skills.o: debug.h
skills.o: message.h macro.h player.h skills2.h stuff.h
spells1.o: AppHdr.h libutil.h spells1.h externs.h
spells1.o: defines.h
spells1.o: enum.h FixAry.h FixVec.h
spells1.o: debug.h
spells1.o: message.h direct.h
spells1.o: abyss.h beam.h
spells1.o: cloud.h invent.h it_use2.h itemname.h misc.h monplace.h monstuff.h
spells1.o: mon-util.h player.h skills2.h spells3.h spells4.h spl-util.h
spells1.o: stuff.h view.h wpn-misc.h
spells2.o: AppHdr.h libutil.h spells2.h
spells2.o: externs.h
spells2.o: defines.h enum.h
spells2.o: FixAry.h FixVec.h debug.h message.h beam.h cloud.h direct.h
spells2.o: effects.h itemname.h items.h misc.h monplace.h monstuff.h
spells2.o: mon-util.h ouch.h player.h randart.h spells4.h spl-cast.h stuff.h
spells2.o: view.h wpn-misc.h
spells3.o: AppHdr.h libutil.h spells3.h
spells3.o: externs.h
spells3.o: defines.h enum.h
spells3.o: FixAry.h FixVec.h debug.h message.h abyss.h beam.h cloud.h
spells3.o: direct.h delay.h itemname.h items.h it_use2.h misc.h monplace.h
spells3.o: mon-pick.h monstuff.h mon-util.h player.h randart.h spells1.h
spells3.o: spl-cast.h spl-util.h stuff.h view.h wpn-misc.h
spells4.o: AppHdr.h libutil.h
spells4.o: externs.h
spells4.o: defines.h enum.h FixAry.h FixVec.h
spells4.o: debug.h message.h abyss.h beam.h cloud.h delay.h describe.h
spells4.o: direct.h dungeon.h effects.h it_use2.h itemname.h items.h invent.h
spells4.o: misc.h monplace.h monstuff.h mon-util.h mstuff2.h ouch.h player.h
spells4.o: randart.h religion.h skills.h spells1.h spells4.h spl-cast.h
spells4.o: spl-util.h stuff.h view.h
spl-book.o: AppHdr.h libutil.h spl-book.h externs.h
spl-book.o: defines.h
spl-book.o: enum.h FixAry.h FixVec.h
spl-book.o: debug.h
spl-book.o: message.h
spl-book.o: delay.h invent.h itemname.h items.h
spl-book.o: it_use3.h player.h religion.h spl-cast.h spl-util.h direct.h
spl-book.o: stuff.h
spl-cast.o: AppHdr.h libutil.h spl-cast.h
spl-cast.o: externs.h
spl-cast.o: defines.h enum.h FixAry.h FixVec.h
spl-cast.o: debug.h message.h beam.h cloud.h effects.h fight.h food.h
spl-cast.o: it_use2.h itemname.h macro.h monplace.h monstuff.h mutation.h
spl-cast.o: ouch.h player.h religion.h skills.h spells1.h direct.h spells2.h
spl-cast.o: spells3.h spells4.h spl-book.h spl-util.h stuff.h transfor.h
spl-cast.o: view.h
spl-util.o: AppHdr.h libutil.h spl-util.h enum.h direct.h externs.h
spl-util.o: defines.h
spl-util.o: FixAry.h FixVec.h
spl-util.o: debug.h
spl-util.o: message.h
spl-util.o: stuff.h
spl-util.o: itemname.h macro.h monstuff.h player.h spl-book.h view.h
spl-util.o: spl-data.h
stuff.o: AppHdr.h libutil.h stuff.h externs.h
stuff.o: defines.h enum.h
stuff.o: FixAry.h FixVec.h
stuff.o: debug.h
stuff.o: message.h
stuff.o: liblinux.h macro.h misc.h monstuff.h
stuff.o: mon-util.h output.h skills2.h view.h
tags.o: AppHdr.h
tags.o: libutil.h abl-show.h enum.h externs.h defines.h FixAry.h FixVec.h
tags.o: debug.h message.h files.h itemname.h monstuff.h mon-util.h randart.h
tags.o: skills.h skills2.h stuff.h tags.h
transfor.o: AppHdr.h libutil.h transfor.h FixVec.h
transfor.o: debug.h
transfor.o: externs.h
transfor.o: defines.h enum.h
transfor.o: FixAry.h message.h it_use2.h itemname.h items.h misc.h player.h
transfor.o: skills2.h stuff.h
view.o: AppHdr.h libutil.h view.h externs.h
view.o: defines.h enum.h
view.o: FixAry.h FixVec.h
view.o: debug.h
view.o: message.h insult.h macro.h monstuff.h
view.o: mon-util.h overmap.h player.h skills2.h stuff.h spells4.h
wpn-misc.o: AppHdr.h libutil.h wpn-misc.h externs.h
wpn-misc.o: defines.h
wpn-misc.o: enum.h FixAry.h FixVec.h
wpn-misc.o: debug.h
wpn-misc.o: message.h
|