]> git.saurik.com Git - wxWidgets.git/blob - utils/glcanvas/samples/cube/makefile.unx
old makefiles removed
[wxWidgets.git] / utils / glcanvas / samples / cube / makefile.unx
1 #
2 # File: makefile.unx
3 # Author: Julian Smart
4 # Created: 1998
5 # Updated:
6 # Copyright: (c) 1998 Julian Smart
7 #
8 # "%W% %G%"
9 #
10 # Makefile for cube example (UNIX).
11
12 PROGRAM=cube
13
14 OPENGLHOME=/home/jacs/mesa/Mesa-2.3
15
16 EXTRACPPFLAGS=-I$(OPENGLHOME)/include -I../../motif
17 EXTRALDFLAGS=-L$(OPENGLHOME)/lib
18 EXTRALDLIBS=-lglcanvas_motif -lMesaGL -lMesaGLU
19
20 OBJECTS=$(PROGRAM).o
21
22 include ../../../../src/makeprog.env
23