ltest files from bakefile add HP aCC dependencies support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ae0fbceefa
commit
14cde5136d
2 changed files with 19 additions and 2 deletions
|
|
@ -543,8 +543,12 @@ AC_DEFUN([AC_BAKEFILE_DEPS],
|
|||
DEPSMODE=unixcc
|
||||
DEPSFLAG="-M"
|
||||
AC_MSG_RESULT([SGI cc])
|
||||
elif test "x$HPCC" = "xyes"; then
|
||||
DEPSMODE=unixcc
|
||||
DEPSFLAG="+make"
|
||||
AC_MSG_RESULT([HP cc])
|
||||
else
|
||||
DEPS_TRACKING=0
|
||||
DEPS_TRACKING=0
|
||||
AC_MSG_RESULT([none])
|
||||
fi
|
||||
|
||||
|
|
@ -552,7 +556,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS],
|
|||
AC_BAKEFILE_CREATE_FILE_BK_DEPS
|
||||
chmod +x bk-deps
|
||||
fi
|
||||
|
||||
|
||||
AC_SUBST(DEPS_TRACKING)
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue