libfreefare/Makefile.am
Romain Tartiere 61a5ff4e4a Reintroduce the possibility to hexdump(3) PCD <=> PICC transmissions.
Not a hack this time:
  - Use the hexdump(3) function of the system if it exists;
  - Build the subpart of FreeBSD's libutil if not (contrib);
  - Do this only if configured --with-debug.

The Mifare Classic / Ultralight code will be eventually changed to also provide this functionality.
2010-07-29 06:11:27 +00:00

27 lines
796 B
Makefile

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = contrib libfreefare test examples
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libfreefare.pc
dist-hook:
@if test -d "$(srcdir)/.svn"; then \
echo "Creating ChangeLog..." && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
$(top_srcdir)/missing --run svn2cl --authors=AUTHORS --strip-prefix=/trunk/libfreefare --stdout ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp ; \
echo "Failed to generate ChangeLog" >&2 ); \
else \
echo "A svn checkout is required to generate a ChangeLog" >&2; \
fi
EXTRA_DIST = HACKING
CLEANFILES = coverage.info
clean-local: clean-local-coverage
.PHONY: clean-local-coverage
clean-local-coverage:
-rm -rf coverage