Changeset 4540 for trunk/psLib/src/astro
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 1 deleted
- 3 edited
-
Makefile.am (modified) (1 diff)
-
psAstroErrors_en.dat (deleted)
-
psCoord.c (modified) (2 diffs)
-
psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/Makefile.am
r4502 r4540 3 3 AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\" 4 4 5 INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"`6 7 5 noinst_LTLIBRARIES = libpslibastro.la 8 6 libpslibastro_la_SOURCES = \ 9 7 psTime.c \ 10 psCoord.c 11 12 BUILT_SOURCES = psAstroErrors.h 8 psCoord.c 13 9 14 EXTRA_DIST = psAstroErrors_$(LANG).dat astro.i 15 16 psAstroErrors.h: psAstroErrors_$(LANG).dat 17 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 10 EXTRA_DIST = astro.i 18 11 19 12 pslibincludedir = $(includedir) -
trunk/psLib/src/astro/psCoord.c
r4401 r4540 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.7 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 6-27 20:38:11$12 * @version $Revision: 1.79 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-07-12 19:12:00 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "psError.h" 26 26 #include "psLogMsg.h" 27 #include "psAstronomyErrors.h" 28 #include "psAstrometry.h" 27 #include "psErrorText.h" 29 28 #include "psMatrix.h" 30 29 #include <math.h> -
trunk/psLib/src/astro/psTime.c
r4409 r4540 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 6-28 20:17:52$12 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-07-12 19:12:00 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psString.h" 32 32 #include "psMetadata.h" 33 #include "psMetadata IO.h"33 #include "psMetadataConfig.h" 34 34 #include "psLookupTable.h" 35 35 #include "psConstants.h" 36 #include "ps AstronomyErrors.h"36 #include "psErrorText.h" 37 37 38 38 #include "config.h"
Note:
See TracChangeset
for help on using the changeset viewer.
