summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-19 15:39:37 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-19 15:39:37 +0000
commit67cc1f6ba6645b7eb231591a6de574eade9511a0 (patch)
tree4d5d3d817d4131a4a2930964ff208770cc0241f3 /progs/demos/Makefile
parentc70dace6942feda07d797feb845782d136097f5c (diff)
move osmesa demos to their own directory
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r--progs/demos/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 75e2f5878c..4bd72d8a5c 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -36,7 +36,6 @@ PROGS = \
morph3d \
multiarb \
occlude \
- osdemo \
paltex \
pixeltex \
pointblast \
@@ -110,20 +109,6 @@ shadowtex: shadowtex.o showbuffer.o
shadowtex.o: shadowtex.c showbuffer.h
$(CC) -c -I$(INCDIR) $(CFLAGS) shadowtex.c
-# special case: need the -lOSMesa library:
-osdemo: osdemo.c
- $(CC) -I$(INCDIR) $(CFLAGS) osdemo.c $(OSMESA_LIBS) -o $@
-
-# another special case: need the -lOSMesa16 library:
-osdemo16: osdemo16.c
- $(CC) -I$(INCDIR) $(CFLAGS) osdemo16.c $(OSMESA16_LIBS) -o $@
-
-# another special case: need the -lOSMesa32 library:
-osdemo32: osdemo32.c
- $(CC) -I$(INCDIR) $(CFLAGS) osdemo32.c $(OSMESA32_LIBS) -o $@
-
-
-
clean:
-rm -f $(PROGS)
-rm -f *.o *~