ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/GNUmakefile
Revision: 63
Committed: 2004-09-17T16:35:17-07:00 (20 years, 9 months ago) by douglas
File size: 361 byte(s)
Log Message:
Applied Jay's patch, and unapplied its ext::String ordering part.

File Contents

# Content
1 # Zoe AIM Away Message RSS Feed Generator
2 #
3 # Seth King and Douglas Thrift
4 #
5 # $Id$
6
7 MENES := menes
8 EXEPATH := zoe
9 LOCALS := *.cpp $(MENES)/menes-{dbi,net/oscar,xml}
10 LIBRARY := uuid
11 LINKLIB := mysqlclient_r pcre pq
12 DEFINES := MENES_STL_{COMPATIBLE,CONVERTABLE,STREAMABLE}
13
14 include $(MENES)/general.mk
15
16 .PHONY: install
17
18 install: $(EXEPATH)
19 ln -f $< $(HOME)/bin

Properties

Name Value
svn:eol-style native
svn:keywords Id