Finish converting to .splintrc.

CVS patchset: 5919
CVS date: 2002/12/07 19:00:57
This commit is contained in:
jbj 2002-12-07 19:00:57 +00:00
parent 704ad49b02
commit 92dee513d2
4 changed files with 10 additions and 6 deletions

View File

@ -34,6 +34,8 @@ LIBBEECRYPT_LT_REVISION = 0
AUTOMAKE_OPTIONS = gnu check-news no-dependencies
LINT = splint
SUBDIRS = docs gas masm mwerks tests
SUFFIXES = .S
@ -76,9 +78,9 @@ sources:
@echo $(libbeecrypt_la_SOURCES:%=beecrypt/%) | sed -e 's,beecrypt/javaglue.c,,'
# XXX don't bite into javaglue.c (yet)
.PHONY: lclint
lclint:
lclint $(DEFS) $(INCLUDES) $(libbeecrypt_la_SOURCES:javaglue.c=) tests/beetest.c
.PHONY: lint
lint:
$(LINT) $(DEFS) $(INCLUDES) $(libbeecrypt_la_SOURCES:javaglue.c=) tests/beetest.c
.PHONY: listobjs
listobjs:

View File

@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = 1.4 foreign
LINT = splint
PYVER= @WITH_PYTHON_VERSION@
SUBDIRS = rpmdb test
@ -69,6 +71,6 @@ splint_srcs = hash.c upgrade.c \
rpmal-py.c rpmds-py.c rpmfd-py.c rpmfi-py.c rpmmi-py.c \
rpmrc-py.c rpmte-py.c rpmts-py.c
.PHONY: lclint
lclint:
lclint $(DEFS) $(INCLUDES) $(splint_srcs)
.PHONY: lint
lint:
$(LINT) $(DEFS) $(INCLUDES) $(splint_srcs)