source: git/Makefile.am @ d92d71

spielwiese
Last change on this file since d92d71 was dccceb, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
moved libfac under factory/ CHG: moved libfac/ under factory/ Note: starting to merge libfac into factory (as a private library)
  • Property mode set to 100644
File size: 326 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3ALLOC=omalloc
4
5if ENABLE_FACTORY
6  USE_FACTORY = factory
7else
8  USE_FACTORY =
9endif
10 
11PACKAGES=findexec $(ALLOC) $(USE_FACTORY) libpolys kernel numeric Singular
12
13SUBDIRS=$(PACKAGES)
14
15TESTDIRS=$(ALLOC) $(USE_FACTORY) libpolys kernel Singular
16
17EXTRA_DIST = autogen.sh
18
19bin_SCRIPTS = libsingular-config
Note: See TracBrowser for help on using the repository browser.