File: Makefile.am

package info (click to toggle)
mokomaze 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,580 kB
  • sloc: ansic: 3,600; sh: 1,241; cpp: 1,230; makefile: 163; sed: 57
file content (26 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUBDIRS = \
  src \
  data \
  doc

# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
  aclocal.m4 \
  compile \
  config.guess \
  config.sub \
  configure \
  depcomp \
  install-sh \
  ltmain.sh \
  Makefile.in \
  missing \
  config.h.in \
  config.h.in~ \
  mkinstalldirs \
  INSTALL

dist-hook:
	if test -d .git -a \( ! -e $(distdir)/ChangeLog -o -w $(distdir)/ChangeLog \) ; then \
		LC_ALL=C git log --pretty --numstat --summary $(VERSION) | git2cl > $(distdir)/ChangeLog ; \
	fi