ObjFW  Check-in [082d1f50c5]

Overview
Comment:OFZIP: Add dependency on libobjfw.a if necessary.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 082d1f50c57c9b0734a623fef90b319c590a8a6cd711a89695f3d870bc4975ba
User & Date: js on 2013-12-10 16:21:57
Other Links: manifest | tags
Context
2013-12-10
17:26
Prevent entering directories twice. check-in: 0320eee453 user: js tags: trunk
16:21
OFZIP: Add dependency on libobjfw.a if necessary. check-in: 082d1f50c5 user: js tags: trunk
01:47
Ignore OBJC_ZEROCOST_EXCEPTIONS on ARM. check-in: 65d8a7c8ed user: js tags: trunk
Changes

Modified utils/Makefile from [15b79bef1e] to [45afd96e70].



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 \