# ----------------------- FCM extract configuration file ----------------------- cfg::type bld cfg::version 1.0 # ------------------------------------------------------------------------------ # Build information # ------------------------------------------------------------------------------ inc arch.fcm inc config.fcm dir::root $PWD search_src 0 src::ioserver src/IOSERVER src::xmlio src/XMLIO bld::lib::ioserver ioserver bld::lib::xmlio xmlio bld::target libioserver.a libxmlio.a #bld::target main.exe client.exe server.exe bld::target server.exe bld::tool::fc %COMPILER bld::tool::ld %LINKER bld::tool::ar %AR bld::tool::make %MAKE bld::tool::fflags %FFLAGS %INCDIR bld::tool::ldflags %BASE_LD %LIB bld::tool::cppflags %FPP_FLAGS %INCDIR bld::tool::fppflags %FPP_FLAGS %INCDIR bld::tool::fppkeys %CPP_KEY # Pre-process code before analysing dependencies bld::pp 1 # Ignore the following dependencies bld::excl_dep inc::VT.inc bld::excl_dep use::ioipsl bld::excl_dep use::flib_dom bld::excl_dep inc::mpif.h bld::excl_dep use::mpi bld::excl_dep use::mod_prism_get_comm bld::excl_dep use::mod_prism_proto # Don't generate interface files bld::tool::geninterface none bld::outfile_ext::mod .mod