Differences From 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]
To Artifact [15e3c46c74]:
- File utils/Makefile — part of check-in [9e2ddb3a59] at 2013-12-21 01:26:21 on branch trunk — OFZIPArchive: Better handling of invalid archives. (user: js, size: 795) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
26 27 28 29 30 31 32 |
${DELETE_OK}; \
else \
${DELETE_FAILED}; \
fi \
fi \
done
| | | 26 27 28 29 30 31 32 33 34 35 36 |
${DELETE_OK}; \
else \
${DELETE_FAILED}; \
fi \
fi \
done
CPPFLAGS += -I../src -I../src/runtime -I../src/exceptions -I..
LIBS := -L../src -lobjfw ${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}
|