Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        Makefile.am 


Log Message:
Makefile.am cleanup and generic edj compile in makefile.am.

===================================================================
RCS file: /cvs/e/e_modules/cpu/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 10 Jul 2006 15:07:50 -0000      1.7
+++ Makefile.am 14 Jul 2006 19:13:39 -0000      1.8
@@ -7,21 +7,22 @@
 -id $(top_srcdir) \
 -fd $(top_srcdir)
 
+files_DATA = \
+module_icon.png \
+module.eap \
+cpu.edj
+
 EXTRA_DIST = $(files_DATA) \
 cpu.edc \
 VeraMono.ttf \
 cpu.png \
 module.eap \
-e_modules-cpu.spec e_modules-cpu.spec.in 
+e_modules-cpu.spec \
+e_modules-cpu.spec.in 
 
 # data files for the module
 filesdir = $(datadir)
 
-files_DATA = \
-module_icon.png \
-module.eap \
-cpu.edj
-
 # the module .so file
 INCLUDES = -I. \
         -I$(top_srcdir) \
@@ -39,10 +40,8 @@
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 
-cpu.edj: Makefile cpu.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/cpu.edc \
-        $(top_builddir)/cpu.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

Reply via email to