File: Makefile.am

package info (click to toggle)
libvisio 0.1.10-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,724 kB
  • sloc: cpp: 21,531; sh: 4,784; makefile: 406; perl: 52; ansic: 4
file content (27 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
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
27
ACLOCAL_AMFLAGS = -I m4

pkgconfdir = $(libdir)/pkgconfig

pkgconf_DATA = libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@.pc

SUBDIRS = build inc src docs

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

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

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

tags:
	ctags --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes *

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