add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5651 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
16
Makefile.am.common
Normal file
16
Makefile.am.common
Normal file
@@ -0,0 +1,16 @@
|
||||
# $Id$
|
||||
|
||||
include $(top_srcdir)/cf/Makefile.am.common
|
||||
|
||||
LEXLIB = @LEXLIB@
|
||||
|
||||
SUFFIXES += .x
|
||||
|
||||
.x.c:
|
||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||
|
||||
check-local::
|
||||
@foo='$(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)'; \
|
||||
for i in $$foo; do \
|
||||
if ./$$i --help > /dev/null 2>&1; then :; \
|
||||
else echo "*** $$i failed check ***"; fi; done
|
Reference in New Issue
Block a user