# Descrip.mms for Analog # # Change history: # # Cast: RLD Rick Dyson (rick-dyson@uiowa.edu) # MPJZ Martin Zinser # Date Who What # ======== ==== ============================================================= # 19990919 RLD Streamlined and suitable for Alpha/OpenVMS # 19991204 RLD Updated for v4.x. Checked on both VAX and Alpha # using DEC C v5.x. No info on VAX C (please upgrade!) # 19991210 MPJZ Get flags/targets via build_analog; Make it at least in # principle compatible with VAX C/GNU C. # 20000320 RLD Added in new routines for v4.1 # 20000403 MPJZ Added *.opt to clean and clobber targets. # CFLAGS = $(COMPFLAGS) LINKFLAGS = $(LFLAGS) OBJS = analog.obj,cache.obj,globals.obj,init.obj,init2.obj,hash.obj,\ utils.obj,settings.obj,tree.obj,dates.obj,alias.obj,input.obj,\ output.obj,output2.obj,process.obj,sort.obj,pcre.obj .ifdef CALLED analog.exe : $(OBJS) $(LINK) $(LINKFLAGS) $+ .else info : @ Write Sys$Output "Please execute MMS/MMK via @ Build_Analog" .endif $(OBJS) : anlghead.h,anlghea2.h,anlghea3.h,anlghea4.h install : analog.exe Copy analog.exe WWW_System: clean : - Purge /NoConfirm *.obj,*.exe,*.opt clobber : clean - Purge /NoConfirm *.h, *.c, *.mms, *.com - Delete /NoConfirm *.obj;,*.exe;,*.opt;