equal
deleted
inserted
replaced
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, 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 # |
24 # |
25 # Rules and Macros for building lint libraries. This searches for lint |
25 # Rules and Macros for building lint libraries. This searches for lint |
26 # libraries in the component directory and adds targets to build and install |
26 # libraries in the component directory and adds targets to build and install |
27 # them for 32/64 bit. |
27 # them for 32/64 bit. |
28 # |
28 # |
29 # To use these rules, include $(WS_TOP)/make-rules/lint-libraries.mk in your |
29 # To use these rules, include $(WS_MAKE_RULES)/lint-libraries.mk in your |
30 # Makefile and add your lint library source in your component directory as |
30 # Makefile and add your lint library source in your component directory as |
31 # llib-l{lib}. |
31 # llib-l{lib}. |
32 # |
32 # |
33 # Makefile |
33 # Makefile |
34 # include $(WS_TOP)/make-rules/lint-libraries.mk |
34 # include $(WS_MAKE_RULES)/lint-libraries.mk |
35 # |
35 # |
36 # llib-l{libname} |
36 # llib-l{libname} |
37 # |
37 # |
38 |
38 |
39 LINT_LIBRARIES = $(wildcard llib-*) |
39 LINT_LIBRARIES = $(wildcard llib-*) |