~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050323184129-9hgq7luenq51umpu
Tags: upstream-7.12.3
ImportĀ upstreamĀ versionĀ 7.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = include
38
39
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
77
CFLAGS = @CFLAGS@
77
78
CPP = @CPP@
78
79
CPPFLAGS = @CPPFLAGS@
 
80
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 
81
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
79
82
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 
83
CURL_DISABLE_COOKIES = @CURL_DISABLE_COOKIES@
 
84
CURL_DISABLE_CRYPTO_AUTH = @CURL_DISABLE_CRYPTO_AUTH@
80
85
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
81
86
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
82
87
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
84
89
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
85
90
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
86
91
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
92
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
87
93
CXX = @CXX@
88
94
CXXCPP = @CXXCPP@
89
95
CXXDEPMODE = @CXXDEPMODE@
128
134
NROFF = @NROFF@
129
135
OBJDUMP = @OBJDUMP@
130
136
OBJEXT = @OBJEXT@
131
 
OPENSSL_ENABLED = @OPENSSL_ENABLED@
132
137
PACKAGE = @PACKAGE@
133
138
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
139
PACKAGE_NAME = @PACKAGE_NAME@
149
154
STRIP = @STRIP@
150
155
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
151
156
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
 
157
USE_SSLEAY = @USE_SSLEAY@
152
158
VERSION = @VERSION@
153
159
VERSIONNUM = @VERSIONNUM@
154
 
YACC = @YACC@
155
160
ac_ct_AR = @ac_ct_AR@
156
161
ac_ct_AS = @ac_ct_AS@
157
162
ac_ct_CC = @ac_ct_CC@
168
173
am__include = @am__include@
169
174
am__leading_dot = @am__leading_dot@
170
175
am__quote = @am__quote@
 
176
am__tar = @am__tar@
 
177
am__untar = @am__untar@
171
178
bindir = @bindir@
172
179
build = @build@
173
180
build_alias = @build_alias@
316
323
                $(TAGS_FILES) $(LISP)
317
324
        tags=; \
318
325
        here=`pwd`; \
319
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
326
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320
327
          include_option=--etags-include; \
 
328
          empty_fix=.; \
321
329
        else \
322
330
          include_option=--include; \
 
331
          empty_fix=; \
323
332
        fi; \
324
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
325
334
          if test "$$subdir" = .; then :; else \
326
 
            test -f $$subdir/TAGS && \
 
335
            test ! -f $$subdir/TAGS || \
327
336
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
328
337
          fi; \
329
338
        done; \
333
342
          done | \
334
343
          $(AWK) '    { files[$$0] = 1; } \
335
344
               END { for (i in files) print i; }'`; \
336
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
337
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338
 
             $$tags $$unique
 
345
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
346
          test -n "$$unique" || unique=$$empty_fix; \
 
347
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
            $$tags $$unique; \
 
349
        fi
339
350
ctags: CTAGS
340
351
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
341
352
                $(TAGS_FILES) $(LISP)
386
397
            || exit 1; \
387
398
          fi; \
388
399
        done
389
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
390
401
          if test "$$subdir" = .; then :; else \
391
402
            test -d "$(distdir)/$$subdir" \
392
 
            || mkdir "$(distdir)/$$subdir" \
 
403
            || $(mkdir_p) "$(distdir)/$$subdir" \
393
404
            || exit 1; \
 
405
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
406
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
394
407
            (cd $$subdir && \
395
408
              $(MAKE) $(AM_MAKEFLAGS) \
396
 
                top_distdir="../$(top_distdir)" \
397
 
                distdir="../$(distdir)/$$subdir" \
 
409
                top_distdir="$$top_distdir" \
 
410
                distdir="$$distdir/$$subdir" \
398
411
                distdir) \
399
412
              || exit 1; \
400
413
          fi; \
423
436
clean-generic:
424
437
 
425
438
distclean-generic:
426
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
439
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427
440
 
428
441
maintainer-clean-generic:
429
442
        @echo "This command is intended for maintainers to use"