summaryrefslogtreecommitdiff
path: root/www/schematics/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-27 11:21:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-27 11:21:50 +0000
commitd6023a7adee17628e0ec4bad02e10199c1165bdb (patch)
treeff133f4507b5c388094401093c224fff22215395 /www/schematics/Makefile
parente8c6b2052b11d85b8836a0c07e493b9562dd11eb (diff)
downloadrockbox-d6023a7adee17628e0ec4bad02e10199c1165bdb.tar.gz
rockbox-d6023a7adee17628e0ec4bad02e10199c1165bdb.zip
Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@34 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/schematics/Makefile')
-rw-r--r--www/schematics/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/schematics/Makefile b/www/schematics/Makefile
new file mode 100644
index 0000000000..5ec9d50aa5
--- /dev/null
+++ b/www/schematics/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) $<