2011-03-23 05:48:11 +08:00
|
|
|
#***************************************************************************
|
|
|
|
# _ _ ____ _
|
|
|
|
# Project ___| | | | _ \| |
|
|
|
|
# / __| | | | |_) | |
|
|
|
|
# | (__| |_| | _ <| |___
|
|
|
|
# \___|\___/|_| \_\_____|
|
2000-07-29 23:34:32 +08:00
|
|
|
#
|
2023-01-02 20:51:48 +08:00
|
|
|
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2000-07-29 23:34:32 +08:00
|
|
|
#
|
2011-03-23 05:48:11 +08:00
|
|
|
# This software is licensed as described in the file COPYING, which
|
|
|
|
# you should have received as part of this distribution. The terms
|
2020-11-04 21:02:01 +08:00
|
|
|
# are also available at https://curl.se/docs/copyright.html.
|
2011-03-23 05:48:11 +08:00
|
|
|
#
|
|
|
|
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
# copies of the Software, and permit persons to whom the Software is
|
|
|
|
# furnished to do so, under the terms of the COPYING file.
|
|
|
|
#
|
|
|
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
# KIND, either express or implied.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: curl
|
2022-05-17 17:16:50 +08:00
|
|
|
#
|
2011-03-23 05:48:11 +08:00
|
|
|
###########################################################################
|
2000-07-29 23:34:32 +08:00
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
2024-02-06 16:29:17 +08:00
|
|
|
if BUILD_DOCS
|
|
|
|
# if we disable man page building, ignore these
|
|
|
|
MK_CA_DOCS = mk-ca-bundle.1
|
|
|
|
CURLCONF_DOCS = curl-config.1
|
2024-05-22 14:43:43 +08:00
|
|
|
man_MANS = curl-config.1
|
2024-02-06 16:29:17 +08:00
|
|
|
endif
|
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
CURLPAGES = curl-config.md mk-ca-bundle.md
|
2002-03-04 18:27:37 +08:00
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
SUBDIRS = . cmdline-opts libcurl
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS) examples
|
2001-08-21 17:16:09 +08:00
|
|
|
|
2024-02-19 16:32:07 +08:00
|
|
|
if BUILD_DOCS
|
2024-03-05 00:22:17 +08:00
|
|
|
CLEANFILES = mk-ca-bundle.1 curl-config.1
|
2024-02-19 16:32:07 +08:00
|
|
|
endif
|
2004-03-02 16:28:23 +08:00
|
|
|
|
2018-06-15 19:37:48 +08:00
|
|
|
EXTRA_DIST = \
|
2024-01-17 18:32:44 +08:00
|
|
|
$(CURLPAGES) \
|
2019-03-03 18:17:52 +08:00
|
|
|
ALTSVC.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
BINDINGS.md \
|
2024-04-11 19:16:18 +08:00
|
|
|
BUFQ.md \
|
2021-03-23 09:02:18 +08:00
|
|
|
BUFREF.md \
|
2019-04-20 18:19:47 +08:00
|
|
|
BUG-BOUNTY.md \
|
2020-09-18 19:44:57 +08:00
|
|
|
BUGS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
CHECKSRC.md \
|
|
|
|
CIPHERS.md \
|
|
|
|
CMakeLists.txt \
|
|
|
|
CODE_OF_CONDUCT.md \
|
2020-06-11 18:04:05 +08:00
|
|
|
CODE_REVIEW.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
CODE_STYLE.md \
|
2024-02-15 23:22:53 +08:00
|
|
|
CLIENT-READERS.md \
|
2023-12-12 19:36:07 +08:00
|
|
|
CLIENT-WRITERS.md \
|
2022-11-11 18:45:34 +08:00
|
|
|
CONNECTION-FILTERS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
CONTRIBUTE.md \
|
2019-11-12 00:16:04 +08:00
|
|
|
CURL-DISABLE.md \
|
2024-01-17 18:32:44 +08:00
|
|
|
CURLDOWN.md \
|
2018-07-01 19:22:53 +08:00
|
|
|
DEPRECATE.md \
|
2024-03-23 21:43:35 +08:00
|
|
|
DISTROS.md \
|
2020-05-02 23:04:08 +08:00
|
|
|
DYNBUF.md \
|
2022-11-06 06:50:32 +08:00
|
|
|
EARLY-RELEASE.md \
|
2024-04-16 15:51:57 +08:00
|
|
|
ECH.md \
|
2019-08-07 20:52:02 +08:00
|
|
|
EXPERIMENTAL.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
FAQ \
|
2020-10-13 23:34:40 +08:00
|
|
|
FEATURES.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
GOVERNANCE.md \
|
|
|
|
HELP-US.md \
|
|
|
|
HISTORY.md \
|
2020-11-03 06:17:01 +08:00
|
|
|
HSTS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
HTTP-COOKIES.md \
|
|
|
|
HTTP2.md \
|
2019-07-22 05:48:58 +08:00
|
|
|
HTTP3.md \
|
2020-12-14 21:10:32 +08:00
|
|
|
HYPER.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
INSTALL \
|
2024-01-24 20:07:00 +08:00
|
|
|
INSTALL-CMAKE.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
INSTALL.md \
|
|
|
|
INTERNALS.md \
|
2024-04-11 19:16:18 +08:00
|
|
|
IPFS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
KNOWN_BUGS \
|
2024-03-31 18:20:04 +08:00
|
|
|
MAIL-ETIQUETTE.md \
|
2024-04-11 19:16:18 +08:00
|
|
|
MANUAL.md \
|
2020-04-14 17:19:12 +08:00
|
|
|
MQTT.md \
|
2020-11-29 05:03:54 +08:00
|
|
|
NEW-PROTOCOL.md \
|
2020-05-12 19:29:53 +08:00
|
|
|
options-in-versions \
|
2019-07-21 01:14:00 +08:00
|
|
|
PARALLEL-TRANSFERS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
README.md \
|
|
|
|
RELEASE-PROCEDURE.md \
|
2021-03-17 08:09:47 +08:00
|
|
|
RUSTLS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
ROADMAP.md \
|
2023-05-08 00:33:57 +08:00
|
|
|
SECURITY-ADVISORY.md \
|
2024-03-13 20:26:07 +08:00
|
|
|
SPONSORS.md \
|
2018-06-15 19:37:48 +08:00
|
|
|
SSL-PROBLEMS.md \
|
|
|
|
SSLCERTS.md \
|
|
|
|
THANKS \
|
|
|
|
TODO \
|
2020-09-18 21:09:12 +08:00
|
|
|
TheArtOfHttpScripting.md \
|
2020-12-07 20:58:55 +08:00
|
|
|
URL-SYNTAX.md \
|
2022-09-13 15:17:53 +08:00
|
|
|
VERSIONS.md \
|
2023-09-14 22:41:19 +08:00
|
|
|
VULN-DISCLOSURE-POLICY.md \
|
2022-09-13 15:17:53 +08:00
|
|
|
WEBSOCKET.md
|
2001-01-08 21:39:21 +08:00
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
CD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@
|
|
|
|
|
|
|
|
CD2 = $(CD2_$(V))
|
|
|
|
CD2_0 = @echo " RENDER " $@;
|
|
|
|
CD2_1 =
|
|
|
|
CD2_ = $(CD2_0)
|
2001-08-21 17:16:09 +08:00
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
SUFFIXES = .1 .md
|
2001-08-21 17:16:09 +08:00
|
|
|
|
2024-04-03 16:00:03 +08:00
|
|
|
all: $(MK_CA_DOCS) $(CURLCONF_DOCS)
|
2024-02-19 16:32:07 +08:00
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
.md.1:
|
|
|
|
$(CD2)$(CD2NROFF)
|
2002-10-14 15:39:49 +08:00
|
|
|
|
2024-01-17 18:32:44 +08:00
|
|
|
curl-config.1: curl-config.md
|
2002-10-14 15:39:49 +08:00
|
|
|
|
2024-02-19 16:32:07 +08:00
|
|
|
mk-ca-bundle.1: mk-ca-bundle.md
|
|
|
|
|
2017-11-24 07:49:48 +08:00
|
|
|
distclean:
|
|
|
|
rm -f $(CLEANFILES)
|