File: CONFIG

package info (click to toggle)
gabedit 2.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 11,000 kB
  • ctags: 10,585
  • sloc: ansic: 197,108; asm: 2,157; cpp: 2,081; sh: 1,164; makefile: 447; csh: 181; xml: 91
file content (18 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# unix (Mac OSX, linux, aix, hp, dec ...) config
# PKG_CONFIG_PATH  = "/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
# GTKLIB = -Wl,--export-dynamic -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
# GTKCFLAGS = -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

GTKLIB = `pkg-config gtk+-2.0 --libs` -lpangox-1.0
GTKCFLAGS =  `pkg-config gtk+-2.0 --cflags` 
OGLLIB=-L/usr/X11R6/lib -lGL -L/usr/X11R6/lib -lGLU
OGLCFLAGS=-I/usr/X11R6/include
GDKGL=gdkgl
LIBPTHREAD    = -lpthread
RM = rm -f
MAKE = make
WIN32LIB   = 
X11LIB   = -lX11
CC = gcc 
COMMONCFLAGS = -Wall -O2