X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=free%2Flibs%2Fexamples%2Finternal%2FMakefile;h=633ca09856e6c22b0fdb1b864b577a3b5a98b8e5;hb=804b539f2f9d9af87ffa7036fd2b181fb12d86f1;hp=13286e534a2b50a10896c678cc24c5a8024299ce;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/free/libs/examples/internal/Makefile b/free/libs/examples/internal/Makefile index 13286e53..633ca098 100644 --- a/free/libs/examples/internal/Makefile +++ b/free/libs/examples/internal/Makefile @@ -10,8 +10,10 @@ 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 # Set up names of common libraries (to avoid forward references in rules) LIBLANG=$(o)/lang/liblang.pc @@ -32,4 +34,4 @@ $(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES) TESTING_DEPS=$(LIBUCW) # And finally the default rules of the build system -include $(s)/build/Makebottom +include $(BUILDSYS)/Makebottom