makefile.mk (8d963181) | makefile.mk (121b6c75) |
---|---|
1#************************************************************** | 1#************************************************************** |
2# | 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 9# with the License. You may obtain a copy of the License at | 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 9# with the License. You may obtain a copy of the License at |
10# | 10# |
11# http://www.apache.org/licenses/LICENSE-2.0 | 11# http://www.apache.org/licenses/LICENSE-2.0 |
12# | 12# |
13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. | 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. |
19# | 19# |
20#************************************************************** 21 22 23 24PRJ=. 25 26PRJNAME=zlib 27TARGET=zlib --- 8 unchanged lines hidden (view full) --- 36 37# --- Settings ----------------------------------------------------- 38 39.INCLUDE : settings.mk 40 41# --- Files -------------------------------------------------------- 42 43TARFILE_NAME=zlib-1.2.7 | 20#************************************************************** 21 22 23 24PRJ=. 25 26PRJNAME=zlib 27TARGET=zlib --- 8 unchanged lines hidden (view full) --- 36 37# --- Settings ----------------------------------------------------- 38 39.INCLUDE : settings.mk 40 41# --- Files -------------------------------------------------------- 42 43TARFILE_NAME=zlib-1.2.7 |
44TARFILE_MD5=2ab442d169156f34c379c968f3f482dd | 44TARFILE_MD5=60df6a37c56e7c1366cca812414f7b85 |
45 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) --- 10 unchanged lines hidden (view full) --- 63 64.INCLUDE : set_ext.mk 65.INCLUDE : target.mk 66.INCLUDE : tg_ext.mk 67 68ALLTAR: $(PATCHED_HEADERS) 69 70$(PATCHED_HEADERS) : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) | 45 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) --- 10 unchanged lines hidden (view full) --- 63 64.INCLUDE : set_ext.mk 65.INCLUDE : target.mk 66.INCLUDE : tg_ext.mk 67 68ALLTAR: $(PATCHED_HEADERS) 69 70$(PATCHED_HEADERS) : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) |
71 @$(PERL) make_patched_header.pl $@ $(PRJNAME) | 71 @$(PERL) make_patched_header.pl $@ $(PRJNAME) |