]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/hs/Makefile.am
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / lib / hs / Makefile.am
CommitLineData
f67539c2
TL
1#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
20EXTRA_DIST = \
21 coding_standards.md \
22 CMakeLists.txt \
23 LICENSE \
24 README.md \
25 Setup.lhs \
26 TODO \
27 thrift.cabal \
28 src \
29 test
30
31all-local:
32 $(CABAL) update
33 $(CABAL) install
34
35install-exec-hook:
36 $(CABAL) install
37
38# Make sure this doesn't fail if Haskell is not configured.
39clean-local:
40 $(CABAL) clean
41
42dist-local:
43 $(CABAL) sdist
44
45maintainer-clean-local:
46 $(CABAL) clean
47
48check-local:
49 $(CABAL) check
50 $(CABAL) install --only-dependencies --enable-tests
51 $(CABAL) configure --enable-tests
52 $(CABAL) build
53 $(CABAL) test