Enlightenment CVS committal Author : andreas Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/data Modified Files: Makefile.am Added Files: esmart_text_entry_test.edc Log Message: - added test for esmart_text_entry - added EDC file for esmart_text_entry -> not perfect, but good enough for a test (If you are a good EDC creator fix it.) - fixed some config.h stuff - added configure check for edje_cc =================================================================== RCS file: /cvs/e/e17/libs/esmart/data/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- Makefile.am 5 May 2004 05:56:59 -0000 1.1.1.1 +++ Makefile.am 10 Jul 2007 17:33:54 -0000 1.2 @@ -1,2 +1,21 @@ -SUBDIRS = images +MAINTAINERCLEANFILES = Makefile.in + +EDJE_CC = @edje_cc@ +EDJE_FLAGS = \ + -v \ + -id $(top_srcdir)/data/images \ + -fd $(top_srcdir)/data/fonts \ + @EDJE_DEF@ + +filesdir = $(pkgdatadir) +files_DATA = esmart_text_entry_test.edj + +EXTRA_DIST = esmart_text_entry_test.edc + +esmart_text_entry_test.edj: Makefile esmart_text_entry_test.edc + $(EDJE_CC) $(EDJE_FLAGS) \ + $(top_srcdir)/data/esmart_text_entry_test.edc + +clean-local: + rm -f *.edj ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs