source: git/Makefile.am @ 584f6b0

spielwiese
Last change on this file since 584f6b0 was 584f6b0, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
ADD/FIX: up-to-date {libsingular/libpolys}-config! CHG: standalone.test/mk uses libsingular-config
  • Property mode set to 100644
File size: 386 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
19
20bin_SCRIPTS = libsingular-config
Note: See TracBrowser for help on using the repository browser.