11 |
|
$(menes)/menes-opt/logging.cpp $(menes)/menes-app/entrypoint.cpp \ |
12 |
|
$(menes)/menes-app/threading.cpp $(menes)/menes-app/c++/fatality.cpp \ |
13 |
|
$(menes)/menes-app/arguments.cpp $(menes)/menes-ext/uuid.cpp $(wildcard \ |
14 |
< |
$(foreach prj, api/devrandom api/mhash api/posix api/pthread api/proc \ |
15 |
< |
api/libuuid ios net/oscar net/oscar/tools xml, \ |
14 |
> |
$(foreach prj, api/devrandom api/execinfo api/mhash api/posix \ |
15 |
> |
api/pthread api/proc api/libuuid ios net/oscar net/oscar/tools xml, \ |
16 |
|
$(menes)/menes-$(prj)/*.cpp)) |
17 |
|
cxxhdr = $(patsubst %.cpp, %.hpp, ${cxxsrc}) |
18 |
|
cxxobj = $(patsubst %.cpp, object/%.o, ${cxxsrc}) |
23 |
|
CXX := g++34 |
24 |
|
endif |
25 |
|
CXXFLAGS := -g -O0 |
26 |
< |
CPPFLAGS += -DNFINLINE -DNPROFILE -I$(menes) -I/usr/local/include/apache2 |
26 |
> |
CPPFLAGS += -DNFINLINE -DNPROFILE -I$(menes) |
27 |
|
LDFLAGS += -pthread |
28 |
< |
LDLIBS += -lmhash -lpcre -luuid |
28 |
> |
LDLIBS += -lexecinfo -lmhash -lpcre -luuid |
29 |
|
|
30 |
|
all: ${exe} |
31 |
|
|