X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=examples%2Finternal%2FMakefile;h=817029d82f7b92885fb00344230bf24de7fbd6c4;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=633ca09856e6c22b0fdb1b864b577a3b5a98b8e5;hpb=3bf8dcea45ce5f185788a798e576276831b6432d;p=libucw.git diff --git a/examples/internal/Makefile b/examples/internal/Makefile index 633ca098..817029d8 100644 --- a/examples/internal/Makefile +++ b/examples/internal/Makefile @@ -16,19 +16,17 @@ BUILDSYS=$(s)/build include $(BUILDSYS)/Maketop # Set up names of common libraries (to avoid forward references in rules) -LIBLANG=$(o)/lang/liblang.pc -LIBCHARSET=$(o)/charset/libcharset.pc -LIBIMAGES=$(o)/images/libimages.pc +LIBCHARSET=$(o)/charset/libucw-charset.pc +LIBIMAGES=$(o)/images/libucw-images.pc # Include makefiles of libraries we wish to use include $(s)/ucw/Makefile include $(s)/charset/Makefile -include $(s)/lang/Makefile include $(s)/images/Makefile # Programs we want to compile PROGS+=$(o)/test -$(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES) +$(o)/test: $(o)/test.o $(LIBUCW) $(LIBCHARSET) $(LIBIMAGES) # All tests (%-t) get automatically linked with libucw TESTING_DEPS=$(LIBUCW)