source: git/Makefile.am @ 2f30bc

spielwiese
Last change on this file since 2f30bc was 2f30bc, checked in by Hans Schoenemann <hannes@…>, 9 years ago
Revert "refresh redhat material (consistency)" This reverts commit 9b612a512c1ce005e1e97653c532f712a0fb028c.
  • Property mode set to 100644
File size: 724 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3if ENABLE_FACTORY
4  USE_FACTORY = factory
5endif
6
7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
8libpolys gfanlib IntegerProgramming \
9kernel Singular \
10dox emacs redhat desktop
11
12EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy singular.spec.in singular.spec
13
14bin_SCRIPTS = libsingular-config
15
16dist-hook:
17        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
18
19
20configheaderdir = ${includedir}/singular
21nodist_configheader_HEADERS = singularconfig.h
22DISTCLEANFILES = $(nodist_configheader_HEADERS)
23
24dist_man1_MANS = doc/Singular.man doc/ESingular.man doc/TSingular.man
25
26pkgconfigdir = $(libdir)/pkgconfig
27pkgconfig_DATA = Singular.pc
Note: See TracBrowser for help on using the repository browser.