ObjFW  Makefile at [4300366b0b]

File utils/ofzip/Makefile artifact dc2fb4a588 part of check-in 4300366b0b


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}