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

« back to all changes in this revision

Viewing changes to tests/server/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:
119
119
AUTOHEADER = @AUTOHEADER@
120
120
AUTOMAKE = @AUTOMAKE@
121
121
AWK = @AWK@
122
 
CABUNDLE_FALSE = @CABUNDLE_FALSE@
123
 
CABUNDLE_TRUE = @CABUNDLE_TRUE@
124
122
CC = @CC@
125
123
CCDEPMODE = @CCDEPMODE@
126
124
CFLAGS = @CFLAGS@
128
126
CPPFLAGS = @CPPFLAGS@
129
127
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
130
128
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
131
 
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
132
129
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
133
130
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
134
131
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
142
139
DEFS = @DEFS@
143
140
DEPDIR = @DEPDIR@
144
141
DLLTOOL = @DLLTOOL@
 
142
DSYMUTIL = @DSYMUTIL@
145
143
ECHO = @ECHO@
146
144
ECHO_C = @ECHO_C@
147
145
ECHO_N = @ECHO_N@
175
173
MANOPT = @MANOPT@
176
174
MIMPURE_FALSE = @MIMPURE_FALSE@
177
175
MIMPURE_TRUE = @MIMPURE_TRUE@
 
176
NMEDIT = @NMEDIT@
178
177
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
179
178
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
180
179
NROFF = @NROFF@