endif
+install-data-local:
+ $(INSTALL) -d $(DESTDIR)/etc/vmware-tools/
+ $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example
+
+################################################################################
+### Copyright (c) 2007-2021,2023 VMware, Inc. All rights reserved.
+###
+### Top-level Makefile for building the VMware OSS Tools.
+###
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+################################################################################
+
+# These flags get passed to aclocal when autoreconf calls it, and tell aclocal
+# that all of our macros are in the 'm4' subdirectory.
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS =
+SUBDIRS += lib
+if LINUX
+ SUBDIRS += libguestStoreClient
+endif
+SUBDIRS += libvmtools
+SUBDIRS += libhgfs
+SUBDIRS += hgfsclient
+if ENABLE_VGAUTH
+ SUBDIRS += vgauth
+ SUBDIRS += vgauthImport
+endif
+SUBDIRS += checkvm
+SUBDIRS += libguestlib
+if ENABLE_DEPLOYPKG
+ SUBDIRS += libDeployPkg
+endif
+SUBDIRS += rpctool
+SUBDIRS += namespacetool
+SUBDIRS += scripts
+SUBDIRS += services
+SUBDIRS += toolbox
+if HAVE_X11
+ SUBDIRS += vmware-user-suid-wrapper
+endif
+if HAVE_FUSE
+ SUBDIRS += vmblock-fuse
+ SUBDIRS += vmhgfs-fuse
+endif
+if !LINUX
+ SUBDIRS += vmblockmounter
+endif
+SUBDIRS += xferlogs
+if ENABLE_TESTS
+ SUBDIRS += tests
+endif
+if WITH_KERNEL_MODULES
+ SUBDIRS += modules
+endif
+SUBDIRS += docs
+if ENABLE_LIBAPPMONITOR
+ SUBDIRS += libappmonitor
+endif
+
+if HAVE_UDEV
+ SUBDIRS += udev
+ SUBDIRS += vmwgfxctrl
+endif
+
+
install-data-local:
$(INSTALL) -d $(DESTDIR)/etc/vmware-tools/
$(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example
SUBDIRS += xdg
+################################################################################
+### Copyright (c) 2007-2016,2020-2023 VMware, Inc. All rights reserved.
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+################################################################################
+
+SUBDIRS =
+SUBDIRS += guestRpc
+SUBDIRS += auth
+SUBDIRS += backdoor
+if HAVE_VSOCK
+SUBDIRS += asyncsocket
+endif
+SUBDIRS += sslDirect
+SUBDIRS += pollGtk
+SUBDIRS += poll
+SUBDIRS += dataMap
+SUBDIRS += hashMap
+SUBDIRS += dict
+SUBDIRS += dynxdr
+SUBDIRS += err
+SUBDIRS += file
+SUBDIRS += foundryMsg
+SUBDIRS += glibUtils
+SUBDIRS += guestApp
+if LINUX
+ SUBDIRS += guestStoreClientHelper
+ SUBDIRS += globalConfig
+endif
+SUBDIRS += hgfs
+SUBDIRS += hgfsBd
+SUBDIRS += hgfsHelper
+SUBDIRS += hgfsServer
+SUBDIRS += hgfsServerManagerGuest
+SUBDIRS += hgfsServerPolicyGuest
+if HAVE_GTKMM
+SUBDIRS += hgfsUri
+endif
+SUBDIRS += impersonate
+SUBDIRS += lock
+SUBDIRS += message
+SUBDIRS += misc
+SUBDIRS += netUtil
+SUBDIRS += nicInfo
+SUBDIRS += panic
+SUBDIRS += panicDefault
+SUBDIRS += procMgr
+SUBDIRS += rpcChannel
+SUBDIRS += rpcIn
+SUBDIRS += rpcOut
+SUBDIRS += rpcVmx
+if USE_SLASH_PROC
+ SUBDIRS += slashProc
+endif
+SUBDIRS += string
+SUBDIRS += jsmn
+SUBDIRS += stubs
+SUBDIRS += syncDriver
+SUBDIRS += system
+SUBDIRS += unicode
+SUBDIRS += user
+SUBDIRS += vmCheck
+SUBDIRS += vmSignal
+SUBDIRS += wiper
+SUBDIRS += xdg
+
+
/*********************************************************
- * Copyright (c) 1998-2023 VMware, Inc. All rights reserved.
+ * Copyright (c) 1998-2024 Broadcom. All rights reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#define TOOLS_VERSION_HEDGE_TRIMMER_UPDATE1_V_BASE 5
#ifndef RC_INVOKED
-#define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
+#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V)
#endif /* RC_INVOKED */
-#define TOOLS_VERSION_NEXT_V_MJR 12
-#define TOOLS_VERSION_NEXT_V_MNR 4
-#define TOOLS_VERSION_NEXT_V_BASE 0
+#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MJR 12
+#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MNR 4
+#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_BASE 0
-#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT
-#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT)
-#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT)
+#ifndef RC_INVOKED
+#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MJR 12
+#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MNR 4
+#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_BASE 5
+
+#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SOCKET_WRENCH_UPDATE1
+#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1)
+#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1)
/*
* The extended Tools version is the current Tools version with the
SUBDIRS += cli
SUBDIRS += service
SUBDIRS += test
+################################################################################
+### Copyright (c) 2014-2017,2023 VMware, Inc. All rights reserved.
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+################################################################################
+
+SUBDIRS =
+SUBDIRS += lib
+SUBDIRS += cli
+SUBDIRS += service
+SUBDIRS += test