include t:make.env
include dlgsrc:makefile.defaults
include dlgsrc:makefile.execlink

All:  TBaud TColors TCont TDevQuery TFlags TFreeze TKill TRecover TScreen TStat TString TTimeDelay \
		TTitle TWindow TWinHeight DLGDebug

TBaud:  TBaud.o
	@$(elink)
	@$(cp) $@

TColors:   TColors.o
	@$(elink)
	@$(cp) $@

TCont:  TCont.o
	@$(elink)
	@$(cp) $@

TDevQuery: TDevQuery.o
	@$(elink)
	@$(cp) $@

TFlags: TFlags.o
	@$(elink)
	@$(cp) $@

TFreeze: TFreeze.o
	@$(elink)
	@$(cp) $@

TKill: TKill.o
	@$(elink)
	@$(cp) $@

TRecover: TRecover.o
	@$(elink)
	@$(cp) $@

TScreen: TScreen.o
	@$(elink)
	@$(cp) $@

TStat: TStat.o
	@$(elink)
	@$(cp) $@

TString: TString.o
	@$(elink)
	@$(cp) $@

TTimeDelay: TTimeDelay.o
	@$(elink)
	@$(cp) $@

TTitle: TTitle.o
	@$(elink)
	@$(cp) $@

TWindow: TWindow.o
	@$(elink)
	@$(cp) $@

TWinHeight: TWinHeight.o
	@$(elink)
	@$(cp) $@

DLGDebug:   DLGDebug.o
	@$(elink)
	@copy $@ to DLGSrc:Debug-Dist/DLG/ quiet



TBaud.o:       TBaud.c $(DLGInc)Msg.h $(DLGInc)File.h $(DLGInc)Misc.h $(DLGInc)Resman.h $(Inc)Devices/TPT.h \
					$(DLGPragma) $(Vers) $(Touch) $(Link)io.h $(Link)lang.h
TColors.o:     TColors.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TCont.o:       TCont.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TDevQuery.o:   TDevQuery.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TFlags.o:      TFlags.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TFreeze.o:     TFreeze.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TKill.o:       TKill.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TRecover.o:    TRecover.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TScreen.o:     TScreen.c $(Inc)Devices/TPT.h $(DLGPragma) $(DLGInc)DLG.h $(DLGInc)PortConfig.h $(Vers) \
					$(Touch) $(Link)io.h $(Link)lang.h
TStat.o:       TStat.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TString.o:     TString.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TTimeDelay.o:  TTimeDelay.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TTitle.o:      TTitle.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
TWindow.o:     TWindow.c $(Inc)Devices/TPT.h $(DLGPragma) $(DLGInc)DLG.h $(DLGInc)PortConfig.h $(Vers) \
					$(Touch) $(Link)io.h $(Link)lang.h
TWinHeight.o:  TWinHeight.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(Link)lang.h
DLGDebug.o:    DLGDebug.c $(DLGInc)DLG.h $(Inc)Devices/TPT.h $(DLGPragma) $(Vers) $(Touch) $(Link)io.h \
					$(DLGInc)Debug.h

