source: git/Makefile.am @ b54a36e

spielwiese
Last change on this file since b54a36e was b54a36e, checked in by Oleksandr Motsak <motsak@…>, 13 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
RevLine 
[9634a6]1ALLOC=omalloc
2
[6b61be]3
4if ENABLE_FACTORY
5  USE_FACTORY = factory
6else
7  USE_FACTORY =
8endif
9 
[b54a36e]10PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys kernel
[9634a6]11
12SUBDIRS=$(PACKAGES)
13
[b54a36e]14TESTDIRS=libpolys kernel
Note: See TracBrowser for help on using the repository browser.