Changeset 8781
- Timestamp:
- Sep 8, 2006, 4:43:40 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 27 edited
-
pois/configure.ac (modified) (2 diffs)
-
pois/src/errorCodes-skl.c (modified) (1 diff)
-
pois/src/pois.c (modified) (1 diff)
-
pois/src/poisAddPenalty.c (modified) (1 diff)
-
pois/src/poisCalculateDeviations.c (modified) (1 diff)
-
pois/src/poisCalculateEquation.c (modified) (1 diff)
-
pois/src/poisCheckKernel.c (modified) (1 diff)
-
pois/src/poisConvolveImage.c (modified) (1 diff)
-
pois/src/poisExtractKernel.c (modified) (1 diff)
-
pois/src/poisFindStamps.c (modified) (1 diff)
-
pois/src/poisKernelBasisFunctions.c (modified) (1 diff)
-
pois/src/poisMakeMask.c (modified) (1 diff)
-
pois/src/poisMaskOps.c (modified) (1 diff)
-
pois/src/poisParseConfig.c (modified) (1 diff)
-
pois/src/poisReadStamps.c (modified) (1 diff)
-
pois/src/poisRejectStamps.c (modified) (1 diff)
-
pois/src/poisSolveEquation.c (modified) (1 diff)
-
pois/src/poisStamp.c (modified) (1 diff)
-
ppMerge/autogen.sh (modified) (2 diffs)
-
ppMerge/configure.ac (modified) (2 diffs)
-
ppMerge/src/ppMerge.c (modified) (1 diff)
-
ppMerge/src/ppMergeCheckInputs.c (modified) (1 diff)
-
ppMerge/src/ppMergeCombine.c (modified) (1 diff)
-
ppMerge/src/ppMergeConfig.c (modified) (1 diff)
-
ppMerge/src/ppMergeData.c (modified) (1 diff)
-
ppMerge/src/ppMergeOptions.c (modified) (1 diff)
-
ppMerge/src/ppMergeScaleZero.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/configure.ac
r8683 r8781 6 6 7 7 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 8 AM_CONFIG_HEADER([ config.h])8 AM_CONFIG_HEADER([src/config.h]) 9 9 AM_MAINTAINER_MODE 10 10 … … 13 13 AC_PROG_INSTALL 14 14 AC_PROG_LIBTOOL 15 16 dnl enable largefile supports 17 AC_SYS_LARGEFILE 15 18 16 19 dnl handle debug building -
trunk/pois/src/errorCodes-skl.c
r8480 r8781 6 6 * will be machine generated from errorCodes.dat 7 7 */ 8 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "pslib.h" 9 14 #include "poisErrorCodes.h" -
trunk/pois/src/pois.c
r8480 r8781 18 18 // along with this program; if not, write to the Free Software 19 19 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 21 #ifdef HAVE_CONFIG_H 22 #include <config.h> 23 #endif 20 24 21 25 #include <stdio.h> -
trunk/pois/src/poisAddPenalty.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCalculateDeviations.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCalculateEquation.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCheckKernel.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisConvolveImage.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisExtractKernel.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisFindStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisKernelBasisFunctions.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisMakeMask.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisMaskOps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 /* -
trunk/pois/src/poisParseConfig.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisReadStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisRejectStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisSolveEquation.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisStamp.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/ppMerge/autogen.sh
r7824 r8781 37 37 } 38 38 39 #($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {40 #echo41 #echo "You must have $AUTOHEADER installed to compile $PROJECT."42 #echo "Download the appropriate package for your distribution,"43 #echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"44 #DIE=145 #}39 ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || { 40 echo 41 echo "You must have $AUTOHEADER installed to compile $PROJECT." 42 echo "Download the appropriate package for your distribution," 43 echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/" 44 DIE=1 45 } 46 46 47 47 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || { … … 77 77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 #$AUTOHEADER || echo "$AUTOHEADER failed"79 $AUTOHEADER || echo "$AUTOHEADER failed" 80 80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 81 81 $AUTOCONF || echo "$AUTOCONF failed" -
trunk/ppMerge/configure.ac
r8679 r8781 5 5 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 dnl AM_CONFIG_HEADER([config.h])7 AM_CONFIG_HEADER([src/config.h]) 8 8 AM_MAINTAINER_MODE 9 9 … … 13 13 AC_PROG_INSTALL 14 14 dnl AC_PROG_LIBTOOL 15 16 dnl enable largefile supports 17 AC_SYS_LARGEFILE 15 18 16 19 ppMerge_CFLAGS="-Wall -Werror -std=c99" -
trunk/ppMerge/src/ppMerge.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeCheckInputs.c
r8405 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/ppMerge/src/ppMergeCombine.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <unistd.h> -
trunk/ppMerge/src/ppMergeConfig.c
r8405 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeData.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeOptions.c
r8680 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeScaleZero.c
r8398 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.
