]> mj.ucw.cz Git - eval.git/blobdiff - mop/Makefile
More makefile fixes.
[eval.git] / mop / Makefile
index f2e4256664300eafbb1ac28dc6dd0b9559fc452c..222a3f1e7508ab63019a544c669a3efe19c2164a 100644 (file)
@@ -2,9 +2,12 @@
 # (c) 2008 Martin Mares <mj@ucw.cz>
 
 DIRS+=mop
 # (c) 2008 Martin Mares <mj@ucw.cz>
 
 DIRS+=mop
-PROGS+=$(addprefix $(o)/mop/,md5crypt)
 
 
-$(o)/mop/md5crypt: $(o)/mop/md5crypt.o $(LIBUCW)
+include $(s)/mop/admin/Makefile
+include $(s)/mop/eval/Makefile
+include $(s)/mop/public/Makefile
+include $(s)/mop/score/Makefile
 
 
-CONFIGS+=mop
+CONFIGS+=mop userlist
 run/cf/mop: $(o)/mop/mop.cf
 run/cf/mop: $(o)/mop/mop.cf
+run/cf/userlist: $(o)/mop/userlist.cf