Make.proto
changeset 3345 9d96243f9e5b
parent 3331 e2e24f8443fb
child 3359 c38b59f5e6e0
--- a/Make.proto	Wed Aug 23 02:04:07 2006 +0200
+++ b/Make.proto	Wed Aug 23 11:47:25 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.74 2006-08-21 17:41:52 cg Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.75 2006-08-23 09:47:25 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libwidg.
@@ -42,7 +42,6 @@
 LOCALDEFINES=
 
 
-PACKAGE=$(MODULE):$(MODULE_DIR)
 STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H$(INCLUDE) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 
 
@@ -57,8 +56,13 @@
 
 OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
 
+
+
 all:: preMake classLibRule postMake
 
+pre_objs:: 
+
+
 
 # add more install actions here
 install::
@@ -81,13 +85,6 @@
 	-rm -f *.so *.dll
 
 
-# if other things are to be compiled,
-# add target definitions here,
-# and list them in LOCAL_EXTRA_TARGETS above.
-# (care for make syntax - TABS are required in the actions)
-# foo:  foo.o
-#	$(CC) -o foo foo.o
-
 # 'make depend' will add dependency info between
 # BEGIN...END below
 #