X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile.in;h=a481a50cfd90f5e4a670bebc9925d8b0a61cd5ba;hp=61d5dfe70af5190801ebedc3c465e225f1a2a4d3;hb=f75a8e3e8be8bd5762cb8df703890b19d0f91b7f;hpb=96d01a50f7d3949ea598c404f1a26a8b909207f2 diff --git a/Makefile.in b/Makefile.in index 61d5dfe..a481a50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ pkgdatadir = $(datadir)/@PACKAGE_TARNAME@ -bindir = $(exec_prefix)/bin +bindir = @bindir@ CC = @CC@ CPPFLAGS = @CPPFLAGS@ @@ -44,7 +44,7 @@ SDL_CFLAGS := @SDL_CFLAGS@ SDL_LIBS := @SDL_LIBS@ ldflags := $(SDL_LIBS) -lSDL_image -lSDL_mixer $(LDFLAGS) -cflags := $(SDL_CFLAGS) $(paths) $(CFLAGS) +cflags := -I. $(SDL_CFLAGS) $(paths) $(CFLAGS) my_objects := args.@OBJEXT@ dust.@OBJEXT@ file.@OBJEXT@ mt.@OBJEXT@ rocks.@OBJEXT@ score.@OBJEXT@ sprite.@OBJEXT@ sound.@OBJEXT@ autopilot.@OBJEXT@ my_objects += main.@OBJEXT@ @@ -84,13 +84,13 @@ $(my_objects): vorconfig.h font.@OBJEXT@: font.h -args.@OBJEXT@: args.h +args.@OBJEXT@: args.h config.h dust.@OBJEXT@: globals.h dust.h float.h mt.h file.@OBJEXT@: file.h common.h -main.@OBJEXT@: args.h common.h dust.h file.h float.h globals.h mt.h rocks.h score.h sprite.h sound.h autopilot.h +main.@OBJEXT@: args.h common.h config.h dust.h file.h float.h globals.h mt.h rocks.h score.h sprite.h sound.h autopilot.h mt.@OBJEXT@: mt.h @@ -120,6 +120,8 @@ distclean: clean rm -f Makefile config.h config.log config.status maintainer-clean: program-clean + @echo 'This command is intended for maintainers to use; it' + @echo 'deletes files that may need special tools to rebuild.' rm -f $(graphics) font_guts font_guts.pov program-clean: