Update of /cvsroot/csdopenglnet/csdOpenGL/platform
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30177/platform
Modified Files:
Makefile
Log Message:
new build system
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/platform/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 11 Sep 2004 09:16:24 -0000 1.2
--- Makefile 20 Oct 2004 09:12:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ include ../scripts/Makefile.Init
+
all:
ifeq ($(MONO),1)
***************
*** 25,36 ****
clean:
$(MAKE) -C mono clean
! $(MAKE) -C windows clean
!
! .IGNORE:
! clean
!
! .EXPORT_ALL_VARIABLES:
!
! .PHONY:
! clean
!
--- 27,29 ----
clean:
$(MAKE) -C mono clean
! $(MAKE) -C windows clean
\ No newline at end of file
|