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

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1.0-8.3/dossizola/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
####### kdevelop will overwrite this part!!! (end)############
 
69
bin_PROGRAMS = dossizola
 
70
dossizola_SOURCES = menu.c jeu.c ia.c fct.c main.c 
 
71
dossizola_LDADD = -lpthread -lSDL -lSDL_image
 
72
 
 
73
SUBDIRS = images 
 
74
 
 
75
EXTRA_DIST = main.c isola.h fct.c ia.c jeu.c menu.c 
 
76
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
77
CONFIG_HEADER = ../config.h
 
78
CONFIG_CLEAN_FILES = 
 
79
PROGRAMS =  $(bin_PROGRAMS)
 
80
 
 
81
 
 
82
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
83
CPPFLAGS = @CPPFLAGS@
 
84
LDFLAGS = @LDFLAGS@
 
85
LIBS = @LIBS@
 
86
dossizola_OBJECTS =  menu.o jeu.o ia.o fct.o main.o
 
87
dossizola_DEPENDENCIES = 
 
88
dossizola_LDFLAGS = 
 
89
CFLAGS = @CFLAGS@
 
90
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
91
CCLD = $(CC)
 
92
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
93
DIST_COMMON =  Makefile.am Makefile.in
 
94
 
 
95
 
 
96
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
97
 
 
98
TAR = gtar
 
99
GZIP_ENV = --best
 
100
SOURCES = $(dossizola_SOURCES)
 
101
OBJECTS = $(dossizola_OBJECTS)
 
102
 
 
103
all: all-redirect
 
104
.SUFFIXES:
 
105
.SUFFIXES: .S .c .o .s
 
106
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
107
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps dossizola/Makefile
 
108
 
 
109
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
110
        cd $(top_builddir) \
 
111
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
112
 
 
113
 
 
114
mostlyclean-binPROGRAMS:
 
115
 
 
116
clean-binPROGRAMS:
 
117
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
118
 
 
119
distclean-binPROGRAMS:
 
120
 
 
121
maintainer-clean-binPROGRAMS:
 
122
 
 
123
install-binPROGRAMS: $(bin_PROGRAMS)
 
124
        @$(NORMAL_INSTALL)
 
125
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
126
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
127
          if test -f $$p; then \
 
128
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
 
129
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
130
          else :; fi; \
 
131
        done
 
132
 
 
133
uninstall-binPROGRAMS:
 
134
        @$(NORMAL_UNINSTALL)
 
135
        list='$(bin_PROGRAMS)'; for p in $$list; do \
 
136
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
137
        done
 
138
 
 
139
.c.o:
 
140
        $(COMPILE) -c $<
 
141
 
 
142
.s.o:
 
143
        $(COMPILE) -c $<
 
144
 
 
145
.S.o:
 
146
        $(COMPILE) -c $<
 
147
 
 
148
mostlyclean-compile:
 
149
        -rm -f *.o core *.core
 
150
 
 
151
clean-compile:
 
152
 
 
153
distclean-compile:
 
154
        -rm -f *.tab.c
 
155
 
 
156
maintainer-clean-compile:
 
157
 
 
158
dossizola: $(dossizola_OBJECTS) $(dossizola_DEPENDENCIES)
 
159
        @rm -f dossizola
 
160
        $(LINK) $(dossizola_LDFLAGS) $(dossizola_OBJECTS) $(dossizola_LDADD) $(LIBS)
 
161
 
 
162
# This directory's subdirectories are mostly independent; you can cd
 
163
# into them and run `make' without going through this Makefile.
 
164
# To change the values of `make' variables: instead of editing Makefiles,
 
165
# (1) if the variable is set in `config.status', edit `config.status'
 
166
#     (which will cause the Makefiles to be regenerated when you run `make');
 
167
# (2) otherwise, pass the desired values on the `make' command line.
 
168
 
 
169
@SET_MAKE@
 
170
 
 
171
all-recursive install-data-recursive install-exec-recursive \
 
172
installdirs-recursive install-recursive uninstall-recursive  \
 
173
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
174
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
175
        dot_seen=no; \
 
176
        target=`echo $@ | sed s/-recursive//`; \
 
177
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
178
          echo "Making $$target in $$subdir"; \
 
179
          if test "$$subdir" = "."; then \
 
180
            dot_seen=yes; \
 
181
            local_target="$$target-am"; \
 
182
          else \
 
183
            local_target="$$target"; \
 
184
          fi; \
 
185
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
186
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
187
        done; \
 
188
        if test "$$dot_seen" = "no"; then \
 
189
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
190
        fi; test -z "$$fail"
 
191
 
 
192
mostlyclean-recursive clean-recursive distclean-recursive \
 
193
maintainer-clean-recursive:
 
194
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
195
        dot_seen=no; \
 
196
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
197
          rev="$$subdir $$rev"; \
 
198
          test "$$subdir" = "." && dot_seen=yes; \
 
199
        done; \
 
200
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
201
        target=`echo $@ | sed s/-recursive//`; \
 
