How should I run a prebuilt Makefile from a Makefile.am?
I am new to automake/autoconf build system. The package I am implementing autotools for has a couple libraries and test executables for each. Some of the libraries are auto-generated ASN1C code that come with prebuilt makefiles. I am not sure of the best way to say inside of the Makefile.am "Build the ASN1C library with the prebuilt makefile".
Attempting to search google with something like this is a bit tough because of the abundance of makefile documentation.
Thanks, Chenz