Skip to content

Commit

Permalink
Remove old CleanWaterCoin code
Browse files Browse the repository at this point in the history
 -remove old cleanwatercoin code
  • Loading branch information
TestingCrypto committed Jun 30, 2018
1 parent 1091f84 commit de4872c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ OBJS= \
obj/scrypt-x86_64.o


all: cleanwatercoind
all: 2GiveCoind

test check: test_cleanwatercoin FORCE
./test_cleanwatercoin
test check: test_2GiveCoin FORCE
./test_2GiveCoin

# auto-generated dependencies:
-include obj/*.P
Expand All @@ -163,7 +163,7 @@ obj/%.o: %.cpp
-e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
rm -f $(@:%.o=%.d)

cleanwatercoind: $(OBJS:obj/%=obj/%)
2GiveCoind: $(OBJS:obj/%=obj/%)
$(LINK) $(xCXXFLAGS) -o $@ $^ $(xLDFLAGS) $(LIBS)

TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp))
Expand All @@ -175,11 +175,11 @@ obj-test/%.o: test/%.cpp
-e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
rm -f $(@:%.o=%.d)

test_cleanwatercoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%))
test_2GiveCoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%))
$(LINK) $(xCXXFLAGS) -o $@ $(LIBPATHS) $^ -Wl,-B$(LMODE) -lboost_unit_test_framework $(xLDFLAGS) $(LIBS)

clean:
-rm -f cleanwatercoind test_cleanwatercoin
-rm -f 2GiveCoind test_2GiveCoind
-rm -f obj/*.o
-rm -f obj-test/*.o
-rm -f obj/*.P
Expand Down

0 comments on commit de4872c

Please sign in to comment.