easy as pie
[MKUltra.git] / mku-defs.Darwin
blob1e00932ec87abc15a9048d3872dca8a425458722
1 # -*- Mode: makefile; -*- #
3 so_ext := dylib
4 so_sfx := .$(so_ext)
5 so_pfx := lib
7 o_ext := o
8 o_sfx := .$(o_ext)
10 exe_ext :=
11 exe_sfx :=
13 pkg_config_path := /opt/local/lib/pkgconfig
15 boost_mt := -mt
17 CXXFLAGS += -fPIC -I/opt/local/include
18 LDFLAGS += -L/opt/local/lib