source: git/Makefile.am @ 88479ff

spielwiese
Last change on this file since 88479ff 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
Line 
1ALLOC=omalloc
2
3
4if ENABLE_FACTORY
5  USE_FACTORY = factory
6else
7  USE_FACTORY =
8endif
9 
10PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys kernel
11
12SUBDIRS=$(PACKAGES)
13
14TESTDIRS=libpolys kernel
Note: See TracBrowser for help on using the repository browser.