blob: ca679d6fadd3cff49b9bd527a45fb9548f522b9c [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 Thompsonff092f52013-06-19 13:38:12 -070012bin_PROGRAMS = test1
13
Jeff Thompson36174062013-06-21 16:03:44 -070014ndn_cpp_a_SOURCES = ndn-cpp/fields/name.h ndn-cpp/fields/name.cc
Jeff Thompsonff092f52013-06-19 13:38:12 -070015
Jeff Thompson36174062013-06-21 16:03:44 -070016test1_SOURCES = ndn-cpp.a test/test1.cpp
17
Jeff Thompsonff092f52013-06-19 13:38:12 -070018dist_noinst_SCRIPTS = autogen.sh