summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-09-24 21:21:15 +0000
committerDavid Nusinow <dnusinow@debian.org>2006-09-24 21:21:15 +0000
commit387acaac6925e42f47031f26360e33a3f30e7312 (patch)
treea4218beb5aa67b58a74299d899dab9f2f44f971e /Makefile
parent952b775dbe0fb434310808058d96931b832050da (diff)
* New upstream version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9cdbe32288d..2fd8d35af9b 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,9 @@ realclean:
install:
- @echo "Installing"
- $(TOP)/bin/installmesa $(DESTDIR)
+ @for dir in $(SUBDIRS) ; do \
+ (cd $$dir ; $(MAKE) install) || exit 1 ; \
+ done
# DirectFBGL module installation
linux-directfb-install:
@@ -102,6 +103,7 @@ linux-ia64-icc \
linux-ia64-icc-static \
linux-icc \
linux-icc-static \
+linux-osmesa \
linux-osmesa16 \
linux-osmesa16-static \
linux-osmesa32 \
@@ -142,6 +144,10 @@ sunos5-v8-static \
sunos5-v9 \
sunos5-v9-static \
ultrix-gcc:
+ @ if [ -e configs/current ] ; then \
+ echo "Please run 'make realclean' before changing configs" ; \
+ exit 1 ; \
+ fi
(cd configs && rm -f current && ln -s $@ current)
$(MAKE) default
@@ -158,13 +164,11 @@ MAIN_FILES = \
$(DIRECTORY)/descrip.mms \
$(DIRECTORY)/mms-config. \
$(DIRECTORY)/bin/mklib \
- $(DIRECTORY)/bin/installmesa \
$(DIRECTORY)/configs/[a-z]* \
$(DIRECTORY)/docs/*.html \
$(DIRECTORY)/docs/COPYING \
$(DIRECTORY)/docs/README.* \
$(DIRECTORY)/docs/RELNOTES* \
- $(DIRECTORY)/docs/VERSIONS \
$(DIRECTORY)/docs/*.spec \
$(DIRECTORY)/include/GL/internal/glcore.h \
$(DIRECTORY)/include/GL/amesa.h \
@@ -374,11 +378,15 @@ GLUT_FILES = \
$(DIRECTORY)/src/glut/dos/PC_HW/*.[chS] \
$(DIRECTORY)/src/glut/ggi/*.[ch] \
$(DIRECTORY)/src/glut/ggi/Makefile \
+ $(DIRECTORY)/src/glut/fbdev/Makefile \
+ $(DIRECTORY)/src/glut/fbdev/*[ch] \
+ $(DIRECTORY)/src/glut/mini/*[ch] \
$(DIRECTORY)/windows/VC6/progs/glut/glut.dsp \
$(DIRECTORY)/windows/VC7/progs/glut/glut.vcproj
DEPEND_FILES = \
$(TOP)/src/mesa/depend \
+ $(TOP)/src/glx/x11/depend \
$(TOP)/src/glw/depend \
$(TOP)/src/glut/glx/depend \
$(TOP)/src/glu/sgi/depend