source: git/Makefile.am @ fe2e01

spielwiese
Last change on this file since fe2e01 was fe2e01, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Minor improvement of top-level Makefile.am NOTE: only SUBDIRS is necessary!
  • Property mode set to 100644
File size: 399 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3if ENABLE_FACTORY
4  USE_FACTORY = factory
5endif
6
7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
8libpolys kernel numeric gfanlib dyn_modules \
9IntegerProgramming Singular dox \
10emacs debian redhat desktop
11
12# PACKAGES = $(SUBDIRS)
13# TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules
14
15EXTRA_DIST = README autogen.sh
16
17bin_SCRIPTS = libsingular-config
Note: See TracBrowser for help on using the repository browser.