2010-06-21 14:00:05 -07:00
|
|
|
compile: expand
|
|
|
|
./priv/jsx_compile.escript\
|
|
|
|
src/jsx\
|
|
|
|
src/jsx_utf8\
|
|
|
|
src/jsx_utf16\
|
|
|
|
src/jsx_utf16le\
|
|
|
|
src/jsx_utf32\
|
|
|
|
src/jsx_utf32le
|
|
|
|
|
2010-06-21 23:06:55 -07:00
|
|
|
debug: expand
|
|
|
|
./priv/jsx_compile.escript -d\
|
|
|
|
src/jsx\
|
|
|
|
src/jsx_utf8\
|
|
|
|
src/jsx_utf16\
|
|
|
|
src/jsx_utf16le\
|
|
|
|
src/jsx_utf32\
|
|
|
|
src/jsx_utf32le
|
|
|
|
|
2010-06-21 14:00:05 -07:00
|
|
|
expand:
|
|
|
|
./priv/jsx_expand.escript utf8 utf16 utf16le utf32 utf32le
|
2010-06-07 17:21:04 -07:00
|
|
|
|
2010-06-07 17:58:44 -07:00
|
|
|
test: compile
|
2010-06-21 14:00:05 -07:00
|
|
|
./priv/jsx_test.escript test/cases
|
2010-06-28 17:12:45 -07:00
|
|
|
|
|
|
|
prove:
|
|
|
|
prove ./priv/jsx_test.escript
|
2010-06-07 17:21:04 -07:00
|
|
|
|
|
|
|
examples: force
|
2010-06-28 17:12:45 -07:00
|
|
|
./priv/jsx_compile.escript\
|
|
|
|
examples/jsx_eep0018
|
2010-06-07 17:21:04 -07:00
|
|
|
|
|
|
|
clean:
|
2010-06-21 14:00:05 -07:00
|
|
|
./priv/jsx_clean.escript
|
2010-06-07 17:21:04 -07:00
|
|
|
|
2010-06-07 17:55:13 -07:00
|
|
|
install: clean compile
|
2010-06-21 14:00:05 -07:00
|
|
|
./priv/jsx_install.escript
|
2010-06-07 17:55:13 -07:00
|
|
|
|
2010-06-07 17:21:04 -07:00
|
|
|
force:
|