Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlunit-test / repo / third_party / nlbuild-autotools / repo / automake / pre / macros / pretty.am
1 #
2 #    Copyright 2016 Nest Labs Inc. All Rights Reserved.
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 #
18 #    Description:
19 #      This file defines automake variables for performing coding
20 #      style formatting and checking.
21 #
22
23 AM_V_PRETTY          = $(am__v_PRETTY_$(V))
24 am__v_PRETTY_        = $(am__v_PRETTY_$(AM_DEFAULT_VERBOSITY))
25 am__v_PRETTY_0       = echo "  PRETTY   $${file}";
26 am__v_PRETTY_1       = 
27
28 AM_V_PRETTY_CHECK    = $(am__v_PRETTY_CHECK_$(V))
29 am__v_PRETTY_CHECK_  = $(am__v_PRETTY_CHECK_$(AM_DEFAULT_VERBOSITY))
30 am__v_PRETTY_CHECK_0 = echo "  PRETTY   $${file}";
31 am__v_PRETTY_CHECK_1 = 
32
33 # PRETTY_FILES
34 #
35 # This defines the collection of files against which the PRETTY and
36 # PRETTY_CHECK profiles will be invoked for the 'pretty' and
37 # 'pretty-check' targets, respectively.
38 #
39 # This defaults to SOURCES and HEADERS and may be overriden or
40 # appended to.
41
42 PRETTY_FILES    ?= $(SOURCES) $(HEADERS)
43
44 # PRETTY_SUBDIRS
45 #
46 # This defines the subdirectories for which the recursive 'pretty' and
47 # 'pretty-check' targets will run against.
48 #
49 # This defaults to SUBDIRS and may be overridden or appended to.
50
51 PRETTY_SUBDIRS  ?= $(SUBDIRS)
52