git » fp-git.git » commit ebc55e0

fixed dependencies for deprecated files

author ecalot
2006-06-20 00:25:29 UTC
committer ecalot
2006-06-20 00:25:29 UTC
parent e068e4a91d56f501dbe6928c62205d26239050f7

fixed dependencies for deprecated files

PR/src/Makefile +6 -6

diff --git a/PR/src/Makefile b/PR/src/Makefile
index 7169f1e..5dcec5d 100644
--- a/PR/src/Makefile
+++ b/PR/src/Makefile
@@ -57,7 +57,7 @@ XML      = .parse.o .search.o .unknown.o .translate.o .tree.o
 COMPRESS = .lzg_compress.o .lzg_decompress.o .rle_compress.o .rle_decompress.o .rlev_decompress.o 
 LAYERS   = .dat.o .memory.o .list.o .reslist.o .pallist.o .disk.o .idlist.o .autodetect.o .stringformat.o .resourcematch.o .auxiliary.o
 FORMAT   = .bmp.o .mid.o .pal.o .wav.o .plv.o
-OBJECT   = .object.o .pop2_256c.o .pop2_4bit.o .pop1_4bit.o .image2.o .image16.o .image256.o .binary.o .sounds.o .level.o
+OBJECT   = .object.o .pop2_256c.o .pop1_16c.o .image2.o .image16.o .image256.o .binary.o .sounds.o .level.o
 CONSOLE  = .main.o .filedir.o
 MAIN     = .pr.o
 
@@ -243,13 +243,13 @@ $(XMLFILE): xml/resources.xml
 	$(INFO) Compiling the POP2 256 colors palette class support...
 	$(CC) $(OPTIONS) -c  lib/object/palette/pop2_256c.c -o $@
 
-.pop1_4bit.o: lib/object/palette/pop1_4bit.c include/palette.h include/memory.h include/dat.h include/disk.h include/pal.h
+.pop1_16c.o: lib/object/palette/pop1_16c.c include/palette.h include/memory.h include/dat.h include/disk.h include/pal.h
 	$(INFO) Compiling the POP1 16 colors palette class support...
-	$(CC) $(OPTIONS) -c  lib/object/palette/pop1_4bit.c -o $@
+	$(CC) $(OPTIONS) -c  lib/object/palette/pop1_16c.c -o $@
 
-.pop2_4bit.o: lib/object/palette/pop2_4bit.c include/palette.h include/memory.h include/dat.h include/disk.h include/pal.h
-	$(INFO) Compiling the POP2 16 colors palette class support...
-	$(CC) $(OPTIONS) -c  lib/object/palette/pop2_4bit.c -o $@
+#.pop2_4bit.o: lib/object/palette/pop2_4bit.c include/palette.h include/memory.h include/dat.h include/disk.h include/pal.h
+#	$(INFO) Compiling the POP2 16 colors palette class support...
+#	$(CC) $(OPTIONS) -c  lib/object/palette/pop2_4bit.c -o $@
 
 .binary.o: lib/object/other/binary.c include/binary.h include/common.h include/dat.h include/types.h include/disk.h
 	$(INFO) Compiling the binary item class support...