File: Makefile.am

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

## Process this file with automake to produce Makefile.in

SUBDIRS = src

AUTOMAKE_OPTIONS = dejagnu

CLEANFILES = *.log *.sum

RUNTEST = $(RUNTEST_BIN)
AM_RUNTESTFLAGS = BINFILE=src/test GDB=$(GDB)

export PYTHONPATH=$(top_srcdir)/misc/gdb

## vim: set shiftwidth=4 tabstop=4 noexpandtab: