make-rules/ant.mk
branchs11-update
changeset 3996 20c0f21bbe1e
parent 2855 576d5a7857b7
child 5535 ae5bc52953a4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 ANT=/usr/bin/ant
    24 ANT=/usr/bin/ant
    25 
    25 
    26 COMPONENT_BUILD_ENV += JAVA_HOME="$(JAVA_HOME)"
    26 COMPONENT_BUILD_ENV += JAVA_HOME="$(JAVA_HOME)"
    53 	$(MAKE) PARFAIT_BUILD=yes parfait
    53 	$(MAKE) PARFAIT_BUILD=yes parfait
    54 endif
    54 endif
    55 
    55 
    56 clean::
    56 clean::
    57 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
    57 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
       
    58 
       
    59 REQUIRED_PACKAGES += developer/build/ant