jdk/make/common/Defs.gmk
changeset 12853 7bdaa5aefd3d
parent 12047 320a714614e9
child 13678 5c8001201f98
equal deleted inserted replaced
12852:1582fa1cfa04 12853:7bdaa5aefd3d
     1 #
     1 #
     2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2012, 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
   295 # for build tool jar files
   295 # for build tool jar files
   296 BUILDTOOLJARDIR     = $(OUTPUTDIR)/btjars
   296 BUILDTOOLJARDIR     = $(OUTPUTDIR)/btjars
   297 ABS_BUILDTOOLJARDIR = $(ABS_OUTPUTDIR)/btjars
   297 ABS_BUILDTOOLJARDIR = $(ABS_OUTPUTDIR)/btjars
   298 # for generated tool class files
   298 # for generated tool class files
   299 BUILDTOOLBINDIR     = $(OUTPUTDIR)/btbins
   299 BUILDTOOLBINDIR     = $(OUTPUTDIR)/btbins
       
   300 ABS_BUILDTOOLBINDIR = $(ABS_OUTPUTDIR)/btbins
   300 # for generated java source files
   301 # for generated java source files
   301 GENSRCDIR           = $(OUTPUTDIR)/gensrc
   302 GENSRCDIR           = $(OUTPUTDIR)/gensrc
   302 # for generated C source files (not javah)
   303 # for generated C source files (not javah)
   303 GENNATIVESRCDIR     = $(OUTPUTDIR)/gennativesrc
   304 GENNATIVESRCDIR     = $(OUTPUTDIR)/gennativesrc
   304 # for imported source files
   305 # for imported source files