X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=9cdbe32288d484cee5182cecb55cdaeb96daf208;hb=98c791b543c4ba86b8bb54488bd872b33b10b1aa;hp=adaf03c3b962de73dd804549c84d92135a2d8ece;hpb=bcf4ae7816bcb4c9f7f39c9a8117c1ad440564e9;p=mesa.git diff --git a/Makefile b/Makefile index adaf03c3b96..9cdbe32288d 100644 --- a/Makefile +++ b/Makefile @@ -55,11 +55,14 @@ $(TOP)/configs/current: # Rules to set/install a specific build configuration aix \ aix-64 \ +aix-64-static \ aix-gcc \ aix-static \ beos \ darwin \ darwin-static \ +darwin-static-x86ppc \ +darwin-x86ppc \ freebsd \ freebsd-dri \ freebsd-dri-amd64 \ @@ -72,6 +75,8 @@ hpux11-32-static \ hpux11-32-static-nothreads \ hpux11-64 \ hpux11-64-static \ +hpux11-ia64 \ +hpux11-ia64-static \ hpux9 \ hpux9-gcc \ irix6-64 \ @@ -89,9 +94,12 @@ linux-dri \ linux-dri-x86 \ linux-dri-x86-64 \ linux-dri-ppc \ +linux-dri-xcb \ linux-indirect \ linux-fbdev \ linux-glide \ +linux-ia64-icc \ +linux-ia64-icc-static \ linux-icc \ linux-icc-static \ linux-osmesa16 \ @@ -113,20 +121,26 @@ linux-x86-32 \ linux-x86-64 \ linux-x86-64-debug \ linux-x86-64-static \ -linux-x86-xcb \ linux-x86-glide \ linux-x86-static \ netbsd \ openbsd \ osf1 \ +osf1-static \ solaris-x86 \ solaris-x86-gcc \ +solaris-x86-gcc-static \ sunos4 \ sunos4-gcc \ sunos4-static \ sunos5 \ sunos5-gcc \ +sunos5-64-gcc \ sunos5-smp \ +sunos5-v8 \ +sunos5-v8-static \ +sunos5-v9 \ +sunos5-v9-static \ ultrix-gcc: (cd configs && rm -f current && ln -s $@ current) $(MAKE) default @@ -134,10 +148,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-6.5 -LIB_NAME = MesaLib-6.5 -DEMO_NAME = MesaDemos-6.5 -GLUT_NAME = MesaGLUT-6.5 +DIRECTORY = Mesa-6.5.1 +LIB_NAME = MesaLib-6.5.1 +DEMO_NAME = MesaDemos-6.5.1 +GLUT_NAME = MesaGLUT-6.5.1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ @@ -166,6 +180,7 @@ MAIN_FILES = \ $(DIRECTORY)/include/GL/glx.h \ $(DIRECTORY)/include/GL/glxext.h \ $(DIRECTORY)/include/GL/glx_mangle.h \ + $(DIRECTORY)/include/GL/glfbdev.h \ $(DIRECTORY)/include/GL/mesa_wgl.h \ $(DIRECTORY)/include/GL/mglmesa.h \ $(DIRECTORY)/include/GL/osmesa.h \ @@ -269,7 +284,6 @@ DRI_FILES = \ $(DIRECTORY)/src/mesa/drivers/dri/Makefile.template \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.[ch] \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po \ - $(DIRECTORY)/src/mesa/drivers/dri/dri_client/imports/*.h \ $(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS] \ $(DIRECTORY)/src/mesa/drivers/dri/*/Makefile \ $(DIRECTORY)/src/mesa/drivers/dri/*/Doxyfile \