reorder entries in the Makefile and drop some objects not required to build hcli

This commit is contained in:
Tiago Gomes 2012-06-12 16:55:32 +01:00
parent d4f63b3942
commit af11dbb445

View File

@ -45,98 +45,91 @@ CWD=$(PWD)
HEADERS = \ HEADERS = \
$(srcdir)/BayesNet.h \
$(srcdir)/BayesBall.h \ $(srcdir)/BayesBall.h \
$(srcdir)/ElimGraph.h \ $(srcdir)/BayesNet.h \
$(srcdir)/FactorGraph.h \
$(srcdir)/Factor.h \
$(srcdir)/ConstraintTree.h \
$(srcdir)/Solver.h \
$(srcdir)/VarElim.h \
$(srcdir)/BeliefProp.h \ $(srcdir)/BeliefProp.h \
$(srcdir)/ConstraintTree.h \
$(srcdir)/CountingBp.h \ $(srcdir)/CountingBp.h \
$(srcdir)/LiftedVe.h \ $(srcdir)/ElimGraph.h \
$(srcdir)/Var.h \ $(srcdir)/Factor.h \
$(srcdir)/Indexer.h \ $(srcdir)/FactorGraph.h \
$(srcdir)/Parfactor.h \
$(srcdir)/ProbFormula.h \
$(srcdir)/Histogram.h \ $(srcdir)/Histogram.h \
$(srcdir)/ParfactorList.h \ $(srcdir)/Horus.h \
$(srcdir)/LiftedUtils.h \ $(srcdir)/Indexer.h \
$(srcdir)/TinySet.h \
$(srcdir)/LiftedBp.h \ $(srcdir)/LiftedBp.h \
$(srcdir)/WeightedBp.h \ $(srcdir)/LiftedUtils.h \
$(srcdir)/LiftedVe.h \
$(srcdir)/Parfactor.h \
$(srcdir)/ParfactorList.h \
$(srcdir)/ProbFormula.h \
$(srcdir)/Solver.h \
$(srcdir)/TinySet.h \
$(srcdir)/Util.h \ $(srcdir)/Util.h \
$(srcdir)/Horus.h $(srcdir)/Var.h \
$(srcdir)/VarElim.h \
$(srcdir)/WeightedBp.h
CPP_SOURCES = \ CPP_SOURCES = \
$(srcdir)/BayesNet.cpp \
$(srcdir)/BayesBall.cpp \ $(srcdir)/BayesBall.cpp \
$(srcdir)/ElimGraph.cpp \ $(srcdir)/BayesNet.cpp \
$(srcdir)/FactorGraph.cpp \
$(srcdir)/Factor.cpp \
$(srcdir)/ConstraintTree.cpp \
$(srcdir)/Var.cpp \
$(srcdir)/Solver.cpp \
$(srcdir)/VarElim.cpp \
$(srcdir)/BeliefProp.cpp \ $(srcdir)/BeliefProp.cpp \
$(srcdir)/ConstraintTree.cpp \
$(srcdir)/CountingBp.cpp \ $(srcdir)/CountingBp.cpp \
$(srcdir)/ElimGraph.cpp \
$(srcdir)/Factor.cpp \
$(srcdir)/FactorGraph.cpp \
$(srcdir)/Histogram.cpp \
$(srcdir)/HorusCli.cpp \
$(srcdir)/HorusYap.cpp \
$(srcdir)/LiftedBp.cpp \
$(srcdir)/LiftedUtils.cpp \
$(srcdir)/LiftedVe.cpp \ $(srcdir)/LiftedVe.cpp \
$(srcdir)/Parfactor.cpp \ $(srcdir)/Parfactor.cpp \
$(srcdir)/ProbFormula.cpp \
$(srcdir)/Histogram.cpp \
$(srcdir)/ParfactorList.cpp \ $(srcdir)/ParfactorList.cpp \
$(srcdir)/LiftedUtils.cpp \ $(srcdir)/ProbFormula.cpp \
$(srcdir)/Solver.cpp \
$(srcdir)/Util.cpp \ $(srcdir)/Util.cpp \
$(srcdir)/LiftedBp.cpp \ $(srcdir)/Var.cpp \
$(srcdir)/VarElim.cpp \
$(srcdir)/WeightedBp.cpp \ $(srcdir)/WeightedBp.cpp \
$(srcdir)/HorusYap.cpp \
$(srcdir)/HorusCli.cpp
OBJS = \ OBJS = \
BayesNet.o \
BayesBall.o \ BayesBall.o \
ElimGraph.o \ BayesNet.o \
FactorGraph.o \
Factor.o \
ConstraintTree.o \
Var.o \
Solver.o \
VarElim.o \
BeliefProp.o \ BeliefProp.o \
ConstraintTree.o \
CountingBp.o \ CountingBp.o \
LiftedVe.o \ ElimGraph.o \
Parfactor.o \ Factor.o \
ProbFormula.o \ FactorGraph.o \
Histogram.o \ Histogram.o \
ParfactorList.o \ HorusYap.o \
LiftedUtils.o \
Util.o \
LiftedBp.o \ LiftedBp.o \
WeightedBp.o \ LiftedUtils.o \
HorusYap.o LiftedVe.o \
ProbFormula.o \
Parfactor.o \
ParfactorList.o \
Solver.o \
Util.o \
Var.o \
VarElim.o \
WeightedBp.o
HCLI_OBJS = \ HCLI_OBJS = \
BayesNet.o \
BayesBall.o \ BayesBall.o \
ElimGraph.o \ BayesNet.o \
FactorGraph.o \
Factor.o \
ConstraintTree.o \
Var.o \
Solver.o \
VarElim.o \
BeliefProp.o \ BeliefProp.o \
CountingBp.o \ CountingBp.o \
LiftedVe.o \ ElimGraph.o \
Parfactor.o \ Factor.o \
ProbFormula.o \ FactorGraph.o \
Histogram.o \ HorusCli.o \
ParfactorList.o \ Solver.o \
WeightedBp.o \
LiftedUtils.o \
Util.o \ Util.o \
HorusCli.o Var.o \
VarElim.o \
WeightedBp.o
SOBJS=horus.@SO@ SOBJS=horus.@SO@