home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-04-07 | 627 b | 41 lines |
- #
- # $Id: makefile.68k,v 1.1.1.1 2000/04/07 19:44:48 tfrieden Exp $
- #
- # $Date: 2000/04/07 19:44:48 $
- # $Revision: 1.1.1.1 $
- #
- # (C) 1999 by Hyperion
- # All rights reserved
- #
- # This file is part of the MiniGL library project
- # See the file Licence.txt for more details
- #
- #
- .PHONY: GLTest2 demos
- all:
- $(MAKE) -C Build all
-
- all.ppc:
- $(MAKE) -C Build.ppc all
-
- mgl:
- $(MAKE) -C Build lib
- cp include/mgl/*.h /usr/local/include/mgl
- cp lib/libmgl.a /usr/local/lib
-
- clean:
- $(MAKE) -C Build clean
-
- clean.ppc:
- $(MAKE) -C Build.ppc clean
-
-
- test:
- mungfriend clear trace
- ./bounce >ram:yyy
- mungfriend write ram:xxx
- mungfriend info
-
-
-
-