repo.or.cz
/
MKUltra.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
easy as pie
[MKUltra.git]
/
mku-defs.Darwin
blob
1e00932ec87abc15a9048d3872dca8a425458722
1
# -*- Mode: makefile; -*- #
2
3
so_ext := dylib
4
so_sfx := .$(so_ext)
5
so_pfx := lib
6
7
o_ext := o
8
o_sfx := .$(o_ext)
9
10
exe_ext :=
11
exe_sfx :=
12
13
pkg_config_path := /opt/local/lib/pkgconfig
14
15
boost_mt := -mt
16
17
CXXFLAGS += -fPIC -I/opt/local/include
18
LDFLAGS += -L/opt/local/lib