NULL = SUBDIRS = . tests incdir = $(includedir)/p11-kit-1/p11-kit inc_HEADERS = \ pkcs11.h \ $(NULL) noinst_LTLIBRARIES = \ libp11-compat.la \ libp11-library.la \ libp11-mock.la \ $(NULL) libp11_compat_la_SOURCES = \ compat.c compat.h \ $(NULL) libp11_library_la_SOURCES = \ attrs.c attrs.h \ array.c array.h \ buffer.c buffer.h \ debug.c debug.h \ dict.c dict.h \ library.c library.h \ pkcs11.h pkcs11x.h \ $(NULL) libp11_mock_la_SOURCES = \ mock.c mock.h \ $(NULL) if WITH_ASN1 noinst_LTLIBRARIES += \ libp11-data.la \ $(NULL) libp11_data_la_SOURCES = \ base64.c base64.h \ checksum.c checksum.h \ openssl.asn openssl.asn.h \ pem.c pem.h \ pkix.asn pkix.asn.h \ $(NULL) asn: asn1Parser -o pkix.asn.h pkix.asn asn1Parser -o openssl.asn.h openssl.asn endif # WITH_ASN1