202
        for subdir in $$rev; do \
 
203
          echo "Making $$target in $$subdir"; \
 
204
          if test "$$subdir" = "."; then \
 
205
            local_target="$$target-am"; \
 
206
          else \
 
207
            local_target="$$target"; \
 
208
          fi; \
 
209
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
210
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
211
        done && test -z "$$fail"
 
212
tags-recursive:
 
213
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
214
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
215
        done
 
216
 
 
217
tags: TAGS
 
218
 
 
219
ID: $(HEADERS) $(SOURCES) $(LISP)
 
220
        list='$(SOURCES) $(HEADERS)'; \
 
221
        unique=`for i in $$list; do echo $$i; done | \
 
222
          awk '    { files[$$0] = 1; } \
 
223
               END { for (i in files) print i; }'`; \
 
224
        here=`pwd` && cd $(srcdir) \
 
225
          && mkid -f$$here/ID $$unique $(LISP)
 
226
 
 
227
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
228
        tags=; \
 
229
        here=`pwd`; \
 
230
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
231
   if test "$$subdir" = .; then :; else \
 
232
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
233
   fi; \
 
234
        done; \
 
235
        list='$(SOURCES) $(HEADERS)'; \
 
236
        unique=`for i in $$list; do echo $$i; done | \
 
237
          awk '    { files[$$0] = 1; } \
 
238
               END { for (i in files) print i; }'`; \
 
239
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
240
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
241
 
 
242
mostlyclean-tags:
 
243
 
 
244
clean-tags:
 
245
 
 
246
distclean-tags:
 
247
        -rm -f TAGS ID
 
248
 
 
249
maintainer-clean-tags:
 
250
 
 
251
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
252
 
 
253
subdir = dossizola
 
254
 
 
255
distdir: $(DISTFILES)
 
256
        @for file in $(DISTFILES); do \
 
257
          d=$(srcdir); \
 
258
          if test -d $$d/$$file; then \
 
259
            cp -pr $$/$$file $(distdir)/$$file; \
 
260
          else \
 
261
            test -f $(distdir)/$$file \
 
262
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
263
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
264
          fi; \
 
265
        done
 
266
        for subdir in $(SUBDIRS); do \
 
267
          if test "$$subdir" = .; then :; else \
 
268
            test -d $(distdir)/$$subdir \
 
269
            || mkdir $(distdir)/$$subdir \
 
270
            || exit 1; \
 
271
            chmod 777 $(distdir)/$$subdir; \
 
272
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
273
              || exit 1; \
 
274
          fi; \
 
275
        done
 
276
fct.o: fct.c isola.h
 
277
ia.o: ia.c isola.h
 
278
jeu.o: jeu.c isola.h
 
279
main.o: main.c isola.h
 
280
menu.o: menu.c isola.h
 
281
 
 
282
info-am:
 
283
info: info-recursive
 
284
dvi-am:
 
285
dvi: dvi-recursive
 
286
check-am: all-am
 
287
check: check-recursive
 
288
installcheck-am:
 
289
installcheck: installcheck-recursive
 
290
install-exec-am: install-binPROGRAMS
 
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: uninstall-binPROGRAMS
 
300
uninstall: uninstall-recursive
 
301
all-am: Makefile $(PROGRAMS)
 
302
all-redirect: all-recursive
 
303
install-strip:
 
304
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
305
installdirs: installdirs-recursive
 
306
installdirs-am:
 
307
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
 
308
 
 
309
 
 
310
mostlyclean-generic:
 
311
 
 
312
clean-generic:
 
313
 
 
314
distclean-generic:
 
315
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
316
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
317
 
 
318
maintainer-clean-generic:
 
319
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
 
320
                mostlyclean-tags mostlyclean-generic
 
321
 
 
322
mostlyclean: mostlyclean-recursive
 
323
 
 
324
clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
 
325
                mostlyclean-am
 
326
 
 
327
clean: clean-recursive
 
328
 
 
329
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
 
330
                distclean-generic clean-am
 
331
 
 
332
distclean: distclean-recursive
 
333
 
 
334
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
 
335
                maintainer-clean-compile maintainer-clean-tags \
 
336
                maintainer-clean-generic distclean-am
 
337
        @echo "This command is intended for maintainers to use;"
 
338
        @echo "it deletes files that may require special tools to rebuild."
 
339
 
 
340
maintainer-clean: maintainer-clean-recursive
 
341
 
 
342
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
 
343
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
 
344
mostlyclean-compile distclean-compile clean-compile \
 
345
maintainer-clean-compile install-data-recursive \
 
346
uninstall-data-recursive install-exec-recursive \
 
347
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
348
all-recursive check-recursive installcheck-recursive info-recursive \
 
349
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
350
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
351
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
352
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
353
install-exec install-data-am install-data install-am install \
 
354
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
355
installdirs mostlyclean-generic distclean-generic clean-generic \
 
356
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
357
 
 
358
 
 
359
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
360
# Otherwise a system limit (for SysV at least) may be exceeded.
 
361
.NOEXPORT: