# # See ../Jamrules for notes on what variables need to be set. # SubDir BIN ; SubDir TOP deepannotate ; IncludeP4API ; 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 ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 6304 | Sam Stafford |
Add a Jamrules check for the P4APIDIR variable and wrap the P4API includes in a rule so that they're optional. |
||
#1 | 6302 | Sam Stafford | Jamming DeepAnnotate. |