Make.proto
changeset 16692 1f8a3f0d0036
parent 16684 e3f4940e352a
child 16957 cee3c0eaff89
--- a/Make.proto	Thu Jul 03 20:51:37 2014 +0200
+++ b/Make.proto	Thu Jul 03 21:06:27 2014 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.280 2014-07-03 18:33:35 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.281 2014-07-03 19:06:27 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -44,7 +44,10 @@
 LOCALDEFINES=
 
 LIBNAME=libstx_libbasic
-STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
+# INLINESPECIALBLOCKS=+inlinespecialblocks
+INFO=+verboseTree +notice -lineInfo
+INFO=
+STCLOCALOPT=$(INFO) $(INLINESPECIALBLOCKS) '-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 
 
 # ********** OPTIONAL: MODIFY the next line ***
@@ -63,7 +66,7 @@
 
 all:: preMake classLibRule postMake
 
-pre_objs::  
+pre_objs::
 
 
 
@@ -480,4 +483,3 @@
 $(OUTDIR)RomanNumberFormatError.$(O) RomanNumberFormatError.$(H): RomanNumberFormatError.st $(INCLUDE_TOP)/stx/libbasic/ConversionError.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/NumberConversionError.$(H) $(INCLUDE_TOP)/stx/libbasic/NumberFormatError.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
-