From: Tim R. <ti...@us...> - 2004-07-17 17:21:29
|
Update of /cvsroot/csdopenglnet/csdOpenGL/cbonding In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28921/cbonding Modified Files: Makefile Log Message: modified Makefile to work with gac flags - i hope correct Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/cbonding/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 13 Jul 2004 19:04:33 -0000 1.2 --- Makefile 17 Jul 2004 17:21:20 -0000 1.3 *************** *** 25,33 **** install: ! mkdir -p /usr/lib ! cp libcsdGL.so /usr/lib uninstall: ! rm /usr/lib/libcsdGL.so clean: --- 25,33 ---- install: ! mkdir -p $(DEST)/usr/lib ! cp libcsdGL.so $(DEST)/usr/lib uninstall: ! rm $(DEST)/usr/lib/libcsdGL.so clean: |