]> mj.ucw.cz Git - moe.git/blobdiff - Makefile
Added configuration file for libucw modules.
[moe.git] / Makefile
index 1d2b6cb20dc446f1fda8dc0786fc2209bce8d157..e183f4c8be3b89bb2f60ba4320091b3ea1bec947 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 VERSION=1.0.99-20080220
 
 # The default target
-all: runtree programs
+all: runtree programs datafiles
 
 # Include configuration
 s=.
@@ -19,9 +19,15 @@ include $(s)/build/Maketop
 ifdef CONFIG_UCW_LIBS
 include $(s)/lib/Makefile
 include $(s)/sherlock/Makefile
+# Disable built-in tests of these libraries
+TESTS=
 endif
 
 include $(s)/box/Makefile
+include $(s)/utils/Makefile
+include $(s)/eval/Makefile
+include $(s)/judge/Makefile
+include $(s)/submit/Makefile
 
 # And finally the default rules of the build system
 include $(s)/build/Makebottom