source: git/Makefile.am @ a52291

spielwiese
Last change on this file since a52291 was 8fee84, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
libfindexec separation CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any configure anymore) CHG: separation/removal of omFindExec from omalloc & xalloc ADD: use new findexec library
  • Property mode set to 100644
File size: 395 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
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.