File: Makefile.am

package info (click to toggle)
dvhtool 1.0.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 284 kB
  • ctags: 197
  • sloc: ansic: 1,517; sh: 330; makefile: 48
file content (10 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

man_MANS = dvhtool.8
EXTRA_DIST = CONTRIBUTORS $(man_MANS)
noinst_HEADERS = getopt.h

sbin_PROGRAMS = dvhtool
dvhtool_SOURCES = dvhtool.c dvhlib.c dvhlib.h dvh.h
dvhtool_LDADD = @LIBOBJS@