edje: add edje_watch.
authorcedric <cedric>
Tue, 8 May 2012 10:35:57 +0000 (10:35 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 May 2012 10:35:57 +0000 (10:35 +0000)
commit704529c2a4c5a69c07e771c433ec25b49d95a5dc
treebd9df2ce6e6ff0b01969f66063522bcc1494a0b2
parentdff67d387d6606387281197f110c8ba5c656201c
edje: add edje_watch.

edje_watch call edje_cc and monitor all the source file (edc, font
image, sound). If any of them change, it call edje_cc, update its
watching list and so on. edje_watch as the same command line as
edje_cc.
   Still a little bit rought, but it's the beginning of an interesting
experiment.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@70872 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
NEWS
configure.ac
src/bin/Makefile.am
src/bin/edje_cc.c
src/bin/edje_cc.h
src/bin/edje_cc_out.c
src/bin/edje_cc_parse.c
src/bin/edje_watch.c [new file with mode: 0644]
src/bin/epp/cpplib.c
src/bin/epp/cpplib.h