mirror the recent make depends update in some other Makefiles
This commit is contained in:
@@ -621,7 +621,8 @@ spotless: clean
|
||||
|
||||
# src dependencies
|
||||
|
||||
$(HOST_O)drawing.o: $(CONFIG_H)
|
||||
$(HOST_O)drawing.o: $(CONFIG_H) $(INCL)/color.h $(INCL)/rm.h \
|
||||
$(INCL)/objclass.h $(INCL)/monsym.h
|
||||
$(HOST_O)vis_tab.o: vis_tab.c $(CONFIG_H) $(INCL)/vis_tab.h
|
||||
$(HOST_O)alloc.o: alloc.c $(CONFIG_H)
|
||||
$(HOST_O)dlb.o: dlb.c $(CONFIG_H) $(INCL)/dlb.h
|
||||
|
||||
@@ -755,7 +755,8 @@ $(O)pdcurses.a : $(PDCLIBOBJS) $(PDCOBJS)
|
||||
$(O)alloc.o: $(CONFIG_H) alloc.c
|
||||
$(TARGET_CC) $(cflags) -o$@ alloc.c
|
||||
|
||||
$(O)drawing.o: $(CONFIG_H) drawing.c $(MSYS)/pcvideo.h
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)/color.h $(INCL)/rm.h \
|
||||
$(INCL)/objclass.h $(INCL)/monsym.h $(MSYS)/pcvideo.h
|
||||
$(TARGET_CC) $(cflags) -I$(MSYS) -o$@ drawing.c
|
||||
|
||||
$(O)decl.o: $(CONFIG_H) decl.c
|
||||
@@ -1042,7 +1043,6 @@ $(O)dog.o: dog.c $(HACK_H)
|
||||
$(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)/mfndpos.h
|
||||
$(O)dokick.o: dokick.c $(HACK_H)
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)/dgn_file.h $(INCL)/dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)/dlb.h
|
||||
|
||||
@@ -1562,7 +1562,8 @@ $(O)dog.o: dog.c $(HACK_H)
|
||||
$(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)/mfndpos.h
|
||||
$(O)dokick.o: dokick.c $(HACK_H)
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)/color.h $(INCL)/rm.h \
|
||||
$(INCL)/objclass.h $(INCL)/monsym.h
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)/dgn_file.h $(INCL)/dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)/dlb.h
|
||||
|
||||
@@ -1505,7 +1505,8 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H)
|
||||
$(O)drawing_host.o: drawing.c $(CONFIG_H)
|
||||
@$(cc) $(cflagsBuild) $(CROSSCOMPILE) $(CROSSCOMPILE_HOST) -Fo$@ drawing.c
|
||||
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)\color.h $(INCL)\rm.h \
|
||||
$(INCL)\objclass.h $(INCL)\monsym.h
|
||||
@$(cc) $(cflagsBuild) -Fo$@ drawing.c
|
||||
|
||||
$(O)monst_host.o: monst.c $(CONFIG_H) $(INCL)\permonst.h $(INCL)\align.h \
|
||||
|
||||
Reference in New Issue
Block a user