linkflags = /notrace !/debu/trace cflags = /list/include=([],DR_INCLUDE) !/debu/noop tftp_srcs = tftp.c,tftp_cmd.cld, tftp_msg.msg tftp_objs = tftp.obj,tftp_cmd.obj, tftp_msg.obj tftp_incs = tftpdef.h,tftp_msg.h target : tftpdef.h, tftp.exe !________________________________________________________________ all : $(target) $(tftp_objs) : $(tftp_incs) tftpdef.h : tftpdef.sdl sdl/language=cc/list/vms/c_dev tftpdef.sdl tftp_msg.obj : tftp_msg.msg message/sdl/obj/lis tftp_msg.msg sdl/language=cc/list tftp_msg.sdl tftp_msg.h : tftp_msg.msg message/sdl/obj/lis tftp_msg.msg sdl/language=cc/list tftp_msg.sdl tftp.exe : $(tftp_objs) link $(linkflags)/exe=tftp.exe $(tftp_objs) clean : del *.obj;* , *.exe;* , *.lis;*,*.map;*,*.i;* , - *.decw*;*,*.msghlp*;*,*.cod;*,*.cud;*,*.ana;*