vms.mak
author tz
Sun, 18 Jan 1998 18:51:12 +0100
changeset 427 ad235cdacee5
parent 309 c59bbc7a0a85
child 1217 ea37f20258a7
permissions -rw-r--r--
support for new color menu added + some rearranges

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