vms.mak
changeset 1891 0dc56210cbfb
child 1897 39e6841585fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vms.mak	Thu Sep 04 23:23:24 1997 +0200
@@ -0,0 +1,75 @@
+#
+# $Header: /cvs/stx/stx/libview/vms.mak,v 1.1 1997-09-04 21:23:24 cg Exp $
+#
+
+LIBNAME=libview
+#LIB_BASE=$(LIBCOMP_BASE)
+
+PACKAGE="-package=(stx:$(LIBNAME))"
+STCLOCALOPT=-warnNonStandard -warnGlobalAssign +optinline
+
+OBJS= \
+	GraphicsDevice.$(O)     \
+	HostGraphicsDevice.$(O) \
+	DevWorkst.$(O)          \
+	  Image.$(O)            \
+	    Depth1Image.$(O)    \
+	    Depth2Image.$(O)    \
+	    Depth4Image.$(O)    \
+	    Depth8Image.$(O)    \
+	    Depth24Image.$(O)   \
+	  ImageRdr.$(O)		\
+	Workstat.$(O)           \
+	Color.$(O)              \
+	Colormap.$(O)           \
+	FontDescr.$(O)          \
+	  Font.$(O)             \
+	Cursor.$(O)             \
+	DevHandle.$(O)          \
+	  DevViewH.$(O)         \
+	  DevFormH.$(O)         \
+	DevColorH.$(O)          \
+	GC.$(O)                 \
+	  DevGC.$(O)            \
+	  GMedium.$(O)          \
+	    Form.$(O)           \
+	      DSurface.$(O)     \
+		SimpleView.$(O) \
+		View.$(O)       \
+		TopView.$(O)    \
+		  StdSysV.$(O)  \
+		    ModalBox.$(O)\
+		  PopUpView.$(O)\
+		ShadowV.$(O)    \
+		DRootView.$(O)  \
+	    Controll.$(O)       \
+	    WTrans.$(O)         \
+	    WEvent.$(O)         \
+	    WGroup.$(O)         \
+	    WSensor.$(O)        \
+	      SWSensor.$(O)     \
+	    KeybdFwd.$(O)       \
+	    KeybdMap.$(O)       \
+	    RsrcPack.$(O)       \
+	      ViewStyle.$(O)    \
+	    Depth16Image.$(O)   \
+	    Depth32Image.$(O)   \
+	    ImageMask.$(O)      \
+	    AlphaMask.$(O)			
+
+reallyAll:	all
+
+objs:	$(OBJS) XWorkstat.$(O)
+
+theLib: $(LIBNAME).olb
+	$(MAKE) objs
+	$(MAKE) vmslibinit
+	write sys$output "classlibrary $(LIBNAME).olb made."
+
+theProgram:
+	write sys$output "no program to be made here."
+
+$(LIBNAME).olb:
+	write sys$output "creating initial $(LIBNAME).olb ..."
+	lib/cre $(LIBNAME).olb
+