Changeset 45e35b in git
- Timestamp:
- May 11, 2011, 4:49:43 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '7725b5cfc1eaf99630826ecc59f559d3b6831c24')
- Children:
- adb2edca6f47570822acf20e418c48a4763eab41
- Parents:
- 37ed0010c7b090336b34c30c29afd5506a1ddc80
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-11 16:49:43+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:04+01:00
- Files:
-
- 1 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r37ed00 r45e35b 11 11 .libs 12 12 doc/ 13 factory/readcf.c 13 factory/readcf.cc 14 14 factory/ylwrap 15 factory/gengftables 15 16 m4/libtool.m4 16 17 m4/ltoptions.m4 -
factory/Makefile.am
r37ed00 r45e35b 82 82 parseutil.cc \ 83 83 readcf.yy \ 84 factory.h \ 85 factoryconf.h \ 84 86 ftmpl_inst.cc 85 87 … … 195 197 ./gengftables 196 198 199 .template.h: 200 ${srcdir}/bin/makeheader $< $@ 201 202 BUILT_SOURCES = factory.h factoryconf.h 203 197 204 # These files listed below are not used anywhere but are included in 198 205 # the distribution. So they will be tacked on to EXTRA_DIST. -
libpolys/configure.ac
r37ed00 r45e35b 66 66 67 67 SING_CHECK_P_PROCS 68 SING_CHECK_ARITH_RINGS 69 SING_CHECK_FACTORY 68 70 SING_CHECK_PLURAL 69 SING_CHECK_ARITH_RINGS70 71 71 72 AC_SUBST(LIBPREFIX)
Note: See TracChangeset
for help on using the changeset viewer.