vms.mak
author Claus Gittinger <cg@exept.de>
Mon, 05 Jul 1999 23:33:03 +0200
changeset 1166 ee8ff9acf223
parent 309 c59bbc7a0a85
child 1217 ea37f20258a7
permissions -rw-r--r--
help texts

#
# $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)