source: git/Makefile.am @ f4cb99a

spielwiese
Last change on this file since f4cb99a was f4cb99a, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Updating the BS + search pathes for better binary distribution (due to Hans)
  • Property mode set to 100644
File size: 842 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)/singular/emacs
17
18EMACS = \
19    emacs/ChangeLog \
20    emacs/COPYING \
21    emacs/NEWS \
22    emacs/singular.el \
23    emacs/singular.xpm  emacs/.emacs-general  emacs/.emacs-singular
24
25#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el ??
26#-- emacs/BUGS     emacs/cmpl.pl     emacs/ESingular.emacs21     emacs/lib.pl     emacs/Makefile.in     emacs/singular.el.decl
27
28dist_emacs_DATA = $(EMACS)
29
30# emacs/test.sing
31# TODO: remove this!
32#all-local:
33#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
34
35
36EXTRA_DIST = autogen.sh $(EMACS)
37
38
39bin_SCRIPTS = libsingular-config
40
Note: See TracBrowser for help on using the repository browser.