CFLAGS = /noWARN /noMEMB /preffix=all TARGET = NNTP.EXE , NNTPCP.EXE, nntpcp.hlb !********************************************************************* OBJS = nntp_commands.obj,nntp_conf.obj,nntp_lib.obj, - nntp_log.obj,nntp_main.obj,nntp_db.obj,nntp_worker.obj, - nntp_suck.obj,nntp_feed.obj,nntp_netio.obj, - nntp_expire.obj INCL = nntp.h INCLCP = nntp.h OBJSCP = nntpcp.obj,nntpcp_cld.obj,nntp_db.obj,nntp_log.obj,nntp_lib.obj ! All :$(target) nntp.EXE :$(OBJS) LINK /EXECUTABLE=nntp.EXE $(OBJS), nntp.opt/opt nntpcp.EXE :$(OBJSCP) LINK/EXECUTABLE=nntpcp.EXE $(OBJSCP) nntpcp.hlb : nntpcp.hlp lib/help/create nntpcp.hlb nntpcp.hlp !********************************************************************* 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;* !*********************************************************************