jdk/make/lib/PlatformLibraries.gmk
changeset 29374 f031a666744a
parent 27565 729f9700483a
child 29931 64e274ed6567
equal deleted inserted replaced
29373:8f41a04d1a02 29374:f031a666744a
     1 #
     1 #
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2015, 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       LANG := C, \
    36       LANG := C, \
    37       OPTIMIZATION := LOW, \
    37       OPTIMIZATION := LOW, \
    38       CFLAGS := $(CFLAGS_JDKLIB) \
    38       CFLAGS := $(CFLAGS_JDKLIB) \
    39           $(addprefix -I, $(LIBOSXAPP_SRC)) \
    39           $(addprefix -I, $(LIBOSXAPP_SRC)) \
    40           -I$(SUPPORT_OUTPUTDIR)/headers/java.desktop, \
    40           -I$(SUPPORT_OUTPUTDIR)/headers/java.desktop, \
       
    41       DISABLED_WARNINGS_clang := objc-method-access objc-root-class, \
    41       LDFLAGS := $(LDFLAGS_JDKLIB) \
    42       LDFLAGS := $(LDFLAGS_JDKLIB) \
    42           $(call SET_SHARED_LIBRARY_ORIGIN), \
    43           $(call SET_SHARED_LIBRARY_ORIGIN), \
    43       LDFLAGS_SUFFIX_macosx := \
    44       LDFLAGS_SUFFIX_macosx := \
    44           -framework Accelerate \
    45           -framework Accelerate \
    45           -framework ApplicationServices \
    46           -framework ApplicationServices \
    57       DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
    58       DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
    58 
    59 
    59   TARGETS += $(BUILD_LIBOSXAPP)
    60   TARGETS += $(BUILD_LIBOSXAPP)
    60 
    61 
    61 endif
    62 endif
    62