X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=ce5bf7f44b95546a4c49d9c5f204b7a800da015d;hb=9031836d066385fcd527a2e6dc7e065473096f10;hp=a5eb60fd66b6641357980208a7665bd528f8b790;hpb=e6a1e687d3d80b5fb4b528094757a7299dad961d;p=satcheck.git diff --git a/Makefile b/Makefile index a5eb60f..ce5bf7f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR_P = mkdir -p TSO_DIR = build_tso SC_DIR = build_sc -CPP_SOURCES := mymemory.cc context.cc snapshot.cc snapshot-interface.cc libinterface.cc execpoint.cc main.cc cmodelint.cc eprecord.cc epvalue.cc mcexecution.cc model.cc libthreads.cc mcschedule.cc common.cc threads.cc planner.cc cgoal.cc change.cc constgen.cc constraint.cc branchrecord.cc valuerecord.cc storeloadset.cc functionrecord.cc loadrf.cc schedulebuilder.cc equalsrecord.cc inc_solver.cc +CPP_SOURCES := mymemory.cc context.cc snapshot.cc snapshot-interface.cc libinterface.cc execpoint.cc main.cc eprecord.cc epvalue.cc mcexecution.cc model.cc libthreads.cc mcschedule.cc common.cc threads.cc planner.cc cgoal.cc change.cc constgen.cc constraint.cc branchrecord.cc valuerecord.cc storeloadset.cc functionrecord.cc loadrf.cc schedulebuilder.cc equalsrecord.cc inc_solver.cc C_SOURCES := malloc.c TSO_OBJECTS := $(CPP_SOURCES:%.cc=$(TSO_DIR)/%.o) $(C_SOURCES:%.c=$(TSO_DIR)/%.o)