Merge branch ucsim-034-pre3 to main trunk; new version 0.4
[fw/sdcc] / sim / ucsim / cmd.src / Makefile.in
index 09344f23d3deaee55a4c115a4521ada871a0b589..020c61606dcfa760f8672e9aa9b9988ccde9ba6a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# S51 mcs51/Makefile
+# ucsim cmd.src/Makefile
 #
 # (c) Drotos Daniel, Talker Bt. 1997
 #
@@ -17,7 +17,7 @@ PRJDIR                = ..
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
 CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR) \
-                 -I$(PRJDIR)/sim.src
+                 -I$(PRJDIR)/sim.src -I$(PRJDIR)/gui.src
 CFLAGS          = @CFLAGS@ -Wall
 CXXFLAGS        = @CXXFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
@@ -34,8 +34,9 @@ man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
 
-OBJECTS                = newcmd.o cmdutil.o cmdset.o syntax.o \
-                 get.o set.o timer.o bp.o info.o
+OBJECTS                = cmdset.o newcmd.o cmdutil.o syntax.o \
+                 get.o set.o timer.o bp.o info.o show.o cmdgui.o cmdconf.o \
+                 cmduc.o
 
 
 # Compiling entire program or any subproject
@@ -59,6 +60,8 @@ uninstall:
 # --------------------
 check:
 
+test:
+
 
 # Performing installation test
 # ----------------------------
@@ -114,4 +117,4 @@ checkconf:
          $(MAKE) -f conf.mk srcdir="$(srcdir)" PRJDIR="$(PRJDIR)" freshconf;\
        fi
 
-# End of mcs51/Makefile.in
+# End of cmd.src/Makefile.in