< prev index next >

make/Makefile

Print this page


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


 386         $(install-file)
 387 $(EXPORT_SERVER_DIR)/%.$(LIBRARY_SUFFIX):       $(C2_BUILD_DIR)/%.$(LIBRARY_SUFFIX)
 388         $(install-file)
 389 $(EXPORT_SERVER_DIR)/64/%.$(LIBRARY_SUFFIX):    $(C2_BUILD_DIR)/%.$(LIBRARY_SUFFIX)
 390         $(install-file)
 391 $(EXPORT_LIB_ARCH_DIR)/%.debuginfo:     $(C2_BUILD_DIR)/%.debuginfo
 392         $(install-file)
 393 $(EXPORT_SERVER_DIR)/%.debuginfo:               $(C2_BUILD_DIR)/%.debuginfo
 394         $(install-file)
 395 $(EXPORT_SERVER_DIR)/64/%.debuginfo:            $(C2_BUILD_DIR)/%.debuginfo
 396         $(install-file)
 397 $(EXPORT_LIB_ARCH_DIR)/%.diz:           $(C2_BUILD_DIR)/%.diz
 398         $(install-file)
 399 $(EXPORT_SERVER_DIR)/64/%.diz:                  $(C2_BUILD_DIR)/%.diz
 400         $(install-file)
 401 # MacOS X
 402 $(EXPORT_LIB_ARCH_DIR)/%.dSYM:          $(C2_BUILD_DIR)/%.dSYM
 403         $(install-dir)
 404 $(EXPORT_SERVER_DIR)/%.dSYM:                    $(C2_BUILD_DIR)/%.dSYM
 405         $(install-dir)


 406 endif
 407 
 408 # Client (C1)
 409 ifeq ($(JVM_VARIANT_CLIENT), true)
 410 # Common
 411 $(EXPORT_CLIENT_DIR)/%.diz:                     $(C1_BUILD_DIR)/%.diz
 412         $(install-file)
 413 $(EXPORT_LIB_DIR)/%.jar:                        $(C1_BUILD_DIR)/../generated/%.jar
 414         $(install-file)
 415 $(EXPORT_INCLUDE_DIR)/%:                        $(C1_BUILD_DIR)/../generated/jvmtifiles/%
 416         $(install-file)
 417 # Windows
 418 $(EXPORT_CLIENT_DIR)/%.dll:                     $(C1_BUILD_DIR)/%.dll
 419         $(install-file)
 420 $(EXPORT_CLIENT_DIR)/%.pdb:                     $(C1_BUILD_DIR)/%.pdb
 421         $(install-file)
 422 $(EXPORT_CLIENT_DIR)/%.map:                     $(C1_BUILD_DIR)/%.map
 423         $(install-file)
 424 $(EXPORT_LIB_DIR)/%.lib:                        $(C1_BUILD_DIR)/%.lib
 425         $(install-file)


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


 386         $(install-file)
 387 $(EXPORT_SERVER_DIR)/%.$(LIBRARY_SUFFIX):       $(C2_BUILD_DIR)/%.$(LIBRARY_SUFFIX)
 388         $(install-file)
 389 $(EXPORT_SERVER_DIR)/64/%.$(LIBRARY_SUFFIX):    $(C2_BUILD_DIR)/%.$(LIBRARY_SUFFIX)
 390         $(install-file)
 391 $(EXPORT_LIB_ARCH_DIR)/%.debuginfo:     $(C2_BUILD_DIR)/%.debuginfo
 392         $(install-file)
 393 $(EXPORT_SERVER_DIR)/%.debuginfo:               $(C2_BUILD_DIR)/%.debuginfo
 394         $(install-file)
 395 $(EXPORT_SERVER_DIR)/64/%.debuginfo:            $(C2_BUILD_DIR)/%.debuginfo
 396         $(install-file)
 397 $(EXPORT_LIB_ARCH_DIR)/%.diz:           $(C2_BUILD_DIR)/%.diz
 398         $(install-file)
 399 $(EXPORT_SERVER_DIR)/64/%.diz:                  $(C2_BUILD_DIR)/%.diz
 400         $(install-file)
 401 # MacOS X
 402 $(EXPORT_LIB_ARCH_DIR)/%.dSYM:          $(C2_BUILD_DIR)/%.dSYM
 403         $(install-dir)
 404 $(EXPORT_SERVER_DIR)/%.dSYM:                    $(C2_BUILD_DIR)/%.dSYM
 405         $(install-dir)
 406 $(EXPORT_SERVER_DIR)/%.symbols:                 $(C2_BUILD_DIR)/%.symbols
 407         $(install-file)
 408 endif
 409 
 410 # Client (C1)
 411 ifeq ($(JVM_VARIANT_CLIENT), true)
 412 # Common
 413 $(EXPORT_CLIENT_DIR)/%.diz:                     $(C1_BUILD_DIR)/%.diz
 414         $(install-file)
 415 $(EXPORT_LIB_DIR)/%.jar:                        $(C1_BUILD_DIR)/../generated/%.jar
 416         $(install-file)
 417 $(EXPORT_INCLUDE_DIR)/%:                        $(C1_BUILD_DIR)/../generated/jvmtifiles/%
 418         $(install-file)
 419 # Windows
 420 $(EXPORT_CLIENT_DIR)/%.dll:                     $(C1_BUILD_DIR)/%.dll
 421         $(install-file)
 422 $(EXPORT_CLIENT_DIR)/%.pdb:                     $(C1_BUILD_DIR)/%.pdb
 423         $(install-file)
 424 $(EXPORT_CLIENT_DIR)/%.map:                     $(C1_BUILD_DIR)/%.map
 425         $(install-file)
 426 $(EXPORT_LIB_DIR)/%.lib:                        $(C1_BUILD_DIR)/%.lib
 427         $(install-file)


< prev index next >