Skip to content
Snippets Groups Projects
Commit 7e1a45e2 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Changed the TPF make file to get source files from Makefile.inc

Patch was fixed and validated by David McCreedy.
parent e3295864
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,6 @@ advice from friends like these:
Kamil Dudka, Ben Greear, Cameron Kaiser, Dan Fandrich, Dirk Manske,
Guenter Knauf, Julien Chaffraix, Quanah Gibson-Mount, Tor Arntsen,
Peter Pentchev, James Bursa, Fabian Keil, Michal Gorny, Mauro Iorio,
Hendrik Visage, Ning Dong
Hendrik Visage, Ning Dong, David McCreedy
Thanks! (and sorry if I forgot to mention someone)
......@@ -30,96 +30,8 @@ maketpf_env += system
#######################################################################
#
### lib directory:
C_SRC := base64.c
C_SRC += connect.c
C_SRC += content_encoding.c
C_SRC += cookie.c
C_SRC += curl_addrinfo.c
C_SRC += curl_fnmatch.c
C_SRC += curl_gethostname.c
C_SRC += curl_memrchr.c
C_SRC += curl_rand.c
C_SRC += curl_rtmp.c
C_SRC += curl_sspi.c
C_SRC += curl_threads.c
C_SRC += dict.c
C_SRC += easy.c
C_SRC += escape.c
C_SRC += file.c
C_SRC += fileinfo.c
C_SRC += formdata.c
C_SRC += ftp.c
C_SRC += ftplistparser.c
C_SRC += getenv.c
C_SRC += getinfo.c
C_SRC += gopher.c
C_SRC += gtls.c
C_SRC += hash.c
C_SRC += hmac.c
C_SRC += hostares.c
C_SRC += hostasyn.c
C_SRC += hostip4.c
C_SRC += hostip6.c
C_SRC += hostip.c
C_SRC += hostsyn.c
C_SRC += hostthre.c
C_SRC += http.c
C_SRC += http_chunks.c
C_SRC += http_digest.c
C_SRC += http_negotiate.c
C_SRC += http_ntlm.c
C_SRC += if2ip.c
C_SRC += imap.c
C_SRC += inet_ntop.c
C_SRC += inet_pton.c
C_SRC += krb4.c
C_SRC += krb5.c
C_SRC += ldap.c
C_SRC += llist.c
C_SRC += md4.c
C_SRC += md5.c
C_SRC += memdebug.c
C_SRC += mprintf.c
C_SRC += multi.c
C_SRC += netrc.c
C_SRC += nonblock.c
C_SRC += nss.c
C_SRC += openldap.c
C_SRC += parsedate.c
C_SRC += pingpong.c
C_SRC += polarssl.c
C_SRC += pop3.c
C_SRC += progress.c
C_SRC += qssl.c
C_SRC += rawstr.c
C_SRC += rtsp.c
C_SRC += security.c
C_SRC += select.c
C_SRC += sendf.c
C_SRC += share.c
C_SRC += slist.c
C_SRC += smtp.c
C_SRC += socks.c
C_SRC += socks_gssapi.c
C_SRC += socks_sspi.c
C_SRC += speedcheck.c
C_SRC += splay.c
C_SRC += ssh.c
C_SRC += sslgen.c
C_SRC += ssluse.c
C_SRC += strdup.c
C_SRC += strequal.c
C_SRC += strerror.c
C_SRC += strtok.c
C_SRC += strtoofft.c
C_SRC += telnet.c
C_SRC += tftp.c
C_SRC += timeval.c
C_SRC += transfer.c
C_SRC += url.c
C_SRC += version.c
C_SRC += warnless.c
C_SRC += wildcard.c
include $(word 1,$(wildcard $(foreach d,$(TPF_ROOT),$d/opensource/curl/lib/Makefile.inc)) Makefile.inc_not_found)
C_SRC := $(CSOURCES)
#######################################################################
# Additions and overrides for gcc compiler flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment