open-src/common/Makefile.init
changeset 967 efbd0ee6805d
parent 965 c096efd79ce7
child 970 272328fe1b4a
equal deleted inserted replaced
966:f9a3c33706b9 967:efbd0ee6805d
   217 
   217 
   218 
   218 
   219 ### Directory paths
   219 ### Directory paths
   220 
   220 
   221 # Proto directory to install into for packaging
   221 # Proto directory to install into for packaging
   222 PROTODIR=$(TOP)/../proto-$(ARCH)-svr4
   222 PROTODIR=$(TOP)/proto-$(ARCH)-svr4
   223 
   223 
   224 X11_DIR=/usr
   224 X11_DIR=/usr
   225 X11_BIN_DIR=$(X11_DIR)/bin
   225 X11_BIN_DIR=$(X11_DIR)/bin
   226 X11_LIB_DIR=$(X11_DIR)/lib
   226 X11_LIB_DIR=$(X11_DIR)/lib
   227 X11_INCLUDES_DIR=$(X11_DIR)/include
   227 X11_INCLUDES_DIR=$(X11_DIR)/include
   267 LICENSE_DEST = $(PROTODIR)/licenses
   267 LICENSE_DEST = $(PROTODIR)/licenses
   268 
   268 
   269 ### Other tools needed to build
   269 ### Other tools needed to build
   270 
   270 
   271 # Script used to install files in proto area
   271 # Script used to install files in proto area
   272 INSTALL_SCRIPT=$(TOP)/common/install-sh -c
   272 INSTALL_SCRIPT=$(TOP)/open-src/common/install-sh -c
   273 
   273 
   274 # Some modules (such as FreeType 2) require GNU make
   274 # Some modules (such as FreeType 2) require GNU make
   275 GNUMAKE = gmake
   275 GNUMAKE = gmake
   276 
   276 
   277 # Some modules use lndir to merge in sources from Sun specific directories
   277 # Some modules use lndir to merge in sources from Sun specific directories
   296 # Other tools used during build
   296 # Other tools used during build
   297 PERL = /usr/perl5/bin/perl
   297 PERL = /usr/perl5/bin/perl
   298 
   298 
   299 ### Sources, in-tree and upstream
   299 ### Sources, in-tree and upstream
   300 
   300 
   301 TARBALLDIR=$(TOP)/tarballs
   301 TARBALLDIR=$(TOP)/open-src/tarballs
   302 WGET=/usr/sfw/bin/wget --no-check-certificate
   302 WGET=/usr/sfw/bin/wget --no-check-certificate
   303 GIT=git
   303 GIT=git
   304 
   304 
   305 # If you need to use a closer mirror for X.Org or SourceForge, change these
   305 # If you need to use a closer mirror for X.Org or SourceForge, change these
   306 XORG_RELEASES_URL=http://xorg.freedesktop.org/releases/individual
   306 XORG_RELEASES_URL=http://xorg.freedesktop.org/releases/individual