components/gnupth/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		pth
    25 COMPONENT_NAME=		pth
    26 COMPONENT_VERSION=	2.0.7
    26 COMPONENT_VERSION=	2.0.7
    65 CONFIGURE_ENV  +=   CPPFLAGS="$(CPPFLAGS)"
    65 CONFIGURE_ENV  +=   CPPFLAGS="$(CPPFLAGS)"
    66 CONFIGURE_ENV  +=   CPP="$(CC) $(CPPFLAGS) $(CFLAGS) -E"
    66 CONFIGURE_ENV  +=   CPP="$(CC) $(CPPFLAGS) $(CFLAGS) -E"
    67 CONFIGURE_ENV  +=   LDFLAGS="$(LDFLAGS)"
    67 CONFIGURE_ENV  +=   LDFLAGS="$(LDFLAGS)"
    68 CONFIGURE_ENV +=    INSTALL="$(INSTALL)"
    68 CONFIGURE_ENV +=    INSTALL="$(INSTALL)"
    69 
    69 
       
    70 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    71 
    70 build: $(BUILD_32_and_64)
    72 build: $(BUILD_32_and_64)
    71 
    73 
    72 install: $(INSTALL_32_and_64)
    74 install: $(INSTALL_32_and_64)
    73 
    75 
    74 test: $(TEST_32_and_64)
    76 test: $(TEST_32_and_64)