Enlightenment CVS committal Author : devilhorns Project : e_modules Module : weather
Dir : e_modules/weather Modified Files: Makefile.am Log Message: Proper install for weather module: Do not install edc by default, just edj. Generic edc compile in Makefile.am. =================================================================== RCS file: /cvs/e/e_modules/weather/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- Makefile.am 10 Jul 2006 15:20:24 -0000 1.9 +++ Makefile.am 14 Jul 2006 19:10:03 -0000 1.10 @@ -13,12 +13,13 @@ files_DATA = \ module_icon.png \ module.eap \ -weather.edj \ -weather.edc \ -fonts/VeraBd.ttf \ -fonts/vera.ttf +weather.edj -EXTRA_DIST = $(files_DATA) e_modules-weather.spec +EXTRA_DIST = $(files_DATA) \ + e_modules-weather.spec \ + weather.edc \ + fonts/VeraBd.ttf \ + fonts/vera.ttf # the module .so file INCLUDES = -I. \ @@ -36,10 +37,8 @@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h -weather.edj: Makefile weather.edc - $(EDJE_CC) $(EDJE_FLAGS) \ - $(top_srcdir)/weather.edc \ - $(top_builddir)/weather.edj +%.edj: %.edc + $(EDJE_CC) $(EDJE_FLAGS) $< $@ clean-local: rm -rf *.edj *~ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs