conversion util
[fw/sdcc] / Makefile.bcc
index 5a68e334cc890e4d3bbdb85e327d5631476b40dc..5d80a18df0845d9f3798e03aca139c2f2e1c845b 100644 (file)
@@ -1,40 +1,54 @@
-all: as cpp gc ports sdcc
+all: as cpp ports sdcc packihx
 
 as:
-        cd as\mcs51
-        make -f Makefile.bcc
-        cd ..\..
+       cd as\mcs51
+       make -f Makefile.bcc
+       cd ..\..
 
 cpp:
-        cd support\cpp
-        make -f Makefile.bcc
-        cd ..\..
-
-gc:
-        cd support\gc
-        make -f BCC_MAKEFILE gc.lib
-        cd ..\..
+       cd support\cpp
+       make -f Makefile.bcc
+       cd ..\..
 
-ports: z80 mcs51 avr
+ports: z80 mcs51 avr ds390 pic izt
 
 z80:
-        cd src\z80
-        make -f Makefile.bcc
-        cd ..\..
+       cd src\z80
+       make -f Makefile.bcc
+       cd ..\..
 
 mcs51:
-        cd src\mcs51
-        make -f Makefile.bcc
-        cd ..\..
+       cd src\mcs51
+       make -f Makefile.bcc
+       cd ..\..
 
 avr:
-        cd src\avr
-        make -f Makefile.bcc
+       cd src\avr
+       make -f Makefile.bcc
+       cd ..\..
+
+ds390:
+       cd src\ds390
+       make -f Makefile.bcc
+       cd ..\..
+
+pic:
+       cd src\pic
+       make -f Makefile.bcc
+       cd ..\..
+
+izt:
+        cd src\izt
+       make -f Makefile.bcc
         cd ..\..
 
 sdcc:
-        cd src
-        make -f Makefile.bcc
-        cd ..
-
+       cd src
+       make -f Makefile.bcc
+       cd ..
+
+packihx:
+       cd packihx
+       make -f Makefile.bcc
+       cd ..