Blob Blame History Raw
## Copyright (C) 2017-2020 Red Hat.

## You should have received a copy of the GNU General Public License v3
## along with this program; see the file COPYING3.  If not see
## <http://www.gnu.org/licenses/>.

## Process this file with automake to produce Makefile.in.

if COND_TESTS
  MAYBE_TESTS = tests
endif

if COND_ANNOCHECK
  MAYBE_ANNOCHECK = annocheck
endif

if COND_CLANG
  MAYBE_CLANG = clang-plugin
endif

if COND_LLVM
  MAYBE_LLVM = llvm-plugin
endif

SUBDIRS = gcc-plugin doc $(MAYBE_TESTS) $(MAYBE_ANNOCHECK) $(MAYBE_CLANG) $(MAYBE_LLVM)
dist_doc_DATA = LICENSE COPYING3
ACLOCAL_AMFLAGS = -I config