File: makefile

package info (click to toggle)
freej 0.10git20080824-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,504 kB
  • ctags: 19,398
  • sloc: ansic: 135,255; cpp: 32,550; sh: 9,318; perl: 2,932; asm: 2,355; yacc: 1,178; makefile: 1,119; java: 136; lex: 94; python: 16
file content (15 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# type make and this makefile will generate the html documentation

all:
	./jsdoc.pl -d html --project-name "<a href="http://freej.dyne.org">FreeJ</a> scripting" --logo "../ipernav-small.png" --page-footer "`cat footer.html`" \
	FreejScripting.js \
	Layer.js \
	GeometryLayer.js \
	Controller.js \
	VideoEncoder.js \
	AudioCollector.js \
	GoomLayer.js \
	cp -a images html

clean:
	rm -rf html