Changeset ff7e14a in git for Singular/Makefile.am


Ignore:
Timestamp:
Sep 29, 2011, 3:03:38 PM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bebd746739b98e1580e2d7b75cf326c9350f2a7b
Parents:
36ef6e07e25fef0cf8a7200794f7cd40d94d69fd
git-author:
Volker Braun <vbraun.name@gmail.com>2011-09-29 15:03:38+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:49+01:00
Message:
Fix: Install the singular library to share/singular/LIB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r36ef6e0 rff7e14a  
    224224# Singularg_CPPFLAGS =
    225225
     226
     227#########################################################
     228# the Singular library (*.lib files)
     229
     230include ${srcdir}/singular-libs
     231
     232singularlibrarydir = ${datadir}/singular
     233nobase_dist_singularlibrary_DATA = LIB/all.lib $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%)
     234EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs
     235
     236LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${nobase_dist_singularlibrary_DATA}
     237        $(MKDIR_P) LIB
     238        ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${SLIB0} ${PLIBS}
     239
    226240########################### TEST #########################
    227241
     
    250264
    251265# These files are built first
    252 BUILT_SOURCES = feOpt.inc mpsr_Tok.inc iparith.inc plural_cmd.inc feOptTS.inc feOptES.inc
     266BUILT_SOURCES = feOpt.inc mpsr_Tok.inc iparith.inc plural_cmd.inc feOptTS.inc feOptES.inc LIB/all.lib
    253267
    254268CLEANFILES = $(BUILT_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.