source: git/Makefile.am @ 3af3ca

spielwiese
Last change on this file since 3af3ca was c2eb2e, checked in by Volker Braun <vbraun.name@…>, 13 years ago
make install and make distcheck work now
  • Property mode set to 100644
File size: 340 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
Note: See TracBrowser for help on using the repository browser.