2011-01-17 13:31:04 +00:00
|
|
|
SUBDIRS = pn53x-tamashell-scripts
|
|
|
|
|
2010-09-29 11:08:06 +00:00
|
|
|
bin_PROGRAMS = \
|
|
|
|
nfc-anticol \
|
2010-10-08 20:36:13 +00:00
|
|
|
nfc-dep-initiator \
|
|
|
|
nfc-dep-target \
|
2011-06-30 14:59:47 +00:00
|
|
|
nfc-emulate-forum-tag2 \
|
2010-10-08 15:37:21 +00:00
|
|
|
nfc-emulate-forum-tag4 \
|
2010-10-04 12:46:03 +00:00
|
|
|
nfc-emulate-tag \
|
2010-10-08 14:10:28 +00:00
|
|
|
nfc-emulate-uid \
|
2010-09-29 11:08:06 +00:00
|
|
|
nfc-list \
|
|
|
|
nfc-mfclassic \
|
|
|
|
nfc-mfultralight \
|
|
|
|
nfc-poll \
|
|
|
|
nfc-relay \
|
2010-10-14 12:27:51 +00:00
|
|
|
nfc-relay-picc \
|
2010-10-02 23:35:24 +00:00
|
|
|
pn53x-diagnose \
|
2010-11-17 08:29:41 +00:00
|
|
|
pn53x-sam
|
|
|
|
|
|
|
|
if POSIX_ONLY_EXAMPLES_ENABLED
|
|
|
|
bin_PROGRAMS += \
|
2010-10-02 23:35:24 +00:00
|
|
|
pn53x-tamashell
|
2010-11-17 08:29:41 +00:00
|
|
|
endif
|
2009-10-06 08:32:50 +00:00
|
|
|
|
|
|
|
# set the include path found by configure
|
2009-12-01 14:23:00 +00:00
|
|
|
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-04-07 14:37:19 +00:00
|
|
|
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-06-15 15:33:22 +00:00
|
|
|
noinst_HEADERS = mifare.h nfc-utils.h
|
2010-04-27 15:28:41 +00:00
|
|
|
noinst_LTLIBRARIES = libnfcutils.la
|
2010-04-09 21:57:03 +00:00
|
|
|
|
2010-04-27 15:28:41 +00:00
|
|
|
libnfcutils_la_SOURCES = nfc-utils.c
|
2010-04-09 21:57:03 +00:00
|
|
|
|
2010-04-09 16:21:25 +00:00
|
|
|
nfc_poll_SOURCES = nfc-poll.c
|
2010-04-09 21:57:03 +00:00
|
|
|
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 15:28:41 +00:00
|
|
|
libnfcutils.la
|
2010-04-09 16:21:25 +00:00
|
|
|
|
2009-10-06 08:32:50 +00:00
|
|
|
nfc_anticol_SOURCES = nfc-anticol.c
|
2010-04-16 16:38:57 +00:00
|
|
|
nfc_anticol_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 15:28:41 +00:00
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
|
|
|
nfc_list_SOURCES = nfc-list.c
|
2010-04-09 22:08:17 +00:00
|
|
|
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 15:28:41 +00:00
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-06-15 15:33:22 +00:00
|
|
|
nfc_mfultralight_SOURCES = nfc-mfultralight.c mifare.c mifare.h
|
2010-04-07 14:37:19 +00:00
|
|
|
nfc_mfultralight_LDADD = $(top_builddir)/libnfc/libnfc.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-06-15 15:33:22 +00:00
|
|
|
nfc_mfclassic_SOURCES = nfc-mfclassic.c mifare.c mifare.h
|
2011-04-05 13:30:49 +00:00
|
|
|
nfc_mfclassic_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
|
|
|
nfc_relay_SOURCES = nfc-relay.c
|
2010-04-16 16:38:57 +00:00
|
|
|
nfc_relay_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 15:28:41 +00:00
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-10-14 12:27:51 +00:00
|
|
|
nfc_relay_picc_SOURCES = nfc-relay-picc.c
|
|
|
|
nfc_relay_picc_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2011-06-30 14:59:47 +00:00
|
|
|
nfc_emulate_forum_tag2_SOURCES = nfc-emulate-forum-tag2.c
|
|
|
|
nfc_emulate_forum_tag2_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2010-10-08 15:37:21 +00:00
|
|
|
nfc_emulate_forum_tag4_SOURCES = nfc-emulate-forum-tag4.c
|
|
|
|
nfc_emulate_forum_tag4_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
2010-10-04 12:46:03 +00:00
|
|
|
|
|
|
|
nfc_emulate_tag_SOURCES = nfc-emulate-tag.c
|
|
|
|
nfc_emulate_tag_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2010-10-08 14:10:28 +00:00
|
|
|
nfc_emulate_uid_SOURCES = nfc-emulate-uid.c
|
|
|
|
nfc_emulate_uid_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2010-10-08 20:36:13 +00:00
|
|
|
nfc_dep_target_SOURCES = nfc-dep-target.c
|
|
|
|
nfc_dep_target_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-10-08 20:25:34 +00:00
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-10-08 20:36:13 +00:00
|
|
|
nfc_dep_initiator_SOURCES = nfc-dep-initiator.c
|
|
|
|
nfc_dep_initiator_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-10-08 20:25:34 +00:00
|
|
|
libnfcutils.la
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-05-28 09:09:36 +00:00
|
|
|
pn53x_diagnose_SOURCES = pn53x-diagnose.c
|
|
|
|
pn53x_diagnose_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-10-04 12:46:03 +00:00
|
|
|
libnfcutils.la
|
2010-05-28 09:09:36 +00:00
|
|
|
|
2010-10-06 09:10:14 +00:00
|
|
|
pn53x_sam_SOURCES = pn53x-sam.c
|
|
|
|
pn53x_sam_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2010-10-02 23:35:24 +00:00
|
|
|
pn53x_tamashell_SOURCES = pn53x-tamashell.c
|
|
|
|
pn53x_tamashell_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
2010-10-04 10:24:45 +00:00
|
|
|
pn53x_tamashell_LDFLAGS = @READLINE_LIBS@
|
2010-10-02 23:35:24 +00:00
|
|
|
|
2010-10-08 14:10:28 +00:00
|
|
|
dist_man_MANS = \
|
|
|
|
nfc-anticol.1 \
|
2010-10-08 20:36:13 +00:00
|
|
|
nfc-dep-initiator.1 \
|
|
|
|
nfc-dep-target.1 \
|
2010-10-08 15:37:21 +00:00
|
|
|
nfc-emulate-forum-tag4.1 \
|
2010-10-08 14:45:48 +00:00
|
|
|
nfc-emulate-tag.1 \
|
2010-10-08 14:10:28 +00:00
|
|
|
nfc-emulate-uid.1 \
|
|
|
|
nfc-list.1 \
|
|
|
|
nfc-mfclassic.1 \
|
|
|
|
nfc-mfultralight.1 \
|
2010-10-08 17:05:05 +00:00
|
|
|
nfc-poll.1 \
|
2010-10-08 14:10:28 +00:00
|
|
|
nfc-relay.1 \
|
2010-10-14 12:27:51 +00:00
|
|
|
nfc-relay-picc.1 \
|
2010-10-08 16:57:09 +00:00
|
|
|
pn53x-diagnose.1 \
|
2010-10-08 21:31:12 +00:00
|
|
|
pn53x-sam.1 \
|
|
|
|
pn53x-tamashell.1
|
2009-10-06 08:32:50 +00:00
|
|
|
|
2010-04-03 12:06:50 +00:00
|
|
|
EXTRA_DIST = CMakeLists.txt
|