Warning, /education/cantor/thirdparty/discount-2.2.6-patched/libmarkdown.pc.in is written in an unsupported language. File is not indexed.

0001 prefix=@prefix@
0002 exec_prefix=@prefix@
0003 libdir=@libdir@
0004 includedir=@prefix@/include
0005 
0006 Name: @PACKAGE_NAME@
0007 Version: @PACKAGE_VERSION@
0008 Description: C implementation of John Gruber's Markdown markup language
0009 
0010 Libs: -L${libdir} -lmarkdown @LIBS@
0011 Cflags: -I${includedir}