source: git/Makefile.am @ c770dc

spielwiese
Last change on this file since c770dc was 4df5bd, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: one can use autoreconf, for instance as via autogen.sh for generating a buildsystem RM: INSTALL/mkinstalldirs/install-sh are generated automatically by autotools CHG: please use autogen.sh instead of for_Hans_with_love.sh
  • Property mode set to 100644
File size: 352 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3ALLOC=omalloc
4
5if ENABLE_FACTORY
6  USE_FACTORY = factory
7else
8  USE_FACTORY =
9endif
10 
11PACKAGES=$(ALLOC) $(USE_FACTORY) libpolys kernel numeric Singular
12
13SUBDIRS=$(PACKAGES)
14
15TESTDIRS=$(ALLOC) $(USE_FACTORY) libpolys kernel Singular
16
17# libfac doesn't use automake, just include it all in tarball
18EXTRA_DIST = libfac autogen.sh
Note: See TracBrowser for help on using the repository browser.