IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3554


Ignore:
Timestamp:
Mar 29, 2005, 2:05:50 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3548 r3554  
    66AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION)
    77
    8 dnl Setup CFLAGS with project-particulars
    9 CFLAGS="${CFLAGS=} -std=c99"
    108SUBDIR="etc src test" dnl don't include 'swig', as it is optional
    119
     
    2523AC_PROG_CC
    2624AC_GNU_SOURCE
     25dnl Setup CFLAGS with project-particulars
     26AC_MSG_CHECKING([C99 flag])
     27if test "$GCC" == "yes"
     28then
     29CFLAGS="${CFLAGS=} -std=gnu99"
     30AC_MSG_RESULT([-std=gnu99])
     31else
     32CFLAGS="${CFLAGS=} -std=c99"
     33AC_MSG_RESULT([-std=c99])
     34fi
    2735
    2836AC_LANG_PUSH(Fortran 77)
     
    191199AC_CHECK_LIB(mx,sqrtf,
    192200  [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"])
     201AC_CHECK_LIB(c,atoll,
     202  [PSLIB_LIBS="${PSLIB_LIBS=} -lc"])
    193203
    194204DOXYGEN="doxygen Doxyfile"
  • trunk/psLib/src/astronomy/psDB.c

    r3553 r3554  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-29 23:39:00 $
     14 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-30 00:05:50 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919
    2020#ifdef BUILD_PSDB
    21 
    22 #include "config.h"
    2321
    2422#include <stdio.h>
  • trunk/psLib/src/dataIO/psDB.c

    r3553 r3554  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-29 23:39:00 $
     14 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-30 00:05:50 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919
    2020#ifdef BUILD_PSDB
    21 
    22 #include "config.h"
    2321
    2422#include <stdio.h>
  • trunk/psLib/src/db/psDB.c

    r3553 r3554  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-29 23:39:00 $
     14 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-30 00:05:50 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919
    2020#ifdef BUILD_PSDB
    21 
    22 #include "config.h"
    2321
    2422#include <stdio.h>
  • trunk/psLib/src/fileUtils/psDB.c

    r3553 r3554  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-29 23:39:00 $
     14 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-30 00:05:50 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919
    2020#ifdef BUILD_PSDB
    21 
    22 #include "config.h"
    2321
    2422#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.