File: Makefile.am

package info (click to toggle)
libisds 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,348 kB
  • ctags: 1,659
  • sloc: ansic: 24,898; sh: 11,772; makefile: 393; xml: 375; sed: 16
file content (20 lines) | stat: -rw-r--r-- 464 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
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests
SUBDIRS = po src

if BUILD_EXAMPLE
SUBDIRS += client
endif

if BUILD_TEST
SUBDIRS += test
endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(PACKAGE).pc

EXTRA_DIST = config.rpath doc server

dist-hook:
	git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
	git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true