jengelh-datetimespielwiese
Last change
on this file since c1ec9a was
5417ff,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Added automake BuildSystem
|
-
Property mode set to
100644
|
File size:
843 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | USE_FACTORY = |
---|
4 | if ENABLE_FACTORY |
---|
5 | USE_FACTORY += factory |
---|
6 | endif |
---|
7 | |
---|
8 | PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules |
---|
9 | |
---|
10 | SUBDIRS =$(PACKAGES) |
---|
11 | TESTDIRS=$(PACKAGES) |
---|
12 | |
---|
13 | |
---|
14 | emacsdir=$(datadir)/singular/emacs |
---|
15 | |
---|
16 | EMACS = \ |
---|
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 | |
---|
26 | dist_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 | |
---|
34 | EXTRA_DIST = autogen.sh $(EMACS) |
---|
35 | |
---|
36 | bin_SCRIPTS = libsingular-config |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.