5de00e015d7b00ba8afb07520a57b547220742da
[rrq/hourglass.git] / manager / Makefile
1 # Use packnl to pack all scripts and templates into an embedded binary
2
3 TMPL = $(wildcard tmpl/*)
4 MAIN = basic_login.lsp
5 LSP = $(filter-out $(MAIN),$(wildcard *.lsp))
6 OTHER = www/hourglass.css www/images/hourglass.png
7
8 LSP += siteconfig.lsp
9 .INTERMEDIATE: siteconfig.lsp
10 siteconfig.lsp: ../siteconfig.lsp
11         cp $< $@
12
13 hourglass-web: $(MAIN) $(LSP) $(TMPL) $(OTHER)
14         packnl -w $@ $^