Make.proto
changeset 1222 19e99db6427d
parent 1218 53beb15f444d
child 1272 150e61c7bd10
equal deleted inserted replaced
1221:8b9ae21292ce 1222:19e99db6427d
     1 # $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.114 2003-05-17 14:09:38 cg Exp $
     1 # $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.115 2003-05-20 14:59:26 stefan Exp $
     2 #
     2 #
     3 # -------------- no need to change anything below ----------
     3 # -------------- no need to change anything below ----------
     4 
     4 
     5 TOP=..
     5 TOP=..
     6 SUBDIRS=
     6 SUBDIRS=
   102 	$(LIBBASIC2_PACKAGE_OBJS)
   102 	$(LIBBASIC2_PACKAGE_OBJS)
   103 
   103 
   104 objs::  $(OBJS)
   104 objs::  $(OBJS)
   105 
   105 
   106 zlib:  
   106 zlib:  
   107 	cd ../support/zlib; make
   107 	cd ../support/zlib; $(MAKE)
   108 
   108 
   109 bz2lib: 
   109 bz2lib: 
   110 	cd ../support/bz2lib; make libbz2.a
   110 	cd ../support/bz2lib; $(MAKE) libbz2.a
   111 
   111 
   112 #
   112 #
   113 # these nest too deep on some (sco & isc) systems (see discussion about LIMITSUPERINCLUDE
   113 # these nest too deep on some (sco & isc) systems (see discussion about LIMITSUPERINCLUDE
   114 # in configurations/COMMON/defines)
   114 # in configurations/COMMON/defines)
   115 #
   115 #