source: git/Makefile.am @ a1efec7

spielwiese
Last change on this file since a1efec7 was 380d25, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Add Doxygen support to BS Note: use the following for generating html doxygen documentation: cd dox && make html
  • Property mode set to 100644
File size: 846 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3USE_FACTORY =
4if ENABLE_FACTORY
5  USE_FACTORY += factory
6endif
7
8PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules dox
9
10SUBDIRS =$(PACKAGES)
11TESTDIRS=$(PACKAGES)
12
13 
14emacsdir=$(datadir)/singular/emacs
15
16EMACS = \
17    emacs/ChangeLog \
18    emacs/COPYING \
19    emacs/NEWS \
20    emacs/singular.el \
21    emacs/singular.xpm  emacs/.emacs-general  emacs/.emacs-singular
22
23#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el ??
24#-- emacs/BUGS     emacs/cmpl.pl     emacs/ESingular.emacs21     emacs/lib.pl     emacs/Makefile.in     emacs/singular.el.decl
25
26dist_emacs_DATA = $(EMACS)
27
28# emacs/test.sing
29# TODO: remove this!
30#all-local:
31#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
32
33
34EXTRA_DIST = autogen.sh $(EMACS)
35
36bin_SCRIPTS = libsingular-config
37
Note: See TracBrowser for help on using the repository browser.