source: git/Makefile.am @ e5c9e5

spielwiese
Last change on this file since e5c9e5 was ef86515, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixing the distribution of emacs files due to Mac OS X or older automake
  • Property mode set to 100644
File size: 737 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3if ENABLE_FACTORY
4  USE_FACTORY = factory
5else
6  USE_FACTORY =
7endif
8 
9PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming dyn_modules
10
11SUBDIRS=$(PACKAGES)
12
13TESTDIRS=$(PACKAGES)
14
15
16emacsdir=$(datadir)/emacs
17EMACS = emacs/BUGS \
18    emacs/ChangeLog \
19    emacs/cmpl.pl \
20    emacs/COPYING \
21    emacs/ESingular.emacs21 \
22    emacs/lib.pl \
23    emacs/Makefile.in \
24    emacs/NEWS \
25    emacs/singular.el \
26    emacs/singular.el.decl \
27    emacs/singular.xpm
28
29dist_emacs_DATA = $(EMACS)
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
41
Note: See TracBrowser for help on using the repository browser.