~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to win32_msvc6/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

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 = win32_msvc6
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
43
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(mkdir_p)
 
44
mkinstalldirs = $(install_sh) -d
44
45
CONFIG_CLEAN_FILES =
45
46
SOURCES =
46
47
DIST_SOURCES =
59
60
AMDEP_TRUE = @AMDEP_TRUE@
60
61
AMTAR = @AMTAR@
61
62
AR = @AR@
 
63
AS = @AS@
62
64
AUTOCONF = @AUTOCONF@
63
65
AUTOHEADER = @AUTOHEADER@
64
66
AUTOMAKE = @AUTOMAKE@
75
77
CYGPATH_W = @CYGPATH_W@
76
78
DEFS = @DEFS@
77
79
DEPDIR = @DEPDIR@
 
80
DLLTOOL = @DLLTOOL@
78
81
ECHO = @ECHO@
79
82
ECHO_C = @ECHO_C@
80
83
ECHO_N = @ECHO_N@
85
88
FFLAGS = @FFLAGS@
86
89
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
87
90
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
91
GENERIC_MICRO_VERSION = @GENERIC_MICRO_VERSION@
88
92
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
89
93
GENERIC_VERSION = @GENERIC_VERSION@
90
94
INSTALL_DATA = @INSTALL_DATA@
102
106
LN_S = @LN_S@
103
107
LTLIBOBJS = @LTLIBOBJS@
104
108
MAKEINFO = @MAKEINFO@
 
109
OBJDUMP = @OBJDUMP@
105
110
OBJEXT = @OBJEXT@
106
111
PACKAGE = @PACKAGE@
107
112
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
115
PACKAGE_TARNAME = @PACKAGE_TARNAME@
111
116
PACKAGE_VERSION = @PACKAGE_VERSION@
112
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
PERL_PATH = @PERL_PATH@
113
119
PKG_CONFIG = @PKG_CONFIG@
 
120
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
 
121
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
114
122
RANLIB = @RANLIB@
115
123
SET_MAKE = @SET_MAKE@
116
124
SHELL = @SHELL@
117
125
STRIP = @STRIP@
118
126
VERSION = @VERSION@
119
127
ac_ct_AR = @ac_ct_AR@
 
128
ac_ct_AS = @ac_ct_AS@
120
129
ac_ct_CC = @ac_ct_CC@
121
130
ac_ct_CXX = @ac_ct_CXX@
 
131
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
122
132
ac_ct_F77 = @ac_ct_F77@
 
133
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
123
134
ac_ct_RANLIB = @ac_ct_RANLIB@
124
135
ac_ct_STRIP = @ac_ct_STRIP@
125
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129
140
am__include = @am__include@
130
141
am__leading_dot = @am__leading_dot@
131
142
am__quote = @am__quote@
 
143
am__tar = @am__tar@
 
144
am__untar = @am__untar@
132
145
bindir = @bindir@
133
146
build = @build@
134
147
build_alias = @build_alias@
275
288
                $(TAGS_FILES) $(LISP)
276
289
        tags=; \
277
290
        here=`pwd`; \
278
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
291
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
279
292
          include_option=--etags-include; \
 
293
          empty_fix=.; \
280
294
        else \
281
295
          include_option=--include; \
 
296
          empty_fix=; \
282
297
        fi; \
283
298
        list='$(SUBDIRS)'; for subdir in $$list; do \
284
299
          if test "$$subdir" = .; then :; else \
285
 
            test -f $$subdir/TAGS && \
 
300
            test ! -f $$subdir/TAGS || \
286
301
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
287
302
          fi; \
288
303
        done; \
292
307
          done | \
293
308
          $(AWK) '    { files[$$0] = 1; } \
294
309
               END { for (i in files) print i; }'`; \
295
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
296
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297
 
             $$tags $$unique
 
310
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
311
          test -n "$$unique" || unique=$$empty_fix; \
 
312
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
313
            $$tags $$unique; \
 
314
        fi
298
315
ctags: CTAGS
299
316
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300
317
                $(TAGS_FILES) $(LISP)
345
362
            || exit 1; \
346
363
          fi; \
347
364
        done
348
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
365
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
349
366
          if test "$$subdir" = .; then :; else \
350
367
            test -d "$(distdir)/$$subdir" \
351
 
            || mkdir "$(distdir)/$$subdir" \
 
368
            || $(mkdir_p) "$(distdir)/$$subdir" \
352
369
            || exit 1; \
 
370
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
371
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
353
372
            (cd $$subdir && \
354
373
              $(MAKE) $(AM_MAKEFLAGS) \
355
 
                top_distdir="../$(top_distdir)" \
356
 
                distdir="../$(distdir)/$$subdir" \
 
374
                top_distdir="$$top_distdir" \
 
375
                distdir="$$distdir/$$subdir" \
357
376
                distdir) \
358
377
              || exit 1; \
359
378
          fi; \
382
401
clean-generic:
383
402
 
384
403
distclean-generic:
385
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
404
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
386
405
 
387
406
maintainer-clean-generic:
388
407
        @echo "This command is intended for maintainers to use"