spielwiese
Last change
on this file since b54a36e was
b54a36e,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
ADD: make should now also build libkernel*...
ADD: 'make check' in kernel/ will try to link against libpolys AND libkernel_g.a
|
-
Property mode set to
100644
|
File size:
184 bytes
|
Line | |
---|
1 | ALLOC=omalloc |
---|
2 | |
---|
3 | |
---|
4 | if ENABLE_FACTORY |
---|
5 | USE_FACTORY = factory |
---|
6 | else |
---|
7 | USE_FACTORY = |
---|
8 | endif |
---|
9 | |
---|
10 | PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys kernel |
---|
11 | |
---|
12 | SUBDIRS=$(PACKAGES) |
---|
13 | |
---|
14 | TESTDIRS=libpolys kernel |
---|
Note: See
TracBrowser
for help on using the repository browser.