jdk/make/lib/Awt2dLibraries.gmk
changeset 36110 91a3a6df36ec
parent 35711 d08f24178498
child 37529 868c7195632c
child 36869 f8ef78f4157d
equal deleted inserted replaced
36047:1c076468bf7d 36110:91a3a6df36ec
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 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
   591         LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
   591         LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
   592         LDFLAGS_linux := $(call SET_SHARED_LIBRARY_ORIGIN,/..), \
   592         LDFLAGS_linux := $(call SET_SHARED_LIBRARY_ORIGIN,/..), \
   593         LDFLAGS_solaris := $(call SET_SHARED_LIBRARY_ORIGIN,/..), \
   593         LDFLAGS_solaris := $(call SET_SHARED_LIBRARY_ORIGIN,/..), \
   594         REORDER := $(LIBAWT_HEADLESS_REORDER), \
   594         REORDER := $(LIBAWT_HEADLESS_REORDER), \
   595         LIBS_unix := -lawt -ljvm -ljava, \
   595         LIBS_unix := -lawt -ljvm -ljava, \
   596         LIBS_linux := -lm $(LIBDL), \
   596         LIBS_linux := $(LIBM) $(LIBDL), \
   597         LIBS_solaris := -lm $(LIBDL) $(LIBCXX) -lc, \
   597         LIBS_solaris := $(LIBM) $(LIBDL) $(LIBCXX) -lc, \
   598         OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt_headless, \
   598         OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt_headless, \
   599     ))
   599     ))
   600 
   600 
   601     $(BUILD_LIBAWT_HEADLESS): $(BUILD_LIBAWT)
   601     $(BUILD_LIBAWT_HEADLESS): $(BUILD_LIBAWT)
   602 
   602