source: git/Makefile.am @ ba5e9e

spielwiese
Last change on this file since ba5e9e was ba5e9e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main) fix: sources should include correct corresponding config headers.
  • Property mode set to 100644
File size: 610 bytes
RevLine 
[86b7aca]1ACLOCAL_AMFLAGS = -I m4
[9634a6]2
[6b61be]3if ENABLE_FACTORY
[fe2e01]4  USE_FACTORY = factory
[6b61be]5endif
[81384b]6
[fe2e01]7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
[8968e8e]8libpolys kernel numeric gfanlib dyn_modules \
9IntegerProgramming Singular dox \
[47e8b04]10emacs debian redhat desktop
[9634a6]11
[fe2e01]12# PACKAGES = $(SUBDIRS)
13# TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules
[c2eb2e]14
[348e0e]15EXTRA_DIST = README autogen.sh git-version-gen
[584f6b0]16
17bin_SCRIPTS = libsingular-config
[348e0e]18
19dist-hook:
20        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
[ba5e9e]21
22
23configheaderdir = ${includedir}/singular/
24nodist_configheader_HEADERS = singularconfig.h
25
Note: See TracBrowser for help on using the repository browser.