2011-09-30 13:33:31 +02:00
|
|
|
bin_PROGRAMS = \
|
2017-05-17 13:38:20 +02:00
|
|
|
nfc-barcode \
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc-emulate-forum-tag4 \
|
2014-02-03 00:04:08 +01:00
|
|
|
nfc-jewel \
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc-list \
|
|
|
|
nfc-mfclassic \
|
|
|
|
nfc-mfultralight \
|
2011-10-10 02:40:34 +02:00
|
|
|
nfc-read-forum-tag3 \
|
2012-10-21 16:12:04 +02:00
|
|
|
nfc-relay-picc \
|
|
|
|
nfc-scan-device
|
2011-09-30 13:33:31 +02:00
|
|
|
|
|
|
|
# set the include path found by configure
|
2012-05-18 09:40:41 +02:00
|
|
|
AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
|
2011-09-30 13:33:31 +02:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libnfcutils.la
|
|
|
|
|
|
|
|
libnfcutils_la_SOURCES = nfc-utils.c
|
2015-02-22 13:27:13 +01:00
|
|
|
libnfcutils_la_LIBADD = -lnfc
|
2011-09-30 13:33:31 +02:00
|
|
|
|
2017-05-17 13:38:20 +02:00
|
|
|
nfc_barcode_SOURCES = nfc-barcode.c
|
|
|
|
nfc_barcode_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2017-05-17 15:56:41 +02:00
|
|
|
libnfcutils.la
|
2017-05-17 13:38:20 +02:00
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_emulate_forum_tag4_SOURCES = nfc-emulate-forum-tag4.c nfc-utils.h
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc_emulate_forum_tag4_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2014-02-03 00:04:08 +01:00
|
|
|
nfc_jewel_SOURCES = nfc-jewel.c jewel.c jewel.h nfc-utils.h
|
|
|
|
nfc_jewel_LDADD = $(top_builddir)/libnfc/libnfc.la
|
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_list_SOURCES = nfc-list.c nfc-utils.h
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_mfclassic_SOURCES = nfc-mfclassic.c mifare.c mifare.h nfc-utils.h
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc_mfclassic_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_mfultralight_SOURCES = nfc-mfultralight.c mifare.c mifare.h nfc-utils.h
|
2011-10-10 02:40:34 +02:00
|
|
|
nfc_mfultralight_LDADD = $(top_builddir)/libnfc/libnfc.la
|
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_read_forum_tag3_SOURCES = nfc-read-forum-tag3.c nfc-utils.h
|
2011-10-10 02:40:34 +02:00
|
|
|
nfc_read_forum_tag3_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_relay_picc_SOURCES = nfc-relay-picc.c nfc-utils.h
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc_relay_picc_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-10-10 02:40:34 +02:00
|
|
|
libnfcutils.la
|
2011-09-30 13:33:31 +02:00
|
|
|
|
2013-02-21 22:37:17 +01:00
|
|
|
nfc_scan_device_SOURCES = nfc-scan-device.c nfc-utils.h
|
2012-10-21 16:12:04 +02:00
|
|
|
nfc_scan_device_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2011-09-30 13:33:31 +02:00
|
|
|
dist_man_MANS = \
|
2017-05-17 13:38:20 +02:00
|
|
|
nfc-barcode.1 \
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc-emulate-forum-tag4.1 \
|
2014-02-03 00:04:08 +01:00
|
|
|
nfc-jewel.1 \
|
2011-09-30 13:33:31 +02:00
|
|
|
nfc-list.1 \
|
|
|
|
nfc-mfclassic.1 \
|
2011-10-03 13:16:42 +02:00
|
|
|
nfc-mfultralight.1 \
|
2012-10-30 22:59:43 +01:00
|
|
|
nfc-read-forum-tag3.1 \
|
2012-10-21 16:12:04 +02:00
|
|
|
nfc-relay-picc.1 \
|
|
|
|
nfc-scan-device.1
|
2011-09-30 13:33:31 +02:00
|
|
|
|
|
|
|
EXTRA_DIST = CMakeLists.txt
|