This website requires JavaScript.
Explore
Help
Register
Sign In
valitydev
/
thrift
Watch
14
Star
0
Fork
0
You've already forked thrift
mirror of
https://github.com/valitydev/thrift.git
synced
2024-11-07 10:48:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2ca456a8ae
thrift
/
lib
/
java
/
Makefile.am
11 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add automake support for building the Java library. If java, javac, and ant are all available, the Java library will be built as part of the standard make target. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665494 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 22:07:39 +00:00
all
:
$(
ANT
)
install-exec-hook
:
$(
ANT
)
install
Make "make clean" rules a bit more standard. Summary: make-generic is some sort of internal undocumented thing. make-local is what is supposed to be used for this stuff. Also use $(RM) instead of "rm -f". Reviewed By: marc Test Plan: make clean git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665498 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 16:42:18 +00:00
clean-local
:
Add automake support for building the Java library. If java, javac, and ant are all available, the Java library will be built as part of the standard make target. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665494 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 22:07:39 +00:00
$(
ANT
)
clean
Make "make check" work properly for Python and Java. Summary: The Python and Java versions of "make check" only work if "make all" has been run. Our automake-fu isn't strong enough to make proper dependencies, so this hack suggested by Nitay will force the libraries to be built before make check is run. Test Plan: make check git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665497 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:03:17 +00:00
check-local
:
all
Reference in New Issue
Copy Permalink