ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/GNUmakefile
Revision: 58
Committed: 2004-09-12T15:18:25-07:00 (20 years, 9 months ago) by douglas
File size: 288 byte(s)
Log Message:
I can finally commit again!

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 LINKLIB := mysqlclient_r pcre pq
11
12 include $(MENES)/general.mk
13
14 .PHONY: install
15
16 install: $(EXEPATH)
17 ln -f $< $(HOME)/bin

Properties

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