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 and documentation of these libraries
29 include $(s)/box/Makefile
30 include $(s)/isolate/Makefile
31 include $(s)/utils/Makefile
32 include $(s)/eval/Makefile
33 include $(s)/judge/Makefile
36 include $(s)/submit/Makefile
40 include $(s)/mop/Makefile
43 # And finally the default rules of the build system
44 include $(BUILDSYS)/Makebottom