mextra follow up bit 3

More Makefile tweaks
This commit is contained in:
nethack.allison
2006-01-07 13:38:29 +00:00
parent 580b5e62f1
commit 143790540b
12 changed files with 41 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
# SCCS Id: @(#)Makefile.BC 3.5 2006/01/05
# SCCS Id: @(#)Makefile.BC 3.5 2006/01/07
# Copyright (c) Yitzhak Sapir, 1999-2006.
# NetHack may be freely distributed. See license for details.
#
@@ -16,6 +16,8 @@
# This Makefile is specific to Borland's MAKE which is supplied with the
# compiler. It supports only one overlay management facility - VROOMM.
# (This Makefile won't work with make45l or NDMAKE)
#
# NOTE: This Makefile has not been tested with NetHack 3.5.x
#
# Game Installation Variables.
@@ -854,7 +856,7 @@ PCCONF_H = $(INCL)\pcconf.h $(INCL)\micro.h $(INCL)\system.h
PERMONST_H = $(INCL)\monattk.h $(INCL)\monflag.h $(INCL)\align.h
YOUPROP_H = $(INCL)\prop.h $(PERMONST_H) $(INCL)\pm.h $(INCL)\youprop.h \
$(INCL)\mondata.h
YOU_H = $(INCL)\attrib.h $(INCL)\mextra.h $(INCL)\monst.h $(YOUPROP_H) \
YOU_H = $(INCL)\attrib.h $(INCL)\monst.h $(INCL)\mextra.h $(YOUPROP_H) \
$(INCL)\align.h
DECL_H = $(INCL)\quest.h $(INCL)\spell.h $(INCL)\color.h \
$(INCL)\obj.h $(YOU_H) $(INCL)\onames.h $(INCL)\pm.h

View File

@@ -359,7 +359,7 @@ PATCHLEV_H = $(INCL)/patchlev.h
DGN_FILE_H = $(INCL)/align.h $(INCL)/dgn_file.h
DUNGEON_H = $(INCL)/align.h $(INCL)/dungeon.h
MONDATA_H = $(INCL)/align.h $(INCL)/mondata.h
MONST_H = $(INCL)/align.h $(INCL)/mextra.h $(INCL)/monst.h
MONST_H = $(INCL)/align.h $(INCL)/monst.h $(INCL)/mextra.h
PERMONST_H = $(INCL)/monattk.h $(INCL)/monflag.h $(INCL)/align.h \
$(INCL)/permonst.h
REGION_H = $(INCL)/region.h
@@ -866,7 +866,7 @@ $(O)drawing.o: $(CONFIG_H) drawing.c $(MSYS)/pcvideo.h
$(O)decl.o: $(CONFIG_H) decl.c
$(CC) $(cflags) -o$@ decl.c
$(O)monst.o: $(CONFIG_H) $(PERMONST_H) $(DUNGEON_H) $(INCL)/monsym.h \
$(O)monst.o: $(CONFIG_H) $(PERMONST_H) $(INCL)/monsym.h \
$(INCL)/color.h monst.c
$(CC) $(cflags) -o$@ monst.c
@@ -1211,7 +1211,7 @@ $(O)mondata.o: mondata.c $(HACK_H)
$(O)monmove.o: monmove.c $(HACK_H) $(INCL)/mfndpos.h $(INCL)/artifact.h
$(O)monst.o: monst.c $(CONFIG_H) $(INCL)/permonst.h $(INCL)/align.h \
$(INCL)/monattk.h $(INCL)/monflag.h $(INCL)/monsym.h \
$(INCL)/dungeon.h $(INCL)/color.h
$(INCL)/color.h
$(O)mplayer.o: mplayer.c $(HACK_H)
$(O)mthrowu.o: mthrowu.c $(HACK_H)
$(O)muse.o: muse.c $(HACK_H)