File: Makefile.am

package info (click to toggle)
mdds 3.2.0-5
  • links: PTS
  • area: main
  • in suites: sid
  • size: 6,372 kB
  • sloc: cpp: 21,777; sh: 1,369; makefile: 692; python: 602
file content (14 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2025 Kohei Yoshida
#
# SPDX-License-Identifier: MIT

AM_CPPFLAGS = \
	-I$(top_srcdir)/include

EXTRA_PROGRAMS = \
	runtime-env

CLEANFILES = \
	runtime-env

runtime_env_SOURCES = main.cpp