AUTOMAKE_OPTIONS = subdir-objects AM_CPPFLAGS = -I@top_srcdir@/config -I@srcdir@ -I@srcdir@/.. $(ORB_CPPFLAGS) $(BOOST_CPPFLAGS) -I@abs_top_srcdir@/framework/C++ -I$(top_builddir)/framework/C++ -I$(ORB_COS_INC_DIR) AM_CXXFLAGS = $(ORB_CXXFLAGS) AM_LDFLAGS = $(ORB_LDFLAGS) $(BOOST_LDFLAGS) -L$(top_builddir)/framework/C++/CipresCommlib LDADD = $(ORB_LIBS) -lcipres bin_PROGRAMS = read_nexus_server tree_merge_server tree_improve_client read_nexus_server_SOURCES = \ read_nexus/cipres_nexus_reader.cpp \ read_nexus/cipres_nexus_reader.hpp \ read_nexus/read_nexus_i.cpp \ read_nexus/read_nexus_i.hpp \ read_nexus/read_nexus_main.cpp read_nexus_server_LDADD = -L../ncl -lncl -L../phycas -lphycas $(LDADD) tree_merge_server_SOURCES = \ tree_merge/tree_merge_i.cpp \ tree_merge/tree_merge_i.hpp \ tree_merge/tree_merge_main.cpp # $(PHYCAS_ROOT)/phycas/modules/scm/scm.cpp # $(PHYCAS_ROOT)/phycas/modules/scm/wrap_scm.cpp tree_merge_server_LDADD = -L../ncl -lncl -L../phycas -lphycas $(LDADD) tree_improve_client_SOURCES = tree_improve_client_src/tree_improve_client.cpp tree_improve_client_LDADD = -L../ncl -lncl -L../phycas -lphycas $(LDADD)