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 |
14 |
NAMESPACES += app xml |
15 |
COMPILEFLAGS += -D MENES_STL_CONVERTABLE |
16 |
LINKFLAGS += -l pcre |
17 |
|
18 |
include $(MENES)/general.mk |
19 |
|
20 |
.PHONY: install |
21 |
|
22 |
install: FeepingCreaturism |
23 |
ln -f FeepingCreaturism \ |
24 |
$(HOME)/DouglasThrift.net/WWW/data/computers/jargon.cgi |
25 |
ln -f jargon.xsl $(HOME)/DouglasThrift.net/WWW/data/computers |
26 |
touch $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log |
27 |
chmod g+w $(HOME)/DouglasThrift.net/WWW/data/computers/{Error,Memory}.log |