Adding release file
[o-du/l2.git] / src / build / common / rsys_fancy.mak
1 ################################################################################
2 #   Copyright (c) [2017-2019] [Radisys]                                        #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16
17 #********************************************************************20**
18 #
19 #       Name:   RSYS FANCY MAKE OUTOUT
20 #
21 #       Type:   Makefile
22 #
23 #       Desc:   To control fancy features in the build process
24 #
25 #
26 #       File:   rsys_fancy.mak
27 #
28 #********************************************************************21*/
29
30 #-----------------------------------------------------------------------
31 # FANCY STUFF... you can play around with this if you want to
32 COLOR_RED=\e[31m\e[1m
33 COLOR_GREEN=\e[32m\e[1m
34 COLOR_YELLOW=\e[33m\e[1m
35 COLOR_BLUE=\e[34m\e[1m
36 COLOR_MAG=\e[35m\e[1m
37 COLOR_CYAN=\e[36m\e[1m
38 REVERT_COLOR=\e[m
39
40 #-----------------------------------------------------------------------
41 # DO NOT EDIT THIS SECTION
42 ifeq ($(VERBOSE),YES)
43 export QUIET=
44 MK_QUIET=
45 else
46 export QUIET=@ 
47 MK_QUIET=-s # Make works in quite mode
48 endif
49