Differences From Artifact [b4d5cedc53]:
- File extra.mk.in — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 244) [annotate] [blame] [check-ins using]
To Artifact [7acb388ec0]:
- File
extra.mk.in
— part of check-in
[9a8a6a9bf9]
at
2017-01-22 15:20:46
on branch trunk
— Do not run tests automatically
This is a bad idea as they require networking and do not terminate. (user: js, size: 220) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | OBJIRC_SHARED_LIB = @OBJIRC_SHARED_LIB@ OBJIRC_STATIC_LIB = @OBJIRC_STATIC_LIB@ OBJIRC_LIB_MAJOR = 0 OBJIRC_LIB_MINOR = 0 OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR} LIBOBJIRC_DEP = @LIBOBJIRC_DEP@ | < | 1 2 3 4 5 6 7 | OBJIRC_SHARED_LIB = @OBJIRC_SHARED_LIB@ OBJIRC_STATIC_LIB = @OBJIRC_STATIC_LIB@ OBJIRC_LIB_MAJOR = 0 OBJIRC_LIB_MINOR = 0 OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR} LIBOBJIRC_DEP = @LIBOBJIRC_DEP@ |