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