X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=01df8e39500801bd83c9338dde21123d22ea6591;hb=f39f00a291dd52d621035a9434db2a03d52d020a;hp=bd460e00c3cd5fc3056fa3e8e985f7fd5b799ee5;hpb=21655f6eb51c914907a3008c47300b1ecab28acc;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index bd460e00..01df8e39 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,29 +1,25 @@ -all: as cpp gc ports sdcc +# Makefile for Borlad C++ -as: - cd as\mcs51 - make -f Makefile.bcc - cd ..\.. +all: config asx8051 as-z80 sdcc packihx cpp2 -cpp: - cd support\cpp - make -f Makefile.bcc - cd ..\.. -gc: - cd support\gc - make -f BCC_MAKEFILE gc.lib - cd ..\.. +config: sdcc_vc.h -ports: z80 mcs51 +sdcc_vc.h: sdcc_vc_in.h configure_vc.awk + gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h -z80: - cd src\z80 +asx8051: + cd as\mcs51 make -f Makefile.bcc cd ..\.. -mcs51: - cd src\mcs51 +as-z80: + cd as\z80 + make -f Makefile.bcc + cd ..\.. + +cpp2: + cd support\cpp2 make -f Makefile.bcc cd ..\.. @@ -32,4 +28,7 @@ sdcc: make -f Makefile.bcc cd .. - +packihx: + cd packihx + make -f Makefile.bcc + cd ..