< prev index next >

make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk

Print this page




  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
  23 # questions.
  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 
  31 $(eval $(call IncludeCustomExtension, , gensrc/Gensrc-jdk.internal.vm.compiler.gmk))
  32 
  33 GENSRC_DIR := $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE)
  34 SRC_DIR := $(TOPDIR)/src/$(MODULE)/share/classes
  35 
  36 ################################################################################
  37 
  38 PROC_SRC_SUBDIRS := \
  39     org.graalvm.compiler.code \
  40     org.graalvm.compiler.core \
  41     org.graalvm.compiler.core.aarch64 \
  42     org.graalvm.compiler.core.amd64 \
  43     org.graalvm.compiler.core.common \
  44     org.graalvm.compiler.core.sparc \
  45     org.graalvm.compiler.debug \
  46     org.graalvm.compiler.hotspot \
  47     org.graalvm.compiler.hotspot.aarch64 \
  48     org.graalvm.compiler.hotspot.amd64 \
  49     org.graalvm.compiler.hotspot.sparc \
  50     org.graalvm.compiler.graph \
  51     org.graalvm.compiler.java \




  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
  23 # questions.
  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 
  31 $(eval $(call IncludeCustomExtension, gensrc/Gensrc-jdk.internal.vm.compiler.gmk))
  32 
  33 GENSRC_DIR := $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE)
  34 SRC_DIR := $(TOPDIR)/src/$(MODULE)/share/classes
  35 
  36 ################################################################################
  37 
  38 PROC_SRC_SUBDIRS := \
  39     org.graalvm.compiler.code \
  40     org.graalvm.compiler.core \
  41     org.graalvm.compiler.core.aarch64 \
  42     org.graalvm.compiler.core.amd64 \
  43     org.graalvm.compiler.core.common \
  44     org.graalvm.compiler.core.sparc \
  45     org.graalvm.compiler.debug \
  46     org.graalvm.compiler.hotspot \
  47     org.graalvm.compiler.hotspot.aarch64 \
  48     org.graalvm.compiler.hotspot.amd64 \
  49     org.graalvm.compiler.hotspot.sparc \
  50     org.graalvm.compiler.graph \
  51     org.graalvm.compiler.java \


< prev index next >