2008-04-29 12:55:25 +00:00
|
|
|
TARGETS_zlib-flate = \
|
2009-10-10 14:15:09 +00:00
|
|
|
zlib-flate/$(OUTPUT_DIR)/$(call binname,zlib-flate)
|
2008-04-29 12:55:25 +00:00
|
|
|
|
|
|
|
$(TARGETS_zlib-flate): $(TARGETS_libqpdf)
|
|
|
|
|
2009-10-23 03:20:03 +00:00
|
|
|
INCLUDES_zlib-flate = include
|
2008-04-29 12:55:25 +00:00
|
|
|
|
|
|
|
SRCS_zlib-flate = zlib-flate/zlib-flate.cc
|
|
|
|
|
|
|
|
# -----
|
|
|
|
|
|
|
|
OBJS_zlib-flate = $(call src_to_obj,$(SRCS_zlib-flate))
|
|
|
|
|
|
|
|
ifeq ($(GENDEPS),1)
|
|
|
|
-include $(call obj_to_dep,$(OBJS_zlib-flate))
|
|
|
|
endif
|
|
|
|
|
2009-10-11 00:13:28 +00:00
|
|
|
$(OBJS_zlib-flate): zlib-flate/$(OUTPUT_DIR)/%.$(OBJ): zlib-flate/%.cc
|
2008-04-29 12:55:25 +00:00
|
|
|
$(call compile,$<,$(INCLUDES_zlib-flate))
|
|
|
|
|
2009-10-10 14:15:09 +00:00
|
|
|
zlib-flate/$(OUTPUT_DIR)/$(call binname,zlib-flate): $(OBJS_zlib-flate)
|
2018-07-24 23:03:22 +00:00
|
|
|
$(call makebin,$(OBJS_zlib-flate),$@,$(LDFLAGS_libqpdf) $(LDFLAGS),$(LIBS_libqpdf) $(LIBS))
|