add comments

release/4.3a0
Kai Ni 2009-09-01 03:45:37 +00:00
parent 07f940be57
commit f7bcb8dad7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ AM_LDFLAGS = -L../CppUnitLite -lCppUnitLite $(BOOST_LDFLAGS) $(boost_serializati
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)
CXXLINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ CXXLINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
$(CXXLD) -g $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ $(CXXLD) -g $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@ -o $@ # CXXLINK is only used for unit tests
# rule to run an executable # rule to run an executable
%.run: % libgtsam.la %.run: % libgtsam.la