source: git/Makefile.am @ e4e36c

spielwiese
Last change on this file since e4e36c was 72aae3, checked in by Mathias Schulze <mschulze@…>, 11 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 
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
33DEBIAN = 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
46REDHAT = README \
47        redhat/singular.spec
48
49DESKTOP = desktop/Singular.png
50
51EXTRA_DIST = autogen.sh $(EMACS) $(DEBIAN) $(REDHAT) $(DESKTOP)
52
53bin_SCRIPTS = libsingular-config
54
Note: See TracBrowser for help on using the repository browser.