Make.proto
changeset 2900 7d78e8af40de
parent 2897 ef29d61be9b0
child 2903 815b2cb309b9
--- a/Make.proto	Sat Sep 11 12:34:33 1999 +0200
+++ b/Make.proto	Sat Sep 11 15:08:59 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview/Make.proto,v 1.114 1999-09-11 10:15:26 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.proto,v 1.115 1999-09-11 13:08:58 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -40,7 +40,7 @@
 SMALLOBJFILES= \
 	    GraphicsDevice.$(O) \
 	    HostGraphicsDevice.$(O) \
-	    DeviceWorkstion.$(O) \
+	    DeviceWorkstation.$(O) \
 	    Image.$(O) \
 	    Depth1Image.$(O) Depth2Image.$(O) Depth4Image.$(O) \
 	    Depth8Image.$(O) Depth24Image.$(O) \
@@ -179,13 +179,13 @@
 # and without -Zlibview (to speedup ld.so on SGI, by avoiding conflicts)
 #
 
-XWorkstation.$(O): XWorkstation.st $(INCLUDE)/DeviceWorkstion.H
+XWorkstation.$(O): XWorkstation.st $(INCLUDE)/DeviceWorkstation.H
 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=XWorkstation \
 	        CC="$(CC)" OPT="$(OPT)" \
 		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
 		SEPINITCODE=-sepInitCode ZFLAG=
 
-__GLXWorkstation.$(O): GLXWorkstation.st $(INCLUDE)/XWorkstation.H $(INCLUDE)/DeviceWorkstion.H
+__GLXWorkstation.$(O): GLXWorkstation.st $(INCLUDE)/XWorkstation.H $(INCLUDE)/DeviceWorkstation.H
 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=GLXWorkstation \
 		CC="$(CC)" OPT="$(OPT)" \
 		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
@@ -205,8 +205,8 @@
 glLib:
 	(cd ../support/VGL ; $(MAKE) )
 
-DeviceWorkstion.$(O):
-	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceWorkstion \
+DeviceWorkstation.$(O):
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceWorkstation \
 		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
 		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
 
@@ -259,7 +259,7 @@
 #AIX_BIGGIES:
 #       $(MAKE) GraphicsContext.$(O)
 #       $(MAKE) DeviceGraphicsContext.$(O)
-#       $(MAKE) OPT= DeviceWorkstion.$(O)
+#       $(MAKE) OPT= DeviceWorkstation.$(O)
 #       $(MAKE) OPT= XWorkstation.$(O)
 #       $(MAKE) OPT= Image.$(O)
 #       $(MAKE) OPT= SimpleView.$(O)
@@ -268,7 +268,7 @@
 # prelink those - cannot mix non-shared with shared objects (sigh)
 #
 AIX_SHARED_XWORKSTATION:
-	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstion.$(O)
+	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
 	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
 	@-echo "__XErrorHandler__" >> XWorkstation.exp
 	@-echo "__XIOErrorHandler__" >> XWorkstation.exp
@@ -277,7 +277,7 @@
 		AIX_LOCAL_LIBS="$(LIBX)"
 
 AIX_SHARED_GLXWORKSTATION:
-	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstion.$(O)
+	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
 	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
 	@-echo "__XErrorHandler__" >> XWorkstation.exp
 	@-echo "__XIOErrorHandler__" >> XWorkstation.exp