File: Makefile.am

package info (click to toggle)
libodfgen 0.1.8-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,072 kB
  • sloc: cpp: 13,463; sh: 4,227; makefile: 165
file content (30 lines) | stat: -rw-r--r-- 607 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
28
29
30
ACLOCAL_AMFLAGS = -I m4

pkgconfdir = $(libdir)/pkgconfig

SUBDIRS = build inc src

if COMPILE_TEST
SUBDIRS += test
endif

if WITH_LIBEBOOK_DOCS
SUBDIRS += docs
endif

pkgconf_DATA = libodfgen-@LIBODFGEN_MAJOR_VERSION@.@LIBODFGEN_MINOR_VERSION@.pc

EXTRA_DIST = \
	autogen.sh \
	config.h.in \
	libodfgen.pc.in \
	AUTHORS NEWS README COPYING.MPL COPYING.LGPL

distclean-local:
	rm -rf *.cache *~ *.out *.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 \*.?xx