Changeset View
Changeset View
Standalone View
Standalone View
b/lang/cpp/src/Makefile.am
| Context not available. | |||||
| libgpgmepp_la_LDFLAGS = -no-undefined -version-info \ | libgpgmepp_la_LDFLAGS = -no-undefined -version-info \ | ||||
| @LIBGPGMEPP_LT_CURRENT@:@LIBGPGMEPP_LT_REVISION@:@LIBGPGMEPP_LT_AGE@ | @LIBGPGMEPP_LT_CURRENT@:@LIBGPGMEPP_LT_REVISION@:@LIBGPGMEPP_LT_AGE@ | ||||
| if HAVE_MACOS_SYSTEM | |||||
| libsuffix=.dylib | |||||
| else | |||||
| libsuffix=.so | |||||
| endif | |||||
| if HAVE_W32_SYSTEM | if HAVE_W32_SYSTEM | ||||
| GpgmeppConfig.cmake: GpgmeppConfig-w32.cmake.in | GpgmeppConfig.cmake: GpgmeppConfig-w32.cmake.in | ||||
| sed -e 's|[@]resolved_bindir@|$(bindir)|g' < "$<" | \ | sed -e 's|[@]resolved_bindir@|$(bindir)|g' < "$<" | \ | ||||
| Context not available. | |||||
| else | else | ||||
| GpgmeppConfig.cmake: GpgmeppConfig.cmake.in | GpgmeppConfig.cmake: GpgmeppConfig.cmake.in | ||||
| sed -e 's|[@]resolved_libdir@|$(libdir)|g' < "$<" | \ | sed -e 's|[@]resolved_libdir@|$(libdir)|g' < "$<" | \ | ||||
| sed -e 's|[@]libsuffix@|$(libsuffix)|g' | \ | |||||
| sed -e 's|[@]resolved_includedir@|$(includedir)|g' > $@ | sed -e 's|[@]resolved_includedir@|$(includedir)|g' > $@ | ||||
| endif | endif | ||||
| install-cmake-files: GpgmeppConfig.cmake GpgmeppConfigVersion.cmake | install-cmake-files: GpgmeppConfig.cmake GpgmeppConfigVersion.cmake | ||||
| Context not available. | |||||