ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/GNUmakefile
Revision: 262
Committed: 2004-10-07T22:34:15-07:00 (20 years, 8 months ago) by Douglas Thrift
File size: 567 byte(s)
Log Message:
Oops!

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 INCLUDES := $(HOME)/SourceForge.net/pstreams
11 LINKLIB := pcre
12 DEFINES := MENES_STL_{COMPATIBLE,CONVERTABLE,STREAMABLE}
13
14 include $(MENES)/general.mk
15
16 .PHONY: install
17
18 install: $(EXEPATH)
19 ln -f $(EXEPATH) $(HOME)/DouglasThrift.net/WWW/data/computers
20 ln -f jargon.xsl $(HOME)/DouglasThrift.net/WWW/data/computers
21 touch $(HOME)/DouglasThrift.net/WWW/data/computers/{,Error}.log
22 chmod g+w $(HOME)/DouglasThrift.net/WWW/data/computers/{,Error}.log

Properties

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