2011-01-17 14:31:04 +01:00
|
|
|
SUBDIRS = pn53x-tamashell-scripts
|
|
|
|
|
2010-09-29 13:08:06 +02:00
|
|
|
bin_PROGRAMS = \
|
|
|
|
nfc-anticol \
|
2010-10-08 22:36:13 +02:00
|
|
|
nfc-dep-initiator \
|
|
|
|
nfc-dep-target \
|
2011-11-24 11:27:02 +01:00
|
|
|
nfc-emulate-forum-tag2 \
|
2010-10-04 14:46:03 +02:00
|
|
|
nfc-emulate-tag \
|
2010-10-08 16:10:28 +02:00
|
|
|
nfc-emulate-uid \
|
2012-05-17 21:22:25 +02:00
|
|
|
nfc-mfsetuid \
|
2010-09-29 13:08:06 +02:00
|
|
|
nfc-poll \
|
|
|
|
nfc-relay \
|
2021-06-13 20:00:52 +02:00
|
|
|
nfc-st25tb \
|
2010-10-03 01:35:24 +02:00
|
|
|
pn53x-diagnose \
|
2010-11-17 09:29:41 +01:00
|
|
|
pn53x-sam
|
|
|
|
|
|
|
|
if POSIX_ONLY_EXAMPLES_ENABLED
|
|
|
|
bin_PROGRAMS += \
|
2010-10-03 01:35:24 +02:00
|
|
|
pn53x-tamashell
|
2010-11-17 09:29:41 +01:00
|
|
|
endif
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2011-11-30 12:21:01 +01:00
|
|
|
check_PROGRAMS = \
|
2013-01-18 16:05:43 +01:00
|
|
|
quick_start_example1 \
|
|
|
|
quick_start_example2
|
2011-11-30 12:21:01 +01:00
|
|
|
|
2009-10-06 10:32:50 +02:00
|
|
|
# set the include path found by configure
|
2012-05-18 09:38:42 +02:00
|
|
|
AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2011-10-01 15:29:18 +02:00
|
|
|
AM_CFLAGS = -I$(top_srcdir)/libnfc -I$(top_srcdir)
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-04-09 18:21:25 +02:00
|
|
|
nfc_poll_SOURCES = nfc-poll.c
|
2010-04-09 23:57:03 +02:00
|
|
|
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-04-09 18:21:25 +02:00
|
|
|
|
2009-10-06 10:32:50 +02:00
|
|
|
nfc_anticol_SOURCES = nfc-anticol.c
|
2010-04-16 18:38:57 +02:00
|
|
|
nfc_anticol_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2011-09-05 16:40:56 +02:00
|
|
|
|
2009-10-06 10:32:50 +02:00
|
|
|
nfc_relay_SOURCES = nfc-relay.c
|
2010-04-16 18:38:57 +02:00
|
|
|
nfc_relay_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-10-04 14:46:03 +02:00
|
|
|
|
2011-11-24 11:27:02 +01:00
|
|
|
nfc_emulate_forum_tag2_SOURCES = nfc-emulate-forum-tag2.c
|
|
|
|
nfc_emulate_forum_tag2_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
|
|
|
|
2010-10-04 14:46:03 +02:00
|
|
|
nfc_emulate_tag_SOURCES = nfc-emulate-tag.c
|
|
|
|
nfc_emulate_tag_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-10-04 14:46:03 +02:00
|
|
|
|
2010-10-08 16:10:28 +02:00
|
|
|
nfc_emulate_uid_SOURCES = nfc-emulate-uid.c
|
|
|
|
nfc_emulate_uid_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-10-08 16:10:28 +02:00
|
|
|
|
2010-10-08 22:36:13 +02:00
|
|
|
nfc_dep_target_SOURCES = nfc-dep-target.c
|
|
|
|
nfc_dep_target_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-10-08 22:36:13 +02:00
|
|
|
nfc_dep_initiator_SOURCES = nfc-dep-initiator.c
|
|
|
|
nfc_dep_initiator_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2012-05-17 21:22:25 +02:00
|
|
|
nfc_mfsetuid_SOURCES = nfc-mfsetuid.c
|
|
|
|
nfc_mfsetuid_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
|
|
|
|
2021-06-13 20:00:52 +02:00
|
|
|
nfc_st25tb_SOURCES = nfc-st25tb.c
|
2021-06-13 22:14:52 +02:00
|
|
|
nfc_st25tb_LDADD = $(top_builddir)/libnfc/libnfc.la
|
2021-06-13 20:00:52 +02:00
|
|
|
|
2010-05-28 11:09:36 +02:00
|
|
|
pn53x_diagnose_SOURCES = pn53x-diagnose.c
|
|
|
|
pn53x_diagnose_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-05-28 11:09:36 +02:00
|
|
|
|
2010-10-06 11:10:14 +02:00
|
|
|
pn53x_sam_SOURCES = pn53x-sam.c
|
|
|
|
pn53x_sam_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2010-10-06 11:10:14 +02:00
|
|
|
|
2010-10-03 01:35:24 +02:00
|
|
|
pn53x_tamashell_SOURCES = pn53x-tamashell.c
|
|
|
|
pn53x_tamashell_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2011-09-30 13:33:31 +02:00
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
2019-02-08 18:25:55 +01:00
|
|
|
pn53x_tamashell_CFLAGS = @READLINE_INCLUDES@ -I$(top_srcdir)
|
2010-10-04 12:24:45 +02:00
|
|
|
pn53x_tamashell_LDFLAGS = @READLINE_LIBS@
|
2010-10-03 01:35:24 +02:00
|
|
|
|
2011-11-30 12:21:01 +01:00
|
|
|
quick_start_example1_SOURCES = doc/quick_start_example1.c
|
|
|
|
quick_start_example1_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
|
|
|
|
2013-01-18 16:05:43 +01:00
|
|
|
quick_start_example2_SOURCES = doc/quick_start_example2.c
|
|
|
|
quick_start_example2_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
$(top_builddir)/utils/libnfcutils.la
|
|
|
|
|
2011-11-30 12:21:01 +01:00
|
|
|
|
2010-10-08 16:10:28 +02:00
|
|
|
dist_man_MANS = \
|
|
|
|
nfc-anticol.1 \
|
2010-10-08 22:36:13 +02:00
|
|
|
nfc-dep-initiator.1 \
|
|
|
|
nfc-dep-target.1 \
|
2010-10-08 16:45:48 +02:00
|
|
|
nfc-emulate-tag.1 \
|
2010-10-08 16:10:28 +02:00
|
|
|
nfc-emulate-uid.1 \
|
2010-10-08 19:05:05 +02:00
|
|
|
nfc-poll.1 \
|
2010-10-08 16:10:28 +02:00
|
|
|
nfc-relay.1 \
|
2012-05-17 21:22:25 +02:00
|
|
|
nfc-mfsetuid.1 \
|
2010-10-08 18:57:09 +02:00
|
|
|
pn53x-diagnose.1 \
|
2010-10-08 23:31:12 +02:00
|
|
|
pn53x-sam.1 \
|
2013-02-01 01:42:00 +01:00
|
|
|
pn53x-tamashell.1 \
|
|
|
|
nfc-emulate-forum-tag2.1
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-04-03 14:06:50 +02:00
|
|
|
EXTRA_DIST = CMakeLists.txt
|