Changeset 3127 for trunk/psLib/test/astronomy/Makefile.am
- Timestamp:
- Feb 4, 2005, 12:49:39 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
test/astronomy/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 1 DoxygenLog 1 2 bin 2 3 lib
-
- Property svn:ignore
-
trunk/psLib/test/astronomy/Makefile.am
r3115 r3127 11 11 $(all_includes) 12 12 13 PSLIB_LIBS = `sh $(top_srcdir)/pslib-config --libs` 14 AM_LDFLAGS = $(PSLIB_LIBS) -L$(top_srcdir)/src 13 AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS) 15 14 16 15 check_PROGRAMS = tst_psTime_01 \ … … 30 29 tst_psAstrometry01 31 30 32 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 31 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified 32 33 33 TESTS = tst_psTime_01 \ 34 34 tst_psTime_02 \ … … 66 66 BUILT_SOURCES = test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4 67 67 68 EXTRA_DIST = test.psTime.config1.template \ 69 test.psTime.config2.template \ 70 test.psTime.config3.template \ 71 test.psTime.config4.template \ 72 verified 73 68 74 test.psTime.config1: test.psTime.config1.template 69 75 sed 's|PREFIX|$(prefix)|' $? > $@
Note:
See TracChangeset
for help on using the changeset viewer.
