2009-05-04 15:08:42 +02:00
|
|
|
bin_PROGRAMS = nfc-anticol nfc-list nfc-mftool nfc-relay nfc-emulate
|
2009-05-04 15:02:29 +02:00
|
|
|
|
|
|
|
# set the include path found by configure
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
|
|
|
|
nfcinclude_HEADERS = libnfc.h bitutils.h defines.h dev_acr122.h dev_pn531.h types.h mifaretag.h devices.h
|
|
|
|
nfcincludedir = $(includedir)/libnfc
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libnfc.la
|
|
|
|
|
|
|
|
libnfc_la_CFLAGS = @LIBUSB_CFLAGS@ @LIBPCSCLITE_CFLAGS@
|
|
|
|
libnfc_la_SOURCES = dev_pn531.c dev_acr122.c bitutils.c libnfc.c
|
|
|
|
libnfc_la_LIBADD = @LIBUSB_LIBS@ @LIBPCSCLITE_LIBS@
|
|
|
|
|
2009-05-04 15:08:42 +02:00
|
|
|
nfc_anticol_SOURCES = anticol.c
|
|
|
|
nfc_anticol_LDADD = libnfc.la
|
2009-05-04 15:02:29 +02:00
|
|
|
|
2009-05-04 15:08:42 +02:00
|
|
|
nfc_list_SOURCES = list.c
|
|
|
|
nfc_list_LDADD = libnfc.la
|
2009-05-04 15:02:29 +02:00
|
|
|
|
2009-05-04 15:08:42 +02:00
|
|
|
nfc_mftool_SOURCES = mftool.c
|
|
|
|
nfc_mftool_LDADD = libnfc.la
|
2009-05-04 15:02:29 +02:00
|
|
|
|
2009-05-04 15:08:42 +02:00
|
|
|
nfc_relay_SOURCES = relay.c
|
|
|
|
nfc_relay_LDADD = libnfc.la
|
2009-05-04 15:02:29 +02:00
|
|
|
|
2009-05-04 15:08:42 +02:00
|
|
|
nfc_emulate_SOURCES = emulate.c
|
|
|
|
nfc_emulate_LDADD = libnfc.la
|