ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/GNUmakefile
Revision: 62
Committed: 2004-09-16T17:14:13-07:00 (20 years, 9 months ago) by douglas
File size: 304 byte(s)
Log Message:
Meep!

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
13 include $(MENES)/general.mk
14
15 .PHONY: install
16
17 install: $(EXEPATH)
18 ln -f $< $(HOME)/bin

Properties

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