ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/GNUmakefile
Revision: 256
Committed: 2004-09-17T16:37:49-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 467 byte(s)
Log Message:
Applied Jay's patch.

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

Properties

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