source: git/Makefile.am @ 5417ff

spielwiese
Last change on this file since 5417ff was 5417ff, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Added automake BuildSystem
  • Property mode set to 100644
File size: 843 bytes
RevLine 
[86b7aca]1ACLOCAL_AMFLAGS = -I m4
[9634a6]2
[5417ff]3USE_FACTORY =
[6b61be]4if ENABLE_FACTORY
[5417ff]5  USE_FACTORY += factory
[6b61be]6endif
[81384b]7
[5417ff]8PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules
[9634a6]9
[5417ff]10SUBDIRS =$(PACKAGES)
[b4a676]11TESTDIRS=$(PACKAGES)
[c2eb2e]12
[5417ff]13 
[f4cb99a]14emacsdir=$(datadir)/singular/emacs
15
16EMACS = \
[bd795d]17    emacs/ChangeLog \
18    emacs/COPYING \
19    emacs/NEWS \
20    emacs/singular.el \
[f4cb99a]21    emacs/singular.xpm  emacs/.emacs-general  emacs/.emacs-singular
22
23#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el ??
[5417ff]24#-- emacs/BUGS     emacs/cmpl.pl     emacs/ESingular.emacs21     emacs/lib.pl     emacs/Makefile.in     emacs/singular.el.decl
[bd795d]25
[ef86515]26dist_emacs_DATA = $(EMACS)
27
[bd795d]28# emacs/test.sing
29# TODO: remove this!
30#all-local:
31#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
32
33
[5417ff]34EXTRA_DIST = autogen.sh $(EMACS)
[584f6b0]35
36bin_SCRIPTS = libsingular-config
[b3cd39]37
Note: See TracBrowser for help on using the repository browser.