File: Makefile.am

package info (click to toggle)
mpdris2 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,202; makefile: 64; sh: 5
file content (17 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = src po
dist_doc_DATA = README COPYING AUTHORS

EXTRA_DIST = autogen.sh

dist-hook:
	find $(distdir) -name "*~" -exec rm -vf {} +

sysconfdirwarning:
	@if test "${sysconfdir}" != "/etc"; then \
		echo '###'; \
		echo '### $${sysconfdir} evaluates to '${sysconfdir}': this is probably not what you want !'; \
		echo '### You may want to launch ./configure --sysconfdir=/etc.'; \
		echo '###'; \
	fi

.PHONY = sysconfdirwarning