X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2FMakefile;h=c08913f8a3f22f12e98a39f925d17ba67fff5094;hb=b56cd57bdce6b573ac0fc973ba4d16057c1e2ca5;hp=8c5494b3c7f53c9e376eb48158b4354b3a063efb;hpb=da5a491e58b64ed804043afae75a14e2768f99d8;p=libucw.git diff --git a/free/libs/Makefile b/free/libs/Makefile index 8c5494b3..c08913f8 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -10,8 +10,13 @@ s=. obj/config.mk: @echo "You need to run configure first." && false +BUILDSYS=$(s)/build + # We will use the libucw build system -include $(s)/build/Maketop +include $(BUILDSYS)/Maketop + +# Install the build system +include $(BUILDSYS)/Makefile # The UCW library include $(s)/ucw/Makefile @@ -57,7 +62,7 @@ endif libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG) # And finally the default rules of the build system -include $(s)/build/Makebottom +include $(BUILDSYS)/Makebottom ifndef CONFIG_LOCAL install: all $(INSTALL_TARGETS)