2 # Using the backslash as line continuation character might be problematic
3 # with some make flavours, as Watcom's wmake showed us already. If we
4 # ever want to change this in a portable manner then we should consider
5 # this idea (posted to the libcurl list by Adam Kellas):
6 # CSRC1 = file1.c file2.c file3.c
7 # CSRC2 = file4.c file5.c file6.c
8 # CSOURCES = $(CSRC1) $(CSRC2)
10 # libcurl has sources that provide functions named curlx_* that aren't part of
11 # the official API, but we re-use the code here to avoid duplication.
13 $(top_srcdir)/lib/curl_nonblock.c \
14 $(top_srcdir)/lib/curl_rawstr.c \
15 $(top_srcdir)/lib/curl_strdup.c \
16 $(top_srcdir)/lib/curl_strtoofft.c
101 curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)