obsolete build targets

Issue #88 resolved
Frank Dellaert created an issue

Are these still valid? They don.t work for me/

make VERBOSE=1 wrap_gtsam make -j5 wrap_gtsam make -j5 wrap_gtsam_build make -j5 wrap_gtsam_distclean make -j5 wrap_gtsam_unstable make -j5 wrap_gtsam_unstable_build make -j5 wrap_gtsam_unstable_distclean

Comments (2)

  1. Richard Roberts

    No, this has changed. There are now 2 make targets per wrapped library. One target is the generated .cpp file itself, i.e. gtsam_wrapper.cpp. The other is a target "${moduleName}_wrapper", e.g. gtsam_wrapper, which compiles the mex module.

  2. Log in to comment