]> git.saurik.com Git - wxWidgets.git/blame - utils/glcanvas/samples/cube/makefile.unx
added wxJPEGHandler
[wxWidgets.git] / utils / glcanvas / samples / cube / makefile.unx
CommitLineData
f9941f4c
JS
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 -I../../motif
17EXTRALDFLAGS=-L$(OPENGLHOME)/lib
18EXTRALDLIBS=-lglcanvas_motif -lMesaGL -lMesaGLU
19
20OBJECTS=$(PROGRAM).o
21
22include ../../../../src/makeprog.env
23