summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-03 15:35:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-03 15:35:00 +0000
commit81ca616e7e84768cf91234e4132df9d737b98d94 (patch)
tree7804a3d7c4de1a162bc7cd478a68e9fe88431159 /Makefile
parent6563c16e381c2302ef8f76d78f8283e68aa3eb07 (diff)
DirectFB driver (Claudio Ciccani)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 495ebbbdcb..52d82b34b1 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,11 @@ realclean:
install:
@echo "Installing"
- $(TOP)/bin/installmesa
+ $(TOP)/bin/installmesa
+
+# DirectFBGL module installation
+linux-directfb-install:
+ cd src/mesa/drivers/directfb && $(MAKE) install
# If there's no current configuration file
$(TOP)/configs/current:
@@ -78,6 +82,7 @@ linux \
linux-alpha \
linux-alpha-static \
linux-debug \
+linux-directfb \
linux-dri \
linux-dri-x86 \
linux-dri-x86-64 \
@@ -201,6 +206,8 @@ LIB_FILES = \
$(DIRECTORY)/src/mesa/drivers/beos/Makefile \
$(DIRECTORY)/src/mesa/drivers/common/*.[ch] \
$(DIRECTORY)/src/mesa/drivers/common/descrip.mms \
+ $(DIRECTORY)/src/mesa/drivers/directfb/*.[ch] \
+ $(DIRECTORY)/src/mesa/drivers/directfb/Makefile \
$(DIRECTORY)/src/mesa/drivers/dos/*.[chS] \
$(DIRECTORY)/src/mesa/drivers/dri/common/*.[ch] \
$(DIRECTORY)/src/mesa/drivers/fbdev/glfbdev.c \