* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / clean.mk
index 1ff8d7481791be7991c2239e39547aa8917afea0..82dc4d8dbd67be2e11f97001de60a68055e51f4b 100644 (file)
@@ -1,4 +1,4 @@
-CLEANALLPORTS = avr ds390 ds400 hc08 izt mcs51 pic pic16 z80 xa51
+CLEANALLPORTS = avr ds390 ds400 hc08 mcs51 pic pic16 z80 xa51
 
 # Deleting all files created by building the program
 # --------------------------------------------------
@@ -6,11 +6,12 @@ clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
        rm -f version.h
-       rm -f $(top_builddir)bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
+       rm -f SDCCy.c SDCCy.h SDCClex.c
+       rm -f $(top_builddir)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
        for port in $(CLEANALLPORTS) ; do\
          if [ -f $$port/Makefile ]; then\
            $(MAKE) -C $$port clean ;\
-         fi\
+         fi;\
        done
 
 
@@ -21,7 +22,7 @@ distclean: clean
        for port in $(CLEANALLPORTS) ; do\
          if [ -f $$port/Makefile ]; then\
            $(MAKE) -C $$port distclean ;\
-         fi\
+         fi;\
        done