X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2FMakefile;h=860a647a497d6852209afb47c0a829cc21aa3db8;hb=5b867819167600770688dd31b3e1836e0ee50f3d;hp=5a13a35c7e3f2106c50eb9f9939dcbcf7a7cbbca;hpb=e71f3921f7e76a8cd16a8fbb2a69506715b71e4f;p=libucw.git diff --git a/ucw/Makefile b/ucw/Makefile index 5a13a35c..860a647a 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -102,14 +102,10 @@ LIBUCW_LIBS+=-lrt endif $(o)/ucw/libucw$(LV).a: $(addsuffix .o,$(LIBUCW_MOD_PATHS)) -$(o)/ucw/libucw$(LV)-pic.a: $(addsuffix .oo,$(LIBUCW_MOD_PATHS)) $(o)/ucw/libucw$(LV).so: $(addsuffix .oo,$(LIBUCW_MOD_PATHS)) $(o)/ucw/libucw$(LV).so: SONAME_SUFFIX=.0 $(o)/ucw/libucw$(LV).so: LIBS+=$(LIBUCW_LIBS) -ifdef CONFIG_STATIC_PIC -$(o)/ucw/libucw.pc: $(o)/ucw/libucw$(LV)-pic.a -endif ifdef CONFIG_INSTALL_API $(o)/ucw/libucw.pc: $(addprefix $(o)/ucw/libucw$(LV),.a .so) endif