~jibel/synaptic/bugs.309906.385739.403165

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-30 12:57:47 UTC
  • Revision ID: james.westby@ubuntu.com-20090330125747-zrhiigtq11sqah6a
Tags: 0.62.5ubuntu2
No-change upload to strip translations from .desktop files. (LP: #348225)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
95
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96
96
INSTOBJEXT = @INSTOBJEXT@
97
97
INTLLIBS = @INTLLIBS@
98
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
99
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
100
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
101
98
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
102
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
103
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
104
99
INTLTOOL_MERGE = @INTLTOOL_MERGE@
105
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
106
100
INTLTOOL_PERL = @INTLTOOL_PERL@
107
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
108
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
109
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
110
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
111
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
112
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
113
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
114
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
115
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
116
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
117
101
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
120
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
121
102
LDFLAGS = @LDFLAGS@
122
103
LIBEPT_CFLAGS = @LIBEPT_CFLAGS@
123
104
LIBEPT_LIBS = @LIBEPT_LIBS@
124
105
LIBOBJS = @LIBOBJS@
125
106
LIBS = @LIBS@
126
 
LIBTAGCOLL_CFLAGS = @LIBTAGCOLL_CFLAGS@
127
 
LIBTAGCOLL_LIBS = @LIBTAGCOLL_LIBS@
128
107
LP_CFLAGS = @LP_CFLAGS@
129
108
LP_LIBS = @LP_LIBS@
130
109
LTLIBOBJS = @LTLIBOBJS@
202
181
synapticlocaledir = @synapticlocaledir@
203
182
sysconfdir = @sysconfdir@
204
183
target_alias = @target_alias@
 
184
top_build_prefix = @top_build_prefix@
205
185
top_builddir = @top_builddir@
206
186
top_srcdir = @top_srcdir@
207
187
SUBDIRS = html
212
192
        @for dep in $?; do \
213
193
          case '$(am__configure_deps)' in \
214
194
            *$$dep*) \
215
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216
 
                && exit 0; \
 
195
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
196
                && { if test -f $@; then exit 0; else break; fi; }; \
217
197
              exit 1;; \
218
198
          esac; \
219
199
        done; \
313
293
        unique=`for i in $$list; do \
314
294
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
295
          done | \
316
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
296
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
297
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
298
        mkid -fID $$unique
319
299
tags: TAGS