summaryrefslogtreecommitdiff
path: root/www/irc/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-28 12:33:11 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-28 12:33:11 +0000
commit55a80b670e43a3fc1798be42b40a96c9027e97e5 (patch)
treedd018a843a068438d6699be3f96d76f9084c75e8 /www/irc/Makefile
parent1cb6d1aefabfaa4650e660e959137f926cae5656 (diff)
downloadrockbox-55a80b670e43a3fc1798be42b40a96c9027e97e5.tar.gz
rockbox-55a80b670e43a3fc1798be42b40a96c9027e97e5.zip
Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@48 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/irc/Makefile')
-rw-r--r--www/irc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile
new file mode 100644
index 0000000000..5ec9d50aa5
--- /dev/null
+++ b/www/irc/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<