vms.mak
author tz
Wed, 11 Mar 1998 23:16:09 +0100
changeset 726 2a09f1934fa5
parent 309 c59bbc7a0a85
child 1217 ea37f20258a7
permissions -rw-r--r--
user friendly names (step 2)

#
# $Header$
#

LIBNAME=libtool2

PACKAGE="-package=(stx:$(LIBNAME))"
STCLOCALOPT=-warnNonStandard -warnGlobalAssign +optspace

OBJS= \
	ColorMenu.$(O) \
	FontMenu.$(O) \
	MenuEditor.$(O) \
	ResourceRetriever.$(O) \
	UIGalleryView.$(O) \
	UIHelpTool.$(O) \
	UILayoutTool.$(O) \
	UIObjectView.$(O) \
	UIPainter.$(O) \
	UIPainterView.$(O) \
	UISelectionPanel.$(O) \
	UISpecificationTool.$(O)

theLib:   $(LIBNAME).olb
	$(MAKE) objs
	$(MAKE) vmsLibInit
	write sys$output "classlibrary $(LIBNAME).olb made."

$(LIBNAME).olb:
	write sys$output "creating initial $(LIBNAME).olb ..."
	lib/cre $(LIBNAME).olb

objs:	$(OBJS)