ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/GNUmakefile
Revision: 65
Committed: 2004-09-24T04:04:59-07:00 (20 years, 8 months ago) by douglas
File size: 365 byte(s)
Log Message:
Added menes-enc to GNUmakefile.

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,enc,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