summaryrefslogtreecommitdiff
path: root/testsuite/utils/check-api-annotations/ghc.mk
blob: f2af7d0d2c37883edd5c62bee11994d702cf236c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -----------------------------------------------------------------------------
#
# (c) 2009 The University of Glasgow
#
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
#      http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
#      http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------

testsuite/utils/check-api-annotations_USES_CABAL                   = YES
testsuite/utils/check-api-annotations_PACKAGE                      = check-api-annotations
testsuite/utils/check-api-annotations_dist-install_PROGNAME        = check-api-annotations
testsuite/utils/check-api-annotations_dist-install_INSTALL         = NO
testsuite/utils/check-api-annotations_dist-install_INSTALL_INPLACE = YES
$(eval $(call build-prog,testsuite/utils/check-api-annotations,dist-install,2))

testsuite_utils: $(testsuite/utils/check-api-annotations_dist-install_INPLACE)