repo.or.cz
/
azan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[doc] update man page and README
[azan.git]
/
config.mk
blob
486cf43369c841d21acb3ff004db69b747c19b73
1
# azan-nasm version
2
VERSION
=
0.1
3
4
# paths
5
PREFIX
= /
usr
/
local
6
MANPREFIX
= ${
PREFIX
}/
share
/
man
7
8
# flags
9
AFLAGS
= -
f elf64
-
w
+
all
-
D
$$(
uname
) -
DVERSION
=
\"
${
VERSION
}
\"
10
LFLAGS
= -
m elf_x86_64
-
s
-
no-pie
11
12
# assembler and linker
13
ASM
=
nasm
14
LNK
=
ld