Enlightenment CVS committal Author : raster Project : e17 Module : test
Dir : e17/test/orig/embryo Modified Files: Makefile Log Message: evas test progs moved over to test tree - not all will build and link as i have just gone to simple makefiles due to this only really being used by a small group of people for testing and dev. =================================================================== RCS file: /cvs/e/e17/test/orig/embryo/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile 28 Oct 2006 06:45:56 -0000 1.1 +++ Makefile 28 Oct 2006 08:23:28 -0000 1.2 @@ -6,11 +6,9 @@ embryo_SRCS = embryo_main.c embryo_OBJS = $(embryo_SRCS:.c=.o) - -### link embryo: $(embryo_OBJS) $(RM) $@ - $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $< -o $@ + $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $(embryo_OBJS) -o $@ ############################################################################ #### boilerplate ------------------------------------------------------------------------- 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