edje: add edje_watch.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit276cedd076073231ee4526393fa89090a83dda88
treebd9df2ce6e6ff0b01969f66063522bcc1494a0b2
parentdbe0b01a6cdbfc1f7b412870f284048a43a03835
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: svn+ssh://svn.enlightenment.org/var/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