summaryrefslogtreecommitdiff
path: root/progs/xdemos/Makefile.X11
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-02-11 08:00:42 +0000
committerIan Romanick <idr@us.ibm.com>2004-02-11 08:00:42 +0000
commit1d6e08db95cfdcd93f4d33a71894deaf5c593391 (patch)
treeba0121362a8a7fefea659d77554e78704d1b4fd3 /progs/xdemos/Makefile.X11
parentfaaf78aeb0e18c75c9b204a634f296b9c056cf5c (diff)
Added yet another version of gears. This one uses fbconfigs, and is a
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
Diffstat (limited to 'progs/xdemos/Makefile.X11')
-rw-r--r--progs/xdemos/Makefile.X115
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11
index 53436b2cdc..4bb37a0a02 100644
--- a/progs/xdemos/Makefile.X11
+++ b/progs/xdemos/Makefile.X11
@@ -55,6 +55,11 @@ pbdemo.o: pbdemo.c pbutil.h
pbutil.o: pbutil.c pbutil.h
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) pbutil.c
+glxgears_fbconfig.o: glxgears_fbconfig.c pbutil.h
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) glxgears_fbconfig.c
+
+glxgears_fbconfig: glxgears_fbconfig.o pbutil.o
+ $(CC) glxgears_fbconfig.o pbutil.o $(LIBS) -o $@
xrotfontdemo: xrotfontdemo.o xuserotfont.o
$(CC) xrotfontdemo.o xuserotfont.o $(LIBS) -o $@