make/lib/Lib-jdk.internal.le.gmk
branchihse-nativecompilation-branch
changeset 56197 8fcca3163b7f
parent 47217 72e3ae9a25eb
child 49244 995a5556edfa
equal deleted inserted replaced
56196:a96f5d80fa35 56197:8fcca3163b7f
     1 #
     1 #
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2018, 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
    34   LIBLE_CPPFLAGS := \
    34   LIBLE_CPPFLAGS := \
    35       $(addprefix -I, $(LIBLE_SRC)) \
    35       $(addprefix -I, $(LIBLE_SRC)) \
    36       -I$(SUPPORT_OUTPUTDIR)/headers/jdk.internal.le \
    36       -I$(SUPPORT_OUTPUTDIR)/headers/jdk.internal.le \
    37       #
    37       #
    38 
    38 
    39   $(eval $(call SetupNativeCompilation,BUILD_LIBLE, \
    39   $(eval $(call SetupNativeCompilation, BUILD_LIBLE, \
    40       LIBRARY := le, \
    40       NAME := le, \
    41       OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    41       OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    42       SRC := $(LIBLE_SRC), \
    42       SRC := $(LIBLE_SRC), \
    43       OPTIMIZATION := LOW, \
    43       OPTIMIZATION := LOW, \
    44       CFLAGS := $(CFLAGS_JDKLIB) $(LIBJAVA_HEADER_FLAGS)\
    44       CFLAGS := $(CFLAGS_JDKLIB) $(LIBJAVA_HEADER_FLAGS)\
    45           $(LIBLE_CPPFLAGS), \
    45           $(LIBLE_CPPFLAGS), \