Codebase list libhx / a44fb3af-7e3d-4c04-9edd-3184980e01c5/main libHX.pc.in
a44fb3af-7e3d-4c04-9edd-3184980e01c5/main

Tree @a44fb3af-7e3d-4c04-9edd-3184980e01c5/main (Download .tar.gz)

libHX.pc.in @a44fb3af-7e3d-4c04-9edd-3184980e01c5/mainraw · history · blame

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name:		libHX
Description:	Useful collection of routines for C and C++ programming
Version:	@PACKAGE_VERSION@
Cflags:		-I${includedir}
Libs:		-L${libdir} -lHX
Libs.private:	@libdl_LIBS@ @libpthread_LIBS@ @librt_LIBS@