source: git/Makefile.am @ 2e553a

spielwiese
Last change on this file since 2e553a was f84f82, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Fixing BS
  • Property mode set to 100644
File size: 610 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 git-version-gen
16
17bin_SCRIPTS = libsingular-config
18
19dist-hook:
20        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
21
22
23configheaderdir = ${includedir}/singular/
24nodist_configheader_HEADERS = singularconfig.h
25
Note: See TracBrowser for help on using the repository browser.