blob: c1660f10adeb4fbbed40bce23dc7eccead42b2e8 [file] [log] [blame]
Joey Armstrong0205d332023-04-11 17:29:23 -04001# -*- makefile -*-
2# -----------------------------------------------------------------------
Joey Armstrongccab2cf2024-04-06 18:00:59 -04003# Copyright 2017-2024 Open Networking Foundation Contributors
Joey Armstrong0205d332023-04-11 17:29:23 -04004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
Joey Armstrongdc04c932024-04-01 12:14:21 -04009# http:#www.apache.org/licenses/LICENSE-2.0
Joey Armstrong0205d332023-04-11 17:29:23 -040010#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# -----------------------------------------------------------------------
Joey Armstrongccab2cf2024-04-06 18:00:59 -040017# SPDX-FileCopyrightText: 2017-2024 Open Networking Foundation Contributors
Joey Armstrongdc04c932024-04-01 12:14:21 -040018# SPDX-License-Identifier: Apache-2.0
19# -----------------------------------------------------------------------
20# Intent:
21# -----------------------------------------------------------------------
Joey Armstrong0205d332023-04-11 17:29:23 -040022
Joey Armstrongccab2cf2024-04-06 18:00:59 -040023# ------------------------------------------------------------
24# Intent: Generate command installer targets with dependencies
25# ------------------------------------------------------------
26$(call gen-npm-install,npm-groovy-lint)
Joey Armstrong0205d332023-04-11 17:29:23 -040027
Joey Armstrongccab2cf2024-04-06 18:00:59 -040028##--------------------##
29##---] INCLUDES [---##
30##--------------------##
31include $(onf-mk-top)/lint/groovy/command.mk
Joey Armstrong0205d332023-04-11 17:29:23 -040032
Joey Armstrongccab2cf2024-04-06 18:00:59 -040033include $(onf-mk-top)/lint/groovy/help.mk
34include $(onf-mk-top)/lint/groovy/install.mk
35include $(onf-mk-top)/lint/groovy/groovy.mk
Joey Armstrong686d3b92023-09-15 17:59:59 -040036
Joey Armstrong0205d332023-04-11 17:29:23 -040037# [EOF]