From: Tim R. <ti...@us...> - 2004-08-05 13:09:24
|
Update of /cvsroot/csdopenglnet/csdOpenGL/Cg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21768/Cg Added Files: Makefile Log Message: Cg binding --- NEW FILE: Makefile --- FILES=csdGLBase.cs csdGL.cs csdGLUBase.cs csdGLUTBase.cs Exceptions.cs GEN=mono ../generator/csdGenerator.exe CC=mcs DEBUG=/d:DEBUG DEBUG= OPTS=$(DEBUG) -lib:/usr/lib/mono/gtk-sharp MCS=$(CC) $(OPTS) PACKAGE=csDragons GAC=gacutil $(GACUTIL_FLAGS) all: csdCgBase.cs cg_8h.xml: ln -sf ../doxygen/cg_xml/cg_8h.xml . csdCgBase.cs: cg_8h.xml $(GEN) cg_8h.xml libcsdGL.so csdCgBase System.Object csdCgBase.cs install: install-gac install-gac: csdGL.dll csdGL_Gtk.dll $(GAC) /i csdGL.dll /f /package $(PACKAGE) $(GAC) /i csdGL_Gtk.dll /f /package $(PACKAGE) uninstall: uninstall-gac uninstall-gac: $(GAC) /u csdGL $(GAC) /u csdGL_Gtk clean: rm -f *.exe rm -f *.dll rm -f csdCgBase.cs .IGNORE: clean .EXPORT_ALL_VARIABLES: .PHONY: clean |