mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
17 lines
311 B
PkgConfig
17 lines
311 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
ccompiler=@CC@
|
|
cppcompiler=@CXX@
|
|
fcompiler=@FC@
|
|
fflags=@FFLAGS@ -I${includedir}
|
|
flibs=@NC_FLIBS@
|
|
|
|
Name: @PACKAGE@
|
|
Description: NetCDF Client Library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} @NC_LIBS@
|
|
Cflags: -I${includedir}
|
|
|