From 7f4fb8b67cefa185ea8b9a183abcac75b2d0cc7d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 4 Jan 2016 20:56:58 +0000 Subject: Scrap the precompiled headers --- netfs/daemon/Jamfile.jam | 11 ----------- netfs/daemon/daemon.cpp | 1 - netfs/daemon/daemonDirectory.cpp | 1 - netfs/daemon/daemonFile.cpp | 1 - netfs/daemon/daemonService.cpp | 1 - netfs/daemon/daemonVolume.cpp | 1 - netfs/daemon/pch.hpp | 13 ------------- netfs/fuse/Jamfile.jam | 12 ------------ netfs/fuse/fuseApp.cpp | 1 - netfs/fuse/fuseDirs.cpp | 1 - netfs/fuse/fuseFiles.cpp | 1 - netfs/fuse/fuseMisc.cpp | 1 - netfs/fuse/fuseSystem.cpp | 1 - netfs/fuse/pch.hpp | 11 ----------- netfs/lib/Jamfile.jam | 5 ----- netfs/lib/entCache.cpp | 1 - netfs/lib/pch.hpp | 18 ------------------ 17 files changed, 81 deletions(-) delete mode 100644 netfs/daemon/pch.hpp delete mode 100644 netfs/fuse/pch.hpp delete mode 100644 netfs/lib/pch.hpp diff --git a/netfs/daemon/Jamfile.jam b/netfs/daemon/Jamfile.jam index 6519add..903b938 100644 --- a/netfs/daemon/Jamfile.jam +++ b/netfs/daemon/Jamfile.jam @@ -1,15 +1,5 @@ import package ; -cpp-pch pch : pch.hpp : - _FILE_OFFSET_BITS=64 - ../ice//netfsComms - netfsdConfiguration - ../ice//netfsComms - ../lib//netfsCommon - ..//boost_thread - ..//Ice - ; - lib netfsdConfiguration : daemonConfig.ice : @@ -31,7 +21,6 @@ lib netfsdConfiguration : ; lib netfsd : - pch [ glob *.cpp ] : _FILE_OFFSET_BITS=64 diff --git a/netfs/daemon/daemon.cpp b/netfs/daemon/daemon.cpp index 81a0462..9e8a60a 100644 --- a/netfs/daemon/daemon.cpp +++ b/netfs/daemon/daemon.cpp @@ -1,4 +1,3 @@ -#include #include #include "daemon.h" #include "daemonService.h" diff --git a/netfs/daemon/daemonDirectory.cpp b/netfs/daemon/daemonDirectory.cpp index b61b8be..86b595f 100644 --- a/netfs/daemon/daemonDirectory.cpp +++ b/netfs/daemon/daemonDirectory.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/netfs/daemon/daemonFile.cpp b/netfs/daemon/daemonFile.cpp index 313027f..48aa025 100644 --- a/netfs/daemon/daemonFile.cpp +++ b/netfs/daemon/daemonFile.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/netfs/daemon/daemonService.cpp b/netfs/daemon/daemonService.cpp index 9a88688..fe77e5e 100644 --- a/netfs/daemon/daemonService.cpp +++ b/netfs/daemon/daemonService.cpp @@ -1,4 +1,3 @@ -#include #include "daemon.h" #include "daemonService.h" #include "daemonVolume.h" diff --git a/netfs/daemon/daemonVolume.cpp b/netfs/daemon/daemonVolume.cpp index 4b8fe29..087eaf7 100644 --- a/netfs/daemon/daemonVolume.cpp +++ b/netfs/daemon/daemonVolume.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/netfs/daemon/pch.hpp b/netfs/daemon/pch.hpp deleted file mode 100644 index adc5ff2..0000000 --- a/netfs/daemon/pch.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#ifdef BOOST_BUILD_PCH_ENABLED -#ifndef NETFS_DAEMON_PCH -#define NETFS_DAEMON_PCH - -#include "../lib/pch.hpp" -#include -#include "daemon.h" -#include -#include - -#endif -#endif - diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 90e6ec9..cc3b059 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -3,17 +3,6 @@ import package ; lib fuse : : fuse ; lib Glacier2 : : Glacier2 ; -cpp-pch pch : pch.hpp : - _FILE_OFFSET_BITS=64 - ../../libfusepp - ../ice//netfsComms - ../ice//netfsComms - ..//boost_thread - fuse - ..//Ice - ..//adhocutil - ; - lib netfsClientConfiguration : fuseConfig.ice : @@ -32,7 +21,6 @@ lib netfsClientConfiguration : ; lib netfsClient : - pch netfsClientConfiguration [ glob *.cpp : netfs.cpp ] [ glob ../../libfusepp/fuse*.cpp ] diff --git a/netfs/fuse/fuseApp.cpp b/netfs/fuse/fuseApp.cpp index 1e2064c..d37d40c 100644 --- a/netfs/fuse/fuseApp.cpp +++ b/netfs/fuse/fuseApp.cpp @@ -1,4 +1,3 @@ -#include #include #include #include "fuseApp.h" diff --git a/netfs/fuse/fuseDirs.cpp b/netfs/fuse/fuseDirs.cpp index 2d2be56..c8b5a16 100644 --- a/netfs/fuse/fuseDirs.cpp +++ b/netfs/fuse/fuseDirs.cpp @@ -1,4 +1,3 @@ -#include #include "fuseApp.h" #include #include diff --git a/netfs/fuse/fuseFiles.cpp b/netfs/fuse/fuseFiles.cpp index 6206749..d7b5a6b 100644 --- a/netfs/fuse/fuseFiles.cpp +++ b/netfs/fuse/fuseFiles.cpp @@ -1,4 +1,3 @@ -#include #include #include #include "fuseApp.h" diff --git a/netfs/fuse/fuseMisc.cpp b/netfs/fuse/fuseMisc.cpp index df28318..25aa51a 100644 --- a/netfs/fuse/fuseMisc.cpp +++ b/netfs/fuse/fuseMisc.cpp @@ -1,4 +1,3 @@ -#include #include "fuseApp.h" #include #include diff --git a/netfs/fuse/fuseSystem.cpp b/netfs/fuse/fuseSystem.cpp index e2a9ab7..2440fa8 100644 --- a/netfs/fuse/fuseSystem.cpp +++ b/netfs/fuse/fuseSystem.cpp @@ -1,4 +1,3 @@ -#include #include #include "fuseApp.h" diff --git a/netfs/fuse/pch.hpp b/netfs/fuse/pch.hpp deleted file mode 100644 index af51708..0000000 --- a/netfs/fuse/pch.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#ifdef BOOST_BUILD_PCH_ENABLED -#ifndef NETFS_FUSE_PCH -#define NETFS_FUSE_PCH - -#include "../lib/pch.hpp" -#include -#include - -#endif -#endif - diff --git a/netfs/lib/Jamfile.jam b/netfs/lib/Jamfile.jam index 1777679..ebaa77e 100644 --- a/netfs/lib/Jamfile.jam +++ b/netfs/lib/Jamfile.jam @@ -1,9 +1,4 @@ -cpp-pch pch : pch.hpp : - _FILE_OFFSET_BITS=64 - ; - lib netfsCommon : - pch [ glob *.cpp ] : _FILE_OFFSET_BITS=64 diff --git a/netfs/lib/entCache.cpp b/netfs/lib/entCache.cpp index a8db44d..6699a4b 100644 --- a/netfs/lib/entCache.cpp +++ b/netfs/lib/entCache.cpp @@ -1,4 +1,3 @@ -#include #include "entCache.h" #include #include diff --git a/netfs/lib/pch.hpp b/netfs/lib/pch.hpp deleted file mode 100644 index 82712d2..0000000 --- a/netfs/lib/pch.hpp +++ /dev/null @@ -1,18 +0,0 @@ -#ifdef BOOST_BUILD_PCH_ENABLED -#ifndef NETFS_PCH -#define NETFS_PCH - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif -#endif - -- cgit v1.2.3