~ubuntu-branches/ubuntu/lucid/gedit/lucid-updates

« back to all changes in this revision

Viewing changes to win32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES = gedit.iss
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
49
58
SOURCES =
50
59
DIST_SOURCES =
51
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
63
ACTIVE_PLUGINS = @ACTIVE_PLUGINS@
55
64
ALL_LINGUAS = @ALL_LINGUAS@
56
65
AMTAR = @AMTAR@
 
66
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
57
67
AR = @AR@
58
68
AUTOCONF = @AUTOCONF@
59
69
AUTOHEADER = @AUTOHEADER@
257
267
              exit 1;; \
258
268
          esac; \
259
269
        done; \
260
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  win32/Makefile'; \
261
 
        cd $(top_srcdir) && \
262
 
          $(AUTOMAKE) --gnu  win32/Makefile
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu win32/Makefile'; \
 
271
        $(am__cd) $(top_srcdir) && \
 
272
          $(AUTOMAKE) --gnu win32/Makefile
263
273
.PRECIOUS: Makefile
264
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
275
        @case '$?' in \
277
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
288
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
$(am__aclocal_m4_deps):
280
291
gedit.iss: $(top_builddir)/config.status $(srcdir)/gedit.iss.in
281
292
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
282
293
 
308
319
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309
320
          if test -d $$d/$$file; then \
310
321
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
322
            if test -d "$(distdir)/$$file"; then \
 
323
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
324
            fi; \
311
325
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
312
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
326
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
327
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313
328
            fi; \
314
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
329
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
315
330
          else \
316
 
            test -f $(distdir)/$$file \
317
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
331
            test -f "$(distdir)/$$file" \
 
332
            || cp -p $$d/$$file "$(distdir)/$$file" \
318
333
            || exit 1; \
319
334
          fi; \
320
335
        done
342
357
 
343
358
distclean-generic:
344
359
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
360
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
345
361
 
346
362
maintainer-clean-generic:
347
363
        @echo "This command is intended for maintainers to use"
360
376
 
361
377
html: html-am
362
378
 
 
379
html-am:
 
380
 
363
381
info: info-am
364
382
 
365
383
info-am:
368
386
 
369
387
install-dvi: install-dvi-am
370
388
 
 
389
install-dvi-am:
 
390
 
371
391
install-exec-am:
372
392
 
373
393
install-html: install-html-am
374
394
 
 
395
install-html-am:
 
396
 
375
397
install-info: install-info-am
376
398
 
 
399
install-info-am:
 
400
 
377
401
install-man:
378
402
 
379
403
install-pdf: install-pdf-am
380
404
 
 
405
install-pdf-am:
 
406
 
381
407
install-ps: install-ps-am
382
408
 
 
409
install-ps-am:
 
410
 
383
411
installcheck-am:
384
412
 
385
413
maintainer-clean: maintainer-clean-am
415
443
 
416
444
 
417
445
-include $(top_srcdir)/git.mk
 
446
 
418
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
419
448
# Otherwise a system limit (for SysV at least) may be exceeded.
420
449
.NOEXPORT: