Add Makefile.common files for epan/dfilter and epan/ftypes.
[metze/wireshark/wip.git] / Makefile.am
index 45bc71d9b81418cc1d0fd21c5546f08b248cb9da..be4acf4b047debe14a5826d34e50a3c24979455b 100644 (file)
@@ -986,3 +986,33 @@ osx-package: osx-app
 clean-local:
        rm -rf $(top_stagedir)
 
+checkapi_local:
+       $(PERL) tools/checkAPIs.pl \
+       $(TSHARK_TAP_SRC)
+#      $(wireshark_SOURCES)
+#      $(EXTRA_wireshark_SOURCES)
+
+checkapi: checkapi_local
+       cd wiretap
+       $(MAKE) checkapi
+       cd ../codecs
+       $(MAKE) checkapi
+       cd ../gtk
+##     $(MAKE) checkapi
+       cd ../epan
+##     $(MAKE) checkapi
+       cd ../epan/crypt
+##     $(MAKE) checkapi
+       cd ../dfilter
+       $(MAKE) checkapi
+       cd ../ftypes
+##     $(MAKE) checkapi
+       cd ../wslua
+##     $(MAKE) checkapi
+       cd ../dissectors
+       $(MAKE) checkapi
+       cd ..
+       cd ../plugins
+       $(MAKE) checkapi
+       cd ../wsutil
+       $(MAKE) checkapi