Finish converting to .splintrc.
CVS patchset: 5919 CVS date: 2002/12/07 19:00:57
This commit is contained in:
parent
704ad49b02
commit
92dee513d2
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue