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:
Vadim Zeitlin 2005-10-07 15:39:34 +00:00
parent ae0fbceefa
commit 14cde5136d
2 changed files with 19 additions and 2 deletions

View file

@ -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)
])