treebuild.xml (muscle7.61) | : | treebuild.xml (muscle7.62) | ||
---|---|---|---|---|
<?xml version="1.0" ?> | <?xml version="1.0" ?> | |||
<package name="zlib" version="1.2.8"> | <package name="zlib" version="1.2.11"> | |||
<library name="zlib" dlversion="1.2.8" dlname="z"> | <library name="zlib" dlversion="1.2.11" dlname="z"> | |||
<property name="description"> zip compression library </property> | <property name="description"> zip compression library </property> | |||
<property name="include-target-dir" value="$(@PACKAGE/install-includedir) " /> | <property name="include-target-dir" value="$(@PACKAGE/install-includedir) " /> | |||
<!-- fixme: not implemented yet --> | <!-- fixme: not implemented yet --> | |||
<property name="compiler/c/inline" value="yes" /> | <property name="compiler/c/inline" value="yes" /> | |||
<include-file name="zlib.h" scope="public" mode="644" /> | <include-file name="zlib.h" scope="public" mode="644" /> | |||
<include-file name="zconf.h" scope="public" mode="644" /> | <include-file name="zconf.h" scope="public" mode="644" /> | |||
<source name="adler32.c"> | <source name="adler32.c"> | |||
skipping to change at line 104 | skipping to change at line 104 | |||
<depend name="inftrees.h" /> | <depend name="inftrees.h" /> | |||
<depend name="inflate.h" /> | <depend name="inflate.h" /> | |||
<depend name="inffast.h" /> | <depend name="inffast.h" /> | |||
</source> | </source> | |||
</library> | </library> | |||
</package> | </package> | |||
<!-- | <!-- | |||
CFLAGS=-O | CFLAGS=-O | |||
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | |||
#CFLAGS=-g -DDEBUG | #CFLAGS=-g -DZLIB_DEBUG | |||
#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | |||
# -Wstrict-prototypes -Wmissing-prototypes | # -Wstrict-prototypes -Wmissing-prototypes | |||
# OBJA = | # OBJA = | |||
# to use the asm code: make OBJA=match.o | # to use the asm code: make OBJA=match.o | |||
# | # | |||
match.o: match.S | match.o: match.S | |||
$(CPP) match.S > _match.s | $(CPP) match.S > _match.s | |||
$(CC) -c _match.s | $(CC) -c _match.s | |||
mv _match.o match.o | mv _match.o match.o | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |