~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to packages/Linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080618152157-j8b12047aqcl6kii
Tags: upstream-7.18.2
ImportĀ upstreamĀ versionĀ 7.18.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
AUTOHEADER = @AUTOHEADER@
69
69
AUTOMAKE = @AUTOMAKE@
70
70
AWK = @AWK@
71
 
CABUNDLE_FALSE = @CABUNDLE_FALSE@
72
 
CABUNDLE_TRUE = @CABUNDLE_TRUE@
73
71
CC = @CC@
74
72
CCDEPMODE = @CCDEPMODE@
75
73
CFLAGS = @CFLAGS@
77
75
CPPFLAGS = @CPPFLAGS@
78
76
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
79
77
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
80
 
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
81
78
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
82
79
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
83
80
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
91
88
DEFS = @DEFS@
92
89
DEPDIR = @DEPDIR@
93
90
DLLTOOL = @DLLTOOL@
 
91
DSYMUTIL = @DSYMUTIL@
94
92
ECHO = @ECHO@
95
93
ECHO_C = @ECHO_C@
96
94
ECHO_N = @ECHO_N@
124
122
MANOPT = @MANOPT@
125
123
MIMPURE_FALSE = @MIMPURE_FALSE@
126
124
MIMPURE_TRUE = @MIMPURE_TRUE@
 
125
NMEDIT = @NMEDIT@
127
126
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
128
127
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
129
128
NROFF = @NROFF@