source: git/Makefile.am @ eb5c46

fieker-DuValspielwiese
Last change on this file since eb5c46 was 897139, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: numerics need GMP (NTL/FACTORY?) => changes to build system
  • Property mode set to 100644
File size: 219 bytes
Line 
1ALLOC=omalloc
2
3
4if ENABLE_FACTORY
5  USE_FACTORY = factory
6else
7  USE_FACTORY =
8endif
9 
10PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys kernel numeric Singular
11
12SUBDIRS=$(PACKAGES)
13
14TESTDIRS=$(ALLOC) libpolys kernel Singular
Note: See TracBrowser for help on using the repository browser.