mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Makefile.inc: use standard source header
This commit is contained in:
parent
565c5b3dc3
commit
c3a02c3e54
@ -1,11 +1,24 @@
|
|||||||
# ./lib/Makefile.inc
|
#***************************************************************************
|
||||||
# Using the backslash as line continuation character might be problematic
|
# _ _ ____ _
|
||||||
# with some make flavours, as Watcom's wmake showed us already. If we
|
# Project ___| | | | _ \| |
|
||||||
# ever want to change this in a portable manner then we should consider
|
# / __| | | | |_) | |
|
||||||
# this idea (posted to the libcurl list by Adam Kellas):
|
# | (__| |_| | _ <| |___
|
||||||
# CSRC1 = file1.c file2.c file3.c
|
# \___|\___/|_| \_\_____|
|
||||||
# CSRC2 = file4.c file5.c file6.c
|
#
|
||||||
# CSOURCES = $(CSRC1) $(CSRC2)
|
# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
|
#
|
||||||
|
# This software is licensed as described in the file COPYING, which
|
||||||
|
# you should have received as part of this distribution. The terms
|
||||||
|
# are also available at http://curl.haxx.se/docs/copyright.html.
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
#
|
||||||
|
###########################################################################
|
||||||
|
|
||||||
VSOURCES=vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c vtls/qssl.c \
|
VSOURCES=vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c vtls/qssl.c \
|
||||||
vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c vtls/cyassl.c \
|
vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c vtls/cyassl.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user