Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.dja 519B

1234567891011121314151617181920212223242526
  1. # $Id: Makefile.dja,v 1.1 1999/08/19 00:55:41 jtg Exp $
  2. # Makefile for sample programs for MS-DOS with DJGPP and ALLEGRO
  3. INCDIR = ../include
  4. LIBDIR = ../lib
  5. include ../common.dja
  6. _PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth \
  7. eval fog font line logo nurb oglinfo olympic overlay point \
  8. prim quad select shape sphere star stencil stretch texture \
  9. tri wave
  10. PROGS = $(_PROGS:=.exe)
  11. default: $(PROGS)
  12. clean:
  13. del *.
  14. realclean: clean
  15. del *.exe