X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=ce5bf7f44b95546a4c49d9c5f204b7a800da015d;hb=4e8a7fe4f03effc4895ec66cd3662c2ed8ebb6fa;hp=a5eb60fd66b6641357980208a7665bd528f8b790;hpb=99779716bb2842e00ea0a0c06e87fd9545ddfda3;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)