2010-07-12 15:16:31 +08:00
|
|
|
#----------------------------------------------------------------------------------------------------
|
|
|
|
# GTSAM top-level automake file
|
|
|
|
#----------------------------------------------------------------------------------------------------
|
|
|
|
|
2009-08-22 06:23:24 +08:00
|
|
|
#The option -I m4 tells Autoconf to look for additional Autoconf macros in the m4 subdirectory.
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
# make automake install some standard but missing files
|
2010-08-20 01:23:19 +08:00
|
|
|
# also use nostdinc to turn off -I. and -I.., we do not need them because
|
|
|
|
# header files are qualified so they can be included in external projects.
|
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
2009-08-22 06:23:24 +08:00
|
|
|
|
2010-07-12 15:16:31 +08:00
|
|
|
# All the sub-directories that need to be built
|
2010-10-26 04:10:33 +08:00
|
|
|
SUBDIRS = CppUnitLite gtsam tests examples
|
2010-07-12 15:16:31 +08:00
|
|
|
|
2010-08-20 01:23:19 +08:00
|
|
|
# Add these files to make sure they're in the distribution
|
2010-10-26 06:12:27 +08:00
|
|
|
EXTRA_DIST = autogen.sh configure.ac COPYING INSTALL LGPL LICENSE README THANKS USAGE
|