components/libnet/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1496 f774cfa29f53
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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 COMPONENT_NAME=		libnet
    28 COMPONENT_NAME=		libnet
    47 CFLAGS += -g -fPIC
    47 CFLAGS += -g -fPIC
    48 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    48 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    49 CONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)
    49 CONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)
    50 CONFIGURE_OPTIONS.64 += --srcdir=$(BUILD_DIR_64)
    50 CONFIGURE_OPTIONS.64 += --srcdir=$(BUILD_DIR_64)
    51 
    51 
       
    52 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    52 
    53 
    53 # common targets
    54 # common targets
    54 build:		$(BUILD_32_and_64)
    55 build:		$(BUILD_32_and_64)
    55 
    56 
    56 install:	$(INSTALL_32_and_64)
    57 install:	$(INSTALL_32_and_64)