# # See ../Jamrules for notes on what variables need to be set. # SubDir BIN ; SubDir TOP deepannotate ; SubDirHdrs $(P4INCLUDE) ; Main deepannotate : main.cpp ; SetLibName DEEPANNOTATELIB : libdeepannotate ; LinkLibraries deepannotate : $(DEEPANNOTATELIB) $(CLIENTLIB) $(RPCLIB) $(SUPPORTLIB) ; Library $(DEEPANNOTATELIB) : DAFile.cpp DAFileDict.cpp DAInteg.cpp DALine.cpp DARev.cpp DATextTable.cpp DATooth.cpp DAUserAnnotate.cpp DAUserFilelog.cpp DAZipper.cpp DeepAnnotate.cpp ;