Artifact dc2fb4a58846e87eb10fa3355bed4766900da50b0ecaf8feb8beb3ca6a7614e2:
- File
utils/ofzip/Makefile
— part of check-in
[4300366b0b]
at
2016-04-24 02:01:37
on branch trunk
— Refactor OFZIP
This splits out ZIP archive handling from the main file in preparation
for adding GZIP support. (user: js, size: 300) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofzip${PROG_SUFFIX} SRCS = 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}