removed non existing cpp project and non compilable izt project from makefile
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 21:56:00 +0000 (21:56 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 21:56:00 +0000 (21:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2207 4a8a32a2-be11-0410-ad9d-d568d2c75423

Makefile.bcc

index 89803e54ab5014ed597109909a48a9aaea30864f..0bf801f97496c4598e7503f803c3a0278be6e840 100644 (file)
@@ -1,21 +1,16 @@
-all: as cpp ports sdcc packihx cpp2
+all: as ports sdcc packihx cpp2
 
 as:
        cd as\mcs51
        make -f Makefile.bcc
        cd ..\..
 
-cpp:
-       cd support\cpp
-       make -f Makefile.bcc
-       cd ..\..
-       
 cpp2:
        cd support\cpp2
        make -f Makefile.bcc
        cd ..\..
 
-ports: z80 mcs51 avr ds390 pic izt xa51
+ports: z80 mcs51 avr ds390 pic xa51
 
 z80:
        cd src\z80
@@ -42,11 +37,6 @@ pic:
        make -f Makefile.bcc
        cd ..\..
 
-izt:
-        cd src\izt
-       make -f Makefile.bcc
-        cd ..\..
-
 xa51:
        cd src\xa51
        make -f Makefile.bcc
@@ -61,4 +51,3 @@ packihx:
        cd packihx
        make -f Makefile.bcc
        cd ..
-