Make.proto
changeset 133 8e5a02cb3f0b
parent 0 9365d5753f11
child 141 0482157d65bc
--- a/Make.proto	Mon Aug 07 12:59:28 2006 +0200
+++ b/Make.proto	Fri Aug 18 16:37:36 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/goodies/sunit/Make.proto,v 1.1 2000-10-25 15:51:38 cg Exp $
+# $Header: /cvs/stx/stx/goodies/sunit/Make.proto,v 1.2 2006-08-18 14:37:36 cg Exp $
 #
 # --- Make.proto created by stmkmp at Wed Oct 25 17:22:24 CEST 2000
 #
@@ -11,13 +11,6 @@
 #    make clean   - clean all temp files
 #    make clobber - clean all
 
-# module and directory-in-module;
-# these should correspond to the directory hierarchy
-# location (otherwise, ST/X will have a hard time to
-# find out the packages location from its packageID)
-MODULE=stx
-MODULE_DIR=goodies/sunit
-
 # default installation directory:
 # (overwrite with 'make INSTALLTOP_DIR=... install')
 # the INSTALLBASE is imported from configurations... and usually
@@ -41,24 +34,11 @@
 # ALLSUBDIRS=
 
 
-# the name of your classLibrary:
-# ********** REQUIRED: CHECK the next line ***
-LIBNAME=sunit
-
-
 # the next define suppresses installation of 
 # the classes as autoloaded (i.e. not added to abbrev.stc). 
 SUPPRESS_LOCAL_ABBREVS=1
 
 
-# the package is stored as an ID in classes and methods
-# to identify code belonging to this project.
-# It also specifies the position in the source repository
-# and directory tree, when packages are loaded by packageID.
-# ********** REQUIRED: CHECK the next line ***
-PACKAGE=$(MODULE):$(MODULE_DIR)
-
-
 # Argument(s) to the stc compiler.
 #  -H.         : create header files locally
 #                (if removed, they will be created as common