ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/GNUmakefile
Revision: 344
Committed: 2004-12-15T22:25:57-08:00 (20 years, 6 months ago) by douglas
File size: 616 byte(s)
Log Message:
Yeah!

File Contents

# Content
1 # Feeping Creaturism
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 MENES := menes
8
9 include $(MENES)/setup.mk
10
11 EXEPATH := .
12 MAINS := FeepingCreaturism.cpp
13 LOCALS := *.cpp Matcher $(MENES)/menes-{app,xml}
14 COMPILEFLAGS := -D MENES_STL_CONVERTABLE
15 LINKFLAGS := -l pcre
16
17 include $(MENES)/general.mk
18
19 .PHONY: install
20
21 install: FeepingCreaturism
22 ln -f FeepingCreaturism \
23 $(HOME)/DouglasThrift.net/WWW/data/computers/jargon.cgi
24 ln -f jargon.xsl $(HOME)/DouglasThrift.net/WWW/data/computers
25 touch $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log
26 chmod g+w $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log

Properties

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