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

All:  DLGUUSend UNet2DLG UUCP2DLG

DLGUUSend:   DLGUUSEnd.o
	@$(elink)
	@$(cp) $@

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

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


DLGUUSend.o:   DLGUUSend.c $(DLGPragma) $(DLGInc)DLG.h $(DLGInc)Resman.h $(DLGInc)User.h \
					$(DLGInc)Input.h $(DLGInc)PortConfig.h $(DLGInc)Msg.h $(DLGInc)Log.h $(Vers) $(Touch) \
					$(Link)Config.h $(Link)IO.h $(Link)Util.h
UNet2DLG.o:    UNet2DLG.c $(DLGPragma) $(DLGInc)DLG.h $(DLGInc)Resman.h $(DLGInc)User.h $(DLGInc)Msg.h \
					$(DLGInc)Misc.h $(Vers) $(Touch) $(Link)IO.h $(Link)lang.h
UUCP2DLG.o:    UUCP2DLG.c $(DLGPragma) $(DLGInc)DLG.h $(DLGInc)User.h $(DLGInc)Msg.h $(DLGInc)PortConfig.h \
					$(Vers) $(Touch) $(Link)Config.h $(Link)IO.h $(Link)lang.h

