MakeIncl.user.in
Also, in each component subdirectory (e.g., components/GAMESS/cxx), if you are using external software (e.g., the BLAS), you need to edit ”Makefile_inc.user”, which is automatically generated when you run make in the top-level directory. Simply add include path directives and library paths and names that are needed for compiling the component code and creating a dynamic (shared) library.
configure.example
You need to modify this file for the configuration options. Please check the available options by using the command:
./configure --help
Also, you need to configure the package by typing:
source configure.example
make
This will generate client codes for all the ports, as well as build the ports and component libraries.