Thanks to David for the changes that straighten the makefiles out.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739024
13f79535-47bb-0310-9956-
ffa450edef68
if/Makefile
test/Makefile
test/py/Makefile
- test/java/Makefile
test/rb/Makefile
])
$$ANT clean
check-local: all
+ $(ANT) test
+
SUBDIRS =
-if WITH_JAVA
-SUBDIRS += java
-endif
-
if WITH_PYTHON
SUBDIRS += py
endif
gen-cpp/SecondService.cpp \
gen-cpp/ThriftTest_constants.cpp \
gen-cpp/ThriftTest.cpp \
- gen-cpp/ThriftTest_types.cpp
+ gen-cpp/ThriftTest_types.cpp \
+ ThriftTest_extras.cpp
libtestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la
+++ /dev/null
-check:
- $(ANT) test
-
-# Make sure this doesn't fail if ant is not configured.
-clean-local:
- ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \
- $$ANT clean
-