File: Makefile.am

package info (click to toggle)
tina 0.1.14-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: ansic: 1,653; sh: 1,415; python: 1,196; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-FileCopyrightText: 2001, 2002  Matt Kraai
## SPDX-License-Identifier: GPL-2.0-or-later
##
## Process this file with automake to produce Makefile.in

bin_PROGRAMS=tina
tina_SOURCES=curslib.c curslib.h database.c database.h error.c error.h item.c \
	     item.h main.c memory.c memory.h selection.c selection.h view.c \
	     view.h
man_MANS=tina.1
EXTRA_DIST=$(man_MANS) debian/changelog debian/control debian/copyright \
	   debian/postinst debian/prerm debian/rules