ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/GNUmakefile
Revision: 265
Committed: 2004-10-27T01:50:34-07:00 (20 years, 7 months ago) by Douglas Thrift
File size: 523 byte(s)
Log Message:
No more pstreams, we have api::Process, fts functions weren't working so just
piped in find.

File Contents

# Content
1 # Feeping Creaturism
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 MENES := menes
8 EXEPATH := jargon.cgi
9 LOCALS := *.cpp $(MENES)/menes-xml
10 LINKLIB := pcre
11 DEFINES := MENES_STL_{COMPATIBLE,CONVERTABLE}
12
13 include $(MENES)/general.mk
14
15 .PHONY: install
16
17 install: $(EXEPATH)
18 ln -f $(EXEPATH) $(HOME)/DouglasThrift.net/WWW/data/computers
19 ln -f jargon.xsl $(HOME)/DouglasThrift.net/WWW/data/computers
20 touch $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log
21 chmod g+w $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log

Properties

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