|
From: <csi...@li...> - 2008-05-26 09:47:41
|
Revision: 1311
http://csipc2.svn.sourceforge.net/csipc2/?rev=1311&view=rev
Author: warcamel
Date: 2008-05-26 02:47:37 -0700 (Mon, 26 May 2008)
Log Message:
-----------
- removed frontend.doxygen cause not needed anymore
- added Makefile.in to svn:ignore
- removed unneeded personal files as Makefiles or anjuta project files
Removed Paths:
-------------
trunk/doc/frontend.Doxyfile
trunk/src/cluster/csi_dbtool/Makefile
trunk/src/cluster/csi_dbtool/csi_dbtool.anjuta
trunk/src/cluster/csi_dbtool/mpd.hosts
trunk/src/cluster/csi_dbtool/run.sh
trunk/src/cluster/database/main.anjuta
trunk/src/cluster/feature_extraction/experimental/Makefile
trunk/src/cluster/feature_extraction/experimental/main.anjuta
trunk/src/cluster/feature_extraction/experimental/run.sh
trunk/src/tests/performance/cluster/template_matching/speed_iris/Makefile
trunk/src/tests/performance/cluster/template_matching/speed_iris/hamming.anjuta
Property Changed:
----------------
trunk/
trunk/doc/
trunk/src/
trunk/src/cluster/
trunk/src/cluster/ccd/
trunk/src/cluster/csi_dbtool/
trunk/src/cluster/database/
trunk/src/cluster/feature_extraction/
trunk/src/cluster/feature_extraction/experimental/
trunk/src/cluster/feature_extraction/fingerprint/
trunk/src/cluster/template_matching/
trunk/src/cluster/template_matching/bozorth3/
trunk/src/shared/
trunk/src/tests/
trunk/src/tests/ccd_connection/
trunk/src/tests/performance/
trunk/src/tests/performance/cluster/
trunk/src/tests/performance/cluster/template_matching/
trunk/src/tests/performance/cluster/template_matching/speed_iris/
trunk/src/tests/unit/
trunk/src/tests/unit/cluster/
trunk/src/tests/unit/cluster/template_matching/
trunk/src/tests/unit/shared/
trunk/src/tools/
trunk/src/tools/misc_dev/
trunk/src/tools/misc_dev/man1/
Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
- autom4te.cache
aclocal.m4
configure
depcomp
install-sh
missing
config.status
.project
.cproject
.settings
bin
build
+ autom4te.cache
aclocal.m4
configure
depcomp
install-sh
missing
config.status
.project
.cproject
.settings
bin
build
Makefile.in
config.h.in
Property changes on: trunk/doc
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/doc/frontend.Doxyfile
===================================================================
--- trunk/doc/frontend.Doxyfile 2008-05-24 00:27:55 UTC (rev 1310)
+++ trunk/doc/frontend.Doxyfile 2008-05-26 09:47:37 UTC (rev 1311)
@@ -1,231 +0,0 @@
-# Doxyfile 1.5.3
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = CSI:PC2--- Frontend
-PROJECT_NUMBER = 0.3
-OUTPUT_DIRECTORY = csi-frontend/
-CREATE_SUBDIRS = NO
-OUTPUT_LANGUAGE = English
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = YES
-ABBREVIATE_BRIEF = "The $name class" "The $name widget" "The $name file" is provides specifies contains represents a an the
-ALWAYS_DETAILED_SEC = NO
-INLINE_INHERITED_MEMB = NO
-FULL_PATH_NAMES = NO
-STRIP_FROM_PATH =
-STRIP_FROM_INC_PATH =
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = NO
-QT_AUTOBRIEF = NO
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = YES
-SEPARATE_MEMBER_PAGES = NO
-TAB_SIZE = 8
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = NO
-OPTIMIZE_OUTPUT_JAVA = NO
-BUILTIN_STL_SUPPORT = NO
-CPP_CLI_SUPPORT = NO
-DISTRIBUTE_GROUP_DOC = NO
-SUBGROUPING = YES
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-EXTRACT_ALL = NO
-EXTRACT_PRIVATE = NO
-EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = YES
-EXTRACT_ANON_NSPACES = NO
-HIDE_UNDOC_MEMBERS = YES
-HIDE_UNDOC_CLASSES = YES
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = YES
-SORT_BRIEF_DOCS = NO
-SORT_BY_SCOPE_NAME = NO
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST = YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 30
-SHOW_USED_FILES = YES
-SHOW_DIRECTORIES = NO
-FILE_VERSION_FILTER =
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET = NO
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE =
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = ../src/frontend ../src/shared
-INPUT_ENCODING = UTF-8
-FILE_PATTERNS = *.c *.cpp *.h *.hpp *.C *.C++ *.H *.H++
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
-EXCLUDE_SYMBOLS =
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS = *
-EXAMPLE_RECURSIVE = NO
-IMAGE_PATH =
-INPUT_FILTER =
-FILTER_PATTERNS =
-FILTER_SOURCE_FILES = NO
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER = NO
-INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = NO
-REFERENCES_RELATION = NO
-REFERENCES_LINK_SOURCE = YES
-USE_HTAGS = NO
-VERBATIM_HEADERS = YES
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
-IGNORE_PREFIX =
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML = YES
-HTML_OUTPUT = html
-HTML_FILE_EXTENSION = .html
-HTML_HEADER =
-HTML_FOOTER =
-HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-HTML_DYNAMIC_SECTIONS = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = NO
-TOC_EXPAND = NO
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = YES
-TREEVIEW_WIDTH = 250
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX = YES
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = YES
-PAPER_TYPE = a4
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = YES
-USE_PDFLATEX = YES
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = NO
-RTF_HYPERLINKS = NO
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN = YES
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML = NO
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-XML_PROGRAMLISTING = YES
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF = NO
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH =
-INCLUDE_FILE_PATTERNS =
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-TAGFILES =
-GENERATE_TAGFILE =
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = NO
-MSCGEN_PATH =
-HIDE_UNDOC_RELATIONS = YES
-HAVE_DOT = NO
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
-GROUP_GRAPHS = YES
-UML_LOOK = YES
-TEMPLATE_RELATIONS = NO
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
-CALL_GRAPH = YES
-CALLER_GRAPH = NO
-GRAPHICAL_HIERARCHY = YES
-DIRECTORY_GRAPH = YES
-DOT_IMAGE_FORMAT = png
-DOT_PATH =
-DOTFILE_DIRS =
-DOT_GRAPH_MAX_NODES = 50
-MAX_DOT_GRAPH_DEPTH = 1000
-DOT_TRANSPARENT = NO
-DOT_MULTI_TARGETS = NO
-GENERATE_LEGEND = YES
-DOT_CLEANUP = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = YES
Property changes on: trunk/src
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Property changes on: trunk/src/cluster
___________________________________________________________________
Name: svn:ignore
- aclocal.m4
configure.in
autom4te.cache
+ aclocal.m4
configure.in
autom4te.cache
Makefile.in
Property changes on: trunk/src/cluster/ccd
___________________________________________________________________
Name: svn:ignore
- ccd
bin
include
lib
+ ccd
bin
include
lib
Makefile.in
Property changes on: trunk/src/cluster/csi_dbtool
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/src/cluster/csi_dbtool/Makefile
===================================================================
--- trunk/src/cluster/csi_dbtool/Makefile 2008-05-24 00:27:55 UTC (rev 1310)
+++ trunk/src/cluster/csi_dbtool/Makefile 2008-05-26 09:47:37 UTC (rev 1311)
@@ -1,657 +0,0 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
-# src/cluster/csi_dbtool/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-# Makefile.am
-#
-# Automake configuration
-# Author: Christoph Konersmann <c_...@up...>
-# Date : 10.03.2008
-#
-
-
-pkgdatadir = $(datadir)/csi-pc2
-pkglibdir = $(libdir)/csi-pc2
-pkgincludedir = $(includedir)/csi-pc2
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-bin_PROGRAMS = csi_dbtool$(EXEEXT)
-subdir = src/cluster/csi_dbtool
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(bin_PROGRAMS)
-am_csi_dbtool_OBJECTS = csi_dbtool.$(OBJEXT) database.$(OBJEXT) \
- database_ext.$(OBJEXT) db_helpers.$(OBJEXT) service.$(OBJEXT) \
- normalize.$(OBJEXT) direction.$(OBJEXT) \
- corepoint_detection.$(OBJEXT) thining.$(OBJEXT) \
- minutia_extraction.$(OBJEXT) feat_ext_fingerprint.$(OBJEXT)
-csi_dbtool_OBJECTS = $(am_csi_dbtool_OBJECTS)
-am__DEPENDENCIES_1 =
-DEFAULT_INCLUDES = -I. -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
-SOURCES = $(csi_dbtool_SOURCES)
-DIST_SOURCES = $(csi_dbtool_SOURCES)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run aclocal-1.10
-ADMXRC2_LIB =
-AMTAR = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run tar
-AR = ar
-AUTOCONF = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run autoconf
-AUTOHEADER = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run autoheader
-AUTOMAKE = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run automake-1.10
-AWK = gawk
-
-# Use MPICC an compiler
-CC = /usr/bin/mpicc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -Wall -g
-CHECK_CFLAGS =
-CHECK_LIBS =
-CPP = gcc -E
-CPPFLAGS =
-CSI_EXPERIMENTAL_EXTRACTION_INC = -I${top_srcdir}/src/cluster/feature_extraction/experimental/
-CSI_EXPERIMENTAL_EXTRACTION_LIB = ${top_builddir}/src/cluster/feature_extraction/experimental/libcsipc2_extraction.la
-CSI_EXTRACTION_INC = -I${top_srcdir}/src/cluster/feature_extraction/fingerprint/csi/
-CSI_EXTRACTION_LIB = ${top_builddir}/src/cluster/feature_extraction/fingerprint/csi/libcsipc2_extraction.la
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DATABASE_LIB = ${top_builddir}/src/cluster/database/libcsipc2_database.a
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-ECHO = echo
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = g77
-FFLAGS = -g -O2
-GLOBAL_INCLUDE = -I${top_srcdir}/src/shared -I${top_srcdir}/src/cluster/database -I/usr/lib/mpich/include -I${top_srcdir}/src/cluster/feature_extraction/fingerprint -I${top_srcdir}/src/cluster/ccd -I${top_srcdir}/src/cluster/template_matching -I${top_srcdir}/src/cluster/template_matching/bozorth3 -I
-GREP = /bin/grep
-GTK2_INCS = -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1
-GTK2_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LDFLAGS = -L/media/scratch/ImageMagick/lib
-LIBOBJS =
-LIBS = -lm
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LN_S = ln -s
-LTLIBOBJS =
-MAGICK_INCS = -g -O2 -Wall -W -pthread -I/media/scratch/ImageMagick/include
-MAGICK_LIBS = -lMagick -ljpeg -lXext -lSM -lICE -lX11 -lz -lpthread -lm -lpthread -lWand -lMagick
-MAKEINFO = ${SHELL} /media/scratch/workspace/CSI:PC2/build-aux/missing --run makeinfo
-MATCHING_LIBS = ${top_builddir}/src/cluster/template_matching/libcsipc2_matching.a ${top_builddir}/src/cluster/template_matching/bozorth3/libbozorth3_matching.a
-MINDTCT_INC = -I${top_srcdir}/src/cluster/feature_extraction/fingerprint/mindtct/
-MINDTCT_LIB = ${top_builddir}/src/cluster/feature_extraction/fingerprint/mindtct/libmindtct.la
-MKDIR_P = /bin/mkdir -p
-NBIS_EXTRACTION_INC = ${MINDTCT_INC} -I${top_srcdir}/src/cluster/feature_extraction/fingerprint/
-NBIS_EXTRACTION_LIB = ${MINDTCT_LIB} ${top_builddir}/src/cluster/feature_extraction/fingerprint/libnbis_extraction.a
-OBJEXT = o
-PACKAGE = csi-pc2
-PACKAGE_BUGREPORT = pg...@li...
-PACKAGE_NAME = csi-pc2
-PACKAGE_STRING = csi-pc2 0.3
-PACKAGE_TARNAME = csi-pc2
-PACKAGE_VERSION = 0.3
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE =
-SHARED_LIBS = ${top_builddir}/src/shared/libcsipc2.a
-SHELL = /bin/bash
-STRIP = strip
-VERSION = 0.3
-abs_builddir = /media/scratch/workspace/CSI:PC2/src/cluster/csi_dbtool
-abs_srcdir = /media/scratch/workspace/CSI:PC2/src/cluster/csi_dbtool
-abs_top_builddir = /media/scratch/workspace/CSI:PC2
-abs_top_srcdir = /media/scratch/workspace/CSI:PC2
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = g77
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias =
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias =
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /media/scratch/workspace/CSI:PC2/build-aux/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-mpicc = /usr/bin/mpicc
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /opt/csipc2
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_builddir = ../../..
-top_srcdir = ../../..
-
-# Global includes and libraries
-INCLUDES = -I${top_srcdir}/src/shared -I${top_srcdir}/src/cluster/database -I/usr/lib/mpich/include -I${top_srcdir}/src/cluster/feature_extraction/fingerprint -I${top_srcdir}/src/cluster/ccd -I${top_srcdir}/src/cluster/template_matching -I${top_srcdir}/src/cluster/template_matching/bozorth3 -I -I${top_srcdir}/src/cluster/feature_extraction/experimental/ -g -O2 -Wall -W -pthread -I/media/scratch/ImageMagick/include
-LDADD = ${top_builddir}/src/cluster/template_matching/libcsipc2_matching.a ${top_builddir}/src/cluster/template_matching/bozorth3/libbozorth3_matching.a ${top_builddir}/src/cluster/database/libcsipc2_database.a ${top_builddir}/src/shared/libcsipc2.a ${top_builddir}/src/cluster/feature_extraction/experimental/libcsipc2_extraction.la
-csi_dbtool_LDADD = ${LDADD} -lMagick -ljpeg -lXext -lSM -lICE -lX11 -lz -lpthread -lm -lpthread -lWand -lMagick -ltiff -ljpeg -L/pc2fs/work/group/pg-csi/users/warcamel/csi-source/ext
-csi_dbtool_DEPENDENCIES = ${LDADD}
-csi_dbtool_SOURCES = csi_dbtool.c \
- ../database/database.c \
- ../database/database_ext.c \
- ../database/db_helpers.c \
- ../feature_extraction/experimental/service.c \
- ../feature_extraction/experimental/01_normalize/normalize.c \
- ../feature_extraction/experimental/02_direction/direction.c \
- ../feature_extraction/experimental/03_corepoint_detection/corepoint_detection.c \
- ../feature_extraction/experimental/04_thining/thining.c \
- ../feature_extraction/experimental/05_minutia_extraction/minutia_extraction.c \
- ../feature_extraction/experimental/feat_ext_fingerprint.c
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/cluster/csi_dbtool/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/cluster/csi_dbtool/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
- else :; fi; \
- done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
- rm -f "$(DESTDIR)$(bindir)/$$f"; \
- done
-
-clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
-csi_dbtool$(EXEEXT): $(csi_dbtool_OBJECTS) $(csi_dbtool_DEPENDENCIES)
- @rm -f csi_dbtool$(EXEEXT)
- $(LINK) $(csi_dbtool_OBJECTS) $(csi_dbtool_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/corepoint_detection.Po
-include ./$(DEPDIR)/csi_dbtool.Po
-include ./$(DEPDIR)/database.Po
-include ./$(DEPDIR)/database_ext.Po
-include ./$(DEPDIR)/db_helpers.Po
-include ./$(DEPDIR)/direction.Po
-include ./$(DEPDIR)/feat_ext_fingerprint.Po
-include ./$(DEPDIR)/minutia_extraction.Po
-include ./$(DEPDIR)/normalize.Po
-include ./$(DEPDIR)/service.Po
-include ./$(DEPDIR)/thining.Po
-
-.c.o:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(COMPILE) -c $<
-
-.c.obj:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
- $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-# source='$<' object='$@' libtool=yes \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(LTCOMPILE) -c -o $@ $<
-
-database.o: ../database/database.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT database.o -MD -MP -MF $(DEPDIR)/database.Tpo -c -o database.o `test -f '../database/database.c' || echo '$(srcdir)/'`../database/database.c
- mv -f $(DEPDIR)/database.Tpo $(DEPDIR)/database.Po
-# source='../database/database.c' object='database.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o database.o `test -f '../database/database.c' || echo '$(srcdir)/'`../database/database.c
-
-database.obj: ../database/database.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT database.obj -MD -MP -MF $(DEPDIR)/database.Tpo -c -o database.obj `if test -f '../database/database.c'; then $(CYGPATH_W) '../database/database.c'; else $(CYGPATH_W) '$(srcdir)/../database/database.c'; fi`
- mv -f $(DEPDIR)/database.Tpo $(DEPDIR)/database.Po
-# source='../database/database.c' object='database.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o database.obj `if test -f '../database/database.c'; then $(CYGPATH_W) '../database/database.c'; else $(CYGPATH_W) '$(srcdir)/../database/database.c'; fi`
-
-database_ext.o: ../database/database_ext.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT database_ext.o -MD -MP -MF $(DEPDIR)/database_ext.Tpo -c -o database_ext.o `test -f '../database/database_ext.c' || echo '$(srcdir)/'`../database/database_ext.c
- mv -f $(DEPDIR)/database_ext.Tpo $(DEPDIR)/database_ext.Po
-# source='../database/database_ext.c' object='database_ext.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o database_ext.o `test -f '../database/database_ext.c' || echo '$(srcdir)/'`../database/database_ext.c
-
-database_ext.obj: ../database/database_ext.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT database_ext.obj -MD -MP -MF $(DEPDIR)/database_ext.Tpo -c -o database_ext.obj `if test -f '../database/database_ext.c'; then $(CYGPATH_W) '../database/database_ext.c'; else $(CYGPATH_W) '$(srcdir)/../database/database_ext.c'; fi`
- mv -f $(DEPDIR)/database_ext.Tpo $(DEPDIR)/database_ext.Po
-# source='../database/database_ext.c' object='database_ext.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o database_ext.obj `if test -f '../database/database_ext.c'; then $(CYGPATH_W) '../database/database_ext.c'; else $(CYGPATH_W) '$(srcdir)/../database/database_ext.c'; fi`
-
-db_helpers.o: ../database/db_helpers.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT db_helpers.o -MD -MP -MF $(DEPDIR)/db_helpers.Tpo -c -o db_helpers.o `test -f '../database/db_helpers.c' || echo '$(srcdir)/'`../database/db_helpers.c
- mv -f $(DEPDIR)/db_helpers.Tpo $(DEPDIR)/db_helpers.Po
-# source='../database/db_helpers.c' object='db_helpers.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o db_helpers.o `test -f '../database/db_helpers.c' || echo '$(srcdir)/'`../database/db_helpers.c
-
-db_helpers.obj: ../database/db_helpers.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT db_helpers.obj -MD -MP -MF $(DEPDIR)/db_helpers.Tpo -c -o db_helpers.obj `if test -f '../database/db_helpers.c'; then $(CYGPATH_W) '../database/db_helpers.c'; else $(CYGPATH_W) '$(srcdir)/../database/db_helpers.c'; fi`
- mv -f $(DEPDIR)/db_helpers.Tpo $(DEPDIR)/db_helpers.Po
-# source='../database/db_helpers.c' object='db_helpers.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o db_helpers.obj `if test -f '../database/db_helpers.c'; then $(CYGPATH_W) '../database/db_helpers.c'; else $(CYGPATH_W) '$(srcdir)/../database/db_helpers.c'; fi`
-
-service.o: ../feature_extraction/experimental/service.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT service.o -MD -MP -MF $(DEPDIR)/service.Tpo -c -o service.o `test -f '../feature_extraction/experimental/service.c' || echo '$(srcdir)/'`../feature_extraction/experimental/service.c
- mv -f $(DEPDIR)/service.Tpo $(DEPDIR)/service.Po
-# source='../feature_extraction/experimental/service.c' object='service.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o service.o `test -f '../feature_extraction/experimental/service.c' || echo '$(srcdir)/'`../feature_extraction/experimental/service.c
-
-service.obj: ../feature_extraction/experimental/service.c
- $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(C...
[truncated message content] |
|
From: <csi...@li...> - 2008-05-27 22:41:48
|
Revision: 1515
http://csipc2.svn.sourceforge.net/csipc2/?rev=1515&view=rev
Author: warcamel
Date: 2008-05-27 15:41:43 -0700 (Tue, 27 May 2008)
Log Message:
-----------
- modified insert gpl script to support java files
- added GPL header to all source files
Modified Paths:
--------------
trunk/Makefile.am
trunk/config.sh
trunk/configure.in
trunk/doc/Makefile.am
trunk/doc/cluster.Doxyfile.in
trunk/doc/frontend.Doxyfile.in
trunk/doc/insert_gpl.sh
trunk/src/Makefile.am
trunk/src/cluster/Makefile.am
trunk/src/cluster/ccd/Makefile.am
trunk/src/cluster/ccd/ccd.c
trunk/src/cluster/ccd/ccd_config.c
trunk/src/cluster/ccd/ccd_config.h
trunk/src/cluster/ccd/ccd_logging.c
trunk/src/cluster/ccd/ccd_logging.h
trunk/src/cluster/ccd/ccd_matching.c
trunk/src/cluster/ccd/ccd_matching.h
trunk/src/cluster/ccd/ccd_methods.c
trunk/src/cluster/ccd/ccd_methods.h
trunk/src/cluster/ccd/ccd_networking.c
trunk/src/cluster/ccd/ccd_networking.h
trunk/src/cluster/ccd/ccd_worker.c
trunk/src/cluster/ccd/ccd_worker.h
trunk/src/cluster/ccd/fpga_utils.c
trunk/src/cluster/ccd/fpga_utils.h
trunk/src/cluster/ccd/globaldefs.h
trunk/src/cluster/ccd/man1/Makefile.am
trunk/src/cluster/ccd/mpi_tags.h
trunk/src/cluster/csi_dbtool/Makefile.am
trunk/src/cluster/csi_dbtool/csi_dbtool.c
trunk/src/cluster/csi_dbtool/run.sh
trunk/src/cluster/database/Makefile.am
trunk/src/cluster/database/clustering.c
trunk/src/cluster/database/clustering.h
trunk/src/cluster/database/clustering_addtemplate.c
trunk/src/cluster/database/clustering_addtemplate.h
trunk/src/cluster/database/clustering_mpi.c
trunk/src/cluster/database/clustering_mpi.h
trunk/src/cluster/database/database.c
trunk/src/cluster/database/database.h
trunk/src/cluster/database/database_ext.c
trunk/src/cluster/database/database_ext.h
trunk/src/cluster/database/db_helpers.c
trunk/src/cluster/database/db_helpers.h
trunk/src/cluster/database/generate_templates.c
trunk/src/cluster/database/main.c
trunk/src/cluster/database/man1/Makefile.am
trunk/src/cluster/database/read_clusteringmetadata.c
trunk/src/cluster/feature_extraction/Makefile.am
trunk/src/cluster/feature_extraction/experimental/01_normalize/normalize.c
trunk/src/cluster/feature_extraction/experimental/01_normalize/normalize.h
trunk/src/cluster/feature_extraction/experimental/02_direction/direction.c
trunk/src/cluster/feature_extraction/experimental/02_direction/direction.h
trunk/src/cluster/feature_extraction/experimental/03_corepoint_detection/corepoint_detection.c
trunk/src/cluster/feature_extraction/experimental/03_corepoint_detection/corepoint_detection.h
trunk/src/cluster/feature_extraction/experimental/04_thining/thining.c
trunk/src/cluster/feature_extraction/experimental/04_thining/thining.h
trunk/src/cluster/feature_extraction/experimental/05_minutia_extraction/minutia_extraction.c
trunk/src/cluster/feature_extraction/experimental/05_minutia_extraction/minutia_extraction.h
trunk/src/cluster/feature_extraction/experimental/06_cluster_template/cluster_template.c
trunk/src/cluster/feature_extraction/experimental/06_cluster_template/cluster_template.h
trunk/src/cluster/feature_extraction/experimental/07_filterbank/filterbank_wrapper.c
trunk/src/cluster/feature_extraction/experimental/07_filterbank/filterbank_wrapper.h
trunk/src/cluster/feature_extraction/experimental/08_average_dist/average_dist.c
trunk/src/cluster/feature_extraction/experimental/08_average_dist/average_dist.h
trunk/src/cluster/feature_extraction/experimental/Makefile.am
trunk/src/cluster/feature_extraction/experimental/feat_ext_fingerprint.c
trunk/src/cluster/feature_extraction/experimental/feat_ext_fingerprint.h
trunk/src/cluster/feature_extraction/experimental/main.c
trunk/src/cluster/feature_extraction/experimental/run.sh
trunk/src/cluster/feature_extraction/experimental/service.c
trunk/src/cluster/feature_extraction/experimental/service.h
trunk/src/cluster/feature_extraction/fingerprint/Makefile.am
trunk/src/cluster/feature_extraction/fingerprint/advmindtct.c
trunk/src/cluster/feature_extraction/fingerprint/filterbank.c
trunk/src/cluster/feature_extraction/fingerprint/filterbank.h
trunk/src/cluster/feature_extraction/fingerprint/man1/Makefile.am
trunk/src/cluster/feature_extraction/fingerprint/mindtct/Makefile.am
trunk/src/cluster/feature_extraction/fingerprint/mindtct/binar.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/block.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/chaincod.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/contour.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/defs.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/detect.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/dft.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/free.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/getmin.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/globals.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/imgboost.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/imgboost.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/imgutil.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/init.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/isempty.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/lfs.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/line.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/link.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/log.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/log.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/loop.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/maps.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/matchpat.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/minutia.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/morph.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/morph.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/mytime.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/mytime.h
trunk/src/cluster/feature_extraction/fingerprint/mindtct/quality.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/remove.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/results.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/ridges.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/shape.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/sort.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/util.c
trunk/src/cluster/feature_extraction/fingerprint/mindtct/xytreps.c
trunk/src/cluster/feature_extraction/fingerprint/nbis_extraction_main.c
trunk/src/cluster/feature_extraction/fingerprint/nbis_feature_extraction.c
trunk/src/cluster/feature_extraction/fingerprint/nbis_feature_extraction.h
trunk/src/cluster/feature_extraction/iris/IrisCodeGenerator/IrisCode.cpp
trunk/src/cluster/feature_extraction/iris/IrisCodeGenerator/IrisCode.hpp
trunk/src/cluster/feature_extraction/iris/IrisCodeGenerator/main.cpp
trunk/src/cluster/feature_extraction/iris/NewIrisCodeMatcher/IrisCodeMatcher.cpp
trunk/src/cluster/feature_extraction/iris/NewIrisCodeMatcher/IrisCodeMatcher.hpp
trunk/src/cluster/feature_extraction/iris/NewIrisCodeMatcher/main.cpp
trunk/src/cluster/template_matching/Makefile.am
trunk/src/cluster/template_matching/bozorth3/Makefile.am
trunk/src/cluster/template_matching/bozorth3/bozorth.h
trunk/src/cluster/template_matching/bozorth3/bozorth3.c
trunk/src/cluster/template_matching/bozorth3/bz_alloc.c
trunk/src/cluster/template_matching/bozorth3/bz_array.h
trunk/src/cluster/template_matching/bozorth3/bz_drvrs.c
trunk/src/cluster/template_matching/bozorth3/bz_gbls.c
trunk/src/cluster/template_matching/bozorth3/bz_io.c
trunk/src/cluster/template_matching/bozorth3/bz_sort.c
trunk/src/cluster/template_matching/bozorth3_matching.c
trunk/src/cluster/template_matching/bozorth3_matching.h
trunk/src/cluster/template_matching/clustering_matching.c
trunk/src/cluster/template_matching/clustering_matching.h
trunk/src/cluster/template_matching/filterbank_matching.c
trunk/src/cluster/template_matching/filterbank_matching.h
trunk/src/cluster/template_matching/fingerprint_matching.c
trunk/src/cluster/template_matching/iris_matching.c
trunk/src/cluster/template_matching/iris_matching.h
trunk/src/cluster/template_matching/matching_utils.c
trunk/src/cluster/template_matching/matching_utils.h
trunk/src/cluster/template_matching/minutiae_matching.c
trunk/src/cluster/template_matching/minutiae_matching.h
trunk/src/shared/Makefile.am
trunk/src/shared/csi_config.h
trunk/src/shared/csi_math.c
trunk/src/shared/csi_math.h
trunk/src/shared/csi_results.c
trunk/src/shared/csi_results.h
trunk/src/shared/csi_serialization.c
trunk/src/shared/csi_serialization.h
trunk/src/shared/csi_struct.h
trunk/src/shared/csi_time.c
trunk/src/shared/csi_time.h
trunk/src/shared/csi_tools.c
trunk/src/shared/csi_tools.h
trunk/src/shared/image_utils.c
trunk/src/shared/image_utils.h
trunk/src/tests/Makefile.am
trunk/src/tests/ccd_connection/Makefile.am
trunk/src/tests/ccd_connection/ccd_connection.c
trunk/src/tests/ccd_connection/ccd_connection_funcs.c
trunk/src/tests/ccd_connection/ccd_connection_funcs.h
trunk/src/tests/ccd_connection/ccd_connection_gui.c
trunk/src/tests/ccd_connection/ccd_connection_gui_funcs.c
trunk/src/tests/ccd_connection/ccd_connection_gui_funcs.h
trunk/src/tests/ccd_connection/man1/Makefile.am
trunk/src/tests/performance/Makefile.am
trunk/src/tests/performance/speed_iris/Makefile.am
trunk/src/tests/performance/speed_iris/hamming.c
trunk/src/tests/performance/speed_iris/iris_matching.c
trunk/src/tests/performance/speed_iris/iris_matching.h
trunk/src/tests/unit/Makefile.am
trunk/src/tests/unit/cluster/Makefile.am
trunk/src/tests/unit/cluster/template_matching/Makefile.am
trunk/src/tests/unit/cluster/template_matching/check_matching_utils.c
trunk/src/tests/unit/cluster/template_matching/check_minutiae_matching.c
trunk/src/tests/unit/shared/Makefile.am
trunk/src/tests/unit/shared/check_csi_math.c
trunk/src/tools/Makefile.am
trunk/src/tools/fingerprint_ga/Makefile.am
trunk/src/tools/fingerprint_ga/fingerprint_ga.c
trunk/src/tools/fingerprint_testbed/Makefile.am
trunk/src/tools/fingerprint_testbed/fingerprint_testbed.c
trunk/src/tools/fingerprint_testbed/fingerprint_testbed.h
trunk/src/tools/fingerprint_testbed/fingerprint_testbed_main.c
trunk/src/tools/fingerprint_testbed/generate_all_graphs.sh
trunk/src/tools/fingerprint_testbed/generate_graphs.sh
trunk/src/tools/fingerprint_testbed/man1/Makefile.am
trunk/src/tools/management_gui/Makefile.am
trunk/src/tools/management_gui/mng_config.h
trunk/src/tools/management_gui/mng_funcs.c
trunk/src/tools/management_gui/mng_funcs.h
trunk/src/tools/management_gui/mng_main.c
trunk/src/tools/management_gui/mng_window.c
trunk/src/tools/management_gui/mng_window.h
trunk/src/tools/minutiae_vis/Makefile.am
trunk/src/tools/minutiae_vis/minutiae_vis.sh
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/MainFrame.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/MinutiaeVisualization.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/AbstractFileProcessor.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/BlockData.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/BlockType.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/CoreData.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/Data.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/MinutiaData.java
trunk/src/tools/minutiae_vis/src/de/upb/pc2/csi/tools/data/MinutiaeType.java
trunk/src/tools/misc_dev/Makefile.am
trunk/src/tools/misc_dev/csi2nbis.c
trunk/src/tools/misc_dev/csi_sizes.c
trunk/src/tools/misc_dev/csi_sizes.h
trunk/src/tools/misc_dev/man1/Makefile.am
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1 +1,21 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
SUBDIRS = doc src
Modified: trunk/config.sh
===================================================================
--- trunk/config.sh 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/config.sh 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,5 +1,25 @@
#!/bin/sh
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
# Utility script for developers only.
# Use this only if you know what you are doing.
#
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/configure.in 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
# configure.in
#
# Autoconf configuration
Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/doc/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
noinst_SCRIPTS = txt2man
EXTRA_DIST = txt2man
CLEANFILES = txt2man
Modified: trunk/doc/cluster.Doxyfile.in
===================================================================
--- trunk/doc/cluster.Doxyfile.in 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/doc/cluster.Doxyfile.in 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
# Doxyfile 1.5.3
#---------------------------------------------------------------------------
Modified: trunk/doc/frontend.Doxyfile.in
===================================================================
--- trunk/doc/frontend.Doxyfile.in 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/doc/frontend.Doxyfile.in 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
# Doxyfile 1.5.3
#---------------------------------------------------------------------------
Modified: trunk/doc/insert_gpl.sh
===================================================================
--- trunk/doc/insert_gpl.sh 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/doc/insert_gpl.sh 2008-05-27 22:41:43 UTC (rev 1515)
@@ -95,7 +95,7 @@
then
case "$file_type" in
# Programm files
- c | C | h | H | cpp | CPP | hpp | HPP )
+ c | C | h | H | cpp | CPP | hpp | HPP | java )
# Set c-type comment tags for source files
comment_begin=$comment_begin_c
comment=$comment_c
@@ -160,7 +160,7 @@
case "$2" in
# Programm files
- c | C | h | H | cpp | CPP | hpp | HPP )
+ c | C | h | H | cpp | CPP | hpp | HPP | java )
comment=$comment_c
check_a="`head -2 $1 | tail -1`"
;;
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1 +1,21 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
SUBDIRS = shared cluster tools tests
Modified: trunk/src/cluster/Makefile.am
===================================================================
--- trunk/src/cluster/Makefile.am 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1 +1,21 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
SUBDIRS = template_matching feature_extraction database ccd csi_dbtool
Modified: trunk/src/cluster/ccd/Makefile.am
===================================================================
--- trunk/src/cluster/ccd/Makefile.am 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+#
+# (C)Copyright 2008 CSI PC2 Project
+#
+# This file is part of the CSI PC2 software.
+#
+# The CSI PC2 software 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 2 of the
+# License, or (at your option) any later version.
+#
+# The CSI PC2 software 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 the CSI PC2 software. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+
# Makefile.am
#
# Automake configuration
Modified: trunk/src/cluster/ccd/ccd.c
===================================================================
--- trunk/src/cluster/ccd/ccd.c 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd.c 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD starting methods.
Modified: trunk/src/cluster/ccd/ccd_config.c
===================================================================
--- trunk/src/cluster/ccd/ccd_config.c 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_config.c 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD configuration methods.
Modified: trunk/src/cluster/ccd/ccd_config.h
===================================================================
--- trunk/src/cluster/ccd/ccd_config.h 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_config.h 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD configuration header file.
Modified: trunk/src/cluster/ccd/ccd_logging.c
===================================================================
--- trunk/src/cluster/ccd/ccd_logging.c 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_logging.c 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD logging system methods.
Modified: trunk/src/cluster/ccd/ccd_logging.h
===================================================================
--- trunk/src/cluster/ccd/ccd_logging.h 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_logging.h 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD logging system header file.
Modified: trunk/src/cluster/ccd/ccd_matching.c
===================================================================
--- trunk/src/cluster/ccd/ccd_matching.c 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_matching.c 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software 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 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software 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 the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
/**
* @file
* @brief CCD matching methods.
Modified: trunk/src/cluster/ccd/ccd_matching.h
===================================================================
--- trunk/src/cluster/ccd/ccd_matching.h 2008-05-27 22:36:19 UTC (rev 1514)
+++ trunk/src/cluster/ccd/ccd_matching.h 2008-05-27 22:41:43 UTC (rev 1515)
@@ -1,3 +1,23 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software is free software: you can redistribute it
+ * and/or modify it...
[truncated message content] |
|
From: <csi...@li...> - 2008-05-28 12:12:46
|
Revision: 1516
http://csipc2.svn.sourceforge.net/csipc2/?rev=1516&view=rev
Author: warcamel
Date: 2008-05-28 05:12:42 -0700 (Wed, 28 May 2008)
Log Message:
-----------
- modified configure.in:
- remove duplicate gtk2-test
- added gnutls-check
- added subdir to Makefile for creating man1-file of ccd_connection
- added missing source file for ccd_connection_gui to Makefile
Modified Paths:
--------------
trunk/configure.in
trunk/src/tests/ccd_connection/Makefile.am
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2008-05-27 22:41:43 UTC (rev 1515)
+++ trunk/configure.in 2008-05-28 12:12:42 UTC (rev 1516)
@@ -237,7 +237,7 @@
AC_MSG_CHECKING(for gtk+-2.0 libraries)
GTK2_LIBS=$(pkg-config --libs gtk+-2.0)
AC_MSG_RESULT(${GTK2_LIBS})
- AC_MSG_CHECKING(for gtk+-2.0 headers)
+ AC_MSG_CHECKING(for gtk+-2.0 includes)
GTK2_INCS=$(pkg-config --cflags gtk+-2.0)
AC_MSG_RESULT(${GTK2_INCS})
else
@@ -248,14 +248,26 @@
AC_SUBST(GTK2_INCS)
AM_CONDITIONAL(MAKE_GTK_SUPPORT, test "x$enable_gtk2" = "xyes")
-#
-# Check for gtk+-2.0
-#
-AC_ARG_ENABLE([gtk2],
- AS_HELP_STRING([--enable-gtk2],
- [Enable GUIs using gtk+-2.0 framework. [default=no]]),
- [enable_gtk2=$enableval],
- [enable_gtk2=no])
+
+### Check for gnutls
+AC_MSG_CHECKING(for gnutls)
+if $(pkg-config --exists gnutls); then
+ AC_MSG_RESULT(yes)
+ AC_MSG_CHECKING(for gnutls libraries)
+ GNUTLS_LIBS=$(pkg-config --libs gnutls)
+ AC_MSG_RESULT(${GNUTLS_LIBS})
+ AC_MSG_CHECKING(for gnutls includes)
+ GNUTLS_INCS=$(pkg-config --cflags gnutls)
+ AC_MSG_RESULT(${GNUTLS_INCS})
+ enable_gnutls=yes
+else
+ AC_MSG_RESULT(no)
+ enable_gnutls=no
+fi
+AC_SUBST(GNULTS_LIBS)
+AC_SUBST(GNUTLS_INCS)
+AM_CONDITIONAL(MAKE_GNUTLS_SUPPORT, test "x$enable_gnutls" = "xyes")
+
### Check availability of functions, headers and libraries
Modified: trunk/src/tests/ccd_connection/Makefile.am
===================================================================
--- trunk/src/tests/ccd_connection/Makefile.am 2008-05-27 22:41:43 UTC (rev 1515)
+++ trunk/src/tests/ccd_connection/Makefile.am 2008-05-28 12:12:42 UTC (rev 1516)
@@ -36,7 +36,8 @@
ccd_connection_gui_DEPENDENCIES = ${LDADD}
ccd_connection_gui_SOURCES = ccd_connection_gui.c \
- ccd_connection_funcs.c
+ ccd_connection_funcs.c \
+ ccd_connection_gui_funcs.c
else
# Without GTK
@@ -50,4 +51,6 @@
ccd_connection_SOURCES = ccd_connection.c \
ccd_connection_funcs.c
+SUBDIRS = man1
+
man_MANS = man1/ccd_connection.1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <csi...@li...> - 2008-05-28 12:38:39
|
Revision: 1517
http://csipc2.svn.sourceforge.net/csipc2/?rev=1517&view=rev
Author: warcamel
Date: 2008-05-28 05:38:35 -0700 (Wed, 28 May 2008)
Log Message:
-----------
- changed little in sourcecode to little to mention here
- added Makefile.in to ignore-list
- removed anjuta project files
- removed custom run.sh scripts
- removed custom Makefile's
Modified Paths:
--------------
trunk/src/cluster/ccd/ccd.c
trunk/src/cluster/ccd/ccd_config.c
trunk/src/cluster/ccd/ccd_networking.c
trunk/src/cluster/ccd/ccd_worker.c
Removed Paths:
-------------
trunk/doc/frontend.Doxyfile.in
trunk/src/cluster/csi_dbtool/Makefile
trunk/src/cluster/csi_dbtool/csi_dbtool.anjuta
trunk/src/cluster/csi_dbtool/run.sh
trunk/src/cluster/database/Makefile
trunk/src/cluster/database/main.anjuta
trunk/src/cluster/feature_extraction/experimental/Makefile
trunk/src/cluster/feature_extraction/experimental/main.anjuta
trunk/src/cluster/feature_extraction/experimental/run.sh
Property Changed:
----------------
trunk/
trunk/doc/
trunk/src/
trunk/src/cluster/
trunk/src/cluster/ccd/
trunk/src/cluster/ccd/man1/
trunk/src/cluster/csi_dbtool/
trunk/src/cluster/database/
trunk/src/cluster/database/man1/
trunk/src/cluster/feature_extraction/
trunk/src/cluster/feature_extraction/experimental/
trunk/src/cluster/feature_extraction/fingerprint/
trunk/src/cluster/feature_extraction/fingerprint/man1/
trunk/src/cluster/feature_extraction/fingerprint/mindtct/
trunk/src/cluster/template_matching/
trunk/src/cluster/template_matching/bozorth3/
trunk/src/shared/
trunk/src/tests/
trunk/src/tests/ccd_connection/
trunk/src/tests/ccd_connection/man1/
trunk/src/tests/performance/
trunk/src/tests/performance/speed_iris/
trunk/src/tests/unit/
trunk/src/tests/unit/cluster/
trunk/src/tests/unit/cluster/template_matching/
trunk/src/tests/unit/shared/
trunk/src/tools/
trunk/src/tools/fingerprint_ga/
trunk/src/tools/fingerprint_testbed/
trunk/src/tools/fingerprint_testbed/man1/
trunk/src/tools/management_gui/
trunk/src/tools/misc_dev/
trunk/src/tools/misc_dev/man1/
Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
- autom4te.cache
aclocal.m4
configure
depcomp
install-sh
missing
config.status
.project
.cproject
.settings
bin
build
+ autom4te.cache
aclocal.m4
configure
depcomp
install-sh
missing
config.status
.project
.cproject
.settings
bin
build
Makefile.in
config.h.in
Property changes on: trunk/doc
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/doc/frontend.Doxyfile.in
===================================================================
--- trunk/doc/frontend.Doxyfile.in 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/doc/frontend.Doxyfile.in 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,251 +0,0 @@
-#
-# (C)Copyright 2008 CSI PC2 Project
-#
-# This file is part of the CSI PC2 software.
-#
-# The CSI PC2 software 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 2 of the
-# License, or (at your option) any later version.
-#
-# The CSI PC2 software 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 the CSI PC2 software. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-
-# Doxyfile 1.5.3
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = "CSI:PC2 --- Frontend"
-PROJECT_NUMBER = 0.3
-OUTPUT_DIRECTORY = csi-frontend/
-CREATE_SUBDIRS = NO
-OUTPUT_LANGUAGE = English
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = YES
-ABBREVIATE_BRIEF = "The $name class" "The $name widget" "The $name file" is provides specifies contains represents a an the
-ALWAYS_DETAILED_SEC = NO
-INLINE_INHERITED_MEMB = NO
-FULL_PATH_NAMES = NO
-STRIP_FROM_PATH =
-STRIP_FROM_INC_PATH =
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = NO
-QT_AUTOBRIEF = NO
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = YES
-SEPARATE_MEMBER_PAGES = NO
-TAB_SIZE = 8
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = NO
-OPTIMIZE_OUTPUT_JAVA = NO
-BUILTIN_STL_SUPPORT = NO
-CPP_CLI_SUPPORT = NO
-DISTRIBUTE_GROUP_DOC = NO
-SUBGROUPING = YES
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-EXTRACT_ALL = NO
-EXTRACT_PRIVATE = NO
-EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = YES
-EXTRACT_ANON_NSPACES = NO
-HIDE_UNDOC_MEMBERS = YES
-HIDE_UNDOC_CLASSES = YES
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = YES
-SORT_BRIEF_DOCS = NO
-SORT_BY_SCOPE_NAME = NO
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST = YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 30
-SHOW_USED_FILES = YES
-SHOW_DIRECTORIES = NO
-FILE_VERSION_FILTER =
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET = NO
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE =
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(top_srcdir)/src/frontend $(top_srcdir)/src/shared
-INPUT_ENCODING = UTF-8
-FILE_PATTERNS = *.c *.cpp *.h *.hpp *.C *.C++ *.H *.H++
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *cltifa_apix1.* *irisCapture.* *irisCaptureDlg.* *resource.h *stdafx.* *Resource.h *gui.h *gui.cpp *RandomIrisCode* */localhost.h */WebService.h
-EXCLUDE_SYMBOLS =
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS = *
-EXAMPLE_RECURSIVE = NO
-IMAGE_PATH =
-INPUT_FILTER =
-FILTER_PATTERNS =
-FILTER_SOURCE_FILES = NO
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER = YES
-INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = NO
-REFERENCES_RELATION = YES
-REFERENCES_LINK_SOURCE = YES
-USE_HTAGS = NO
-VERBATIM_HEADERS = YES
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
-IGNORE_PREFIX =
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML = YES
-HTML_OUTPUT = html
-HTML_FILE_EXTENSION = .html
-HTML_HEADER =
-HTML_FOOTER =
-HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-HTML_DYNAMIC_SECTIONS = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = NO
-TOC_EXPAND = NO
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = YES
-TREEVIEW_WIDTH = 250
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX = YES
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = YES
-PAPER_TYPE = a4
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = YES
-USE_PDFLATEX = YES
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = NO
-RTF_HYPERLINKS = NO
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN = YES
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML = NO
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-XML_PROGRAMLISTING = YES
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF = NO
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH =
-INCLUDE_FILE_PATTERNS =
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-TAGFILES =
-GENERATE_TAGFILE =
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = NO
-MSCGEN_PATH =
-HIDE_UNDOC_RELATIONS = YES
-HAVE_DOT = NO
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
-GROUP_GRAPHS = YES
-UML_LOOK = YES
-TEMPLATE_RELATIONS = NO
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
-CALL_GRAPH = YES
-CALLER_GRAPH = NO
-GRAPHICAL_HIERARCHY = YES
-DIRECTORY_GRAPH = YES
-DOT_IMAGE_FORMAT = png
-DOT_PATH =
-DOTFILE_DIRS =
-DOT_GRAPH_MAX_NODES = 50
-MAX_DOT_GRAPH_DEPTH = 1000
-DOT_TRANSPARENT = NO
-DOT_MULTI_TARGETS = NO
-GENERATE_LEGEND = YES
-DOT_CLEANUP = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = YES
Property changes on: trunk/src
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Property changes on: trunk/src/cluster
___________________________________________________________________
Name: svn:ignore
- aclocal.m4
configure.in
autom4te.cache
+ aclocal.m4
configure.in
autom4te.cache
Makefile.in
Property changes on: trunk/src/cluster/ccd
___________________________________________________________________
Name: svn:ignore
- ccd
bin
include
lib
+ ccd
bin
include
lib
Makefile.in
Modified: trunk/src/cluster/ccd/ccd.c
===================================================================
--- trunk/src/cluster/ccd/ccd.c 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/ccd/ccd.c 2008-05-28 12:38:35 UTC (rev 1517)
@@ -53,7 +53,7 @@
* EXIT_FAILURE on fail
*/
int main(int argc, char **argv) {
- pid_t pid;
+// pid_t pid;
int res, tmp_size;
config_t *config = new_config();
Modified: trunk/src/cluster/ccd/ccd_config.c
===================================================================
--- trunk/src/cluster/ccd/ccd_config.c 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/ccd/ccd_config.c 2008-05-28 12:38:35 UTC (rev 1517)
@@ -155,7 +155,7 @@
* EXIT_FAILURE on fail
*/
int load_mpi(config_t *config){
- int32_t i, max_tries = MPI_MAX_TRIES;
+ int32_t max_tries = MPI_MAX_TRIES;
int last_size;
/* Get ID and Size in MPI_COMM_WORLD . */
Modified: trunk/src/cluster/ccd/ccd_networking.c
===================================================================
--- trunk/src/cluster/ccd/ccd_networking.c 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/ccd/ccd_networking.c 2008-05-28 12:38:35 UTC (rev 1517)
@@ -253,7 +253,6 @@
char *buffer;
frontend_data_t frontend_data, *messagebuffer;
network_message_t network_message;
- int tmp_client_socket;
messagebuffer = network_message.message + sizeof(long);
@@ -347,6 +346,11 @@
if (frontend_data.finger.extractmode != EXTRACT_FALSE) {
switch(frontend_data.finger.job){
+ case JOB_NULL:
+ case JOB_SHUTDOWN:
+ case JOB_EXTRACT_ALL:
+ case JOB_STATUS:
+ break;
case JOB_MATCH_FINGER:
case JOB_MATCH_FINGER_CLUSTER:
case JOB_MATCH_FINGER_FILTERBANK:
Modified: trunk/src/cluster/ccd/ccd_worker.c
===================================================================
--- trunk/src/cluster/ccd/ccd_worker.c 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/ccd/ccd_worker.c 2008-05-28 12:38:35 UTC (rev 1517)
@@ -128,7 +128,7 @@
int run_worker(config_t *rem_config) {
frontend_data_t frontend_data, *messagebuffer;
network_message_t network_message;
- int client_id, job_id, res;
+ int client_id, res;
char result[MAX_LINE];
csi_timer_t *timer;
char *time_str;
@@ -207,7 +207,7 @@
plog(MSG_ERR, "IPC message queue already exists.\n");
} else if(res < 0) {
plog(MSG_ERR, "could not attach IPC message queue.\n");
- config->running == false;
+ config->running = false;
} else {
config->network_message_queue = res;
plog(MSG_DBG, "IPC message queue %d attached.\n", config->network_message_queue);
Property changes on: trunk/src/cluster/ccd/man1
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Property changes on: trunk/src/cluster/csi_dbtool
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/src/cluster/csi_dbtool/Makefile
===================================================================
--- trunk/src/cluster/csi_dbtool/Makefile 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/csi_dbtool/Makefile 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,78 +0,0 @@
-#
-# Module : csi dbtool
-# Maintainer : Dominic Eschweiler, Dom...@cs...
-#
-
-#BIN_TARGET = /mnt/a/globalcluster/bin/
-BIN_TARGET = ./
-#CC = gcc
-CC = mpicc
-CFLAGS = -g -O3 -fomit-frame-pointer -pipe -W -I$(HOME)/IM/include/ -I../../shared/ -I../feature_extraction/fingerprint/
-INCFLAGS =
-#LDFLAGS = -Wl,-rpath,/usr/local/lib -lm
-LDFLAGS = -L$(HOME)/IM/lib/ -lMagick -lWand -lm -lz -lfreetype -lfontconfig
-
-OBJECTS = database.o database_ext.o db_helpers.o csi_dbtool.o
-OBJECTS2 = service.o normalize.o direction.o thining.o corepoint_detection.o minutia_extraction.o cluster_template.o filterbank_wrapper.o feat_ext_fingerprint.o average_dist.o
-
-all: csi_dbtool
-
-csi_dbtool: $(OBJECTS) $(OBJECTS2)
- $(CC) -o $(BIN_TARGET)csi_dbtool $(OBJECTS) $(OBJECTS2) filterbank.o $(LDFLAGS) $(LIBS)
-
-
-##---DB-Stuff-------------------------------------------------------
-csi_dbtool.o: csi_dbtool.c
- $(CC) $(CFLAGS) -c csi_dbtool.c -o csi_dbtool.o
-
-database.o: ../database/database.c ../database/database.h
- $(CC) $(CFLAGS) -c ../database/database.c -o database.o
-
-database_ext.o: ../database/database_ext.c ../database/database_ext.h
- $(CC) $(CFLAGS) -c ../database/database_ext.c -o database_ext.o
-
-db_helpers.o: ../database/db_helpers.c ../database/db_helpers.h
- $(CC) $(CFLAGS) -c ../database/db_helpers.c -o db_helpers.o
-
-
-##---Extraction-Stuff-----------------------------------------------
-
-ext_lib: $(OBJECTS2)
-
-feat_ext_fingerprint.o: ../feature_extraction/experimental/feat_ext_fingerprint.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/feat_ext_fingerprint.c -o feat_ext_fingerprint.o
-
-normalize.o: ../feature_extraction/experimental/01_normalize/normalize.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/01_normalize/normalize.c -o normalize.o
-
-direction.o: ../feature_extraction/experimental/02_direction/direction.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/02_direction/direction.c -o direction.o
-
-corepoint_detection.o: ../feature_extraction/experimental/03_corepoint_detection/corepoint_detection.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/03_corepoint_detection/corepoint_detection.c -o corepoint_detection.o
-
-thining.o: ../feature_extraction/experimental/04_thining/thining.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/04_thining/thining.c -o thining.o
-
-minutia_extraction.o: ../feature_extraction/experimental/05_minutia_extraction/minutia_extraction.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/05_minutia_extraction/minutia_extraction.c -o minutia_extraction.o
-
-cluster_template.o: ../feature_extraction/experimental/06_cluster_template/cluster_template.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/06_cluster_template/cluster_template.c -o cluster_template.o
-
-filterbank_wrapper.o: ../feature_extraction/experimental/07_filterbank/filterbank_wrapper.c
- $(CC) $(CFLAGS) -c ../feature_extraction/fingerprint/filterbank.c -o filterbank.o
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/07_filterbank/filterbank_wrapper.c -o filterbank_wrapper.o
-
-average_dist.o: ../feature_extraction/experimental/08_average_dist/average_dist.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/08_average_dist/average_dist.c -o average_dist.o
-
-service.o: ../feature_extraction/experimental/service.c
- $(CC) $(CFLAGS) -c ../feature_extraction/experimental/service.c -o service.o
-
-##------------------------------------------------------------------
-count:
- wc *.c *.h
-
-clean:
- rm -f *.o *.jpg main csi_dbtool *.c~ *.h~
Deleted: trunk/src/cluster/csi_dbtool/csi_dbtool.anjuta
===================================================================
--- trunk/src/cluster/csi_dbtool/csi_dbtool.anjuta 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/csi_dbtool/csi_dbtool.anjuta 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<anjuta>
- <plugin name="GBF Project Manager"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Interfaces"
- value="IAnjutaProjectManager"/>
- <require group="Project"
- attribute="Supported-Project-Types"
- value="make"/>
- </plugin>
- <plugin name="Symbol Browser"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Location"
- value="anjuta-symbol-browser:SymbolBrowserPlugin"/>
- </plugin>
- <plugin name="Make Build System"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Interfaces"
- value="IAnjutaBuildable"/>
- <require group="Build"
- attribute="Supported-Build-Types"
- value="make"/>
- </plugin>
-</anjuta>
Deleted: trunk/src/cluster/csi_dbtool/run.sh
===================================================================
--- trunk/src/cluster/csi_dbtool/run.sh 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/csi_dbtool/run.sh 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,42 +0,0 @@
-#!/bin/bash
-#
-# (C)Copyright 2008 CSI PC2 Project
-#
-# This file is part of the CSI PC2 software.
-#
-# The CSI PC2 software 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 2 of the
-# License, or (at your option) any later version.
-#
-# The CSI PC2 software 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 the CSI PC2 software. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-
-
-#DIRECTORY="/mnt/a/globalcluster/DB1_B"
-DIRECTORY="/home/data/uni/test"
-
-
-mpi()
-{
-mpdboot -n 1 -f mpd.hosts
-mpiexec -n $1 $2/csi_dbtool -c EXT_FINGER -i $DIRECTORY -o $DIRECTORY/db
-mpdallexit
-}
-
-dir=`pwd`
-
-echo -n "This is the base : "
-echo $dir
-case "$1" in
- "1" ) $dir/csi_dbtool -c EXT_FINGER -i $DIRECTORY -o $DIRECTORY/db -n 5;;
- [2-9] ) mpi $1 $dir ;;
- * ) echo "PLease give me the number of ranks" ;;
-esac
Property changes on: trunk/src/cluster/database
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/src/cluster/database/Makefile
===================================================================
--- trunk/src/cluster/database/Makefile 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/database/Makefile 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,34 +0,0 @@
-#
-# Module : database
-# Maintainer : Dominic Eschweiler, Dom...@cs...
-#
-
-#CC = gcc
-CC = mpicc
-CFLAGS = -g -O3
-OBJECTS = main.o database.o database_ext.o db_helpers.o
-OBJECTS2 = database.o database_ext.o db_helpers.o
-
-INCFLAGS =
-LDFLAGS = -Wl,-rpath,/usr/local/lib -lm
-LIBS =
-
-all: clean main database_ext.o
-
-main: $(OBJECTS)
- $(CC) $(CFLAGS) -o main $(OBJECTS) $(LDFLAGS) $(LIBS)
-
-database.o: database.c database.h
- $(CC) $(CFLAGS) -c database.c -o database.o
-
-database_ext.o: database_ext.c database_ext.h
- $(CC) $(CFLAGS) -c database_ext.c -o database_ext.o
-
-db_helpers.o: db_helpers.c db_helpers.h
- $(CC) $(CFLAGS) -c db_helpers.c -o db_helpers.o
-
-count:
- wc *.c *.h
-
-clean:
- rm -f *.o *.jpg main csi_dbtool
Deleted: trunk/src/cluster/database/main.anjuta
===================================================================
--- trunk/src/cluster/database/main.anjuta 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/database/main.anjuta 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<anjuta>
- <plugin name="GBF Project Manager"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Interfaces"
- value="IAnjutaProjectManager"/>
- <require group="Project"
- attribute="Supported-Project-Types"
- value="make"/>
- </plugin>
- <plugin name="Symbol Browser"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Location"
- value="anjuta-symbol-browser:SymbolBrowserPlugin"/>
- </plugin>
- <plugin name="Make Build System"
- url="http://anjuta.org/plugins/"
- mandatory="yes">
- <require group="Anjuta Plugin"
- attribute="Interfaces"
- value="IAnjutaBuildable"/>
- <require group="Build"
- attribute="Supported-Build-Types"
- value="make"/>
- </plugin>
-</anjuta>
Property changes on: trunk/src/cluster/database/man1
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Property changes on: trunk/src/cluster/feature_extraction
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Property changes on: trunk/src/cluster/feature_extraction/experimental
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Deleted: trunk/src/cluster/feature_extraction/experimental/Makefile
===================================================================
--- trunk/src/cluster/feature_extraction/experimental/Makefile 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/feature_extraction/experimental/Makefile 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,98 +0,0 @@
-# normaly you need to use the Wand-config and all compiles fine.
-# in our case, the installed ImageMagick is to old, and you should use
-# the second of CFLAGS and LDFLAGS...
-
-CC = gcc
-
-CSI_DEF_PATH = ../../../shared/
-NBIS_FEAT_PATH = ../../feature_extraction/fingerprint/
-
-CFLAGS = -g -O3 -fomit-frame-pointer -pipe -Wall -W -I$(HOME)/IM/include/ -I$(CSI_DEF_PATH) -I$(NBIS_FEAT_PATH)
-LDFLAGS = -L$(HOME)/IM/lib/ -lMagick -lWand -lm -lz -lfreetype -ljpeg -lfontconfig -lXext -lexpat -lSM -lICE -lX11 -lXt -lpthread
-
-# flags for comiling on arminius
-#CFLAGS = -g -O3 -fomit-frame-pointer -pipe -Wall -W -I/pc2fs/work/group/pg-csi/magick6.3.3-bin/include/ -I$(CSI_DEF_PATH) -I$(NBIS_FEAT_PATH)
-#LDFLAGS = -L/pc2fs/work/group/pg-csi/magick6.3.3-bin/lib/ -lMagick -lWand -lm -lz -lfreetype -lfontconfig
-
-OBJECTS = service.o normalize.o direction.o thining.o corepoint_detection.o minutia_extraction.o cluster_template.o filterbank_wrapper.o average_dist.o
-
-SPLINT_FLAGS = -I$(CSI_DEF_PATH) -I$(NBIS_FEAT_PATH) -preproc +weak +boundswrite -nestcomment +ignorequals
-
-all: clean main
-#all: main
-
-main: $(OBJECTS) feat_ext_fingerprint.o main.o
- $(CC) -o main $(OBJECTS) feat_ext_fingerprint.o main.o filterbank.o $(LDFLAGS)
-
-feat_ext_fingerprint.o: $(OBJECTS)
- $(CC) $(CFLAGS) -c feat_ext_fingerprint.c -o feat_ext_fingerprint.o
-
-main.o: $(OBJECTS)
- $(CC) $(CFLAGS) -c main.c -o main.o
-
-normalize.o: 01_normalize/normalize.c 01_normalize/normalize.h
- $(CC) $(CFLAGS) -c 01_normalize/normalize.c -o normalize.o
-
-direction.o: 02_direction/direction.c 02_direction/direction.h
- $(CC) $(CFLAGS) -c 02_direction/direction.c -o direction.o
-
-corepoint_detection.o: 03_corepoint_detection/corepoint_detection.c 03_corepoint_detection/corepoint_detection.h
- $(CC) $(CFLAGS) -c 03_corepoint_detection/corepoint_detection.c -o corepoint_detection.o
-
-thining.o: 04_thining/thining.c 04_thining/thining.h
- $(CC) $(CFLAGS) -c 04_thining/thining.c -o thining.o
-
-minutia_extraction.o: 05_minutia_extraction/minutia_extraction.c 05_minutia_extraction/minutia_extraction.h
- $(CC) $(CFLAGS) -c 05_minutia_extraction/minutia_extraction.c -o minutia_extraction.o
-
-cluster_template.o: 06_cluster_template/cluster_template.c 06_cluster_template/cluster_template.h
- $(CC) $(CFLAGS) -c 06_cluster_template/cluster_template.c -o cluster_template.o
-
-filterbank_wrapper.o: 07_filterbank/filterbank_wrapper.c 07_filterbank/filterbank_wrapper.h
- $(CC) $(CFLAGS) -c ../fingerprint/filterbank.c -o filterbank.o
- $(CC) $(CFLAGS) -c 07_filterbank/filterbank_wrapper.c -o filterbank_wrapper.o
-
-average_dist.o: 08_average_dist/average_dist.c 08_average_dist/average_dist.h
- $(CC) $(CFLAGS) -c 08_average_dist/average_dist.c -o average_dist.o
-
-service.o: service.c service.h
- $(CC) $(CFLAGS) -c service.c -o service.o
-
-#------------------------------------------------------------------------------------------
-
-splint:
-# splint $(SPLINT_FLAGS) feat_ext_fingerprint.c
-# splint $(SPLINT_FLAGS) 01_normalize/normalize.c
-# splint $(SPLINT_FLAGS) 02_direction/direction.c
-# splint $(SPLINT_FLAGS) 03_corepoint_detection/corepoint_detection.c
-# splint $(SPLINT_FLAGS) 04_thining/thining.c
-# splint $(SPLINT_FLAGS) 05_minutia_extraction/minutia_extraction.c
- splint $(SPLINT_FLAGS) 06_cluster_template/cluster_template.c
-# splint $(SPLINT_FLAGS) 08_average_dist/average_dist.c
-
-memory_check: clean main
- valgrind --tool=memcheck --leak-check=full ./main
-
-#------------------------------------------------------------------------------------------
-
-clean:
- rm -f *.o main *.jpg *.c~ *.h~
- rm -f 01_normalize/*.o 01_normalize/*.c~ 01_normalize/*.h~
- rm -f 02_direction/*.o 02_direction/*.c~ 02_direction/*.h~
- rm -f 03_corepoint_detection/*.o 03_corepoint_detection/*.c~ 03_corepoint_detection/*.h~
- rm -f 04_thining/*.o 04_thining/*.c~ 04_thining/*.h~
- rm -f 05_minutia_extraction/*.o 05_minutia_extraction/*.c~ 05_minutia_extraction/*.h~
- rm -f 06_cluster_template/*.o 06_cluster_template/*.c~ 06_cluster_template/*.h~
- rm -f 07_filterbank/*.o 07_filterbank/*.c~ 07_filterbank/*.h~
- rm -f 08_average_dist/*.o 08_average_dist/*.c~ 08_average_dist/*.h~
-
-#------------------------------------------------------------------------------------------
-
-help:
- echo -e "\n\nThis Makefile knows following parameters :\n make : generates the benchmark testapp\n make ext_lib : generates the library\n make clean : cleanup sourcecode from objectfile garbage\n make count : counts lines of code (loc)\n"
-
-count: clean
- wc -l *.c *.h 01_normalize/* 02_direction/* 03_corepoint_detection/* 04_thining/* 05_minutia_extraction/* 06_cluster_template/* 07_filterbank/*
-
-#------------------------------------------------------------------------------------------
-
Deleted: trunk/src/cluster/feature_extraction/experimental/main.anjuta
===================================================================
--- trunk/src/cluster/feature_extraction/experimental/main.anjuta 2008-05-28 12:12:42 UTC (rev 1516)
+++ trunk/src/cluster/feature_extraction/experimental/main.anjuta 2008-05-28 12:38:35 UTC (rev 1517)
@@ -1,30 +0,0 @@
-<...
[truncated message content] |
|
From: <csi...@li...> - 2008-06-02 14:54:51
|
Revision: 1525
http://csipc2.svn.sourceforge.net/csipc2/?rev=1525&view=rev
Author: warcamel
Date: 2008-06-02 07:54:45 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
- corrected typo
- removed #ifdef WIN_32 cause won't need it anymore
Modified Paths:
--------------
trunk/configure.in
trunk/src/shared/csi_struct.h
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2008-06-02 12:15:40 UTC (rev 1524)
+++ trunk/configure.in 2008-06-02 14:54:45 UTC (rev 1525)
@@ -76,7 +76,7 @@
[enable_sse2=no])
if test "x$enable_sse2" = "xyes"; then
SSE2_CFLAGS="-msse2"
- AC_DEFINE(HAVE_SSE2, 1, [Enable support for SSE])
+ AC_DEFINE(HAVE_SSE2, 1, [Enable support for SSE2])
fi
AM_CONDITIONAL(HAVE_SSE2, test "x$enable_sse2" = "xyes")
@@ -88,7 +88,7 @@
[enable_sse3=no])
if test "x$enable_sse3" = "xyes"; then
SSE3_CFLAGS="-msse3"
- AC_DEFINE(HAVE_SSE3, 1, [Enable support for SSE])
+ AC_DEFINE(HAVE_SSE3, 1, [Enable support for SSE3])
fi
AM_CONDITIONAL(HAVE_SSE3, test "x$enable_sse2" = "xyes")
Modified: trunk/src/shared/csi_struct.h
===================================================================
--- trunk/src/shared/csi_struct.h 2008-06-02 12:15:40 UTC (rev 1524)
+++ trunk/src/shared/csi_struct.h 2008-06-02 14:54:45 UTC (rev 1525)
@@ -22,21 +22,16 @@
* @file
* @brief
* This file contains common structures used by several parts of the
- * CSI:PC2 project.
+ * CSI PC2 Project.
*
* @author Christoph Konersmann <chr...@cs...>
* @author Dominic Eschweiler <Dom...@cs...>
* @author Elmar Weber <uni...@el...>
*/
-#ifdef WIN32
-#include "..\..\ext\stdint.h"
-#else
#include <stdint.h>
-#endif
-
#include <stdio.h>
#include "csi_config.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|