New version: 0.2.37 it fixes socklen_t, third param of accept(), and do not compile...
[fw/sdcc] / sim / ucsim / Makefile
index 5b69d9937fd1444b5a74bfcb1b63f64922057222..9758b22e027d738201359738bfc18dfcd0ef0252 100644 (file)
@@ -9,7 +9,8 @@ STARTYEAR       = 1997
 SHELL          = /bin/sh
 
 PRJDIR         = .
-PKGS           = cmd.src sim.src s51.src avr.src z80.src gui.src doc
+PKGS           = cmd.src sim.src s51.src avr.src z80.src doc
+#gui.src
 
 srcdir          = .
 
@@ -137,6 +138,10 @@ print-newer:
          exit 1 ;\
        fi
 
+new_files:
+       diff -rNu $$HOME/clean-source/sdcc/sim/ucsim .|\
+       grep '^diff' | grep -v CVS | awk '{print $$4}'
+
 lines:
        @find . \( -name '*.[ch]' -o -name '*.cc' -o -name '*.hh' \) \
        -exec cat {} \; | clines