Files
vsmartcard/npa/Makefile.am
2015-04-27 09:42:47 +02:00

49 lines
1.3 KiB
Makefile

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src m4 doc cross certs
EXTRA_DIST = libnpa.pc.in opensc.conf.in apdus test_vicc_with_npa-tool.sh
do_subst = $(SED) \
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
-e 's,[@]PACKAGE_SUMMARY[@],$(PACKAGE_SUMMARY),g' \
-e 's,[@]builddir[@],$(builddir),g' \
-e 's,[@]prefix[@],$(prefix),g' \
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
-e 's,[@]libdir[@],$(libdir),g' \
-e 's,[@]DYN_LIB_EXT[@],$(DYN_LIB_EXT),g' \
-e 's,[@]includedir[@],$(includedir),g' \
-e 's,[@]VERSION[@],$(VERSION),g' \
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnpa.pc
libnpa.pc: libnpa.pc.in
$(do_subst) < $(srcdir)/libnpa.pc.in > libnpa.pc
opensc.conf: opensc.conf.in
$(do_subst) < $(srcdir)/opensc.conf.in > opensc.conf
win:
make -C cross $@
android:
make -C cross $@
osx:
make -C cross $@
all-local: opensc.conf
clean-local:
rm -f libnpa.pc opensc.conf
distcheck-hook:
test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true
test -d ../.git && \
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true