equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
36 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ |
36 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ |
37 SRC := $(LIBJ2UCRYPTO_SRC), \ |
37 SRC := $(LIBJ2UCRYPTO_SRC), \ |
38 OPTIMIZATION := LOW, \ |
38 OPTIMIZATION := LOW, \ |
39 CFLAGS := $(CFLAGS_JDKLIB) \ |
39 CFLAGS := $(CFLAGS_JDKLIB) \ |
40 $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \ |
40 $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \ |
41 DISABLED_WARNINGS_solstudio := E_MACRO_REDEFINED, \ |
|
42 MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2ucrypto/mapfile-vers, \ |
41 MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2ucrypto/mapfile-vers, \ |
43 LDFLAGS := $(LDFLAGS_JDKLIB), \ |
42 LDFLAGS := $(LDFLAGS_JDKLIB), \ |
44 LIBS := $(LIBDL), \ |
43 LIBS := $(LIBDL), \ |
45 LIBS_solaris := -lc, \ |
44 LIBS_solaris := -lc, \ |
46 OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libj2ucrypto, \ |
45 OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libj2ucrypto, \ |