]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/cube/makefile.unx
get opengl samples going again
[wxWidgets.git] / samples / opengl / cube / makefile.unx
... / ...
CommitLineData
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
12PROGRAM=cube
13
14OPENGLHOME=/home/jacs/mesa/Mesa-2.3
15
16EXTRACPPFLAGS=-I$(OPENGLHOME)/include
17EXTRALDFLAGS=-L$(OPENGLHOME)/lib
18EXTRALDLIBS=-lMesaGL -lMesaGLU
19
20OBJECTS=$(PROGRAM).o
21
22include ../../../src/makeprog.env
23