components/php-5_2/imap/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 800 2ad056ed89ec
child 3817 30b42c38bbc4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3476:c35c8f1a6df1 3477:3d935de46ca9
    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, 2014, 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=		imap
    25 COMPONENT_NAME=		imap
    26 COMPONENT_VERSION=	2007e
    26 COMPONENT_VERSION=	2007e
    42 # enable legacy stdio prototypes
    42 # enable legacy stdio prototypes
    43 # 7050600 sfw doesn't build on 166
    43 # 7050600 sfw doesn't build on 166
    44 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    44 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    45 COMPONENT_BUILD_TARGETS = soc c-client
    45 COMPONENT_BUILD_TARGETS = soc c-client
    46 COMPONENT_POST_BUILD_ACTION = ( \
    46 COMPONENT_POST_BUILD_ACTION = ( \
       
    47 	set -e; \
    47 	$(MV) $(BUILD_DIR_32)/c-client/c-client.a \
    48 	$(MV) $(BUILD_DIR_32)/c-client/c-client.a \
    48 		$(BUILD_DIR_32)/c-client/libc-client.a )
    49 		$(BUILD_DIR_32)/c-client/libc-client.a )
    49 ENV += MAKE="$(GMAKE)"
    50 ENV += MAKE="$(GMAKE)"
    50 ENV += CC="$(CC)"
    51 ENV += CC="$(CC)"
    51 ENV += CFLAGS="$(CFLAGS)"
    52 ENV += CFLAGS="$(CFLAGS)"