version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / avr.src / Makefile.in
index 123456898aec0269d98b129927594d8f3679eb62..d24280a35a2cb3452856c33bd7ab5aaf8fe82c83 100644 (file)
@@ -17,12 +17,12 @@ PRJDIR              = ..
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
 CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR) \
-                 -I$(PRJDIR)/cmd.src -I$(PRJDIR)/sim.src
+                 -I$(PRJDIR)/cmd.src -I$(PRJDIR)/sim.src -I$(PRJDIR)/gui.src
 CFLAGS          = @CFLAGS@ -Wall
 CXXFLAGS        = @CXXFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
 
-LIBS           = @LIBS@ -L$(PRJDIR) -lsim -lcmd -lutil
+LIBS           = @LIBS@ -L$(PRJDIR) -lsim -lcmd -lutil -lguiucsim
 
 prefix          = @prefix@
 exec_prefix     = @exec_prefix@
@@ -43,7 +43,7 @@ OBJECTS         = savr.o glob.o \
 
 AVRASM         = tavrasm
 TEST_OBJ       = test_bit.hex test_dis.hex test_mov.hex test_jmp.hex \
-                 test_arith.hex
+                 test_arith.hex test_call.hex
 
 
 # Compiling entire program or any subproject