Changeset f2f5ea in git
- Timestamp:
- Mar 25, 2014, 2:31:30 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 5ab3130b648fc8e50678fa99a6a1e5274eabfdb1
- Parents:
- 66b1de771706655cf8a9c3924d1dac08150c8814
- git-author:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 14:31:30+01:00
- git-committer:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 17:28:28+01:00
- Files:
-
- 1 added
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r66b1de7 rf2f5ea 204 204 AC_CONFIG_FILES([kernel/fglm/Makefile]) 205 205 AC_CONFIG_FILES([kernel/groebner_walk/Makefile]) 206 AC_CONFIG_FILES([kernel/combinatorics/Makefile]) 206 207 207 208 AC_CONFIG_SUBDIRS([gfanlib]) -
kernel/Makefile.am
r66b1de7 rf2f5ea 2 2 # TODO: use ${top_srcdir} instead of .. in the above? 3 3 4 SUBDIRS=sample numeric fglm groebner_walk 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics 5 5 # kernelsample 6 6 … … 13 13 14 14 SOURCES = polys.cc febase.cc feread.cc \ 15 hdegree.cc hilb.cc hutil.cc \16 15 ideals.cc \ 17 16 khstd.cc kstdfac.cc \ … … 62 61 ${builddir}/fglm/libfglm.la \ 63 62 ${builddir}/groebner_walk/libgroebner_walk.la \ 63 ${builddir}/combinatorics/libcombinatorics.la \ 64 64 ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \ 65 65 ${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset
for help on using the changeset viewer.