Artifact 115d091be25a0ce21ff515af29077febccb4cce732138e44d32665daaa44c5b5:
- File utils/ofzip/Makefile — part of check-in [34e0dcaf87] at 2016-04-24 02:32:33 on branch trunk — OFZIP: Add GZIP support (user: js, size: 323) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofzip${PROG_SUFFIX} SRCS = GZIPArchive.m \ OFZIP.m \ ZIPArchive.m include ../../buildsys.mk ${PROG}: ${LIBOBJFW_DEP_LVL2} CPPFLAGS += -I../../src -I../../src/runtime -I../../src/exceptions -I../.. LIBS := -L../../src -lobjfw ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}