SHELL = cmd.exe # # ZDS II Make File - Line Follower project, Debug configuration # # Generated by: ZDS II - Z8 Encore! Family 4.11.0 (Build 08052301) # IDE component: c:4.11:08050501 # Install Path: C:\Program Files\ZiLOG\ZDSII_Z8Encore!_4.11.0\ # RM = del ZDS = C:\PROGRA~1\ZiLOG\ZDSII_~1.0 BIN = $(ZDS)\bin # ZDS include base directory INCLUDE = C:\PROGRA~1\ZiLOG\ZDSII_~1.0\include # intermediate files directory WORKDIR = D:\Admin\MYDOCU~1\E-GIZM~1\CONSTR~1\MOBOTC~1\SAMPLE~1\LINEFO~1\Debug CC = @$(BIN)\eZ8cc AS = @$(BIN)\eZ8asm LD = @$(BIN)\eZ8link AR = @$(BIN)\eZ8lib CFLAGS = \ -bfpack:compatible -NOfastcall -const:RAM -define:_Z8F082A \ -define:_Z8ENCORE_XP_F08XA_SERIES -define:_Z8ENCORE_F08XA \ -define:_Z8ENCORE_XP_F082A_SERIES -define:_Z8ENCORE_F04XA \ -genprintf -NOkeepasm -keeplst -NOlist -NOlistinc -model:L \ -NOoptlink -promote -regvar:8 -reduceopt \ -stdinc:"..;$(INCLUDE)\std;$(INCLUDE)\zilog;$(INCLUDE)\zilog\Z8Encore_F04XA" \ -usrinc:"..;" -debug -NOrevaa -cpu:Z8F082A \ -asmsw:" -cpu:Z8F082A -define:_Z8F082A=1 -define:_Z8ENCORE_XP_F08XA_SERIES=1 -define:_Z8ENCORE_F08XA=1 -define:_Z8ENCORE_XP_F082A_SERIES=1 -define:_Z8ENCORE_F04XA=1 -include:..;$(INCLUDE)\std;$(INCLUDE)\zilog;$(INCLUDE)\zilog\Z8Encore_F04XA -NOrevaa" ASFLAGS = \ -define:_Z8F082A=1 -define:_Z8ENCORE_XP_F08XA_SERIES=1 \ -define:_Z8ENCORE_F08XA=1 -define:_Z8ENCORE_XP_F082A_SERIES=1 \ -define:_Z8ENCORE_F04XA=1 \ -include:"..;$(INCLUDE)\std;$(INCLUDE)\zilog;$(INCLUDE)\zilog\Z8Encore_F04XA" \ -list -NOlistmac -name -pagelen:56 -pagewidth:80 -quiet -sdiopt \ -warn -debug -NOigcase -NOrevaa -cpu:Z8F082A LDFLAGS = @.\Line_Follower_Debug.linkcmd OUTDIR = D:\Admin\MYDOCU~1\E-GIZM~1\CONSTR~1\MOBOTC~1\SAMPLE~1\LINEFO~1\Debug build: Line_Follower buildall: clean Line_Follower relink: deltarget Line_Follower deltarget: @if exist $(WORKDIR)\Line Follower.lod \ $(RM) $(WORKDIR)\Line Follower.lod @if exist $(WORKDIR)\Line Follower.hex \ $(RM) $(WORKDIR)\Line Follower.hex @if exist $(WORKDIR)\Line Follower.map \ $(RM) $(WORKDIR)\Line Follower.map clean: @if exist $(WORKDIR)\Line Follower.lod \ $(RM) $(WORKDIR)\Line Follower.lod @if exist $(WORKDIR)\Line Follower.hex \ $(RM) $(WORKDIR)\Line Follower.hex @if exist $(WORKDIR)\Line Follower.map \ $(RM) $(WORKDIR)\Line Follower.map @if exist $(WORKDIR)\LINEFO~1.obj \ $(RM) $(WORKDIR)\LINEFO~1.obj # pre-4.11.0 compatibility rebuildall: buildall LIBS = OBJS = \ $(WORKDIR)\LINEFO~1.obj Line_Follower: $(OBJS) $(LD) $(LDFLAGS) $(WORKDIR)\LINEFO~1.obj : \ D:\Admin\MYDOCU~1\E-GIZM~1\CONSTR~1\MOBOTC~1\SAMPLE~1\LINEFO~1\LINEFO~1.C \ $(INCLUDE)\zilog\defines.h \ $(INCLUDE)\zilog\dmadefs.h \ $(INCLUDE)\zilog\gpio.h \ $(INCLUDE)\zilog\uart.h \ $(INCLUDE)\zilog\uartdefs.h \ $(INCLUDE)\zilog\ez8.h $(CC) $(CFLAGS) D:\Admin\MYDOCU~1\E-GIZM~1\CONSTR~1\MOBOTC~1\SAMPLE~1\LINEFO~1\LINEFO~1.C