Differences From Artifact [b65e728a78]:
- File buildsys.mk.in — part of check-in [df39a315dc] at 2012-11-08 11:56:35 on branch trunk — Update buildsys. (user: js, size: 20697) [annotate] [blame] [check-ins using]
To Artifact [bae2b43312]:
- File buildsys.mk.in — part of check-in [63dbedd5a9] at 2013-07-01 20:49:18 on branch trunk — Update buildsys. (user: js, size: 20723) [annotate] [blame] [check-ins using]
︙ | |||
56 57 58 59 60 61 62 63 64 65 66 67 68 69 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + | LIB_SUFFIX = @LIB_SUFFIX@ PLUGIN_CFLAGS = @PLUGIN_CFLAGS@ PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ PLUGIN_SUFFIX = @PLUGIN_SUFFIX@ INSTALL_LIB = @INSTALL_LIB@ UNINSTALL_LIB = @UNINSTALL_LIB@ CLEAN_LIB = @CLEAN_LIB@ AS_DEPENDS = @AS_DEPENDS@ CC_DEPENDS = @CC_DEPENDS@ CXX_DEPENDS = @CXX_DEPENDS@ OBJC_DEPENDS = @OBJC_DEPENDS@ OBJCXX_DEPENDS = @OBJCXX_DEPENDS@ LN_S = @LN_S@ MKDIR_P = mkdir -p INSTALL = @INSTALL@ |
︙ |