Changeset 4956
- Timestamp:
- Sep 7, 2005, 10:55:16 AM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 6 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (2 diffs)
-
src/Makefile.am (modified) (1 diff)
-
src/sys/Makefile.am (modified) (1 diff)
-
test/math/Makefile.am (modified) (3 diffs)
-
test/xml/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/Makefile.am
r4541 r4956 6 6 pkgconfig_DATA= pslib.pc 7 7 8 EXTRA_DIST = Doxyfile.in pslib-config.in pslib.pc.in share 8 EXTRA_DIST = Doxyfile.in pslib-config.in pslib.pc.in share psParseErrorCodes psParsePrecessionTable 9 9 10 10 docs: Doxyfile $(prefix)/docs/pslib $(mandir)/man3 -
trunk/psLib/configure.ac
r4819 r4956 1 1 AC_PREREQ(2.57) 2 2 3 AC_INIT([pslib],[0. 6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])3 AC_INIT([pslib],[0.7.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla]) 4 4 AC_CONFIG_SRCDIR([pslib.pc.in]) 5 5 AC_CANONICAL_TARGET … … 9 9 AM_MAINTAINER_MODE 10 10 11 PSLIB_LT_VERSION="0: 6:0"11 PSLIB_LT_VERSION="0:7:0" 12 12 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 13 13 -
trunk/psLib/src/Makefile.am
r4816 r4956 9 9 10 10 11 EXTRA_DIST = mainpage.dox psErrorCodes .dat psTest.h psErrorText.h.in psErrorText_en.dat11 EXTRA_DIST = mainpage.dox psErrorCodes_en.dat psTest.h psErrorText.h.in psErrorText_en.dat 12 12 13 13 BUILT_SOURCES = psErrorText.h -
trunk/psLib/src/sys/Makefile.am
r4549 r4956 13 13 psTrace.c 14 14 15 EXTRA_DIST = sys.i 15 EXTRA_DIST = sys.i psErrorCodes.c.in psErrorCodes.h.in 16 16 17 17 BUILT_SOURCES = psErrorCodes.c -
trunk/psLib/test/math/Makefile.am
r4862 r4956 46 46 tst_psStats09 \ 47 47 tst_psRandom 48 # tst_psMinimize00 \49 # tst_psMinimize01 \50 # tst_psMinimize02 \51 # tst_psMinimize0352 48 53 49 tst_psFunc00_SOURCES = tst_psFunc00.c … … 77 73 tst_psMatrixVectorArithmetic03_SOURCES = tst_psMatrixVectorArithmetic03.c 78 74 tst_psMatrixVectorArithmetic04_SOURCES = tst_psMatrixVectorArithmetic04.c 79 tst_psMinimize00_SOURCES = tst_psMinimize00.c80 tst_psMinimize01_SOURCES = tst_psMinimize01.c81 tst_psMinimize02_SOURCES = tst_psMinimize02.c82 tst_psMinimize03_SOURCES = tst_psMinimize03.c83 75 tst_psMinimize04_SOURCES = tst_psMinimize04.c 84 76 tst_psMinimize04_F32_SOURCES = tst_psMinimize04.c … … 105 97 106 98 EXTRA_DIST = verified 107 EXTRA_PROGRAMS = tst_psMinimize00 tst_psMinimize01 tst_psMinimize02 tst_psMinimize03108 99 109 100 CLEANFILES = $(TESTS) $(check_DATA) -
trunk/psLib/test/xml/Makefile.am
r4785 r4956 14 14 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 15 15 16 EXTRA_DIST = verified 16 EXTRA_DIST = verified psTime.xml psTime2.xml psTime3.xml psTime4.xml 17 17 18 18 CLEANFILES = $(TESTS) $(check_DATA)
Note:
See TracChangeset
for help on using the changeset viewer.
