X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=blobdiff_plain;f=Makefile.bcc;h=366958af9ef0f904295f12477f1953dbf19a793c;hp=5a68e334cc890e4d3bbdb85e327d5631476b40dc;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hpb=91cde663b7f409992732876f773e46b9966b8207 diff --git a/Makefile.bcc b/Makefile.bcc index 5a68e334..366958af 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,34 +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 cpp -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 avr +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 ..\.. -avr: - cd src\avr +cpp: + cd support\cpp make -f Makefile.bcc cd ..\.. @@ -37,4 +28,13 @@ sdcc: make -f Makefile.bcc cd .. +packihx: + cd support\packihx + make -f Makefile.bcc + cd .. + +librarian: + cd support\librarian + make -f Makefile.bcc + cd ..\..