-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathMakefile.am
More file actions
32 lines (21 loc) · 822 Bytes
/
Makefile.am
File metadata and controls
32 lines (21 loc) · 822 Bytes
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
## This file is part of the YAZ toolkit.
## Copyright (C) Index Data
## See the file LICENSE for details.
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src util test client ztest zoom doc etc
aclocaldir=$(datadir)/aclocal
aclocal_DATA = m4/yaz.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = yaz.pc yaz-icu.pc yaz-server.pc
SPEC_FILE=$(PACKAGE).spec
EXTRA_DIST=$(SPEC_FILE) IDMETA README.md LICENSE NEWS m4/id-config.sh \
m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \
m4/acx_pthread.m4 m4/ac_check_icu.m4 m4/common.nsi m4/mk_version.tcl
dist-hook:
if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
test -d $(distdir)/win || mkdir $(distdir)/win
-cp $(srcdir)/win/* $(distdir)/win
.PHONY:debian
debian:
dpkg-buildpackage -rfakeroot