]> git.saurik.com Git - wxWidgets.git/blame - utils/glcanvas/motif/makefile.unx
untested changes...
[wxWidgets.git] / utils / glcanvas / motif / makefile.unx
CommitLineData
06ad8636
JS
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julia`n Smart
7#
8# "%W% %G%"
9#
10# Makefile for wxGLCanvas (Unix)
11
12LIBTARGET=$(WXWIN)/lib/libglcanvas
13OPENGLHOME=/home/jacs/mesa/Mesa-2.3
14
15EXTRACPPFLAGS=-I$(OPENGLHOME)/include
16
17OBJECTS=glcanvas.o
18
19include ../../../src/makelib.env
20