File: Makefile.am

package info (click to toggle)
aatv 0.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 272 kB
  • ctags: 49
  • sloc: ansic: 570; sh: 330; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#------------------------------------------------------------------------------
# Process this file with automake to produce Makefile.in.
#------------------------------------------------------------------------------

SUBDIRS = src

man_MANS = $(PACKAGE).1

EXTRA_DIST = $(PACKAGE).conf ${man_MANS}

install-data-local:
	-${top_srcdir}/mkinstalldirs $(dir $(AATV_CONFIGFILE))
	$(INSTALL) -m 644 ${top_srcdir}/$(PACKAGE).conf $(AATV_CONFIGFILE)

uninstall-local:
	-rm -f $(AATV_CONFIGFILE)