makefile.mk (7871dc3e) | makefile.mk (a2c60cbd) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32.IF "$(SYSTEM_CURL)" == "YES" 33all: 34 @echo "An already available installation of curl should exist on your system." 35 @echo "Therefore the version provided here does not need to be built in addition." 36.ENDIF 37 38# --- Files -------------------------------------------------------- 39 | 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 --- 23 unchanged lines hidden (view full) --- 32.IF "$(SYSTEM_CURL)" == "YES" 33all: 34 @echo "An already available installation of curl should exist on your system." 35 @echo "Therefore the version provided here does not need to be built in addition." 36.ENDIF 37 38# --- Files -------------------------------------------------------- 39 |
40TARFILE_NAME=curl-7.19.7 41TARFILE_MD5=ecb2e37e45c9933e2a963cabe03670ab 42PATCH_FILES=curl-7.19.7.patch | 40TARFILE_NAME=curl-7.49.1 41TARFILE_MD5=2feb3767b958add6a177c6602ff21e8c 42PATCH_FILES= |
43 44.IF "$(GUI)"=="WNT" | 43 44.IF "$(GUI)"=="WNT" |
45 PATCH_FILES+=curl-7.19.7_win.patch 46 .IF "$(COM)"=="GCC" 47 PATCH_FILES+=curl-7.19.7_mingw.patch 48 .ENDIF | 45 PATCH_FILES+=curl-7.49.1_win.patch 46# .IF "$(COM)"=="GCC" 47# PATCH_FILES+=curl-7.19.7_mingw.patch 48# .ENDIF |
49.ENDIF 50 51 52#CONVERTFILES= \ 53 lib$/Makefile.vc6 54 55#ADDITIONAL_FILES= lib$/config-os2.h lib$/Makefile.os2 56 --- 79 unchanged lines hidden (view full) --- 136 137.ENDIF # "$(GUI)"=="OS2" 138 139OUT2INC= \ 140 include$/curl$/easy.h \ 141 include$/curl$/multi.h \ 142 include$/curl$/curl.h \ 143 include$/curl$/curlver.h \ | 49.ENDIF 50 51 52#CONVERTFILES= \ 53 lib$/Makefile.vc6 54 55#ADDITIONAL_FILES= lib$/config-os2.h lib$/Makefile.os2 56 --- 79 unchanged lines hidden (view full) --- 136 137.ENDIF # "$(GUI)"=="OS2" 138 139OUT2INC= \ 140 include$/curl$/easy.h \ 141 include$/curl$/multi.h \ 142 include$/curl$/curl.h \ 143 include$/curl$/curlver.h \ |
144 include$/curl$/types.h \ | 144 include$/curl$/typecheck-gcc.h \ |
145 include$/curl$/stdcheaders.h \ 146 include$/curl$/mprintf.h \ 147 include$/curl$/curlbuild.h \ 148 include$/curl$/curlrules.h 149 150# --- Targets ------------------------------------------------------ 151 152.INCLUDE : set_ext.mk 153.INCLUDE : target.mk 154.INCLUDE : tg_ext.mk | 145 include$/curl$/stdcheaders.h \ 146 include$/curl$/mprintf.h \ 147 include$/curl$/curlbuild.h \ 148 include$/curl$/curlrules.h 149 150# --- Targets ------------------------------------------------------ 151 152.INCLUDE : set_ext.mk 153.INCLUDE : target.mk 154.INCLUDE : tg_ext.mk |