jengelh-datetimespielwiese
Last change
on this file since 6ce030f was
b4a676,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
made findexec into a standalone library + removal of resources
add: findexec/configure.ac
del: removed the rests of libpolys/resources & references to it from everywhere
fix: findexec/feResource.cc should better not use S_UNAME
chg: factory should only need findexec & omalloc for testing
|
-
Property mode set to
100644
|
File size:
716 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | if ENABLE_FACTORY |
---|
4 | USE_FACTORY = factory |
---|
5 | else |
---|
6 | USE_FACTORY = |
---|
7 | endif |
---|
8 | |
---|
9 | PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming dyn_modules |
---|
10 | |
---|
11 | SUBDIRS=$(PACKAGES) |
---|
12 | |
---|
13 | TESTDIRS=$(PACKAGES) |
---|
14 | |
---|
15 | |
---|
16 | emacsdir=$(datadir)/emacs |
---|
17 | dist_emacs_DATA = 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 | |
---|
29 | # emacs/test.sing |
---|
30 | # TODO: remove this! |
---|
31 | #all-local: |
---|
32 | # [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir} |
---|
33 | |
---|
34 | |
---|
35 | EXTRA_DIST = autogen.sh emacs |
---|
36 | |
---|
37 | |
---|
38 | bin_SCRIPTS = libsingular-config |
---|
Note: See
TracBrowser
for help on using the repository browser.