Enlightenment CVS committal Author : raster Project : e17 Module : test
Dir : e17/test/orig/eet 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/eet/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile 28 Oct 2006 06:32:44 -0000 1.1 +++ Makefile 28 Oct 2006 08:23:28 -0000 1.2 @@ -6,17 +6,15 @@ eet_SRCS = eet_main.c eet_OBJS = $(eet_SRCS:.c=.o) -eet_bench_SRCS = eet_bench_main.c -eet_bench_OBJS = $(eet_bench_SRCS:.c=.o) - -### link eet: $(eet_OBJS) $(RM) $@ - $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $< -o $@ + $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $(eet_OBJS) -o $@ +eet_bench_SRCS = eet_bench_main.c +eet_bench_OBJS = $(eet_bench_SRCS:.c=.o) eet_bench: $(eet_bench_OBJS) $(RM) $@ - $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $< -o $@ + $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $(eet_bench_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