blob: 0ddbb32ae802e5df2a12728959263454d74db02d [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 Thompsoncc2474f2013-07-02 10:36:05 -070014bin_PROGRAMS = bin/test-encode-decode-interest
Jeff Thompsonff092f52013-06-19 13:38:12 -070015
Jeff Thompson27e2feb2013-07-01 15:09:57 -070016libndn_c_a_SOURCES = \
Jeff Thompson6cb56f92013-07-01 15:38:09 -070017 config.h \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -070018 ndn-cpp/c/Interest.h \
Jeff Thompson6cb56f92013-07-01 15:38:09 -070019 ndn-cpp/c/Name.h \
Jeff Thompson8b666002013-07-08 01:16:26 -070020 ndn-cpp/c/errors.c ndn-cpp/c/errors.h \
Jeff Thompson617dadb2013-07-02 11:09:28 -070021 ndn-cpp/c/encoding/BinaryXML.h \
Jeff Thompson6cb56f92013-07-01 15:38:09 -070022 ndn-cpp/c/encoding/BinaryXMLDecoder.c ndn-cpp/c/encoding/BinaryXMLDecoder.h \
23 ndn-cpp/c/encoding/BinaryXMLEncoder.c ndn-cpp/c/encoding/BinaryXMLEncoder.h \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -070024 ndn-cpp/c/encoding/BinaryXMLInterest.c ndn-cpp/c/encoding/BinaryXMLInterest.h \
Jeff Thompson6cb56f92013-07-01 15:38:09 -070025 ndn-cpp/c/encoding/BinaryXMLName.c ndn-cpp/c/encoding/BinaryXMLName.h \
26 ndn-cpp/c/encoding/BinaryXMLStructureDecoder.c ndn-cpp/c/encoding/BinaryXMLStructureDecoder.h \
27 ndn-cpp/c/util/DynamicUCharArray.c ndn-cpp/c/util/DynamicUCharArray.h \
28 ndn-cpp/c/util/ndn_memory.c ndn-cpp/c/util/ndn_memory.h
Jeff Thompsonff092f52013-06-19 13:38:12 -070029
Jeff Thompson27e2feb2013-07-01 15:09:57 -070030libndn_cpp_a_SOURCES = \
Jeff Thompson6cb56f92013-07-01 15:38:09 -070031 config.h ndn-cpp/common.h \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -070032 ndn-cpp/Interest.cpp ndn-cpp/c/Interest.h ndn-cpp/Interest.hpp \
Jeff Thompson617dadb2013-07-02 11:09:28 -070033 ndn-cpp/Name.cpp ndn-cpp/c/Name.h ndn-cpp/Name.hpp \
34 ndn-cpp/c/encoding/BinaryXML.h \
35 ndn-cpp/c/encoding/BinaryXMLEncoder.h ndn-cpp/encoding/BinaryXMLEncoder.hpp ndn-cpp/c/util/DynamicUCharArray.h \
36 ndn-cpp/c/encoding/BinaryXMLStructureDecoder.h ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp \
37 ndn-cpp/encoding/BinaryXMLWireFormat.cpp ndn-cpp/c/encoding/BinaryXMLName.h ndn-cpp/encoding/BinaryXMLWireFormat.hpp \
Jeff Thompson27e2feb2013-07-01 15:09:57 -070038 ndn-cpp/encoding/WireFormat.cpp ndn-cpp/encoding/WireFormat.hpp
39
Jeff Thompsoncc2474f2013-07-02 10:36:05 -070040bin_test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
41bin_test_encode_decode_interest_LDADD = libndn-c.a libndn-cpp.a
Jeff Thompson36174062013-06-21 16:03:44 -070042
Jeff Thompsonff092f52013-06-19 13:38:12 -070043dist_noinst_SCRIPTS = autogen.sh