Changeset 1a1f34b in git for Singular/Makefile.am
- Timestamp:
- Oct 14, 2015, 3:37:33 PM (8 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- a311b308796b46b4d4f62c4adfb1226432365f62
- Parents:
- 20a02439b361225625d282efe4ba0927de9c71cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r20a0243 r1a1f34b 207 207 208 208 singularlibrarydir = ${datadir}/singular 209 singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%) 209 singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%) $(SLIB2:%=LIB/%) 210 210 nobase_dist_singularlibrary_DATA = LIB/tst.lib LIB/help.cnf ${singularlibrary} 211 EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs \ 212 LIB/help.cnf links/slInit_Dynamic.cc 211 EXTRA_DIST = grammar.y libparse.ll make_alllib.sh LIB/all.lib.tmpl \ 212 singular-libs LIB/help.cnf LIB/.singularrc LIB/COPYING \ 213 links/slInit_Dynamic.cc 213 214 214 215 singularalllibrarydir = ${datadir}/singular/LIB
Note: See TracChangeset
for help on using the changeset viewer.