Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk - tabbed - tab interface for application supporting Xembed
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
config.mk (426B)
---
1 # paths
2 PREFIX = /usr/local
3 MANPREFIX = ${PREFIX}/share/man
4 DOCPREFIX = ${PREFIX}/share/doc/${NAME}
5
6 # use system flags.
7 TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/include/freetype2 ${CPPFLAGS}
8 TABBED_LDFLAGS = -L/usr/X11R6/lib -lX11 /usr/X11R6/lib ${LDFLAGS}
9 TABBED_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
10
11 # OpenBSD (uncomment)
12 #TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${C…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.