source: git/Makefile.am @ bd795d

fieker-DuValspielwiese
Last change on this file since bd795d was bd795d, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
improved build system in Singuar/: building of libparse and [TE]Singular ADD/CHG: distribute and install emacs/ (under $(datadir)/) CHG: moved fegetopt.{c,h} from kernel/ to Singular/ ADD: build and install Singular/[TE]Singular ADD: better Singular/libparse CHG: only build the static release and debug binaries Singular&Singularg by default!
  • Property mode set to 100644
File size: 757 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3ALLOC=omalloc
4
5if ENABLE_FACTORY
6  USE_FACTORY = factory
7else
8  USE_FACTORY =
9endif
10 
11PACKAGES=findexec $(ALLOC) $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming
12
13SUBDIRS=$(PACKAGES)
14
15TESTDIRS=$(ALLOC) $(USE_FACTORY) libpolys kernel Singular
16
17
18emacsdir=$(datadir)/emacs
19dist_emacs_DATA =  emacs/BUGS \
20    emacs/ChangeLog \
21    emacs/cmpl.pl \
22    emacs/COPYING \
23    emacs/ESingular.emacs21 \
24    emacs/lib.pl \
25    emacs/Makefile.in \
26    emacs/NEWS \
27    emacs/singular.el \
28    emacs/singular.el.decl \
29    emacs/singular.xpm
30
31# emacs/test.sing
32# TODO: remove this!
33#all-local:
34#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
35
36
37EXTRA_DIST = autogen.sh emacs
38
39
40bin_SCRIPTS = libsingular-config
Note: See TracBrowser for help on using the repository browser.