vms.mak
author Claus Gittinger <cg@exept.de>
Fri, 25 Sep 1998 00:33:09 +0200
changeset 1003 7880fc48f0bb
parent 309 c59bbc7a0a85
child 1217 ea37f20258a7
permissions -rw-r--r--
care for root when file changes and volume is different (win & vms)

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