Changeset 42ceaa in git


Ignore:
Timestamp:
Nov 17, 2011, 8:31:17 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
Message:
FIX: do NOT distribute misc/auxiliary.h + tests/*_test_runner.cpp
FIX: distribute: tests/cxxtestgen.pl
Location:
libpolys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    r38991a r42ceaa  
    2020libmisc_g_la_SOURCES = $(SOURCES)
    2121
     22
    2223libmisc_includedir = $(includedir)/singular/misc
    23 libmisc_include_HEADERS = auxiliary.h mylimits.h options.h intvec.h int64vec.h
     24libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h
     25
     26nodist_libmisc_la_SOURCES   = auxiliary.h
     27nodist_libmisc_g_la_SOURCES = auxiliary.h
    2428
    2529
  • libpolys/tests/Makefile.am

    r38991a r42ceaa  
    2222check_PROGRAMS = $(TESTS)
    2323
    24 simple_test_SOURCES = simple_test_runner.cpp
    25 coeffs_test_SOURCES = coeffs_test_runner.cpp
    26 polys_test_SOURCES = polys_test_runner.cpp
    27 rings_test_SOURCES = rings_test_runner.cpp
     24nodist_simple_test_SOURCES = simple_test_runner.cpp
     25nodist_coeffs_test_SOURCES = coeffs_test_runner.cpp
     26nodist_polys_test_SOURCES = polys_test_runner.cpp
     27nodist_rings_test_SOURCES = rings_test_runner.cpp
    2828
    2929polys_test_LDFLAGS = ${AM_LDFLAGS} ${USEPPROCSDYNAMICLDFLAGS}
     
    3636
    3737BUILT_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)
    3939
    4040gftables: ${top_srcdir}/../factory/gftables
     
    5959CLEANFILES = $(BUILT_SOURCES)
    6060
    61 EXTRA_DIST = simple_test.h coeffs_test.h polys_test.h rings_test.h common.h             \
     61EXTRA_DIST = cxxtestgen.pl simple_test.h coeffs_test.h polys_test.h rings_test.h common.h \
    6262    cxxtest/Descriptions.h       cxxtest/ParenPrinter.h      cxxtest/TestListener.h     \
    6363    cxxtest/DummyDescriptions.h  cxxtest/QtGui.h             cxxtest/TestRunner.h       \
Note: See TracChangeset for help on using the changeset viewer.