File: Makefile.am

package info (click to toggle)
libzmf 0.0.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,608 kB
  • sloc: sh: 4,537; cpp: 4,272; makefile: 227; ansic: 4
file content (24 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ACLOCAL_AMFLAGS = -I m4

pkgconfdir = $(libdir)/pkgconfig

pkgconf_DATA = libzmf-@ZMF_MAJOR_VERSION@.@ZMF_MINOR_VERSION@.pc

SUBDIRS = src inc build docs

EXTRA_DIST = \
	AUTHORS \
	COPYING \
	NEWS \
	README \
	autogen.sh \
	libzmf.pc.in

distclean-local:
	rm -rf *.cache *~ *.pc

dist-hook:
	git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog

astyle:
	astyle --options=astyle.options \*.cpp \*.h