build: add sdbus++-gen-meson generated files

Use the tool to generate the meson.build files for the current
tree of interfaces, but do not utilize them yet.  Add a
small helper tool to regenerate as needed.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie1f68984e5b01dcab661863d2ac719d0e3cd45c1
diff --git a/gen/xyz/openbmc_project/Network/Client/meson.build b/gen/xyz/openbmc_project/Network/Client/meson.build
new file mode 100644
index 0000000..68d3f88
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/Client/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/Client__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Client.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Client',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build b/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build
new file mode 100644
index 0000000..cc1862a
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/DHCPConfiguration__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/DHCPConfiguration',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build b/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build
new file mode 100644
index 0000000..e276b38
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/EthernetInterface__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/EthernetInterface.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/EthernetInterface',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build b/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build
new file mode 100644
index 0000000..a6fcf50
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/Experimental/Bond__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Experimental/Bond.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Experimental/Bond',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build b/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build
new file mode 100644
index 0000000..d230cea
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/Experimental/Tunnel__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Experimental/Tunnel',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/Experimental/meson.build b/gen/xyz/openbmc_project/Network/Experimental/meson.build
new file mode 100644
index 0000000..e346a19
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/Experimental/meson.build
@@ -0,0 +1,31 @@
+# Generated file; do not modify.
+subdir('Bond')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/Experimental/Bond__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Experimental/Bond.interface.yaml',  ],
+    output: [ 'Bond.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Experimental/Bond',
+    ],
+    build_by_default: true,
+)
+
+subdir('Tunnel')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/Experimental/Tunnel__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml',  ],
+    output: [ 'Tunnel.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Experimental/Tunnel',
+    ],
+    build_by_default: true,
+)
+
diff --git a/gen/xyz/openbmc_project/Network/IP/meson.build b/gen/xyz/openbmc_project/Network/IP/meson.build
new file mode 100644
index 0000000..46a5acc
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/IP/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/IP__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/IP.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/IP',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/MACAddress/meson.build b/gen/xyz/openbmc_project/Network/MACAddress/meson.build
new file mode 100644
index 0000000..6493652
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/MACAddress/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/MACAddress__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/MACAddress.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/MACAddress',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/Neighbor/meson.build b/gen/xyz/openbmc_project/Network/Neighbor/meson.build
new file mode 100644
index 0000000..07e9e4f
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/Neighbor/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/Neighbor__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Neighbor.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Neighbor',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build b/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build
new file mode 100644
index 0000000..ae9a05e
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/SystemConfiguration__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/SystemConfiguration.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/SystemConfiguration',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/VLAN/meson.build b/gen/xyz/openbmc_project/Network/VLAN/meson.build
new file mode 100644
index 0000000..c5cf15a
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/VLAN/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Network/VLAN__cpp'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/VLAN.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/VLAN',
+    ],
+)
+
diff --git a/gen/xyz/openbmc_project/Network/meson.build b/gen/xyz/openbmc_project/Network/meson.build
new file mode 100644
index 0000000..b300a64
--- /dev/null
+++ b/gen/xyz/openbmc_project/Network/meson.build
@@ -0,0 +1,122 @@
+# Generated file; do not modify.
+subdir('Client')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/Client__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Client.interface.yaml',  ],
+    output: [ 'Client.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Client',
+    ],
+    build_by_default: true,
+)
+
+subdir('DHCPConfiguration')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/DHCPConfiguration__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml',  ],
+    output: [ 'DHCPConfiguration.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/DHCPConfiguration',
+    ],
+    build_by_default: true,
+)
+
+subdir('EthernetInterface')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/EthernetInterface__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/EthernetInterface.interface.yaml',  ],
+    output: [ 'EthernetInterface.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/EthernetInterface',
+    ],
+    build_by_default: true,
+)
+
+subdir('Experimental')
+subdir('IP')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/IP__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/IP.interface.yaml',  ],
+    output: [ 'IP.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/IP',
+    ],
+    build_by_default: true,
+)
+
+subdir('MACAddress')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/MACAddress__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/MACAddress.interface.yaml',  ],
+    output: [ 'MACAddress.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/MACAddress',
+    ],
+    build_by_default: true,
+)
+
+subdir('Neighbor')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/Neighbor__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/Neighbor.interface.yaml',  ],
+    output: [ 'Neighbor.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/Neighbor',
+    ],
+    build_by_default: true,
+)
+
+subdir('SystemConfiguration')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/SystemConfiguration__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/SystemConfiguration.interface.yaml',  ],
+    output: [ 'SystemConfiguration.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/SystemConfiguration',
+    ],
+    build_by_default: true,
+)
+
+subdir('VLAN')
+generated_others += custom_target(
+    'xyz/openbmc_project/Network/VLAN__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Network/VLAN.interface.yaml',  ],
+    output: [ 'VLAN.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Network/VLAN',
+    ],
+    build_by_default: true,
+)
+