Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples;
[wxWidgets.git] / utils / glcanvas / motif / makefile.unx
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
12 LIBTARGET=$(WXWIN)/lib/libglcanvas
13 OPENGLHOME=/home/jacs/mesa/Mesa-2.3
14
15 EXTRACPPFLAGS=-I$(OPENGLHOME)/include
16
17 OBJECTS=glcanvas.o
18
19 include ../../../src/makelib.env
20