components/pcre/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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 #
    21 #
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		pcre
    27 COMPONENT_NAME=		pcre
    34 COMPONENT_PROJECT_URL=  http://pcre.org/
    34 COMPONENT_PROJECT_URL=  http://pcre.org/
    35 COMPONENT_BUGDB=	library/pcre
    35 COMPONENT_BUGDB=	library/pcre
    36 
    36 
    37 TPNO=			9271
    37 TPNO=			9271
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/configure.mk
    40 include $(WS_MAKE_RULES)/configure.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_TOP)/make-rules/lint-libraries.mk
    42 include $(WS_MAKE_RULES)/lint-libraries.mk
    43 
    43 
    44 # pick up -xc99=all in CFLAGS
    44 # pick up -xc99=all in CFLAGS
    45 studio_C99MODE=        $(studio_C99_ENABLE)
    45 studio_C99MODE=        $(studio_C99_ENABLE)
    46 
    46 
    47 # pick up -xlang=c99 in XPG5MODE
    47 # pick up -xlang=c99 in XPG5MODE
   121 
   121 
   122 install:	$(INSTALL_32_and_64)
   122 install:	$(INSTALL_32_and_64)
   123 
   123 
   124 test:		$(TEST_32_and_64)
   124 test:		$(TEST_32_and_64)
   125 
   125 
   126 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   127 
   126 
   128 include $(WS_TOP)/make-rules/depend.mk
   127 REQUIRED_PACKAGES += compress/bzip2
       
   128 REQUIRED_PACKAGES += library/zlib
       
   129 REQUIRED_PACKAGES += shell/ksh93
       
   130 REQUIRED_PACKAGES += system/library
       
   131 REQUIRED_PACKAGES += system/library/c++-runtime