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