Changeset 547f64 in git
- Timestamp:
- Jun 17, 2010, 2:41:29 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 04dd0ce998a4a58df8fc3aaf1bd42b662efc847c
- Parents:
- 7bf14550d613edf557228ca502041b4a91b07ce3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/GNUmakefile.in
r7bf145 r547f64 133 133 cf_char.cc \ 134 134 cf_chinese.cc \ 135 cf_cyclo.cc\135 cf_cyclo.cc \ 136 136 cf_eval.cc \ 137 137 cf_factor.cc \ … … 157 157 cf_util.cc \ 158 158 debug.cc \ 159 DegreePattern.cc \ 160 ExtensionInfo.cc \ 159 161 fac_berlekamp.cc \ 160 162 fac_cantzass.cc \ … … 167 169 fac_univar.cc \ 168 170 fac_util.cc \ 171 facFqBivar.cc \ 172 facFqBivarUtil.cc \ 173 facFqFactorize.cc \ 174 facFqFactorizeUtil.cc \ 175 facFqSquarefree.cc \ 176 facHensel.cc \ 169 177 fieldGCD.cc \ 170 178 ffops.cc \ … … 202 210 203 211 # factory object files and dependencies 204 factoryobj1 := $(factorysrc:%.cc=%.o) 205 factoryobj := $(factoryobj1:%.y=%.o) 212 factoryobj := $(factorysrc:%.cc=%.o) $(factorysrc:%.y=%.o) 206 213 factorygobj := $(factorysrc:%.cc=%.og) 207 214 factorypobj := $(factorysrc:%.cc=%.op) … … 215 222 cf_algorithm.h \ 216 223 cf_binom.h \ 217 cf_cyclo.h\218 224 cf_defs.h \ 219 225 cf_eval.h \ 220 226 cf_factory.h \ 221 cf_gcd_smallp.h \222 227 cf_generator.h \ 223 228 cf_globals.h \ 229 cf_gcd_smallp.h \ 224 230 cf_irred.h \ 225 231 cf_iter.h \ 226 232 cf_map.h \ 227 cf_map_ext.h \228 233 cf_primes.h \ 229 234 cf_primetab.h \ … … 233 238 cf_util.h \ 234 239 debug.h \ 240 DegreePattern.h \ 241 ExtensionInfo.h \ 235 242 fac_berlekamp.h \ 236 243 fac_cantzass.h \ … … 241 248 fac_univar.h \ 242 249 fac_util.h \ 250 facFqBivar.h \ 251 facFqBivarUtil.h \ 252 facFqFactorize.h \ 253 facFqFactorizeUtil.h \ 254 facFqSquarefree.h \ 255 facHensel.h \ 243 256 fieldGCD.h \ 244 257 ffops.h \ … … 470 483 all: $(alltargets) 471 484 472 cf: factoryconf.h factory.h $(libfactory) libsingcf_g.a 485 cf: factoryconf.h factory.h $(libfactory) libsingcf_g.a libsingcf_p.a 473 486 474 487 mem: libcfmem.a … … 612 625 install: $(installtargets) 613 626 614 install_all: install libsingcf_p.a615 -$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a616 617 627 install-nolns: install 618 628 … … 623 633 $(INSTALL_DATA) $(libfactory) $(libdir)/$(libfactory) 624 634 -$(INSTALL_DATA) libsingcf_g.a $(libdir)/libsingcf_g.a 635 -$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a 625 636 $(INSTALL_DATA) factory.h $(includedir)/factory.h 626 637 $(INSTALL_DATA) cf_gmp.h $(includedir)/cf_gmp.h
Note: See TracChangeset
for help on using the changeset viewer.