source: git/Makefile.am @ 210e07

spielwiese
Last change on this file since 210e07 was 6b61be, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: optional building of factory (only with --enable-factory)
  • Property mode set to 100644
File size: 170 bytes
Line 
1ALLOC=omalloc
2
3
4if ENABLE_FACTORY
5  USE_FACTORY = factory
6else
7  USE_FACTORY =
8endif
9 
10PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys
11
12SUBDIRS=$(PACKAGES)
13
14TESTDIRS=libpolys
Note: See TracBrowser for help on using the repository browser.