automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2006 22:57:15 +0200
changeset 1678 28ab6a97a27a
parent 1677 4a0f8194674b
child 1679 b50b151d4106
automatically generated by browser
Make.proto
--- a/Make.proto	Thu Aug 24 15:12:11 2006 +0200
+++ b/Make.proto	Thu Aug 24 22:57:15 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.129 2006-08-24 13:11:54 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.130 2006-08-24 20:57:15 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -47,7 +47,7 @@
 
 # ********** OPTIONAL: MODIFY the next line ***
 # additional C-libraries that should be pre-linked with the class-objects
-LD_OBJ_LIBS=
+LD_OBJ_LIBS=$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)
 
 
 # ********** OPTIONAL: MODIFY the next line ***
@@ -63,6 +63,12 @@
 pre_objs:: 
 
 
+zlib:
+        cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
+
+bz2lib:
+        cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
+
 
 # add more install actions here
 install::