Makefile.inc revision 1097
561N/A# -*- Makefile -*- rules common to all xserver build trees 1356N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. 561N/A# Permission is hereby granted, free of charge, to any person obtaining a 919N/A# copy of this software and associated documentation files (the "Software"), 919N/A# to deal in the Software without restriction, including without limitation 919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 919N/A# and/or sell copies of the Software, and to permit persons to whom the 919N/A# Software is furnished to do so, subject to the following conditions: 919N/A# The above copyright notice and this permission notice (including the next 919N/A# paragraph) shall be included in all copies or substantial portions of the 919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 919N/A# DEALINGS IN THE SOFTWARE. 970N/A# Defaults for pkg names in this area 561N/AMODULE_PKGTAIL_DEFAULT = $(MODULE_PKGTAIL_SET:yes=$(POUND_SIGN)) 1043N/A$(MODULE_PKGTAIL_DEFAULT) MODULE_PKGTAIL:sh=basename $(pwd) 837N/AMODULE_PKGTAIL_SET = yes 1043N/A### Include common definitions 1043N/Ainclude $(TOP)/open-src/common/Makefile.init 837N/A# Xorg server source tarball to use sources from 561N/A# Patches shared between Xorg & Xvnc builds 837N/AXORG_SOURCE_PATCHES:sh=sed '/^\#/ d' ../xorg/patch-list SERVER_MODULES_DIR='$(X11_SERVERMODS_DIR)' DRI_MODULES_DIR='$(X11_SERVERMODS_DIR)/dri' # Changes to apply to man pages MODTYPE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_PREFIX)/bin/ # Command line options to GNU autoconf configure script for xorg-server XSERVER_CONFIG_OPTS_COMMON = \ XSERVER_CONFIG_OPTS_sparc=$(XSERVER_CONFIG_OPTS_COMMON) XSERVER_CONFIG_OPTS_i386=$(XSERVER_CONFIG_OPTS_COMMON) XSERVER_CONFIG_OPTS=$(XSERVER_CONFIG_OPTS_$(MACH)) MODTYPE_CPPFLAGS_suncc= # No extra flags needed MODTYPE_CPPFLAGS_gcc= # No extra flags needed # Environment variable options to GNU autoconf configure script # - XSERVERCFLAGS_CFLAGS - force CFLAGS to avoid -I /usr/X11/include breaking # use of headers from proto area # - PATH - include /usr/sbin for dtrace command (needed for building probes) XSERVERCFLAGS_CFLAGS=
"-DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API" \
# 64-bit X servers on SPARC crash on startup when built with Sun Studio # with -g unless -xmemalign=8i is also used (Sun bug #6545113) MODTYPE_DEBUG_FLAGS_sparc_suncc = -xmemalign=8i MODTYPE_DEBUG_FLAGS=$(MODTYPE_DEBUG_FLAGS_$(MACH)_$(MODULE_COMPILER)) MODTYPE_CFLAGS=$(PROG_CFLAGS) MODTYPE_CPPFLAGS += $(PROG_CPPFLAGS) MODTYPE_CXXFLAGS=$(PROG_CXXFLAGS) MODTYPE_LDFLAGS=$(PROG_LDFLAGS) # Environment variable options to use when building # - PATH - include /usr/sbin for dtrace command (needed for building probes) MODTYPE_BUILD_ENV= PATH=$(PATH):/usr/sbin \ ### Include common rulesets include $(TOP)/open-src/common/Makefile.inc # Fix paths in proto area to match paths in packages / installed systems install_fix_paths: install_fix_paths_$(MACH) install_fix_paths_sparc: # not needed install_fix_paths_i386: install_fix_paths_amd64_links # We used to deliver both 32-bit & 64-bit binaries on x86 and use isaexec to # choose between them. Now we just deliver 64-bit and make symlinks from # the amd64 paths to the default paths for compatibility ISAEXEC_DIR = $(PROTODIR)$(MODULE_PREFIX)/bin/$(SUBDIR64) ISAEXEC_LINKS = $(LINKED_TO_ISAEXEC:%=$(ISAEXEC_DIR)/%) install_fix_paths_amd64_links: $(ISAEXEC_LINKS) $(ISAEXEC_LINKS): $(ISAEXEC_DIR)