[PVFS2-CVS] commit by pw in pvfs2/src/apps/karma: module.mk.in
CVS commit program
cvs at parl.clemson.edu
Tue Dec 21 14:03:28 EST 2004
Update of /projects/cvsroot/pvfs2/src/apps/karma
In directory parlweb:/tmp/cvs-serv2353/src/apps/karma
Modified Files:
module.mk.in
Log Message:
simplify karma and vis builds
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/karma/module.mk.in,v
diff -u -p -u -r1.6 -r1.7
--- module.mk.in 2 Dec 2004 20:37:55 -0000 1.6
+++ module.mk.in 21 Dec 2004 19:03:28 -0000 1.7
@@ -1,3 +1,5 @@
+ifdef BUILD_KARMA
+
DIR := src/apps/karma
KARMASRC += \
@@ -13,9 +15,13 @@ KARMASRC += \
$(DIR)/traffic.c \
$(DIR)/units.c
+KARMA := $(DIR)/karma
+
# add GTK include dirs and libs
MODCFLAGS_$(DIR) := @GTKCFLAGS@
MODLDFLAGS_$(DIR) := @GTKLIBS@
# gtk-2.0 has many bad prototypes
MODCFLAGS_$(DIR) += -Wno-strict-prototypes
+
+endif # BUILD_KARMA
More information about the PVFS2-CVS
mailing list