Differences From Artifact [15b79bef1e]:
- File
utils/Makefile
— part of check-in
[ab0be1f3f9]
at
2013-11-10 00:35:05
on branch trunk
— objfw-unzip -> ofzip
This way, one tool can be used for all ZIP operations, even though it
only has an extraction mode yet. (user: js, size: 728) [annotate] [blame] [check-ins using]
To Artifact [45afd96e70]:
- File utils/Makefile — part of check-in [082d1f50c5] at 2013-12-10 16:21:57 on branch trunk — OFZIP: Add dependency on libobjfw.a if necessary. (user: js, size: 775) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | PROG = ofzip SRCS = OFZIP.m include ../buildsys.mk DISTCLEAN = objfw-config install-extra: objfw-config objfw-compile for i in objfw-config objfw-compile; do \ | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
include ../extra.mk
PROG = ofzip
SRCS = OFZIP.m
${PROG}: ${LIBOBJFW_DEP}
include ../buildsys.mk
DISTCLEAN = objfw-config
install-extra: objfw-config objfw-compile
for i in objfw-config objfw-compile; do \
|
| ︙ | ︙ |