2010-09-29 13:08:06 +02:00
|
|
|
bin_PROGRAMS = \
|
|
|
|
nfc-anticol \
|
|
|
|
nfc-emulate \
|
|
|
|
nfc-emulate-ndef \
|
|
|
|
nfc-list \
|
|
|
|
nfc-mfclassic \
|
|
|
|
nfc-mfultralight \
|
|
|
|
nfc-poll \
|
|
|
|
nfc-relay \
|
|
|
|
nfc-sam \
|
|
|
|
nfcip-initiator \
|
|
|
|
nfcip-target \
|
|
|
|
pn53x-diagnose
|
2009-10-06 10:32:50 +02:00
|
|
|
|
|
|
|
# set the include path found by configure
|
2009-12-01 15:23:00 +01:00
|
|
|
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-04-07 16:37:19 +02:00
|
|
|
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-06-15 17:33:22 +02:00
|
|
|
noinst_HEADERS = mifare.h nfc-utils.h
|
2010-04-27 17:28:41 +02:00
|
|
|
noinst_LTLIBRARIES = libnfcutils.la
|
2010-04-09 23:57:03 +02:00
|
|
|
|
2010-04-27 17:28:41 +02:00
|
|
|
libnfcutils_la_SOURCES = nfc-utils.c
|
2010-04-09 23:57:03 +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 \
|
2010-04-27 17:28:41 +02:00
|
|
|
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 \
|
2010-04-27 17:28:41 +02:00
|
|
|
libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
|
|
|
nfc_list_SOURCES = nfc-list.c
|
2010-04-10 00:08:17 +02:00
|
|
|
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 17:28:41 +02:00
|
|
|
libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-06-15 17:33:22 +02:00
|
|
|
nfc_mfultralight_SOURCES = nfc-mfultralight.c mifare.c mifare.h
|
2010-04-07 16:37:19 +02:00
|
|
|
nfc_mfultralight_LDADD = $(top_builddir)/libnfc/libnfc.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-06-15 17:33:22 +02:00
|
|
|
nfc_mfclassic_SOURCES = nfc-mfclassic.c mifare.c mifare.h
|
2010-04-07 16:37:19 +02:00
|
|
|
nfc_mfclassic_LDADD = $(top_builddir)/libnfc/libnfc.la
|
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 \
|
2010-04-27 17:28:41 +02:00
|
|
|
libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
|
|
|
nfc_emulate_SOURCES = nfc-emulate.c
|
2010-04-16 18:38:57 +02:00
|
|
|
nfc_emulate_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
2010-04-27 17:28:41 +02:00
|
|
|
libnfcutils.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-09-29 13:08:06 +02:00
|
|
|
nfc_emulate_ndef_SOURCES = nfc-emulate-ndef.c
|
|
|
|
nfc_emulate_ndef_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2009-10-06 10:32:50 +02:00
|
|
|
nfcip_target_SOURCES = nfcip-target.c
|
2010-04-07 16:37:19 +02:00
|
|
|
nfcip_target_LDADD = $(top_builddir)/libnfc/libnfc.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
|
|
|
nfcip_initiator_SOURCES = nfcip-initiator.c
|
2010-04-07 16:37:19 +02:00
|
|
|
nfcip_initiator_LDADD = $(top_builddir)/libnfc/libnfc.la
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-05-28 11:09:36 +02:00
|
|
|
pn53x_diagnose_SOURCES = pn53x-diagnose.c
|
|
|
|
pn53x_diagnose_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
2010-06-15 17:05:40 +02:00
|
|
|
nfc_sam_SOURCES = nfc-sam.c
|
|
|
|
nfc_sam_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
|
|
|
libnfcutils.la
|
|
|
|
|
|
|
|
dist_man_MANS = nfc-anticol.1 nfc-emulate.1 nfc-list.1 nfc-mfclassic.1 nfc-mfultralight.1 nfc-relay.1 nfc-sam.1
|
2009-10-06 10:32:50 +02:00
|
|
|
|
2010-04-03 14:06:50 +02:00
|
|
|
EXTRA_DIST = CMakeLists.txt
|