make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk
changeset 54380 e297c7bb6469
parent 52464 c139884bd80e
equal deleted inserted replaced
54379:40a7e2fc9beb 54380:e297c7bb6469
     1 #
     1 #
     2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2019, 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
    63     org.graalvm.compiler.virtual \
    63     org.graalvm.compiler.virtual \
    64     #
    64     #
    65 
    65 
    66 PROC_SRC_DIRS := $(patsubst %, $(SRC_DIR)/%/src, $(PROC_SRC_SUBDIRS))
    66 PROC_SRC_DIRS := $(patsubst %, $(SRC_DIR)/%/src, $(PROC_SRC_SUBDIRS))
    67 
    67 
    68 PROC_SRCS := $(filter %.java, $(call CacheFind, $(PROC_SRC_DIRS)))
    68 PROC_SRCS := $(filter %.java, $(call FindFiles, $(PROC_SRC_DIRS)))
    69 
    69 
    70 ALL_SRC_DIRS := $(SRC_DIR) $(wildcard $(SRC_DIR)/*/src)
    70 ALL_SRC_DIRS := $(SRC_DIR) $(wildcard $(SRC_DIR)/*/src)
    71 SOURCEPATH := $(call PathList, $(ALL_SRC_DIRS))
    71 SOURCEPATH := $(call PathList, $(ALL_SRC_DIRS))
    72 
    72 
    73 PROCESSOR_JARS := \
    73 PROCESSOR_JARS := \