2 # (c) 2008--2009 Martin Mares <mj@ucw.cz>
4 VERSION=1.0.99-20080220
7 all: runtree programs datafiles configs
9 # Include configuration
11 -include obj/config.mk
13 @echo "You need to run configure first." && false
15 # We will use the libucw build system
17 include $(BUILDSYS)/Maketop
19 # Include makefiles of libraries we wish to use
21 include $(s)/ucw/Makefile
22 include $(s)/sherlock/Makefile
23 # Disable built-in tests of these libraries
27 include $(s)/box/Makefile
28 include $(s)/utils/Makefile
29 include $(s)/eval/Makefile
30 include $(s)/judge/Makefile
33 include $(s)/submit/Makefile
37 include $(s)/mop/Makefile
40 # And finally the default rules of the build system
41 include $(BUILDSYS)/Makebottom