Automake includes some support for Objective C++.
Any package including Objective C++ code must define the output variable
OBJCXX
in configure.ac; the simplest way to do this is to use
the AC_PROG_OBJCXX
macro (see Particular Program Checks).
A few additional variables are defined when an Objective C++ source file is seen:
OBJCXX
OBJCXXFLAGS
AM_OBJCXXFLAGS
OBJCXXFLAGS
.
OBJCXXCOMPILE
OBJCXXLINK