mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Added qsim-harp.so target to Makefile, not built by default.
git-svn-id: http://www.cdkersey.com/harp/harptool@34 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
parent
6cd25d547a
commit
839b76c2a9
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ util.o : util.cpp include/types.h include/util.h
|
|||
mem.o : mem.cpp include/types.h include/util.h include/mem.h
|
||||
core.o : core.cpp include/types.h include/util.h include/mem.h include/archdef.h
|
||||
|
||||
QSIM_CXXFLAGS=-DEMU_INSTRUMENTATION
|
||||
|
||||
qsim-harp.so: args.cpp enc.cpp instruction.cpp obj.cpp util.cpp mem.cpp core.cpp qsim-harp.cpp include/qsim-harp.h include/types.h include/core.h include/util.h include/enc.h include/archdef.h include/instruction.h include/asm-tokens.h include/mem.h
|
||||
$(CXX) $(CXXFLAGS) $(QSIM_CXXFLAGS) -shared -o $@ args.cpp enc.cpp instruction.cpp obj.cpp util.cpp mem.cpp core.cpp qsim-harp.cpp
|
||||
|
||||
|
||||
lex.yy.cc: scanner.lex
|
||||
flex scanner.lex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue