blob: b51d0c43bd78d53366d71232a62880e2062fc7f0 [file] [log] [blame]
Jeff Thompsonca45e552013-06-26 17:40:06 -07001include aminclude.am
2
Jeff Thompsonff092f52013-06-19 13:38:12 -07003## Place generated object files (.o) into the same directory as their source
4## files, in order to avoid collisions when non-recursive make is used.
5AUTOMAKE_OPTIONS = subdir-objects
6
7## Additional flags to pass to aclocal when it is invoked automatically at
8## make time. The ${ACLOCAL_FLAGS} variable is picked up from the environment
9## to provide a way for the user to supply additional arguments.
10ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
11
Jeff Thompson36174062013-06-21 16:03:44 -070012lib_LIBRARIES = ndn-cpp.a
13
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070014bin_PROGRAMS = test-encode-decode-interest
Jeff Thompsonff092f52013-06-19 13:38:12 -070015
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070016ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -070017 ndn-cpp/Name.cpp ndn-cpp/Name.hpp \
18 ndn-cpp/data.cc ndn-cpp/data.h \
19 ndn-cpp/interest.cc ndn-cpp/interest.h \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070020 ndn-cpp/fields/blob.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -070021 ndn-cpp/fields/content.cc ndn-cpp/fields/content.h \
22 ndn-cpp/fields/exclude.cc ndn-cpp/fields/exclude.h \
23 ndn-cpp/fields/key-locator.cc ndn-cpp/fields/key-locator.h \
24 ndn-cpp/fields/name-component.cc ndn-cpp/fields/name-component.h \
25 ndn-cpp/fields/name.cc ndn-cpp/fields/name.h \
26 ndn-cpp/fields/signature.cc ndn-cpp/fields/signature.h \
27 ndn-cpp/encoding/BinaryXML.h \
28 ndn-cpp/encoding/BinaryXMLDecoder.c ndn-cpp/encoding/BinaryXMLDecoder.h \
29 ndn-cpp/encoding/BinaryXMLStructureDecoder.c ndn-cpp/encoding/BinaryXMLStructureDecoder.h \
30 ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp \
Jeff Thompsonca45e552013-06-26 17:40:06 -070031 ndn-cpp/encoding/BinaryXMLWireFormat.cpp ndn-cpp/encoding/BinaryXMLWireFormat.hpp \
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -070032 ndn-cpp/encoding/WireFormat.cpp ndn-cpp/encoding/WireFormat.hpp \
Jeff Thompson42cea3a2013-06-25 19:10:59 -070033 ndn-cpp/encoding/base.h \
Jeff Thompsonf418fe02013-06-27 17:28:55 -070034 ndn-cpp/encoding/ccnb.cc ndn-cpp/encoding/ccnb.h \
35 ndn-cpp/util/ndn_memory.c ndn-cpp/util/ndn_memory.h
Jeff Thompsonff092f52013-06-19 13:38:12 -070036
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070037test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
38test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson36174062013-06-21 16:03:44 -070039
Jeff Thompsonff092f52013-06-19 13:38:12 -070040dist_noinst_SCRIPTS = autogen.sh