2 # (c) 2008 Martin Mares <mj@ucw.cz>
4 VERSION=1.0.99-20080220
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
16 include $(s)/build/Maketop
18 # Include makefiles of libraries we wish to use
20 include $(s)/lib/Makefile
21 include $(s)/sherlock/Makefile
24 # Programs we want to compile
26 #$(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES)
28 # And finally the default rules of the build system
29 include $(s)/build/Makebottom