Changeset bebd746 in git
- Timestamp:
- Sep 29, 2011, 6:29:06 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 83a17144802654564ccccc11ecb9b2691d45996b
- Parents:
- ff7e14a9167a94af5027b3f440891134532b6e7d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-29 18:29:06+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:49+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
rff7e14a rbebd746 231 231 232 232 singularlibrarydir = ${datadir}/singular 233 nobase_dist_singularlibrary_DATA = LIB/all.lib $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%) 233 singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%) 234 nobase_dist_singularlibrary_DATA = LIB/all.lib ${singularlibrary} 234 235 EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs 235 236 236 LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${nobase_dist_singularlibrary_DATA} 237 # ${nobase_dist_singularlibrary_DATA} 238 LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${singularlibrary} 237 239 $(MKDIR_P) LIB 238 240 ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${SLIB0} ${PLIBS}
Note: See TracChangeset
for help on using the changeset viewer.