JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replaced music with original work by Jason Woofenden (public domain)
[vor.git] / Makefile
index 3260367..c7f6941 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ sdl-ldflags := $(shell sdl-config --libs)
 ldflags := $(sdl-ldflags) -lSDL_image -lSDL_mixer $(LDFLAGS)
 cflags := $(sdl-cflags) $(paths) $(CFLAGS)
 
-my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o
+my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o autopilot.o
 my_objects += main.o
 libs := font.o
 objects := $(libs) $(my_objects)
@@ -67,11 +67,11 @@ font.o: font.h
 
 args.o: args.h
 
-dust.o: globals.h dust.h mt.h
+dust.o: globals.h dust.h float.h mt.h
 
 file.o: file.h common.h
 
-main.o: args.h common.h dust.h file.h globals.h mt.h rocks.h score.h sprite.h sound.h
+main.o: args.h common.h dust.h file.h float.h globals.h mt.h rocks.h score.h sprite.h sound.h autopilot.h
 
 mt.o: mt.h
 
@@ -117,7 +117,7 @@ install-program: program
 install-data: data
        $(INSTALL_DATA) ./data/*.png $(DATA_PREFIX)/
        $(INSTALL_DATA) ./data/*.wav $(DATA_PREFIX)/
-       $(INSTALL_DATA) ./data/*.mod $(DATA_PREFIX)/
+       $(INSTALL_DATA) ./data/*.xm $(DATA_PREFIX)/
        @echo
        @echo "$(DATA_PREFIX)/icon.png (48x48) or ship.png (32x32) make good icons."
        @echo
@@ -130,4 +130,4 @@ uninstall-program:
 uninstall-data:
        rm -f $(DATA_PREFIX)/*.png
        rm -f $(DATA_PREFIX)/*.wav
-       rm -f $(DATA_PREFIX)/*.mod
+       rm -f $(DATA_PREFIX)/*.xm