components/jsl/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # Preferred compiler set to gcc and not Studio as on Sparc architecture
    26 # Preferred compiler set to gcc and not Studio as on Sparc architecture
    27 # some assembler code is required for locking which fails to compile on
    27 # some assembler code is required for locking which fails to compile on
    28 # solaris, when using gcc this is inlined (see jslock.c)
    28 # solaris, when using gcc this is inlined (see jslock.c)
    35 COMPONENT_PROJECT_URL=	http://www.javascriptlint.com
    35 COMPONENT_PROJECT_URL=	http://www.javascriptlint.com
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-src.tar.gz
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-src.tar.gz
    37 COMPONENT_ARCHIVE_HASH=	\
    37 COMPONENT_ARCHIVE_HASH=	\
    38 	sha256:86f16792d71fc59b96f65eca65b1b7466dc046efe6d5ac04c6632f1315e83cfa
    38 	sha256:86f16792d71fc59b96f65eca65b1b7466dc046efe6d5ac04c6632f1315e83cfa
    39 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
       
    40 COMPONENT_ANITYA_ID=	1476
    40 
    41 
    41 TPNO=			10774
    42 TPNO=			10774
    42 
    43 
    43 BUILD_STYLE= justmake
    44 BUILD_STYLE= justmake
    44 include $(WS_MAKE_RULES)/common.mk
    45 include $(WS_MAKE_RULES)/common.mk