File: Makefile.am

package info (click to toggle)
mdds 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,828 kB
  • sloc: cpp: 21,913; exp: 6,696; makefile: 698; ansic: 616; python: 602; sh: 428; lisp: 8
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: