makefile.mk (7871dc3e) | makefile.mk (8d963181) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 26 unchanged lines hidden (view full) --- 35.ENDIF 36 37# --- Settings ----------------------------------------------------- 38 39.INCLUDE : settings.mk 40 41# --- Files -------------------------------------------------------- 42 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 26 unchanged lines hidden (view full) --- 35.ENDIF 36 37# --- Settings ----------------------------------------------------- 38 39.INCLUDE : settings.mk 40 41# --- Files -------------------------------------------------------- 42 |
43TARFILE_NAME=zlib-1.2.5 44TARFILE_MD5=c735eab2d659a96e5a594c9e8541ad63 | 43TARFILE_NAME=zlib-1.2.7 44TARFILE_MD5=2ab442d169156f34c379c968f3f482dd |
45 | 45 |
46PATCH_FILES=zlib-1.2.5.patch | 46PATCH_FILES=zlib-1.2.7.patch |
47ADDITIONAL_FILES=makefile.mk 48 49#relative to CONFIGURE_DIR 50 51BUILD_DIR=$(CONFIGURE_DIR) 52BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) 53 54OUT2INC= \ --- 17 unchanged lines hidden --- | 47ADDITIONAL_FILES=makefile.mk 48 49#relative to CONFIGURE_DIR 50 51BUILD_DIR=$(CONFIGURE_DIR) 52BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) 53 54OUT2INC= \ --- 17 unchanged lines hidden --- |