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:
chad 2011-10-20 18:42:24 +00:00
parent 6cd25d547a
commit 839b76c2a9

View file

@ -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