Using Gradle to build with automake

We are using Automake for our C/C++ projects. Is it possible to create a gradle build script that uses the existing make targets? We where thinking of keeping the automake in a transitional period, until we have a fully C++ gradle build.

Have the gradle build script perform: ./autogen.sh ./configure make make pkg make check make etc…