makefile.mk (996f785a) | makefile.mk (3472b6c3) |
---|---|
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.61.1 41TARFILE_MD5=4762f41ef0dba751d1c7a3060a1c6ec6 42PATCH_FILES= | 40TARFILE_NAME=curl-7.66.0 41TARFILE_MD5=8cb2898a9adc106075ac3cdc2b965bf6 42PATCH_FILES=buildssh.patch |
43 44#ADDITIONAL_FILES= lib$/config-os2.h lib$/Makefile.os2 45 46.IF "$(GUI)"=="UNX" 47 48.IF "$(SYSBASE)"!="" 49curl_CFLAGS+=-I$(SYSBASE)$/usr$/include 50curl_LDFLAGS+=-L$(SYSBASE)$/usr$/lib --- 83 unchanged lines hidden (view full) --- 134OUT2INC= \ 135 include$/curl$/easy.h \ 136 include$/curl$/multi.h \ 137 include$/curl$/curl.h \ 138 include$/curl$/curlver.h \ 139 include$/curl$/typecheck-gcc.h \ 140 include$/curl$/stdcheaders.h \ 141 include$/curl$/mprintf.h \ | 43 44#ADDITIONAL_FILES= lib$/config-os2.h lib$/Makefile.os2 45 46.IF "$(GUI)"=="UNX" 47 48.IF "$(SYSBASE)"!="" 49curl_CFLAGS+=-I$(SYSBASE)$/usr$/include 50curl_LDFLAGS+=-L$(SYSBASE)$/usr$/lib --- 83 unchanged lines hidden (view full) --- 134OUT2INC= \ 135 include$/curl$/easy.h \ 136 include$/curl$/multi.h \ 137 include$/curl$/curl.h \ 138 include$/curl$/curlver.h \ 139 include$/curl$/typecheck-gcc.h \ 140 include$/curl$/stdcheaders.h \ 141 include$/curl$/mprintf.h \ |
142 include$/curl$/system.h | 142 include$/curl$/system.h \ 143 include$/curl$/urlapi.h |
143 144 145# --- Targets ------------------------------------------------------ 146 147.INCLUDE : set_ext.mk 148.INCLUDE : target.mk 149.INCLUDE : tg_ext.mk | 144 145 146# --- Targets ------------------------------------------------------ 147 148.INCLUDE : set_ext.mk 149.INCLUDE : target.mk 150.INCLUDE : tg_ext.mk |