7e3a3277b2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1059 a1c6a512-1295-4272-9138-f99709370657
14 lines
246 B
Makefile
14 lines
246 B
Makefile
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
|
|
|
|
SRC := $(wildcard *.t)
|
|
OBJS := $(SRC:%.t=%.shtml)
|
|
|
|
all: $(OBJS)
|
|
|
|
%.html : %.t
|
|
$(ACTION) $<
|
|
|
|
%.shtml : %.t
|
|
$(ACTION) $<
|
|
|
|
index.shtml: index.t nicks.txt
|