1 #************************************************************************
2 # Makefile for HELLO under VMS
4 # (incomplete) update history:
6 #************************************************************************
8 #************************************************************************
10 # (cave: definitions and includes must begin with ',')
11 #************************************************************************
17 #************************************************************************
19 #************************************************************************
24 # Object modules of the application.
27 .include [--.src]makevms.env
30 $(MAIN).exe : $(MAIN).$(OBJ)
31 $(LINK) $(LINKFLAGS) /exec=$(MAIN).exe $(MAIN).$(OBJ),$(WXLIB)/lib,$(OPTSFILE)/option
34 #************************************************************************
35 # Header file depedencies following
36 #************************************************************************
37 hello.obj : hello.cc hello.h