diff Plugins/Visualization/paranormal/Makefile @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents 752f35f5a799
children 79891e2fd8a5
line wrap: on
line diff
--- a/Plugins/Visualization/paranormal/Makefile	Sun Sep 03 22:04:17 2006 -0700
+++ b/Plugins/Visualization/paranormal/Makefile	Mon Sep 04 19:47:32 2006 -0700
@@ -1,5 +1,5 @@
 include ../../../mk/rules.mk
-include ../../../mk/objective.mk
+include ../../../mk/init.mk
 
 CFLAGS += -fPIC -DPIC -Ipn/ -I../../.. $(ARCH_DEFINES) $(GTK_CFLAGS) $(SDL_CFLAGS) $(XML_CFLAGS) $(XML_CPPFLAGS)
 
@@ -15,3 +15,4 @@
 
 OBJECTS = ${SOURCES:.c=.o}
 
+include ../../../mk/objective.mk