File: codeblocks.pc.in

package info (click to toggle)
codeblocks 20.03%2Bsvn13046-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 87,028 kB
  • sloc: cpp: 661,076; xml: 32,059; ansic: 28,819; makefile: 8,842; sh: 7,705; asm: 3,827; python: 1,761; perl: 261; sed: 16; f90: 16; java: 4
file content (17 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@/wxscintilla/include