blob: c55c3f07247cea178cc49f68058349baf88b15ba [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 Thompson27e2feb2013-07-01 15:09:57 -070012lib_LIBRARIES = libndn-c.a libndn-cpp.a
Jeff Thompson36174062013-06-21 16:03:44 -070013
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070014bin_PROGRAMS = test-encode-decode-interest
Jeff Thompsonff092f52013-06-19 13:38:12 -070015
Jeff Thompson27e2feb2013-07-01 15:09:57 -070016libndn_c_a_SOURCES = \
17 ndn-cpp/config.h \
18 ndn-cpp/Name.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -070019 ndn-cpp/encoding/BinaryXMLDecoder.c ndn-cpp/encoding/BinaryXMLDecoder.h \
Jeff Thompsonc8963652013-06-28 20:17:43 -070020 ndn-cpp/encoding/BinaryXMLEncoder.c ndn-cpp/encoding/BinaryXMLEncoder.h \
Jeff Thompson48815112013-06-28 18:22:48 -070021 ndn-cpp/encoding/BinaryXMLName.c ndn-cpp/encoding/BinaryXMLName.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -070022 ndn-cpp/encoding/BinaryXMLStructureDecoder.c ndn-cpp/encoding/BinaryXMLStructureDecoder.h \
Jeff Thompson76de4a02013-06-28 19:32:39 -070023 ndn-cpp/util/DynamicUCharArray.c ndn-cpp/util/DynamicUCharArray.h \
Jeff Thompsonf418fe02013-06-27 17:28:55 -070024 ndn-cpp/util/ndn_memory.c ndn-cpp/util/ndn_memory.h
Jeff Thompsonff092f52013-06-19 13:38:12 -070025
Jeff Thompson27e2feb2013-07-01 15:09:57 -070026libndn_cpp_a_SOURCES = \
27 ndn-cpp/config.h ndn-cpp/common.h \
28 ndn-cpp/Name.cpp ndn-cpp/Name.h ndn-cpp/Name.hpp \
29 ndn-cpp/encoding/BinaryXML.h \
30 ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp \
31 ndn-cpp/encoding/BinaryXMLWireFormat.cpp ndn-cpp/encoding/BinaryXMLWireFormat.hpp \
32 ndn-cpp/encoding/WireFormat.cpp ndn-cpp/encoding/WireFormat.hpp
33
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070034test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
Jeff Thompson27e2feb2013-07-01 15:09:57 -070035test_encode_decode_interest_LDADD = libndn-c.a libndn-cpp.a
Jeff Thompson36174062013-06-21 16:03:44 -070036
Jeff Thompsonff092f52013-06-19 13:38:12 -070037dist_noinst_SCRIPTS = autogen.sh