Skip to content
Snippets Groups Projects
Commit 9a61485f authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Add license headers to the Makefiles

parent 47d105d9
No related branches found
No related tags found
1 merge request!12Cleanup license
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
SUBDIRS = include src doc examples test
ACLOCAL_AMFLAGS = -I m4
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@DX_RULES@
.NOTPARALLEL:
......
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
if ENABLE_EXAMPLES
noinst_PROGRAMS = \
callback_test \
......
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
include_HEADERS = \
mtime_calendar.h \
mtime_calendar360day.h \
......
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
lib_LTLIBRARIES = libmtime.la
AM_CPPFLAGS = -I$(top_srcdir)/include
......
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
EXTRA_LTLIBRARIES = libmtime_check.la
check_PROGRAMS = test_runner
TESTS = test_runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment