2 # (c) 2008--2012 Martin Mares <mj@ucw.cz>
7 all:: runtree programs datafiles configs
9 # Include configuration
11 -include obj/config.mk
13 @echo "You need to run configure first." && false
19 # We will use the libucw build system
21 include $(BUILDSYS)/Maketop
23 # Include makefiles of libraries we wish to use
25 include $(s)/ucw/Makefile
26 include $(s)/sherlock/Makefile
27 # Disable built-in tests and documentation of these libraries
33 include $(s)/box/Makefile
34 include $(s)/isolate/Makefile
35 include $(s)/utils/Makefile
36 include $(s)/eval/Makefile
37 include $(s)/judge/Makefile
40 include $(s)/submit/Makefile
44 include $(s)/mop/Makefile
47 # And finally the default rules of the build system
48 include $(BUILDSYS)/Makebottom