Changeset e57f485 in git


Ignore:
Timestamp:
Oct 29, 2015, 3:05:17 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
fe8ff2f6758abfd3adc3eeb069f5c72a077f180b
Parents:
ca0d3b5cf2f903253bd79d670b30e04e2988354d
Message:
simplified building/dependencies of prime.cc
Location:
libpolys/misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    rca0d3b5 re57f485  
    22
    33AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. \
    4 $(FACTORY_INCLUDES) ${GMP_CFLAGS}
     4$(FACTORY_INCLUDES)
    55
    66noinst_LTLIBRARIES = libmisc.la
  • libpolys/misc/prime.cc

    rca0d3b5 re57f485  
    88#include <math.h>
    99#include <misc/prime.h>
    10 #include <factory/factory.h>
     10#include <factory/cf_primes.h>
    1111
    1212static int iiIsPrime0(unsigned p)  /* brute force !!!! */
Note: See TracChangeset for help on using the changeset viewer.