ObjFW  Artifact [dc2fb4a588]

Artifact dc2fb4a58846e87eb10fa3355bed4766900da50b0ecaf8feb8beb3ca6a7614e2:


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}