repo.or.cz
/
sfm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[fix] renaming fullpath
[sfm.git]
/
config.mk
blob
478f3fc94153d8c4ec066c866f307dcaa56518be
1
# sfm version
2
VERSION
=
0.1
3
4
# paths
5
PREFIX
= /
usr
/
local
6
MANPREFIX
= ${
PREFIX
}/
share
/
man
7
8
# flags
9
CPPFLAGS
= -
D_DEFAULT_SOURCE
-
D_BSD_SOURCE
-
D_POSIX_C_SOURCE
=
200809L
-
D_XOPEN_SOURCE
=
700
-
DVERSION
=
\"
${
VERSION
}
\"
10
CFLAGS
= -
std
=
c99
-
pedantic
-
Wextra
-
Wall
-
Os
${
CPPFLAGS
}
11
12
# compiler and linker
13
CC
=
cc