1#========================================================================= 2# Modular C++ Build System Subproject Package Config 3#========================================================================= 4# Please read the documenation in 'mcppbs-uguide.txt' for more details 5# on how the Modular C++ Build System works. 6 7#------------------------------------------------------------------------- 8# Generic variables 9#------------------------------------------------------------------------- 10 11prefix=@prefix@ 12include_dir=${prefix}/include/fesvr 13lib_dir=${prefix}/lib 14 15#------------------------------------------------------------------------- 16# Keywords 17#------------------------------------------------------------------------- 18 19Name : fesvr 20Version : @PACKAGE_VERSION@ 21Description : Frontend Server C/C++ API 22Requires : @fesvr_pkcdeps@ 23Cflags : -I${include_dir} @CPPFLAGS@ @fesvr_extra_cppflags@ 24Libs : -L${lib_dir} @LDFLAGS@ @fesvr_extra_ldflags@ \ 25 -lfesvr @fesvr_extra_libs@ 26 27