source: git/Makefile.am @ 6008fe

spielwiese
Last change on this file since 6008fe was aa6c9cc, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Fix BS problem of gfanlib handling
  • Property mode set to 100644
File size: 668 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3if ENABLE_FACTORY
4  USE_FACTORY = factory
5endif
6
7if HAVE_GFANLIB
8  USE_GFANLIB = gfanlib
9endif
10
11
12
13
14SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
15libpolys kernel numeric $(USE_GFANLIB) dyn_modules \
16IntegerProgramming Singular dox \
17emacs debian redhat desktop
18
19# PACKAGES = $(SUBDIRS)
20# TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules
21
22EXTRA_DIST = README autogen.sh git-version-gen
23
24bin_SCRIPTS = libsingular-config
25
26dist-hook:
27        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
28
29
30configheaderdir = ${includedir}/singular/
31nodist_configheader_HEADERS = singularconfig.h
32
Note: See TracBrowser for help on using the repository browser.