ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/GNUmakefile
(Generate patch)

Comparing trunk/GNUmakefile (file contents):
Revision 19 by douglas, 2004-07-11T23:49:09-07:00 vs.
Revision 20 by douglas, 2004-07-16T00:41:53-07:00

# Line 11 | Line 11 | cxxsrc = Zoe.cpp AwayMessage.cpp Buddy.c
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})
# Line 23 | Line 23 | ifeq (FreeBSD,$(shell uname))
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines