#************************************************************************ # Makefile for FRACTAL under VMS # by Stefan Hammes # (incomplete) update history: # 11.04.95 #************************************************************************ #************************************************************************ # Definition section # (cave: definitions and includes must begin with ',') #************************************************************************ APPOPTS = APPDEFS = APPINCS = #************************************************************************ # Module section #************************************************************************ # Name of main module MAIN = fractal # Object modules of the application. OBJS = fractal.obj OBJLIST =fractal.obj .include [--.src]makevms.env # main dependency $(MAIN).exe : $(OBJS) $(LINK) $(LINKFLAGS) /exec=$(MAIN).exe $(OBJLIST),$(WXLIB)/lib,$(OPTSFILE)/option - purge *.exe #************************************************************************ # Header file depedencies following #************************************************************************