blob: 2d0c12e8047ddc90919ab42848cad384fa46ccc6 [file] [log] [blame]
David Reissea2cba82009-03-30 21:35:00 +00001#
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
Bryan Duxbury6e292e52011-06-15 20:34:53 +000020DESTDIR ?= /
21
jfarrell5a900ea2013-08-18 10:54:52 -040022if HAVE_BUNDLER
jfarrell507740c2014-01-22 22:20:21 -050023
24all-local:
Jens Geyer79f988c2014-10-03 20:42:54 +020025 $(BUNDLER) install
26 $(BUNDLER) exec rake
Kevin Clark4bd89162008-07-08 00:47:49 +000027
28install-exec-hook:
Jens Geyer79f988c2014-10-03 20:42:54 +020029 $(BUNDLER) exec rake install
Kevin Clark4bd89162008-07-08 00:47:49 +000030
31clean-local:
Jens Geyer79f988c2014-10-03 20:42:54 +020032 $(BUNDLER) exec rake clean
Kevin Clark4bd89162008-07-08 00:47:49 +000033
34check-local: all
Jens Geyer79f988c2014-10-03 20:42:54 +020035 $(BUNDLER) install
36 $(BUNDLER) exec rake
jfarrell507740c2014-01-22 22:20:21 -050037
Bryan Duxburyec473582009-04-07 16:31:04 +000038endif
39
jfarrell8fd8c632014-07-10 09:14:51 -040040EXTRA_DIST = \
Jens Geyer79f988c2014-10-03 20:42:54 +020041 Rakefile \
42 Gemfile \
43 thrift.gemspec \
44 lib \
45 ext \
46 benchmark \
47 script \
48 spec \
49 README.md