~ubuntu-branches/ubuntu/saucy/dossizola/saucy

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1.0-8.3/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jari Aalto
  • Date: 2010-11-05 16:16:25 UTC
  • Revision ID: james.westby@ubuntu.com-20101105161625-sih2fme049kwo4th
Tags: 1.0-8.3
* Non-maintainer upload.
  - Move to packaging format "3.0 (quilt)" due to desktop image files.
  - NMU approved by maintainer, see #549545.
* debian/compat
  - Update obsolete 5 to 8.
* debian/control
  - (Build-Depends): Add autotools-dev due to config.{sub,guess}.
    Update to debhelper 8.
  - (Depends) update tag "Source-Version" to "source:Version"
    to correct binNMU. Patch tanks to Lior Kaplan <kaplan@debian.org>
    (normal; Closes: #435939).
  - (Homepage): New field.
  - (Standards-Version): Update to 3.9.1.
  - Package dossizola
    + (Depends): Add ${misc:Depends} (Lintian).
  - Package dossizola-data
    + (Depends): New. Add ${misc:Depends} (Lintian).
    + (Description): Extend (Lintian).
* debian/copyright
  - Point to GPL-2, save as UTF-8, add copyright years (Lintian).
  - Add FSF preamble (Lintian).
  - Point URL to canonical Sourceforge project.
* debian/dossizola.{desktop,png,xcf}
  - New. Supplied by Stéphane Blondon <stephane.blondon@gmail.com>.
    (minor; Closes: #573870).
* debian/dossizola.sgml
  - (refnamediv): Fix bad whatis entry. Must be same as <refmeta> (Lintian).
* debian/rules
  - (PACKAGE, PKGDIR, SHAREROOTDIR, ICONDIR, DESKTOPDIR): New variables.
  - (binary-indep): Comment out dh_installchangelogs because upsream
    ChangeLog is empty (Lintian).
  - (clean): Cann makefile only if it exists. Delete Makefile.
  - (configure-stamp): use latest config.{sub,guess}
    (wishlist, FTBFS avr32; Closes: #549545).
  - (install): Change obsolete "dh_clean -k" to "dh_prep" (Lintian).
    Add install commands for *.desktop file and icons.
* debian/preinst
  - Add "set -e" (Lintian).
* debian/source/{format,include-binaries}
  - New files.
* debian/watch
  - New file (Lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
####### kdevelop will overwrite this part!!! (begin)##########
 
14
 
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
 
 
37
DESTDIR =
 
38
 
 
39
pkgdatadir = $(datadir)/@PACKAGE@
 
40
pkglibdir = $(libdir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
 
42
 
 
43
top_builddir = .
 
44
 
 
45
ACLOCAL = @ACLOCAL@
 
46
AUTOCONF = @AUTOCONF@
 
47
AUTOMAKE = @AUTOMAKE@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
 
 
50
INSTALL = @INSTALL@
 
51
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
52
INSTALL_DATA = @INSTALL_DATA@
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
transform = @program_transform_name@
 
55
 
 
56
NORMAL_INSTALL = :
 
57
PRE_INSTALL = :
 
58
POST_INSTALL = :
 
59
NORMAL_UNINSTALL = :
 
60
PRE_UNINSTALL = :
 
61
POST_UNINSTALL = :
 
62
CC = @CC@
 
63
MAKEINFO = @MAKEINFO@
 
64
PACKAGE = @PACKAGE@
 
65
RANLIB = @RANLIB@
 
66
VERSION = @VERSION@
 
67
 
 
68
SUBDIRS = dossizola 
 
69
 
 
70
EXTRA_DIST = dossizola.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO 
 
71
 
 
72
####### kdevelop will overwrite this part!!! (end)############
 
73
AUTOMAKE_OPTIONS = foreign
 
74
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
75
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
76
CONFIG_HEADER = config.h
 
77
CONFIG_CLEAN_FILES = 
 
78
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
79
Makefile.am Makefile.in TODO acconfig.h aclocal.m4 config.h.in \
 
80
configure configure.in install-sh missing mkinstalldirs
 
81
 
 
82
 
 
83
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
84
 
 
85
TAR = gtar
 
86
GZIP_ENV = --best
 
87
all: all-redirect
 
88
.SUFFIXES:
 
89
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
90
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
 
91
 
 
92
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
93
        cd $(top_builddir) \
 
94
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
95
 
 
96
$(ACLOCAL_M4):  configure.in 
 
97
        cd $(srcdir) && $(ACLOCAL)
 
98
 
 
99
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
100
        $(SHELL) ./config.status --recheck
 
101
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
102
        cd $(srcdir) && $(AUTOCONF)
 
103
 
 
104
config.h: stamp-h
 
105
        @if test ! -f $@; then \
 
106
                rm -f stamp-h; \
 
107
                $(MAKE) stamp-h; \
 
108
        else :; fi
 
109
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
110
        cd $(top_builddir) \
 
111
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
112
             $(SHELL) ./config.status
 
113
        @echo timestamp > stamp-h 2> /dev/null
 
114
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
115
        @if test ! -f $@; then \
 
116
                rm -f $(srcdir)/stamp-h.in; \
 
117
                $(MAKE) $(srcdir)/stamp-h.in; \
 
118
        else :; fi
 
119
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 
120
        cd $(top_srcdir) && $(AUTOHEADER)
 
121
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
122
 
 
123
mostlyclean-hdr:
 
124
 
 
125
clean-hdr:
 
126
 
 
127
distclean-hdr:
 
128
        -rm -f config.h
 
129
 
 
130
maintainer-clean-hdr:
 
131
 
 
132
# This directory's subdirectories are mostly independent; you can cd
 
133
# into them and run `make' without going through this Makefile.
 
134
# To change the values of `make' variables: instead of editing Makefiles,
 
135
# (1) if the variable is set in `config.status', edit `config.status'
 
136
#     (which will cause the Makefiles to be regenerated when you run `make');
 
137
# (2) otherwise, pass the desired values on the `make' command line.
 
138
 
 
139
@SET_MAKE@
 
140
 
 
141
all-recursive install-data-recursive install-exec-recursive \
 
142
installdirs-recursive install-recursive uninstall-recursive  \
 
143
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
144
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
145
        dot_seen=no; \
 
146
        target=`echo $@ | sed s/-recursive//`; \
 
147
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
148
          echo "Making $$target in $$subdir"; \
 
149
          if test "$$subdir" = "."; then \
 
150
            dot_seen=yes; \
 
151
            local_target="$$target-am"; \
 
152
          else \
 
153
            local_target="$$target"; \
 
154
          fi; \
 
155
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
156
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
157
        done; \
 
158
        if test "$$dot_seen" = "no"; then \
 
159
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
160
        fi; test -z "$$fail"
 
161
 
 
162
mostlyclean-recursive clean-recursive distclean-recursive \
 
163
maintainer-clean-recursive:
 
164
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
165
        dot_seen=no; \
 
166
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
167
          rev="$$subdir $$rev"; \
 
168
          test "$$subdir" = "." && dot_seen=yes; \
 
169
        done; \
 
170
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
171
        target=`echo $@ | sed s/-recursive//`; \
 
172
        for subdir in $$rev; do \
 
173
          echo "Making $$target in $$subdir"; \
 
174
          if test "$$subdir" = "."; then \
 
175
            local_target="$$target-am"; \
 
176
          else \
 
177
            local_target="$$target"; \
 
178
          fi; \
 
179
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
180
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
181
        done && test -z "$$fail"
 
182
tags-recursive:
 
183
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
184
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
185
        done
 
186
 
 
187
tags: TAGS
 
188
 
 
189
ID: $(HEADERS) $(SOURCES) $(LISP)
 
190
        list='$(SOURCES) $(HEADERS)'; \
 
191
        unique=`for i in $$list; do echo $$i; done | \
 
192
          awk '    { files[$$0] = 1; } \
 
193
               END { for (i in files) print i; }'`; \
 
194
        here=`pwd` && cd $(srcdir) \
 
195
          && mkid -f$$here/ID $$unique $(LISP)
 
196
 
 
197
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
198
        tags=; \
 
199
        here=`pwd`; \
 
200
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
201
   if test "$$subdir" = .; then :; else \
 
202
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
203
   fi; \
 
204
        done; \
 
205
        list='$(SOURCES) $(HEADERS)'; \
 
206
        unique=`for i in $$list; do echo $$i; done | \
 
207
          awk '    { files[$$0] = 1; } \
 
208
               END { for (i in files) print i; }'`; \
 
209
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
210
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
 
211
 
 
212
mostlyclean-tags:
 
213
 
 
214
clean-tags:
 
215
 
 
216
distclean-tags:
 
217
        -rm -f TAGS ID
 
218
 
 
219
maintainer-clean-tags:
 
220
 
 
221
distdir = $(PACKAGE)-$(VERSION)
 
222
top_distdir = $(distdir)
 
223
 
 
224
# This target untars the dist file and tries a VPATH configuration.  Then
 
225
# it guarantees that the distribution is self-contained by making another
 
226
# tarfile.
 
227
distcheck: dist
 
228
        -rm -rf $(distdir)
 
229
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
230
        mkdir $(distdir)/=build
 
231
        mkdir $(distdir)/=inst
 
232
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
233
        cd $(distdir)/=build \
 
234
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
235
          && $(MAKE) $(AM_MAKEFLAGS) \
 
236
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
237
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
238
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
239
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
240
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
241
        -rm -rf $(distdir)
 
242
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
243
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
244
        echo "$$dashes"; \
 
245
        echo "$$banner"; \
 
246
        echo "$$dashes"
 
247
dist: distdir
 
248
        -chmod -R a+r $(distdir)
 
249
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
250
        -rm -rf $(distdir)
 
251
dist-all: distdir
 
252
        -chmod -R a+r $(distdir)
 
253
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
254
        -rm -rf $(distdir)
 
255
distdir: $(DISTFILES)
 
256
        -rm -rf $(distdir)
 
257
        mkdir $(distdir)
 
258
        -chmod 777 $(distdir)
 
259
        @for file in $(DISTFILES); do \
 
260
          d=$(srcdir); \
 
261
          if test -d $$d/$$file; then \
 
262
            cp -pr $$/$$file $(distdir)/$$file; \
 
263
          else \
 
264
            test -f $(distdir)/$$file \
 
265
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
266
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
267
          fi; \
 
268
        done
 
269
        for subdir in $(SUBDIRS); do \
 
270
          if test "$$subdir" = .; then :; else \
 
271
            test -d $(distdir)/$$subdir \
 
272
            || mkdir $(distdir)/$$subdir \
 
273
            || exit 1; \
 
274
            chmod 777 $(distdir)/$$subdir; \
 
275
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
276
              || exit 1; \
 
277
          fi; \
 
278
        done
 
279
info-am:
 
280
info: info-recursive
 
281
dvi-am:
 
282
dvi: dvi-recursive
 
283
check-am: all-am
 
284
check: check-recursive
 
285
installcheck-am:
 
286
installcheck: installcheck-recursive
 
287
all-recursive-am: config.h
 
288
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
289
 
 
290
install-exec-am:
 
291
install-exec: install-exec-recursive
 
292
 
 
293
install-data-am:
 
294
install-data: install-data-recursive
 
295
 
 
296
install-am: all-am
 
297
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
298
install: install-recursive
 
299
uninstall-am:
 
300
uninstall: uninstall-recursive
 
301
all-am: Makefile config.h
 
302
all-redirect: all-recursive-am
 
303
install-strip:
 
304
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
305
installdirs: installdirs-recursive
 
306
installdirs-am:
 
307
 
 
308
 
 
309
mostlyclean-generic:
 
310
 
 
311
clean-generic:
 
312
 
 
313
distclean-generic:
 
314
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
315
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
316
 
 
317
maintainer-clean-generic:
 
318
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
319
 
 
320
mostlyclean: mostlyclean-recursive
 
321
 
 
322
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
323
 
 
324
clean: clean-recursive
 
325
 
 
326
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
327
 
 
328
distclean: distclean-recursive
 
329
        -rm -f config.status
 
330
 
 
331
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
332
                maintainer-clean-generic distclean-am
 
333
        @echo "This command is intended for maintainers to use;"
 
334
        @echo "it deletes files that may require special tools to rebuild."
 
335
 
 
336
maintainer-clean: maintainer-clean-recursive
 
337
        -rm -f config.status
 
338
 
 
339
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
340
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
341
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
342
all-recursive check-recursive installcheck-recursive info-recursive \
 
343
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
344
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
345
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
346
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
347
install-exec-am install-exec install-data-am install-data install-am \
 
348
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
349
installdirs mostlyclean-generic distclean-generic clean-generic \
 
350
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
351
 
 
352
 
 
353
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
354
# Otherwise a system limit (for SysV at least) may be exceeded.
 
355
.NOEXPORT: