buildsys  Check-in [d4793bdb89]

Overview
Comment:Add missing AS_DEPENDS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d4793bdb89dc555a073de7bd373b21c95ad863095586c7c8b202b0dece2b2a86
User & Date: js on 2012-11-26 23:13:46
Other Links: manifest | tags
Context
2013-07-01
12:56
Remove BUILDSYS_INIT and BUILDSYS_TOUCH_DEPS. check-in: a28e8368b3 user: js tags: trunk
2012-11-26
23:13
Add missing AS_DEPENDS. check-in: d4793bdb89 user: js tags: trunk
2012-04-25
09:51
Only generate depends if the compiler supports it. check-in: 775d4eae01 user: js tags: trunk
Changes

Modified buildsys.mk.in from [b65e728a78] to [bae2b43312].

56
57
58
59
60
61
62

63
64
65
66
67
68
69
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@

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@







>







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@