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