############ Begin user-hackable region ############################ # CCA specifications variables CCA_INC=@cca_inc@ CCA_CXX=@cca_cxx@ CCA_CXX_FLAGS=@cca_cxx_flags@ CCA_LD_SEARCH_FLAGS=@cca_ld_search_flags@ CCA_SHLIB_CFLAGS=@cca_shlib_cflags@ CCA_SHLIB_LD=@cca_shlib_ld@ # CCAFE specification variables CCAFE_LIB_L_DIR=@ccafe_lib_l_dir@ CCAFE_LIB_L=@ccafe_lib_l@ CCAFE_MPI_INC=@ccafe_mpi_inc@ CCAFE_pkgincludedir=@ccafe_pkgincludedir@ # Optimization options OPTIMIZATION = -O2 -w -ffloat-store FOPTIMIZATION = -O3 # Ports dir PORTS_DIR = @CFRFS_PORTS_DIR@ # The directory where the .so and .cca file ends up FINAL_INSTALL_DIR = @FINAL_INSTALL_DIR@ ############# End of user-hack-able region ###########################