Changeset bd795d in git for Makefile.am


Ignore:
Timestamp:
Jan 27, 2012, 7:44:48 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7938a0f011b7631108f90c25ded16172b942b7b1
Parents:
fea2afe12a425d875d707eb7393d52b070f19b49
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 19:44:48+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 19:52:11+01:00
Message:
improved build system in Singuar/: building of libparse and [TE]Singular

ADD/CHG: distribute and install emacs/ (under $(datadir)/)
CHG: moved fegetopt.{c,h} from kernel/ to Singular/
ADD: build and install Singular/[TE]Singular
ADD: better Singular/libparse
CHG: only build the static release and debug binaries Singular&Singularg by default!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rfea2af rbd795d  
    1515TESTDIRS=$(ALLOC) $(USE_FACTORY) libpolys kernel Singular
    1616
    17 EXTRA_DIST = autogen.sh
     17
     18emacsdir=$(datadir)/emacs
     19dist_emacs_DATA =  emacs/BUGS \
     20    emacs/ChangeLog \
     21    emacs/cmpl.pl \
     22    emacs/COPYING \
     23    emacs/ESingular.emacs21 \
     24    emacs/lib.pl \
     25    emacs/Makefile.in \
     26    emacs/NEWS \
     27    emacs/singular.el \
     28    emacs/singular.el.decl \
     29    emacs/singular.xpm
     30
     31# emacs/test.sing
     32# TODO: remove this!
     33#all-local:
     34#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
     35
     36
     37EXTRA_DIST = autogen.sh emacs
     38
    1839
    1940bin_SCRIPTS = libsingular-config
Note: See TracChangeset for help on using the changeset viewer.