Lib-jdk.crypto.ucrypto.gmk (11788:c9ed7c998b3b) Lib-jdk.crypto.ucrypto.gmk (11891:12ecfb121147)
1#
2# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
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
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 24 unchanged lines hidden (view full) ---

33
34 $(eval $(call SetupNativeCompilation,BUILD_LIBJ2UCRYPTO, \
35 LIBRARY := j2ucrypto, \
36 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
37 SRC := $(LIBJ2UCRYPTO_SRC), \
38 OPTIMIZATION := LOW, \
39 CFLAGS := $(CFLAGS_JDKLIB) \
40 $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \
1#
2# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
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
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 24 unchanged lines hidden (view full) ---

33
34 $(eval $(call SetupNativeCompilation,BUILD_LIBJ2UCRYPTO, \
35 LIBRARY := j2ucrypto, \
36 OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
37 SRC := $(LIBJ2UCRYPTO_SRC), \
38 OPTIMIZATION := LOW, \
39 CFLAGS := $(CFLAGS_JDKLIB) \
40 $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \
41 DISABLED_WARNINGS_solstudio := E_MACRO_REDEFINED, \
41 MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2ucrypto/mapfile-vers, \
42 LDFLAGS := $(LDFLAGS_JDKLIB), \
43 LDFLAGS_SUFFIX := $(LIBDL), \
44 LDFLAGS_SUFFIX_solaris := -lc, \
45 OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libj2ucrypto, \
46 DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
47
48 $(BUILD_LIBJ2UCRYPTO): $(BUILD_LIBJAVA)
49
50 TARGETS += $(BUILD_LIBJ2UCRYPTO)
51
52endif
53
54################################################################################
42 MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2ucrypto/mapfile-vers, \
43 LDFLAGS := $(LDFLAGS_JDKLIB), \
44 LDFLAGS_SUFFIX := $(LIBDL), \
45 LDFLAGS_SUFFIX_solaris := -lc, \
46 OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libj2ucrypto, \
47 DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
48
49 $(BUILD_LIBJ2UCRYPTO): $(BUILD_LIBJAVA)
50
51 TARGETS += $(BUILD_LIBJ2UCRYPTO)
52
53endif
54
55################################################################################