jengelh-datetimespielwiese
Last change
on this file since 08a955 was
72aae3,
checked in by Mathias Schulze <mschulze@…>, 10 years ago
|
Initial Redhat package support
* new folder redhat containing singular.spec file
* README files for debian and redhat
* moved moved debian/icons to desktop (now used by both debian and redhat)
* updated Makefile.am, configure.ac, debian/control, debian/rules
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
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 dox |
---|
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 | DEBIAN = README \ |
---|
34 | debian/changelog \ |
---|
35 | debian/compat \ |
---|
36 | debian/control \ |
---|
37 | debian/copyright \ |
---|
38 | debian/rules \ |
---|
39 | debian/singular-bin.install \ |
---|
40 | debian/singular-common.dirs \ |
---|
41 | debian/singular-common.install \ |
---|
42 | debian/singular-dev.install \ |
---|
43 | debian/source/format \ |
---|
44 | debian/source/include-binaries |
---|
45 | |
---|
46 | REDHAT = README \ |
---|
47 | redhat/singular.spec |
---|
48 | |
---|
49 | DESKTOP = desktop/Singular.png |
---|
50 | |
---|
51 | EXTRA_DIST = autogen.sh $(EMACS) $(DEBIAN) $(REDHAT) $(DESKTOP) |
---|
52 | |
---|
53 | bin_SCRIPTS = libsingular-config |
---|
54 | |
---|
Note: See
TracBrowser
for help on using the repository browser.