Create temporary empty checkapi target so no Windows buildbo build error

svn path=/trunk/; revision=25334
This commit is contained in:
Bill Meier 2008-05-20 23:50:10 +00:00
parent 34b16e6223
commit aaeee9acca
1 changed files with 15 additions and 2 deletions

View File

@ -1045,8 +1045,21 @@ clean-deps:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd ..
checkapi:
checkapi_local:
$(PERL) tools/checkAPIs.pl *.c
# $(wireshark_SOURCES) \
# $(TSHARK_TAP_SRC)
# EXTRA_wireshark_SOURCES
# EXTRA_wireshark_SOURCES
checkapi: # checkapi_local
## cd wiretap
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ../codecs
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ../gtk
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ../epan
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ../plugins
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ..