2 # (c) 2008--2012 Martin Mares <mj@ucw.cz>
8 all:: runtree programs datafiles configs
10 # Include configuration
12 -include obj/config.mk
14 @echo "You need to run configure first." && false
20 # We will use the libucw build system
22 include $(BUILDSYS)/Maketop
24 # Include makefiles of libraries we wish to use
26 include $(s)/ucw/Makefile
27 include $(s)/sherlock/Makefile
28 # Disable built-in tests and documentation of these libraries
34 include $(s)/box/Makefile
35 include $(s)/isolate/Makefile
36 include $(s)/utils/Makefile
37 include $(s)/eval/Makefile
38 include $(s)/judge/Makefile
41 include $(s)/submit/Makefile
45 include $(s)/mop/Makefile
48 # And finally the default rules of the build system
49 include $(BUILDSYS)/Makebottom