spielwiese
Last change
on this file since dccceb was
dccceb,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
moved libfac under factory/
CHG: moved libfac/ under factory/
Note: starting to merge libfac into factory (as a private library)
|
-
Property mode set to
100644
|
File size:
326 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | ALLOC=omalloc |
---|
4 | |
---|
5 | if ENABLE_FACTORY |
---|
6 | USE_FACTORY = factory |
---|
7 | else |
---|
8 | USE_FACTORY = |
---|
9 | endif |
---|
10 | |
---|
11 | PACKAGES=findexec $(ALLOC) $(USE_FACTORY) libpolys kernel numeric Singular |
---|
12 | |
---|
13 | SUBDIRS=$(PACKAGES) |
---|
14 | |
---|
15 | TESTDIRS=$(ALLOC) $(USE_FACTORY) libpolys kernel Singular |
---|
16 | |
---|
17 | EXTRA_DIST = autogen.sh |
---|
18 | |
---|
19 | bin_SCRIPTS = libsingular-config |
---|
Note: See
TracBrowser
for help on using the repository browser.