moved glTexEnvi calls to better logical locations
[mesa.git] / progs / samples / Makefile.dja
1 # $Id: Makefile.dja,v 1.1 1999/08/19 00:55:41 jtg Exp $
2
3 # Makefile for sample programs for MS-DOS with DJGPP and ALLEGRO
4
5
6
7 INCDIR = ../include
8 LIBDIR = ../lib
9 include ../common.dja
10
11 _PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth \
12 eval fog font line logo nurb oglinfo olympic overlay point \
13 prim quad select shape sphere star stencil stretch texture \
14 tri wave
15
16 PROGS = $(_PROGS:=.exe)
17
18
19 default: $(PROGS)
20
21 clean:
22 del *.
23
24 realclean: clean
25 del *.exe
26