]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/Makefile
Libucw supports installation
[libucw.git] / free / libs / Makefile
index c2c11b221ff9c29027f11fee984e2fc6e01c2079..09f2c02cd9bbd2f6e98b864894589f07abe3ce20 100644 (file)
@@ -46,3 +46,11 @@ libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG)
 
 # And finally the default rules of the build system
 include $(s)/build/Makebottom
+
+ifndef CONFIG_LOCAL
+install: $(INSTALL_TARGETS)
+else
+install:
+       @echo "Nothing to install, this is a local build." && false
+endif
+.PHONY: install