2 exec_prefix=@exec_prefix@
4 includedir=@includedir@
7 Description: C++ library for symbolic calculations
9 # uncomment this when a pkg-config'd cln exists
10 # CAUTION: this will merge in the cln libs and cflags which are already in
11 # GINACLIB_LIBS and GINACLIB_CPPFLAGS
12 #Requires: cln >= 1.1.0
13 Libs: -L${libdir} -lginac @GINACLIB_LIBS@
14 Cflags: -I${includedir} @GINACLIB_CPPFLAGS@