hotspot/agent/make/Makefile
changeset 13873 7b72e3873785
parent 10678 ecb473e90f9b
child 14477 95e66ea71f71
equal deleted inserted replaced
13871:6f15b84496b0 13873:7b72e3873785
     1 #
     1 #
     2 # Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2000, 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.
     7 # published by the Free Software Foundation.
    39 endif
    39 endif
    40 
    40 
    41 PKGLIST = \
    41 PKGLIST = \
    42 sun.jvm.hotspot \
    42 sun.jvm.hotspot \
    43 sun.jvm.hotspot.asm \
    43 sun.jvm.hotspot.asm \
    44 sun.jvm.hotspot.asm.amd64 \
       
    45 sun.jvm.hotspot.asm.ia64 \
       
    46 sun.jvm.hotspot.asm.sparc \
    44 sun.jvm.hotspot.asm.sparc \
    47 sun.jvm.hotspot.asm.x86 \
       
    48 sun.jvm.hotspot.bugspot \
    45 sun.jvm.hotspot.bugspot \
    49 sun.jvm.hotspot.bugspot.tree \
    46 sun.jvm.hotspot.bugspot.tree \
    50 sun.jvm.hotspot.c1 \
    47 sun.jvm.hotspot.c1 \
    51 sun.jvm.hotspot.ci \
    48 sun.jvm.hotspot.ci \
    52 sun.jvm.hotspot.code \
    49 sun.jvm.hotspot.code \
   136 
   133 
   137 # Generated using the build-filelist script
   134 # Generated using the build-filelist script
   138 FILELIST = \
   135 FILELIST = \
   139 sun/jvm/hotspot/*.java \
   136 sun/jvm/hotspot/*.java \
   140 sun/jvm/hotspot/asm/*.java \
   137 sun/jvm/hotspot/asm/*.java \
   141 sun/jvm/hotspot/asm/amd64/*.java \
       
   142 sun/jvm/hotspot/asm/ia64/*.java \
       
   143 sun/jvm/hotspot/asm/sparc/*.java \
   138 sun/jvm/hotspot/asm/sparc/*.java \
   144 sun/jvm/hotspot/asm/x86/*.java \
       
   145 sun/jvm/hotspot/bugspot/*.java \
   139 sun/jvm/hotspot/bugspot/*.java \
   146 sun/jvm/hotspot/bugspot/tree/*.java \
   140 sun/jvm/hotspot/bugspot/tree/*.java \
   147 sun/jvm/hotspot/c1/*.java \
   141 sun/jvm/hotspot/c1/*.java \
   148 sun/jvm/hotspot/ci/*.java \
   142 sun/jvm/hotspot/ci/*.java \
   149 sun/jvm/hotspot/code/*.java \
   143 sun/jvm/hotspot/code/*.java \