Differences From Artifact [5ccc1400ae]:
- File Makefile — part of check-in [10eba7be60] at 2011-03-28 23:59:25 on branch trunk — Fix stupid typo in Makefile. (user: js, size: 1025) [annotate] [blame] [check-ins using]
To Artifact [864f981c5d]:
- File Makefile — part of check-in [174ffb9295] at 2011-09-10 20:41:45 on branch trunk — Ignore deprecation warnings as OpenSSL is deprecated as a whole on OS X. (user: js, size: 1054) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | LIB_SUFFIX = `objfw-config --lib-suffix` LIB_FILE = ${LIB_PREFIX}${LIB}${LIB_SUFFIX} .SILENT: all: objfw-compile --lib ${LIB_MAJOR}.${LIB_MINOR} ${CPPFLAGS} ${LIBS} \ |
︙ |