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 68 by douglas, 2004-09-24T04:04:59-07:00 vs.
Revision 69 by douglas, 2004-12-15T16:14:13-08:00

# Line 5 | Line 5
5   # $Id$
6  
7   MENES := menes
8 < EXEPATH := zoe
9 < LOCALS := *.cpp $(MENES)/menes-{dbi,enc,net/oscar,xml}
8 >
9 > include $(MENES)/setup.mk
10 >
11 > EXEPATH := .
12 > MAINS := Zoe.cpp
13 > LOCALS := *.cpp Matcher $(MENES)/menes-{app,dbi,enc,net/oscar,xml}
14   LIBRARY := uuid
15 < LINKLIB := mysqlclient_r pcre pq
16 < DEFINES := MENES_STL_{COMPATIBLE,CONVERTABLE,STREAMABLE}
15 > COMPILEFLAGS := -D MENES_STL_CONVERTABLE
16 > LINKFLAGS := -l mysqlclient_r -l pcre -l pq
17  
18   include $(MENES)/general.mk
19  
20   .PHONY: install
21  
22 < install: $(EXEPATH)
23 <        ln -f $< $(HOME)/bin
22 > install: Zoe
23 >        ln -f $< $(HOME)/bin/zoe

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines