make/common/Defs.gmk

Print this page


   1 #
   2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 280 
 281 # for generated libraries
 282 LIBDIR              = $(OUTPUTDIR)/lib
 283 ABS_LIBDIR          = $(ABS_OUTPUTDIR)/lib
 284 # Optional place to save the windows .lib files
 285 LIBFILES_DIR        = $(OUTPUTDIR)/libfiles
 286 # for ext jre files
 287 EXTDIR              = $(LIBDIR)/ext
 288 # for generated include files
 289 INCLUDEDIR          = $(OUTPUTDIR)/include
 290 # for generated class files
 291 CLASSBINDIR         = $(OUTPUTDIR)/classes
 292 DEMOCLASSDIR        = $(OUTPUTDIR)/democlasses
 293 # for generated tool class files
 294 BUILDTOOLCLASSDIR   = $(OUTPUTDIR)/btclasses
 295 # for build tool jar files
 296 BUILDTOOLJARDIR     = $(OUTPUTDIR)/btjars
 297 ABS_BUILDTOOLJARDIR = $(ABS_OUTPUTDIR)/btjars
 298 # for generated tool class files
 299 BUILDTOOLBINDIR     = $(OUTPUTDIR)/btbins

 300 # for generated java source files
 301 GENSRCDIR           = $(OUTPUTDIR)/gensrc
 302 # for generated C source files (not javah)
 303 GENNATIVESRCDIR     = $(OUTPUTDIR)/gennativesrc
 304 # for imported source files
 305 IMPORTSRCDIR        = $(OUTPUTDIR)/impsrc
 306 # for imported documents
 307 IMPORTDOCDIR        = $(OUTPUTDIR)/impdoc
 308 # for generated demo
 309 DEMODIR             = $(OUTPUTDIR)/demo
 310 # for sample code
 311 SAMPLEDIR           = $(OUTPUTDIR)/sample
 312 # for generated documentation
 313 DOCSDIR             = $(OUTPUTDIR)/docs$(DOCSDIRSUFFIX)
 314 DOCSDIRSUFFIX       =
 315 
 316 # The MESSAGE, WARNING and ERROR files are used to store sanityck and 
 317 # warnings and errors. 
 318 ifndef ERROR_FILE
 319   ERROR_FILE   = $(OUTPUTDIR)/sanityCheckErrors.txt


   1 #
   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.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 280 
 281 # for generated libraries
 282 LIBDIR              = $(OUTPUTDIR)/lib
 283 ABS_LIBDIR          = $(ABS_OUTPUTDIR)/lib
 284 # Optional place to save the windows .lib files
 285 LIBFILES_DIR        = $(OUTPUTDIR)/libfiles
 286 # for ext jre files
 287 EXTDIR              = $(LIBDIR)/ext
 288 # for generated include files
 289 INCLUDEDIR          = $(OUTPUTDIR)/include
 290 # for generated class files
 291 CLASSBINDIR         = $(OUTPUTDIR)/classes
 292 DEMOCLASSDIR        = $(OUTPUTDIR)/democlasses
 293 # for generated tool class files
 294 BUILDTOOLCLASSDIR   = $(OUTPUTDIR)/btclasses
 295 # for build tool jar files
 296 BUILDTOOLJARDIR     = $(OUTPUTDIR)/btjars
 297 ABS_BUILDTOOLJARDIR = $(ABS_OUTPUTDIR)/btjars
 298 # for generated tool class files
 299 BUILDTOOLBINDIR     = $(OUTPUTDIR)/btbins
 300 ABS_BUILDTOOLBINDIR = $(ABS_OUTPUTDIR)/btbins
 301 # for generated java source files
 302 GENSRCDIR           = $(OUTPUTDIR)/gensrc
 303 # for generated C source files (not javah)
 304 GENNATIVESRCDIR     = $(OUTPUTDIR)/gennativesrc
 305 # for imported source files
 306 IMPORTSRCDIR        = $(OUTPUTDIR)/impsrc
 307 # for imported documents
 308 IMPORTDOCDIR        = $(OUTPUTDIR)/impdoc
 309 # for generated demo
 310 DEMODIR             = $(OUTPUTDIR)/demo
 311 # for sample code
 312 SAMPLEDIR           = $(OUTPUTDIR)/sample
 313 # for generated documentation
 314 DOCSDIR             = $(OUTPUTDIR)/docs$(DOCSDIRSUFFIX)
 315 DOCSDIRSUFFIX       =
 316 
 317 # The MESSAGE, WARNING and ERROR files are used to store sanityck and 
 318 # warnings and errors. 
 319 ifndef ERROR_FILE
 320   ERROR_FILE   = $(OUTPUTDIR)/sanityCheckErrors.txt