CFLAGS = /nowarn TARGET = NNTP.EXE , NNTPCP.EXE BIN = NNTP.EXE,NNTPCP.EXE !********************************************************************* OBJS = nntp_commands.obj,nntp_conf.obj,nntp_lib.obj, - nntp_log.obj,nntp_main.obj,nntp_rms.obj,nntp_worker.obj, - nntp_suck.obj,nntp_feed.obj,nntp_netio.obj, - nntp_expire.obj INCL = nntp.h,nntp_commands.h,nntp_conf.h,nntp_lib.h, - nntp_log.h,nntp_rms.h,nntp_suck.h,nntp_worker.h , - nntp_suck.h,nntp_feed.h,nntp_netio.h INCLCP = nntp.h,nntp_lib.h,nntp_rms.h OBJSCP = nntpcp.obj,nntpcp_cld.obj,nntp_rms.obj,nntp_log.obj,nntp_lib.obj ! All :$(BIN) ! mmk $(BIN) nntp.EXE : $(OBJS) LINK/EXECUTABLE=nntp.EXE $(OBJS), nntp.opt/opt nntpcp.EXE : $(OBJSCP) LINK/EXECUTABLE=nntpcp.EXE $(OBJSCP) !********************************************************************* nntp_commands.obj :nntp_commands.c, $(INCL) nntp_conf.obj :nntp_conf.c, $(INCL) nntp_lib.obj :nntp_lib.c, $(INCL) nntp_log.obj :nntp_log.c, $(INCL) nntp_main.obj :nntp_main.c, $(INCL) nntp_rms.obj :nntp_rms.c, $(INCL) nntp_worker.obj :nntp_worker.c, $(INCL) nntp_suck.obj :nntp_suck.c, $(INCL) nntp_feed.obj :nntp_feed.c, $(INCL) nntp_netio.obj :nntp_netio.c, $(INCL) nntp_expire.obj :nntp_expire.c, $(INCL) nntpcp.obj :nntpcp.c,$(INCLCP) nntpcp_cld.obj :nntpcp_cld.cld !********************************************************************* clean : @ delete/log *.obj;* @ delete/log *.lis;* @ delete/log nntp.exe;* !*********************************************************************