1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir = @datarootdir@
plugindir=@datadir@/@PACKAGE@/plugins
sharedir=@datadir@
Name: codeblocks
Description: Code::Blocks IDE
Version: @VERSION@
Libs: -L${libdir} -lcodeblocks
Cflags: -I${includedir}/@PACKAGE@ \
-I${includedir}/@PACKAGE@/tinyxml \
-I${includedir}/@PACKAGE@/scripting/include \
-I${includedir}/@PACKAGE@/scripting/bindings \
-I${includedir}/@PACKAGE@/scripting/sqplus \
-I${includedir}/@PACKAGE@/wxscintilla/include
|