aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Mesa3/files/patch-aa
blob: fca00c048a525c38ff8c00e17a426d0ddc17f993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*** Makefile.old	Wed Dec  4 01:51:17 1996
--- Makefile	Wed Dec  4 01:53:57 1996
***************
*** 118,123 ****
--- 118,146 ----
  	cd samples ; $(MAKE) $@
  	cd book ; $(MAKE) $@
  
+ install:
+ 	install -c -m 444 lib/libMesaGL.a ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesaGL.so.13.0 ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesaGLU.a ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesaGLU.so.13.0 ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesaaux.a ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesaaux.so.13.0 ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesatk.a ${X11BASE}/lib
+ 	install -c -m 444 lib/libMesatk.so.13.0 ${X11BASE}/lib
+ 	mkdir -p -m 0775 ${X11BASE}/include/Mesa/GL
+ 	install -c include/glaux.h ${X11BASE}/include/Mesa
+ 	install -c include/gltk.h ${X11BASE}/include/Mesa
+ 	install -c include/GL/gmesa.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/fgl.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/gl.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/glu.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/glx.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/osmesa.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/svgamesa.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/wmesa.h ${X11BASE}/include/Mesa/GL
+ 	install -c include/GL/xmesa.h ${X11BASE}/include/Mesa/GL
+ 	ldconfig -m ${X11BASE}/lib
+ 
  amiga:
  	@echo "See the README.AMIGA file for installation information"
  
--- ./mklib.freebsd.org	Tue Aug 13 19:56:47 1996
+++ ./mklib.freebsd	Mon Dec 16 19:52:10 1996
@@ -6,7 +6,7 @@
 # First argument is name of output library
 # Rest of arguments are object files
 
-VERSION="2.0"
+VERSION="13.0"
 
 LIBRARY=$1
 shift 1