linkflags = !/debu/trace cflags =/nowar/list/include=[] !/debu/noop libs = SQL$USER/LIBRARY !/debu/trace sqlmod = sqlmod /lis /c_proto /long_sqlcode/C_STRING=(noBLANK_FILL,NOFIXED_CDD_STRINGS)/noALIGN_RECORDS/nowarning !sqlmod = sqlmod !________________________________________________________________ rms_srcs = netflow_rms.c rms_objs = netflow_rms.obj rdb_srcs = netflow_rdb.c,netflow_rdb_sql.sqlmod rdb_objs = netflow_rdb.obj,netflow_rdb_sql.obj hoc_objs = netflow_hoc.obj hoc_srcs = netflow_hoc.c rpt_objs = netflow_rpt.obj,netflow_rpt_cld.obj rpt_srcs = netflow_rpt.c,netflow_rpt_cld.cld includes = netflowdef.h target = $(includes),netflow_hoc.exe,netflow_rpt.exe, - netflow_rms.exe,netflow_rdb.exe !________________________________________________________________ all : $(target) !---------------- netflowdef.h : netflowdef.sdl SDL/alpha /c_dev/vms/lang=(cc,dtr) netflowdef.sdl !---------------- netflow_rms.obj : $(rms_srcs),$(includes) netflow_rms.exe : $(rms_objs) LINK $(linkflags) /SHARE=netflow_rms.exe $(rms_objs),netflow_rms.opt/opt netflow_rdb.obj : $(rdb_srcs),$(includes) netflow_rdb_sql.obj : $(rdb_srcs),$(includes) $(sqlmod) netflow_rdb_sql.sqlmod netflow_rdb.exe : $(rdb_objs) LINK $(linkflags) /SHARE=netflow_rdb.exe $(rdb_objs),netflow_rdb.opt/opt netflow_hoc.obj : $(hoc_srcs),$(includes) netflow_hoc.exe : $(hoc_objs) LINK $(linkflags) $(hoc_objs) !---------------- netflow_rpt.obj : $(rpt_srcs),$(includes) netflow_rpt.exe : $(rpt_objs) LINK $(linkflags) $(rpt_objs) !________________________________________________________________ prod : copy/log netflow_*.exe disk$weblogic:[netflow] copy/log netflow_*.com disk$weblogic:[netflow] copy/log netflowdef.dtr disk$weblogic:[netflow] clean : del *.obj;* , *.exe;* , *.lis;*,*.map;*,*.i;* , - *.decw*;*,*.msghlp*;*,*.cod;*,*.cud;*,*.ana;*