automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 11:12:07 +0200
changeset 1628 621367d6048a
parent 1627 7b201e999e7d
child 1629 08834184c06a
automatically generated by browser
Make.proto
--- a/Make.proto	Tue Aug 22 23:28:35 2006 +0200
+++ b/Make.proto	Wed Aug 23 11:12:07 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.68 2006-08-21 12:33:19 cg Exp $
+# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.69 2006-08-23 09:12:07 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic3.
@@ -42,8 +42,7 @@
 LOCALDEFINES=
 
 
-PACKAGE=$(MODULE):$(MODULE_DIR)
-STCLOCALOPT=-I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H$(INCLUDE) '-P$(PACKAGE)' '-Z$(LIBNAME)' $(COMMONSYMBOLS)
+STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H$(INCLUDE) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 
 
 # ********** OPTIONAL: MODIFY the next line ***
@@ -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
 #