< prev index next >

make/hotspot/lib/CompileLibjsig.gmk

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 88,98 **** LIBJSIG_LDFLAGS += $(SHARED_LIBRARY_FLAGS) LIB_OUTPUTDIR := $(call FindLibDirForModule, java.base) $(eval $(call SetupNativeCompilation, BUILD_LIBJSIG, \ ! LIBRARY := jsig, \ SRC := $(LIBJSIG_SRC_DIR), \ OUTPUT_DIR := $(LIB_OUTPUTDIR), \ LANG := C, \ CFLAGS := $(LIBJSIG_CFLAGS) $(LIBJSIG_CPU_FLAGS), \ LDFLAGS := $(LIBJSIG_LDFLAGS) $(LIBJSIG_CPU_FLAGS), \ --- 88,98 ---- LIBJSIG_LDFLAGS += $(SHARED_LIBRARY_FLAGS) LIB_OUTPUTDIR := $(call FindLibDirForModule, java.base) $(eval $(call SetupNativeCompilation, BUILD_LIBJSIG, \ ! NAME := jsig, \ SRC := $(LIBJSIG_SRC_DIR), \ OUTPUT_DIR := $(LIB_OUTPUTDIR), \ LANG := C, \ CFLAGS := $(LIBJSIG_CFLAGS) $(LIBJSIG_CPU_FLAGS), \ LDFLAGS := $(LIBJSIG_LDFLAGS) $(LIBJSIG_CPU_FLAGS), \
< prev index next >