mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: set MIT license for unit test Makefiles
Change NV license for unit test Makefiles to MIT license as those
can be distributed like unit test sources.
Bug 3871403
Change-Id: I2a835ea39eb24a2e4fcb3aaff100690a54cbaf22
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2813958
(cherry picked from commit 577bcd8d9d)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2818122
Reviewed-by: Ankur Kishore <ankkishore@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
2d38294912
commit
8a54f6d840
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user