blob: 37557dc4b109bdbb88ce29fbf899a94c3043f6c8 [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 \
15 ndn-cpp/data.h ndn-cpp/data.cc \
16 ndn-cpp/interest.h ndn-cpp/interest.cc \
17 ndn-cpp/fields/blob.h \
18 ndn-cpp/fields/content.h ndn-cpp/fields/content.cc \
19 ndn-cpp/fields/exclude.h ndn-cpp/fields/exclude.cc \
20 ndn-cpp/fields/key-locator.h ndn-cpp/fields/key-locator.cc \
21 ndn-cpp/fields/name-component.h ndn-cpp/fields/name-component.cc \
22 ndn-cpp/fields/name.h ndn-cpp/fields/name.cc \
23 ndn-cpp/fields/signature.h ndn-cpp/fields/signature.cc \
24 ndn-cpp/wire/base.h \
25 ndn-cpp/wire/ccnb.h ndn-cpp/wire/ccnb.cc
Jeff Thompsonff092f52013-06-19 13:38:12 -070026
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070027test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
28test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson36174062013-06-21 16:03:44 -070029
Jeff Thompsonff092f52013-06-19 13:38:12 -070030dist_noinst_SCRIPTS = autogen.sh