Makefile.inc revision 1262
1029N/A# -*- Makefile -*- rules common to all xserver build trees 1123N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. 1123N/A# Permission is hereby granted, free of charge, to any person obtaining a 1029N/A# copy of this software and associated documentation files (the "Software"), 1029N/A# to deal in the Software without restriction, including without limitation 1123N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 1123N/A# and/or sell copies of the Software, and to permit persons to whom the 1123N/A# Software is furnished to do so, subject to the following conditions: 1123N/A# The above copyright notice and this permission notice (including the next 1123N/A# paragraph) shall be included in all copies or substantial portions of the 1123N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1123N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1123N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1123N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1123N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1123N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1029N/A# Defaults for pkg names in this area 1029N/AMODULE_PKGTAIL_DEFAULT = $(MODULE_PKGTAIL_SET:yes=$(POUND_SIGN)) 1029N/A$(MODULE_PKGTAIL_DEFAULT) MODULE_PKGTAIL:sh=basename $(pwd) 1029N/A### Include common definitions 1029N/Ainclude $(TOP)/open-src/common/Makefile.init 1123N/A# Patches shared between Xorg & Xvnc builds 1123N/AXORG_SOURCE_PATCHES:sh=sed '/^\#/ d' ../xorg/patch-list 1029N/ASERVER_MODULES_DIR='$(X11_SERVERMODS_DIR)' 1029N/ADRI_MODULES_DIR='$(X11_SERVERMODS_DIR)/dri$(ARCHLIBSUBDIR)' 1029N/A# Changes to apply to man pages 1029N/AMODTYPE_SUNTOUCH_MAN_FLAGS = -p $(MODULE_PREFIX)/bin/ 1029N/A# Command line options to GNU autoconf configure script for xorg-server 1029N/AXSERVER_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) # configure scripts add libraries like -lsocket & -lnsl to the global $(LIBS) # when only some objects need them, so ignore them in the rest. MODTYPE_LD_OPTIONS = -z ignore # 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 \ # Mark packages as only compatible with the current server minor release series, # since Xorg tends to break ABI's in each minor release train (1.8, 1.9, etc.) MODTYPE_ATTRDATA_COMMANDS = @$(START_CMD_ECHO) ; \ print "depend fmri=pkg:/x11/server/xorg@$(NEXT_XSERVER_VERS) type=exclude" >> $@
### 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)