version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / avr.src / Makefile.in
index 775edcaa9a9ad8c9ebbd50e179300b57955d767f..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,12 +43,12 @@ 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
 # ------------------------------------------
-all: checkconf otherlibs avr.src tests
+all: checkconf otherlibs avr.src
 
 tests: $(TEST_OBJ)