]> git.gag.com Git - fw/sdcc/blobdiff - Makefile.bcc
* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / Makefile.bcc
index e3c4ac5f4bf02ebbb23377990642153dea70800e..0bf801f97496c4598e7503f803c3a0278be6e840 100644 (file)
@@ -1,21 +1,16 @@
-all: as cpp gc ports sdcc packihx
+all: as ports sdcc packihx cpp2
 
 as:
        cd as\mcs51
        make -f Makefile.bcc
        cd ..\..
 
-cpp:
-       cd support\cpp
+cpp2:
+       cd support\cpp2
        make -f Makefile.bcc
        cd ..\..
 
-gc:
-       cd support\gc
-       make -f BCC_MAKEFILE gc.lib
-       cd ..\..
-
-ports: z80 mcs51 avr ds390
+ports: z80 mcs51 avr ds390 pic xa51
 
 z80:
        cd src\z80
@@ -37,6 +32,16 @@ ds390:
        make -f Makefile.bcc
        cd ..\..
 
+pic:
+       cd src\pic
+       make -f Makefile.bcc
+       cd ..\..
+
+xa51:
+       cd src\xa51
+       make -f Makefile.bcc
+       cd ..\..
+
 sdcc:
        cd src
        make -f Makefile.bcc
@@ -46,4 +51,3 @@ packihx:
        cd packihx
        make -f Makefile.bcc
        cd ..
-