Changeset 42ceaa in git
- Timestamp:
- Nov 17, 2011, 8:31:17 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- dd5fa68c4187968f9d7b2351a53fe3c164c36398
- Parents:
- 38991a6e7b3fc493d90d4608799f2c45766b2c28
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-17 20:31:17+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
- Location:
- libpolys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/Makefile.am
r38991a r42ceaa 20 20 libmisc_g_la_SOURCES = $(SOURCES) 21 21 22 22 23 libmisc_includedir = $(includedir)/singular/misc 23 libmisc_include_HEADERS = auxiliary.h mylimits.h options.h intvec.h int64vec.h 24 libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h 25 26 nodist_libmisc_la_SOURCES = auxiliary.h 27 nodist_libmisc_g_la_SOURCES = auxiliary.h 24 28 25 29 -
libpolys/tests/Makefile.am
r38991a r42ceaa 22 22 check_PROGRAMS = $(TESTS) 23 23 24 simple_test_SOURCES = simple_test_runner.cpp25 coeffs_test_SOURCES = coeffs_test_runner.cpp26 polys_test_SOURCES = polys_test_runner.cpp27 rings_test_SOURCES = rings_test_runner.cpp24 nodist_simple_test_SOURCES = simple_test_runner.cpp 25 nodist_coeffs_test_SOURCES = coeffs_test_runner.cpp 26 nodist_polys_test_SOURCES = polys_test_runner.cpp 27 nodist_rings_test_SOURCES = rings_test_runner.cpp 28 28 29 29 polys_test_LDFLAGS = ${AM_LDFLAGS} ${USEPPROCSDYNAMICLDFLAGS} … … 36 36 37 37 BUILT_SOURCES = gftables MOD \ 38 $( simple_test_SOURCES) $(coeffs_test_SOURCES) $(rings_test_SOURCES) $(polys_test_SOURCES)38 $(nodist_simple_test_SOURCES) $(nodist_coeffs_test_SOURCES) $(nodist_rings_test_SOURCES) $(nodist_polys_test_SOURCES) 39 39 40 40 gftables: ${top_srcdir}/../factory/gftables … … 59 59 CLEANFILES = $(BUILT_SOURCES) 60 60 61 EXTRA_DIST = simple_test.h coeffs_test.h polys_test.h rings_test.h common.h\61 EXTRA_DIST = cxxtestgen.pl simple_test.h coeffs_test.h polys_test.h rings_test.h common.h \ 62 62 cxxtest/Descriptions.h cxxtest/ParenPrinter.h cxxtest/TestListener.h \ 63 63 cxxtest/DummyDescriptions.h cxxtest/QtGui.h cxxtest/TestRunner.h \
Note: See TracChangeset
for help on using the changeset viewer.