From a47b49b11d17add5ca1ea5e650d2f344219b4f7e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 5 Feb 2016 15:24:42 -0500 Subject: Update build process to use COQPATH & _CoqProject Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.). --- coqprime/gencertif/factorize.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 coqprime/gencertif/factorize.h (limited to 'coqprime/gencertif/factorize.h') diff --git a/coqprime/gencertif/factorize.h b/coqprime/gencertif/factorize.h deleted file mode 100644 index d61e87b83..000000000 --- a/coqprime/gencertif/factorize.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -(*************************************************************) -(* This file is distributed under the terms of the *) -(* GNU Lesser General Public License Version 2.1 *) -(*************************************************************) -(* Benjamin.Gregoire@inria.fr Laurent.Thery@inria.fr *) -(*************************************************************) -*/ - -#include "gmp.h" -#include "certif.h" - -#ifndef __FACTORIZE_H__ - -void set_verbose(); -pock_certif_t mersenne_certif (mpz_t t, unsigned long int p); -pock_certif_t pock_certif (mpz_t t); -void extend_lc (certif_t lc, pock_certif_t c, unsigned long int min, - unsigned long int max ); -#define __FACTORIZE_H__ -#endif /* __FACTORIZE_H__ */ -- cgit v1.2.3