summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom-at-vmware-dot-com>2009-06-15 11:43:48 +0200
committerThomas Hellstrom <thellstrom-at-vmware-dot-com>2009-06-15 11:43:48 +0200
commitf5888d9ca56ba68c01a4c9f111174650fac943aa (patch)
tree2943286e0edda3342b4439e20c3d960c26096057 /progs/demos/Makefile
parente0eafde746fee546b16205e4a605e28f78e120f9 (diff)
parentcbe5af766eb52516e50d38c379bbde3391f6c0c2 (diff)
Merge branch 'mesa_7_5_branch'
Conflicts: progs/util/extfuncs.h
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r--progs/demos/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index c17595ec79..65fdbaaad8 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -145,6 +145,13 @@ engine.o: engine.c trackball.h
$(APP_CC) -c -I$(INCDIR) $(CFLAGS) engine.c
+fbotexture: fbotexture.o
+ $(APP_CC) $(CFLAGS) $(LDFLAGS) fbotexture.o $(LIBS) -o $@
+
+fbotexture.o: fbotexture.c extfuncs.h
+ $(APP_CC) -c -I$(INCDIR) $(CFLAGS) fbotexture.c
+
+
fslight: fslight.o
$(APP_CC) $(CFLAGS) $(LDFLAGS) fslight.o $(LIBS) -o $@