Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
c11734efaca5e67a394997548293d940124de42f
/
.
/
lib
/
java
/
Makefile.am
blob: e878ae99ad7ef78d15f77b87f00edf2ed8578839 [
file
] [
log
] [
blame
]
EXTRA_DIST
=
build
.
xml src LICENSE
all
-
local
:
$
(
ANT
)
install
-
exec
-
hook
:
$
(
ANT
)
install
# Make sure this doesn't fail if ant is not configured.
clean
-
local
:
ANT
=
$
(
ANT
)
;
if
test
-
z
"$$ANT"
;
then
ANT
=:
;
fi
;
\
$$ANT clean
check
-
local
:
all