Update of /cvsroot/opentnl/tnl/master
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28088/master
Modified Files:
Makefile
Log Message:
Updated linux master makefile and made Zap build on linux
Index: Makefile
===================================================================
RCS file: /cvsroot/opentnl/tnl/master/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 28 Sep 2004 18:45:23 -0000 1.2
--- Makefile 22 Feb 2005 21:29:39 -0000 1.3
***************
*** 21,27 ****
default: $(OBJECTS_MASTER)
! $(CC) -o master $(OBJECTS_MASTER) ../tnl/libtnl.a ../libtomcrypt/libtomcrypt.a -lstdc++ -lm
clean:
! rm -f $(OBJECTS_MASTER) master
--- 21,27 ----
default: $(OBJECTS_MASTER)
! $(CC) -o ../exe/master $(OBJECTS_MASTER) ../tnl/libtnl.a ../libtomcrypt/libtomcrypt.a -lstdc++ -lm
clean:
! rm -f $(OBJECTS_MASTER) ../exe/master
|