File: Makefile.am

package info (click to toggle)
consolation 0.0.9-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 532 kB
  • sloc: sh: 1,307; ansic: 1,307; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
SUBDIRS = src
EXTRA_DIST = AUTHORS ChangeLog LICENSE consolation.service.in
CLEANFILES = consolation.8 consolation.service

all: consolation.service

consolation.service: consolation.service.in
	sed -e 's,\@sbindir\@,$(sbindir),g' $< > $@