[Netadm-devel] gwc/gwclib Makefile,1.3,1.4
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-04-23 06:50:50
|
Update of /cvsroot/netadm/gwc/gwclib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22116 Modified Files: Makefile Log Message: MOD: ADD: add syscrypto.o in Makefile MOD: change the name of library from libsys.a to libnetadm.a Index: Makefile =================================================================== RCS file: /cvsroot/netadm/gwc/gwclib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 6 Apr 2006 15:12:05 -0000 1.3 --- Makefile 23 Apr 2006 06:50:46 -0000 1.4 *************** *** 23,32 **** systime.o \ naufilter.o \ ! regexp.o ! all: libsys.a ! libsys.a: $(SYSOBJS) rm -rf $@ ar -cr $@ $(SYSOBJS) --- 23,33 ---- systime.o \ naufilter.o \ ! regexp.o \ ! syscrypto.o ! all: libnetadm.a ! libnetadm.a: $(SYSOBJS) rm -rf $@ ar -cr $@ $(SYSOBJS) |