Xinqi Bao's Git
projects
/
slstatus.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
Makefile: move OS-specific libs to configure script
[slstatus.git]
/
config.mk
1
# slstatus version
2
VERSION
=
0
3
4
# customize below to fit your system
5
6
# paths
7
PREFIX
= /
usr
/
local
8
MANPREFIX
= ${
PREFIX
}/
share
/
man
9
10
X11INC
= /
usr
/
X11R6
/
include
11
X11LIB
= /
usr
/
X11R6
/
lib
12
13
# flags
14
CFLAGS
= -
std
=
c99
-
pedantic
-
Wall
-
Wextra
-
Os
15
LDFLAGS
= -
s
16
LIBS
=