* update copyright info; add cc10 cyclomatic complexity check

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-07 21:52:10 +02:00
parent ddc78b10e3
commit c84e9935ec
3 changed files with 43 additions and 15 deletions

View File

@ -1 +1,21 @@
## Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
SUBDIRS=src SUBDIRS=src
# calculate the cyclomatic-complexity, which should not go over 10
cc10:
@pmccabe `find -name '*.c'` | sort -nr | awk '($$1 > 10)'

View File

@ -1,9 +1,9 @@
## Copyright (C) 2008 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## ##
## This program is free software; you can redistribute it and/or modify it ## This program is free software; you can redistribute it and/or modify
## under the terms of the GNU General Public License as published by the ## it under the terms of the GNU General Public License as published by
## Free Software Foundation; either version 3, or (at your option) any ## the Free Software Foundation; either version 3 of the License, or
## later version. ## (at your option) any later version.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -12,17 +12,9 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation, ## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
include $(top_srcdir)/gtest.mk
man_MANS= \ man_MANS= \
mu-find.1 \ mu.1
mu-index.1 \
mu-mkmdir.1 \
mu-msginfo.1 \
mu.7 \
mu.conf.5 \
mu-bookmarks.conf.5
dist_man_MANS = $(man_MANS) dist_man_MANS = $(man_MANS)

View File

@ -1,3 +1,19 @@
## Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
INCLUDES=$(XAPIAN_CXXFLAGS) $(GMIME_CFLAGS) $(GLIB_CFLAGS) INCLUDES=$(XAPIAN_CXXFLAGS) $(GMIME_CFLAGS) $(GLIB_CFLAGS)
bin_PROGRAMS= \ bin_PROGRAMS= \