URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [bench/] [cpp/] [Makefile] - Diff between revs 43 and 58
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 43 |
Rev 58 |
Line 49... |
Line 49... |
|
|
zippy_tb: $(SOURCES) $(RAWLIB) $(ZASM)/zopcodes.h $(ZASM)/zparser.h testb.h
|
zippy_tb: $(SOURCES) $(RAWLIB) $(ZASM)/zopcodes.h $(ZASM)/zparser.h testb.h
|
zippy_tb: $(RTLD)/cpudefs.h
|
zippy_tb: $(RTLD)/cpudefs.h
|
$(CXX) $(FLAGS) $(INCS) $(SOURCES) $(LIBS) -o $@
|
$(CXX) $(FLAGS) $(INCS) $(SOURCES) $(LIBS) -o $@
|
|
|
|
pdump: pdump.cpp $(ZASM)/zopcodes.cpp $(ZASM)/zparser.cpp
|
|
pdump: $(ZASM)/zopcodes.h $(ZASM)/zparser.h testb.h twoc.cpp
|
|
$(CXX) $(FLAGS) $(INCS) pdump.cpp $(ZASM)/zopcodes.cpp $(ZASM)/zparser.cpp twoc.cpp -o $@
|
|
|
.PHONY: stest
|
.PHONY: stest
|
stest: zippy_tb
|
stest: zippy_tb
|
./zippy_tb -s $(TESTF)
|
./zippy_tb -s $(TESTF)
|
|
|
.PHONY: itest
|
.PHONY: itest
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.