~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        socks_gssapi.lo socks_sspi.lo curl_sspi.lo slist.lo \
91
91
        nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
92
92
        pingpong.lo rtsp.lo curl_threads.lo warnless.lo hmac.lo \
93
 
        polarssl.lo curl_rtmp.lo openldap.lo curl_gethostname.lo
 
93
        polarssl.lo curl_rtmp.lo openldap.lo curl_gethostname.lo \
 
94
        gopher.lo
94
95
am__objects_2 =
95
96
am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
96
97
libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
139
140
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
140
141
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
141
142
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
 
143
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
142
144
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
143
145
CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
144
146
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
330
332
 Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
331
333
 config-win32ce.h config-os400.h setup-os400.h config-symbian.h            \
332
334
 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl            \
333
 
 firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h Makefile.vxworks
 
335
 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h         \
 
336
 Makefile.vxworks
334
337
 
335
338
CLEANFILES = $(DSP) $(VCPROJ)
336
339
lib_LTLIBRARIES = libcurl.la
407
410
  strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          \
408
411
  socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
409
412
  curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c  \
410
 
  warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c
 
413
  warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c\
 
414
  gopher.c
411
415
 
412
416
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h       \
413
417
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
421
425
  tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h  \
422
426
  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
423
427
  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h  \
424
 
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h
 
428
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h      \
 
429
  gopher.h
425
430
 
426
431
 
427
432
# Makefile.inc provides the CSOURCES and HHEADERS defines
539
544
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftplistparser.Plo@am__quote@
540
545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
541
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
 
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gopher.Plo@am__quote@
542
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
543
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
544
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@