IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3191 for trunk/psLib/src


Ignore:
Timestamp:
Feb 11, 2005, 10:27:34 AM (21 years ago)
Author:
desonia
Message:

made changes to allow use of older automake versions (>2 years)

Location:
trunk/psLib/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/config.h.in

    r3185 r3191  
    77#undef DEBUG
    88
    9 /* Define to dummy `main' function (if any) required to link to the Fortran
     9/* Define to dummy `main' function (if any) required to link to the Fortran 77
    1010   libraries. */
    1111#undef F77_DUMMY_MAIN
     
    1717/* As F77_FUNC, but for C identifiers containing underscores. */
    1818#undef F77_FUNC_
    19 
    20 /* Define if F77 and FC dummy `main' functions are identical. */
    21 #undef FC_DUMMY_MAIN_EQ_F77
    2219
    2320/* Define to 1 if you have the <dlfcn.h> header file. */
  • trunk/psLib/src/dataIO/psLookupTable.c

    r3115 r3191  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-02-03 00:54:11 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-02-11 20:27:33 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
    17 #ifdef DARWIN
    1817#undef __STRICT_ANSI__
    19 #endif
    2018#include <stdlib.h>
    21 #ifdef DARWIN
    22 #define __STRICT_ANSI__
    23 #endif
     19#include <limits.h>
    2420#include <math.h>
    2521
  • trunk/psLib/src/dataManip/dataManip.i

    r3119 r3191  
    44%include "psFunctions.h"
    55%include "psMatrix.h"
    6 %include "psMatrixVectorArithmetic.h"
     6%include "psBinaryOp.h"
     7%include "psUnaryOp.h"
    78%include "psMinimize.h"
    89%include "psRandom.h"
  • trunk/psLib/src/fileUtils/psLookupTable.c

    r3115 r3191  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-02-03 00:54:11 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-02-11 20:27:33 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
    17 #ifdef DARWIN
    1817#undef __STRICT_ANSI__
    19 #endif
    2018#include <stdlib.h>
    21 #ifdef DARWIN
    22 #define __STRICT_ANSI__
    23 #endif
     19#include <limits.h>
    2420#include <math.h>
    2521
  • trunk/psLib/src/image/psImageConvolve.c

    r2911 r3191  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-01-05 21:16:14 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-02-11 20:27:34 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616#include "psImageFFT.h"
    1717#include "psImageExtraction.h"
    18 #include "psMatrixVectorArithmetic.h"
     18#include "psBinaryOp.h"
    1919#include "psMemory.h"
    2020#include "psLogMsg.h"
  • trunk/psLib/src/imageops/psImageConvolve.c

    r2911 r3191  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-01-05 21:16:14 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-02-11 20:27:34 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616#include "psImageFFT.h"
    1717#include "psImageExtraction.h"
    18 #include "psMatrixVectorArithmetic.h"
     18#include "psBinaryOp.h"
    1919#include "psMemory.h"
    2020#include "psLogMsg.h"
  • trunk/psLib/src/types/psLookupTable.c

    r3115 r3191  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-02-03 00:54:11 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-02-11 20:27:33 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
    17 #ifdef DARWIN
    1817#undef __STRICT_ANSI__
    19 #endif
    2018#include <stdlib.h>
    21 #ifdef DARWIN
    22 #define __STRICT_ANSI__
    23 #endif
     19#include <limits.h>
    2420#include <math.h>
    2521
Note: See TracChangeset for help on using the changeset viewer.