source: git/Makefile.am @ 246bbb

spielwiese
Last change on this file since 246bbb was 348e0e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Store and propagate the latest git commit + dirty status NOTE: one should use 'make dist' for generating a source tarball (starting with a git clone at the very beginning)
  • Property mode set to 100644
File size: 518 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
Note: See TracBrowser for help on using the repository browser.