Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 84d3da18cdd80d43c1c5f51053095fad > files > 1711

libwxgtk2.5-devel-2.5.0-0.cvs20030319.3mdk.ppc.rpm

#************************************************************************
# Makefile for HELLO 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 = hello

# Object modules of the application.
OBJS = hello.obj

.include [--.src]makevms.env

# main dependency
$(MAIN).exe : $(MAIN).$(OBJ)
    $(LINK) $(LINKFLAGS) /exec=$(MAIN).exe $(MAIN).$(OBJ),$(WXLIB)/lib,$(OPTSFILE)/option
    - purge *.exe

#************************************************************************
# Header file depedencies following
#************************************************************************
hello.obj : hello.cc hello.h