blob: 34af49c358be28750f9c956dc975a6d7bc67d431 [file] [log] [blame]
Nathan Knuth84dfd2e2016-09-16 15:06:34 -07001#
2# Copyright 2016 the original author or authors.
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
Nathan Knuthadcc5562016-09-19 01:44:06 -070017##
18## Makefile Setup
19##
20
21## VERBOSE Option
Nathan Knuth84dfd2e2016-09-16 15:06:34 -070022# Set V (for VERBOSE) on the comand line (make V=1) to see additional
23# output
24ifeq ("$(origin V)", "command line")
25export Q=
26else
27export Q=@
28export MAKEFLAGS+=--no-print-directory
29endif
30
Nathan Knuthadcc5562016-09-19 01:44:06 -070031## Common commands
Nathan Knuth84dfd2e2016-09-16 15:06:34 -070032FLAKE8:=flake8