Update of /cvsroot/csdopenglnet/tutorials
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29176
Modified Files:
INSTALL Makefile
Log Message:
adaption to new structure
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/tutorials/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 15 Jul 2004 17:35:46 -0000 1.4
--- Makefile 11 Sep 2004 09:48:32 -0000 1.5
***************
*** 1,2 ****
--- 1,5 ----
+ GLUT=1
+ GTK=1
+
all:
$(MAKE) -C lesson01
***************
*** 6,17 ****
$(MAKE) -C lesson05
- run:
- $(MAKE) -C lesson01 run
- $(MAKE) -C lesson02 run
- $(MAKE) -C lesson03 run
- $(MAKE) -C lesson04 run
- $(MAKE) -C lesson05 run
-
-
clean:
$(MAKE) -C lesson01 clean
--- 9,12 ----
Index: INSTALL
===================================================================
RCS file: /cvsroot/csdopenglnet/tutorials/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** INSTALL 13 Jul 2004 22:23:48 -0000 1.1
--- INSTALL 11 Sep 2004 09:48:32 -0000 1.2
***************
*** 9,12 ****
* Install *
***********
! #> make
! #> make run this executes example after example; exit example with [Esc]
\ No newline at end of file
--- 9,16 ----
* Install *
***********
! #> make <<OPTS>>
!
!
! There are a few flags (0=off, 1=on) to control the compile process.
! GLUT [1]: builds GLUT demos if available
! GTK [1]: builds Gtk# demos if available
|