source:
git/Makefile.am
@
6b61be
Last change on this file since 6b61be was 6b61be, checked in by , 12 years ago | |
---|---|
|
|
File size: 170 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 |
11 | |
12 | SUBDIRS=$(PACKAGES) |
13 | |
14 | TESTDIRS=libpolys |
Note: See TracBrowser
for help on using the repository browser.