The previous approach did not work...

Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
This commit is contained in:
Bastian M. Wojek
2011-04-13 09:59:33 +00:00
parent 1024f5a28f
commit 0191375a96
11 changed files with 49 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: PUserFcnBase
Description: C++ shared library providing the user-function interface for musrfit
Version: @MUSR_VERSION@
Libs: -L${libdir} -l@USERFCN_LIBRARY_NAME@
Cflags: -I${includedir}