aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2015-11-16 11:24:58 -0500
committerThomas Van Lenten <thomasvl@google.com>2015-11-16 11:29:59 -0500
commit42f2eee932fe595671bc9d9eb0680038b03cdfe3 (patch)
treebbdc7211194132a15cb23f20c406687155ec6bcd /Makefile.am
parent8b31d7410aabefc2e93f85e13f44846ddfa0f135 (diff)
downloadprotobuf-42f2eee932fe595671bc9d9eb0680038b03cdfe3.tar.gz
protobuf-42f2eee932fe595671bc9d9eb0680038b03cdfe3.tar.bz2
protobuf-42f2eee932fe595671bc9d9eb0680038b03cdfe3.zip
Cleanups of deps and ignores for conformance
- Hopefully complete the deps for other languages for the generated conformance proto sources. - List the generated sources for cleanup by make's clean rules. - Make the toplevel nuke the pyc files that can get created in the ObjC dir.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a26fa1b..694d73a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,10 @@ clean-local:
if test -e conformance/Makefile; then \
echo "Making clean in conformance"; \
cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
+ fi; \
+ if test -e objectivec/DevTools; then \
+ echo "Cleaning any ObjC pyc files"; \
+ rm -f objectivec/DevTools/*.pyc; \
fi
pkgconfigdir = $(libdir)/pkgconfig