File: Makefile.am

package info (click to toggle)
libstaroffice 0.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,700 kB
  • sloc: cpp: 67,187; makefile: 409; perl: 295; sh: 140
file content (31 lines) | stat: -rw-r--r-- 623 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
25
26
27
28
29
30
31
ACLOCAL_AMFLAGS = -I m4

pkgconfdir = $(libdir)/pkgconfig

pkgconf_DATA = libstaroffice-@STAROFFICE_MAJOR_VERSION@.@STAROFFICE_MINOR_VERSION@.pc

SUBDIRS = inc src build docs

EXTRA_DIST = \
	autogen.sh \
	libstaroffice.pc.in \
	libstaroffice-zip.in \
	COPYING.LGPL \
	COPYING.MPL \
	CREDITS \
	HACKING \
	INSTALL \
	NEWS \
	README

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

zip: install
	sh libstaroffice-zip

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 -HU -A3 -k3 -y -n -s2 -r \*.cpp \*.h \*.?xx