components/desktop/libotr/Makefile
changeset 5291 4bfb8e510e74
parent 5091 81e5d6b75c3c
child 5547 7fea22f66262
equal deleted inserted replaced
5290:1e576eedd4d2 5291:4bfb8e510e74
    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) 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		libotr
    26 COMPONENT_NAME=		libotr
    48 	aclocal -I . ; \
    48 	aclocal -I . ; \
    49 	autoheader ; \
    49 	autoheader ; \
    50 	automake -a -c -f ; \
    50 	automake -a -c -f ; \
    51 	autoconf )
    51 	autoconf )
    52 
    52 
       
    53 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
       
    54 
    53 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    55 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    54 
    56 
    55 ASLR_MODE = $(ASLR_ENABLE)
    57 ASLR_MODE = $(ASLR_ENABLE)
    56 
    58 
    57 configure:	$(CONFIGURE_32)
    59 configure:	$(CONFIGURE_32_and_64)
    58 
    60 
    59 build:		$(BUILD_32)
    61 build:		$(BUILD_32_and_64)
    60 
    62 
    61 install:	$(INSTALL_32)
    63 install:	$(INSTALL_32_and_64)
    62 
    64 
    63 test:		$(NO_TESTS)
    65 test:		$(NO_TESTS)
    64 
    66 
    65 system-test:	$(NO_TESTS)
    67 system-test:	$(NO_TESTS)
    66 
    68