source:
git/Makefile.am
@
f84f82
Last change on this file since f84f82 was f84f82, checked in by , 10 years ago | |
---|---|
|
|
File size: 610 bytes |
Rev | Line | |
---|---|---|
[86b7aca] | 1 | ACLOCAL_AMFLAGS = -I m4 |
[9634a6] | 2 | |
[6b61be] | 3 | if ENABLE_FACTORY |
[fe2e01] | 4 | USE_FACTORY = factory |
[6b61be] | 5 | endif |
[81384b] | 6 | |
[fe2e01] | 7 | SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \ |
[f84f82] | 8 | libpolys kernel numeric gfanlib dyn_modules \ |
[8968e8e] | 9 | IntegerProgramming Singular dox \ |
[47e8b04] | 10 | emacs debian redhat desktop |
[9634a6] | 11 | |
[fe2e01] | 12 | # PACKAGES = $(SUBDIRS) |
13 | # TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules | |
[c2eb2e] | 14 | |
[348e0e] | 15 | EXTRA_DIST = README autogen.sh git-version-gen |
[584f6b0] | 16 | |
17 | bin_SCRIPTS = libsingular-config | |
[348e0e] | 18 | |
19 | dist-hook: | |
20 | $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version | |
[ba5e9e] | 21 | |
22 | ||
23 | configheaderdir = ${includedir}/singular/ | |
24 | nodist_configheader_HEADERS = singularconfig.h | |
25 |
Note: See TracBrowser
for help on using the repository browser.