components/common/Makefile
changeset 3817 30b42c38bbc4
parent 1434 c782e620dd26
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 # There isn't anything really to do here
    28 # There isn't anything really to do here
    29 COMPONENT_NAME=		gnu-common
    29 COMPONENT_NAME=		gnu-common
    30 COMPONENT_VERSION=	0.5.11
    30 COMPONENT_VERSION=	0.5.11
    31 COMPONENT_BUGDB=	gate-stuff/userland
    31 COMPONENT_BUGDB=	gate-stuff/userland
    32 
    32 
    33 include ../../make-rules/prep.mk
    33 include $(WS_MAKE_RULES)/prep.mk
    34 
    34 
    35 # Do not clean the sources (set in prep.mk)
    35 # Do not clean the sources (set in prep.mk)
    36 #
    36 #
    37 CLEAN_PATHS=
    37 CLEAN_PATHS=
    38 
    38 
    39 include ../../make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 CLEAN_PATHS+= $(BUILD_DIR)
    41 CLEAN_PATHS+= $(BUILD_DIR)
    42 
    42 
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 
    44 
    51 
    51 
    52 install:
    52 install:
    53 	@echo "Nothing to install."
    53 	@echo "Nothing to install."
    54 
    54 
    55 test:		$(NO_TESTS)
    55 test:		$(NO_TESTS)
    56 
       
    57 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    58 
       
    59 include ../../make-rules/depend.mk