source: CodePatterns.pc.in@ a80f419

Last change on this file since a80f419 was a80f419, checked in by Frederik Heber <heber@…>, 15 years ago

First version.

Everything was extracted from project MoleCuilder and adapted such that it
runs on its own (i.e. new configure.ac, Makefile.am structure, stuff for
libtool versioning, ...)

  • Property mode set to 100644
File size: 361 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: CodePatterns - various design schemes and helpers to initial application development
8Version: @PACKAGE_VERSION@
9URL: @PACKAGE_URL@
10Libs: -L${libdir} -lCodePatterns-@EXAMPLE_API_VERSION@
11Cflags: -I${includedir}/CodPatterns-@EXAMPLE_API_VERSION@
Note: See TracBrowser for help on using the repository browser.