SHELL = cmd.exe # # ZDS II Make File - serbot, Debug # # Generated by: ZDS II - Z8 Encore! Family 4.10.0 (Build 06072601) # IDE component: b:4.10:06072003 # Install Path: C:\Program Files\ZiLOG\ZDSII_Z8Encore!_4.10.0\ # CC = @C:\PROGRA~1\ZiLOG\ZDSII_~1.0\bin\eZ8cc ASM = @C:\PROGRA~1\ZiLOG\ZDSII_~1.0\bin\eZ8asm LINK = @C:\PROGRA~1\ZiLOG\ZDSII_~1.0\bin\eZ8link LIB = @C:\PROGRA~1\ZiLOG\ZDSII_~1.0\bin\eZ8lib CFLAGS = \ -const:RAM -define:_Z8F082A -define:_Z8ENCORE_XP_F08XA_SERIES \ -define:_Z8ENCORE_XP_8K_SERIES -define:_Z8ENCORE_F08XA -genprintf \ -NOkeepasm -keeplst -NOlist -NOlistinc -model:S -NOoptlink \ -promote -noregvar -reduceopt \ -stdinc:"C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std;C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog" \ -usrinc:"..\include" -debug -NOrevaa -cpu:Z8F082A \ -asmsw:" -cpu:Z8F082A -define:_Z8F082A=1 -define:_Z8ENCORE_XP_F08XA_SERIES=1 -define:_Z8ENCORE_XP_8K_SERIES=1 -define:_Z8ENCORE_F08XA=1 -include:C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std;C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog -NOrevaa" AFLAGS = \ -define:_Z8F082A=1 -define:_Z8ENCORE_XP_F08XA_SERIES=1 \ -define:_Z8ENCORE_XP_8K_SERIES=1 -define:_Z8ENCORE_F08XA=1 \ -include:"C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std;C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog" \ -list -NOlistmac -name -pagelen:56 -pagewidth:80 -quiet -sdiopt \ -warn -debug -NOigcase -NOrevaa -cpu:Z8F082A OUTDIR = C:\Gizmo\Projects\servot\serbot\src\ build: serbot rebuildall: clean serbot relink: deltarget serbot deltarget: @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.lod \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.lod @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.hex \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.hex @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.map \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.map clean: @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.lod \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.lod @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.hex \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.hex @if exist C:\Gizmo\Projects\servot\serbot\src\ledblink.map \ del C:\Gizmo\Projects\servot\serbot\src\ledblink.map @if exist C:\Gizmo\Projects\servot\serbot\src\gpio.obj \ del C:\Gizmo\Projects\servot\serbot\src\gpio.obj @if exist C:\Gizmo\Projects\servot\serbot\src\main.obj \ del C:\Gizmo\Projects\servot\serbot\src\main.obj @if exist C:\Gizmo\Projects\servot\serbot\src\timer.obj \ del C:\Gizmo\Projects\servot\serbot\src\timer.obj @if exist C:\Gizmo\Projects\servot\serbot\src\servo.obj \ del C:\Gizmo\Projects\servot\serbot\src\servo.obj LIBS = OBJS = \ C:\Gizmo\Projects\servot\serbot\src\gpio.obj \ C:\Gizmo\Projects\servot\serbot\src\main.obj \ C:\Gizmo\Projects\servot\serbot\src\timer.obj \ C:\Gizmo\Projects\servot\serbot\src\servo.obj serbot: $(OBJS) $(LINK) @C:\Gizmo\Projects\servot\serbot\src\serbot_Debug.linkcmd C:\Gizmo\Projects\servot\serbot\src\gpio.obj : \ C:\Gizmo\Projects\servot\serbot\src\gpio.c \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\defines.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\dmadefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\gpio.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uart.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uartdefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\ez8.h $(CC) $(CFLAGS) C:\Gizmo\Projects\servot\serbot\src\gpio.c C:\Gizmo\Projects\servot\serbot\src\main.obj : \ C:\Gizmo\Projects\servot\serbot\src\main.c \ C:\Gizmo\Projects\servot\serbot\include\main.h \ C:\Gizmo\Projects\servot\serbot\include\test_button.h \ C:\Gizmo\Projects\servot\serbot\include\timer.h \ C:\Gizmo\Projects\servot\serbot\include\uart.h \ C:\Gizmo\Projects\servot\serbot\src\servo.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std\STDARG.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\FORMAT.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\defines.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\dmadefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\ez8.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\gpio.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uart.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uartdefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std\STDARG.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\std\STDIO.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\FORMAT.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\SIO.H \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\Zconst.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\ez8.h $(CC) $(CFLAGS) C:\Gizmo\Projects\servot\serbot\src\main.c C:\Gizmo\Projects\servot\serbot\src\timer.obj : \ C:\Gizmo\Projects\servot\serbot\src\timer.c \ C:\Gizmo\Projects\servot\serbot\include\main.h \ C:\Gizmo\Projects\servot\serbot\include\timer.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\defines.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\dmadefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\gpio.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uart.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uartdefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\ez8.h $(CC) $(CFLAGS) C:\Gizmo\Projects\servot\serbot\src\timer.c C:\Gizmo\Projects\servot\serbot\src\servo.obj : \ C:\Gizmo\Projects\servot\serbot\src\servo.c \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\defines.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\dmadefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\gpio.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uart.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\uartdefs.h \ C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include\zilog\ez8.h $(CC) $(CFLAGS) C:\Gizmo\Projects\servot\serbot\src\servo.c