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

All: CronEvent TPTCron

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

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

CronEvent.o:   CronEvent.c $(DLGInc)dlg.h $(DLGInc)Cron.h $(DLGInc)Misc.h $(DLGPragma) $(Vers) \
					$(Touch) $(Link)io.h
TPTCron.o:     TPTCron.c $(DLGInc)dlg.h $(DLGInc)Cron.h $(DLGInc)Misc.h $(DLGInc)User.h $(DLGPragma) \
					$(Vers) $(Touch) $(Link)io.h

