open-src/xserver/xvnc/Makefile
changeset 527 9765e161a086
parent 520 8214a177e770
child 590 923763de5bba
equal deleted inserted replaced
526:86cc0954813f 527:9765e161a086
    29 # Except as contained in this notice, the name of a copyright holder
    29 # Except as contained in this notice, the name of a copyright holder
    30 # shall not be used in advertising or otherwise to promote the sale, use
    30 # shall not be used in advertising or otherwise to promote the sale, use
    31 # or other dealings in this Software without prior written authorization
    31 # or other dealings in this Software without prior written authorization
    32 # of the copyright holder.
    32 # of the copyright holder.
    33 #
    33 #
    34 # @(#)Makefile	1.12	08/08/28
    34 # @(#)Makefile	1.13 08/09/05
    35 #
    35 #
    36 
    36 
    37 # Package name used in tarballs
    37 # Package name used in tarballs
    38 MODULE_NAME=vnc
    38 MODULE_NAME=vnc
    39 
    39 
   116 		fi ; \
   116 		fi ; \
   117 	    done ; \
   117 	    done ; \
   118 	fi
   118 	fi
   119 	mv $(XORG_SOURCE_DIR) $(XORG_BUILD_DIR)
   119 	mv $(XORG_SOURCE_DIR) $(XORG_BUILD_DIR)
   120 	(cd $(XORG_BUILD_DIR) && $(LNDIR) ../../../../../xorg/sun-src)
   120 	(cd $(XORG_BUILD_DIR) && $(LNDIR) ../../../../../xorg/sun-src)
       
   121 	(mkdir -p $(XORG_BUILD_DIR)/GL/mesa/vbo)
       
   122 	(cp ../xorg/sun-src/mesa/Makefile.am $(XORG_BUILD_DIR)/GL/mesa/vbo)
   121 
   123 
   122 
   124 
   123 include ../Makefile.inc
   125 include ../Makefile.inc
   124 
   126 
   125 # Merge in additional sources from Xorg tarball & sun-src directory
   127 # Merge in additional sources from Xorg tarball & sun-src directory