make-rules/shared-macros.mk
changeset 6 20f80c019d73
parent 2 125cd5d2cd9e
child 7 d42300cb8715
equal deleted inserted replaced
5:b0dcdd332e2c 6:20f80c019d73
    24 CONSOLIDATION =	userland
    24 CONSOLIDATION =	userland
    25 PUBLISHER =	$(CONSOLIDATION)-build
    25 PUBLISHER =	$(CONSOLIDATION)-build
    26 BUILD_VERSION =	5.11-0.140
    26 BUILD_VERSION =	5.11-0.140
    27 
    27 
    28 COMPILER =		studio
    28 COMPILER =		studio
       
    29 BITS =			32
    29 PYTHON_VERSION =	2.6
    30 PYTHON_VERSION =	2.6
    30 
    31 
    31 TOOLS =		$(WS_TOP)/tools
    32 TOOLS =		$(WS_TOP)/tools
    32 WS_LOGS =	$(WS_TOP)/logs
    33 WS_LOGS =	$(WS_TOP)/logs
    33 MAKE_RULES =	$(WS_TOP)/components/make-rules
    34 MAKE_RULES =	$(WS_TOP)/components/make-rules
    34 
    35 
    35 PKG_REPO =	file://$(WS_TOP)/repo
    36 PKG_REPO =	file://$(WS_TOP)/repo
    36 PROTO_DIR =	$(shell pwd)/$(COMPONENT_SRC)/installed-prototype
    37 PROTO_DIR =	$(shell pwd)/$(COMPONENT_SRC)/installed-prototype
       
    38 
       
    39 CONSTANT_TIME =	LD_PRELOAD=$(TOOLS)/time.o
    37 
    40 
    38 MACH64 =	$(shell isainfo -k)
    41 MACH64 =	$(shell isainfo -k)
    39 
    42 
    40 SPRO_ROOT =	/opt/sunstudio12.1
    43 SPRO_ROOT =	/opt/sunstudio12.1
    41 GCC_ROOT =	/usr/gnu
    44 GCC_ROOT =	/usr/gnu