X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2FMakefile;h=d418f7553422e270b3da49f7f9ac41970b75234b;hb=335a79e74ce80b39a68936572d0f62a67cbf9754;hp=5953519acf77cf81d017d311690100a5386818fc;hpb=57a448f20eb27a775737ca54ab5d895a64fe3179;p=libucw.git diff --git a/images/Makefile b/images/Makefile index 5953519a..d418f755 100644 --- a/images/Makefile +++ b/images/Makefile @@ -2,24 +2,37 @@ DIRS+=images -PROGS+=$(o)/images/image-tool $(o)/images/color-tool -CONFIGS+=images -LIBIMAGES_MODS=math config context image scale color alpha io-main object +LIBIMAGES_PROGS=$(o)/images/ucw-image-tool $(o)/images/ucw-color-tool +LIBIMAGES_CONFIGS+=images +LIBIMAGES_MODS=math config context image scale color io-main +LIBIMAGES_INCLUDES=images.h error.h color.h math.h +export LIBIMAGES_LIBS=-lm + +ifdef CONFIG_SHERLOCK +LIBIMAGES_MODS+=object +LIBIMAGES_DEPS=$(LIBSH) +else +LIBIMAGES_DEPS=$(LIBUCW) +endif + +ifdef CONFIG_INSTALL_API +$(o)/images/libucw-images.pc: $(addprefix $(o)/images/libucw-images$(LV),.a .so) +endif ifdef CONFIG_IMAGES_DUP -PROGS+=$(o)/images/image-dup-test +LIBIMAGES_PROGS+=$(o)/images/ucw-image-dup-test LIBIMAGES_MODS+=dup-init dup-cmp +LIBIMAGES_INCLUDES+=duplicates.h endif ifdef CONFIG_IMAGES_SIM -PROGS+=$(o)/images/image-sim-test +LIBIMAGES_PROGS+=$(o)/images/ucw-image-sim-test LIBIMAGES_MODS+=sig-cmp endif ifneq ($(CONFIG_IMAGES_DUP)$(CONFIG_IMAGES_SIM),) LIBIMAGES_MODS+=sig-dump sig-init sig-seg sig-txt +LIBIMAGES_INCLUDES+=signature.h endif -LIBIMAGES_LIBS=-lm -lpthread - ifdef CONFIG_IMAGES_LIBJPEG LIBIMAGES_MODS+=io-libjpeg LIBIMAGES_LIBS+=-ljpeg @@ -44,34 +57,64 @@ ifdef CONFIG_IMAGES_LIBMAGICK LIBIMAGES_MODS+=io-libmagick MAGICK_LIBS:=$(shell GraphicsMagick-config --libs) MAGICK_CPPFLAGS:=$(shell GraphicsMagick-config --cppflags) -LIBIMAGES_LIBS+=$(MAGICK_LIBS) -$(o)/images/io-libmagick.o: CFLAGS+=$(MAGICK_CPPFLAGS) +LIBIMAGES_LIBS+=$(MAGICK_LIBS) -lpthread +$(addprefix $(o)/images/io-libmagick,.o .oo): CFLAGS+=$(MAGICK_CPPFLAGS) -Wno-redundant-decls -Wno-undef endif -$(o)/images/libimages.a: $(addsuffix .o,$(addprefix $(o)/images/,$(LIBIMAGES_MODS))) -$(o)/images/libimages.so: $(addsuffix .oo,$(addprefix $(o)/images/,$(LIBIMAGES_MODS))) +PROGS+=$(LIBIMAGES_PROGS) +CONFIGS+=$(LIBIMAGES_CONFIGS) -$(o)/images/image-tool: $(o)/images/image-tool.o $(LIBIMAGES) $(LIBUCW) -$(o)/images/image-tool: LIBS+=$(LIBIMAGES_LIBS) +$(o)/images/libucw-images$(LV).a: $(addsuffix .o,$(addprefix $(o)/images/,$(LIBIMAGES_MODS))) +$(o)/images/libucw-images$(LV).so: $(addsuffix .oo,$(addprefix $(o)/images/,$(LIBIMAGES_MODS))) $(LIBIMAGES_DEPS) +$(o)/images/libucw-images$(LV).so: SONAME_SUFFIX=.0 +$(o)/images/libucw-images$(LV).so: LIBS+=$(LIBIMAGES_LIBS) +$(o)/images/libucw-images.pc: $(LIBIMAGES_DEPS) -$(o)/images/color-tool: $(o)/images/color-tool.o $(LIBIMAGES) $(LIBUCW) -$(o)/images/color-tool: LIBS+=$(LIBIMAGES_LIBS) - -$(o)/images/image-dup-test: $(o)/images/image-dup-test.o $(LIBIMAGES) $(LIBUCW) -$(o)/images/image-dup-test: LIBS+=$(LIBIMAGES_LIBS) - -$(o)/images/image-sim-test: $(o)/images/image-sim-test.o $(LIBIMAGES) $(LIBUCW) -$(o)/images/image-sim-test: LIBS+=$(LIBIMAGES_LIBS) +$(o)/images/ucw-image-tool: $(o)/images/ucw-image-tool.o $(LIBIMAGES) $(LIBUCW) +$(o)/images/ucw-color-tool: $(o)/images/ucw-color-tool.o $(LIBIMAGES) $(LIBUCW) +$(o)/images/ucw-image-dup-test: $(o)/images/ucw-image-dup-test.o $(LIBIMAGES) $(LIBUCW) +$(o)/images/ucw-image-sim-test: $(o)/images/ucw-image-sim-test.o $(LIBIMAGES) $(LIBUCW) TESTS+=$(o)/images/image-test.test $(o)/images/image-test: $(o)/images/image-test.o $(LIBIMAGES) $(LIBUCW) -$(o)/images/image-test: LIBS+=$(LIBIMAGES_LIBS) +$(o)/images/image-test: LIBS+=-lpthread $(o)/images/image-test.test: $(o)/images/image-test -TESTS+=$(o)/images/hilbert-test.test -$(o)/images/hilbert-test: LIBS+=-lm $(LIBSH) -$(o)/images/hilbert-test.test: $(o)/images/hilbert-test - TESTS+=$(o)/images/color.test +$(o)/images/color-t: $(LIBIMAGES) $(LIBUCW) $(o)/images/color-t: LIBS+=-lm $(o)/images/color.test: $(o)/images/color-t + +API_LIBS+=libucw-images +API_INCLUDES+=$(o)/images/.include-stamp +$(o)/images/.include-stamp: $(addprefix $(s)/images/,$(LIBIMAGES_INCLUDES)) +$(o)/images/.include-stamp: IDST=images +run/lib/pkgconfig/libucw-images.pc: $(o)/images/libucw-images.pc + +INSTALL_TARGETS+=install-libucw-images-lib +install-libucw-images-lib: + install -d -m 755 $(DESTDIR)$(INSTALL_LIB_DIR) + install -m 644 run/lib/libucw-images$(LV).so.0 $(DESTDIR)$(INSTALL_LIB_DIR)/libucw-images$(LV).so.0.0 + ln -sf libucw-images$(LV).so.0.0 $(DESTDIR)$(INSTALL_LIB_DIR)/libucw-images$(LV).so.0 +.PHONY: install-libucw-images-lib + +INSTALL_TARGETS+=install-libucw-images-api +install-libucw-images-api: + install -d -m 755 $(addprefix $(DESTDIR),$(INSTALL_INCLUDE_DIR)/images $(INSTALL_LIB_DIR) $(INSTALL_PKGCONFIG_DIR)) + install -m 644 $(addprefix run/include/images/,$(LIBIMAGES_INCLUDES)) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/images + install -m 644 run/lib/pkgconfig/libucw-images.pc $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) + ln -sf libucw-images$(LV).so.0.0 $(DESTDIR)$(INSTALL_LIB_DIR)/libucw-images$(LV).so + install -m 644 run/lib/libucw-images$(LV).a $(DESTDIR)$(INSTALL_LIB_DIR) +.PHONY: install-libucw-images-api + +INSTALL_TARGETS+=install-libucw-images-utils +install-libucw-images-utils: + install -d -m 755 $(DESTDIR)$(INSTALL_BIN_DIR) + install -m 755 $(LIBIMAGES_PROGS) $(DESTDIR)$(INSTALL_BIN_DIR) +.PHONY: install-libucw-images-utils + +INSTALL_TARGETS+=install-libucw-images-config +install-libucw-images-config: + install -d -m 755 $(DESTDIR)$(INSTALL_CONFIG_DIR) + install -m 644 $(addprefix run/$(CONFIG_DIR)/,$(LIBIMAGES_CONFIGS)) $(DESTDIR)$(INSTALL_CONFIG_DIR) +.PHONY: install-libucw-images-config