summaryrefslogtreecommitdiff
path: root/progs/samples/Makefile.dja
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-21 09:32:38 -0700
committerEric Anholt <eric@anholt.net>2010-05-21 12:20:39 -0700
commit68fc4b415e322f6744299e39864fbc377c6eff74 (patch)
tree4bafffd8b0105174f3c5c0ae327a005be9145990 /progs/samples/Makefile.dja
parente4f4489e3fc0b36d72821b55794fb843b2b7fa5f (diff)
Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
Diffstat (limited to 'progs/samples/Makefile.dja')
-rw-r--r--progs/samples/Makefile.dja25
1 files changed, 0 insertions, 25 deletions
diff --git a/progs/samples/Makefile.dja b/progs/samples/Makefile.dja
deleted file mode 100644
index b60a11197b..0000000000
--- a/progs/samples/Makefile.dja
+++ /dev/null
@@ -1,25 +0,0 @@
-
-# Makefile for sample programs for MS-DOS with DJGPP and ALLEGRO
-
-
-
-INCDIR = ../include
-LIBDIR = ../lib
-include ../common.dja
-
- _PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth \
- eval fog font line logo nurb oglinfo olympic overlay point \
- prim quad select shape sphere star stencil stretch texture \
- tri wave
-
- PROGS = $(_PROGS:=.exe)
-
-
-default: $(PROGS)
-
-clean:
- del *.
-
-realclean: clean
- del *.exe
-