From fa7f30a4ba08afe066604daee87006b4fb5f21f7 Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 30 Dec 2015 11:45:37 -0800 Subject: Shuffling around public vs. private headers - Adding a script contrib/test_install_headers.h that tests whether one can include all cvc4_public headers. CVC4 can pass this test after this commit. - Making lib/{clock_gettime.h,ffs.h,strtok_r.h} cvc4_private. - Making prop/sat_solver_factory.h cvc4_private. - Moving the expr iostream manipulators into their own files: expr_iomanip.{h,cpp}. - Setting the generated *_options.h files back to being cvc4_private. -- Removing the usage of options/expr_options.h from expr.h. -- Removing the include of base_options.h from options.h. - Cleaning up CPP macros in cvc4_public headers. -- Changing the ROLL macro in floatingpoint.h into an inline function. -- Removing the now unused flag -D__BUILDING_STATISTICS_FOR_EXPORT. --- src/expr/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expr/Makefile.am') diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am index dc6ad5833..63f31ed67 100644 --- a/src/expr/Makefile.am +++ b/src/expr/Makefile.am @@ -32,6 +32,8 @@ libexpr_la_SOURCES = \ chain.h \ emptyset.cpp \ emptyset.h \ + expr_iomanip.cpp \ + expr_iomanip.h \ expr_manager_scope.h \ expr_stream.h \ kind_map.h \ -- cgit v1.2.3