aboutsummaryrefslogtreecommitdiff
path: root/build2/cli
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli')
-rw-r--r--build2/cli/init.cxx18
-rw-r--r--build2/cli/init.hxx (renamed from build2/cli/init)14
-rw-r--r--build2/cli/rule.cxx16
-rw-r--r--build2/cli/rule.hxx (renamed from build2/cli/rule)14
-rw-r--r--build2/cli/target.cxx2
-rw-r--r--build2/cli/target.hxx (renamed from build2/cli/target)16
6 files changed, 40 insertions, 40 deletions
diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx
index 3e4ba03..d257efa 100644
--- a/build2/cli/init.cxx
+++ b/build2/cli/init.cxx
@@ -2,19 +2,19 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/cli/init>
+#include <build2/cli/init.hxx>
-#include <build2/scope>
-#include <build2/target>
-#include <build2/variable>
-#include <build2/diagnostics>
+#include <build2/scope.hxx>
+#include <build2/target.hxx>
+#include <build2/variable.hxx>
+#include <build2/diagnostics.hxx>
-#include <build2/cxx/target>
+#include <build2/cxx/target.hxx>
-#include <build2/config/utility>
+#include <build2/config/utility.hxx>
-#include <build2/cli/target>
-#include <build2/cli/rule>
+#include <build2/cli/target.hxx>
+#include <build2/cli/rule.hxx>
using namespace std;
using namespace butl;
diff --git a/build2/cli/init b/build2/cli/init.hxx
index 149a436..3edb24e 100644
--- a/build2/cli/init
+++ b/build2/cli/init.hxx
@@ -1,14 +1,14 @@
-// file : build2/cli/init -*- C++ -*-
+// file : build2/cli/init.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef BUILD2_CLI_INIT
-#define BUILD2_CLI_INIT
+#ifndef BUILD2_CLI_INIT_HXX
+#define BUILD2_CLI_INIT_HXX
-#include <build2/types>
-#include <build2/utility>
+#include <build2/types.hxx>
+#include <build2/utility.hxx>
-#include <build2/module>
+#include <build2/module.hxx>
namespace build2
{
@@ -34,4 +34,4 @@ namespace build2
}
}
-#endif // BUILD2_CLI_INIT
+#endif // BUILD2_CLI_INIT_HXX
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 2eb98c7..9e925b3 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -2,16 +2,16 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/cli/rule>
+#include <build2/cli/rule.hxx>
-#include <build2/scope>
-#include <build2/target>
-#include <build2/context>
-#include <build2/algorithm>
-#include <build2/filesystem>
-#include <build2/diagnostics>
+#include <build2/scope.hxx>
+#include <build2/target.hxx>
+#include <build2/context.hxx>
+#include <build2/algorithm.hxx>
+#include <build2/filesystem.hxx>
+#include <build2/diagnostics.hxx>
-#include <build2/cli/target>
+#include <build2/cli/target.hxx>
using namespace std;
using namespace butl;
diff --git a/build2/cli/rule b/build2/cli/rule.hxx
index d783c20..6798a6b 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule.hxx
@@ -1,14 +1,14 @@
-// file : build2/cli/rule -*- C++ -*-
+// file : build2/cli/rule.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef BUILD2_CLI_RULE
-#define BUILD2_CLI_RULE
+#ifndef BUILD2_CLI_RULE_HXX
+#define BUILD2_CLI_RULE_HXX
-#include <build2/types>
-#include <build2/utility>
+#include <build2/types.hxx>
+#include <build2/utility.hxx>
-#include <build2/rule>
+#include <build2/rule.hxx>
namespace build2
{
@@ -36,4 +36,4 @@ namespace build2
}
}
-#endif // BUILD2_CLI_RULE
+#endif // BUILD2_CLI_RULE_HXX
diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx
index 2199f79..0b85810 100644
--- a/build2/cli/target.cxx
+++ b/build2/cli/target.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/cli/target>
+#include <build2/cli/target.hxx>
using namespace std;
using namespace butl;
diff --git a/build2/cli/target b/build2/cli/target.hxx
index 5e51bb4..1247172 100644
--- a/build2/cli/target
+++ b/build2/cli/target.hxx
@@ -1,16 +1,16 @@
-// file : build2/cli/target -*- C++ -*-
+// file : build2/cli/target.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef BUILD2_CLI_TARGET
-#define BUILD2_CLI_TARGET
+#ifndef BUILD2_CLI_TARGET_HXX
+#define BUILD2_CLI_TARGET_HXX
-#include <build2/types>
-#include <build2/utility>
+#include <build2/types.hxx>
+#include <build2/utility.hxx>
-#include <build2/target>
+#include <build2/target.hxx>
-#include <build2/cxx/target>
+#include <build2/cxx/target.hxx>
namespace build2
{
@@ -52,4 +52,4 @@ namespace build2
}
}
-#endif // BUILD2_CLI_TARGET
+#endif // BUILD2_CLI_TARGET_HXX