~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to iagno/data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-06 22:22:58 UTC
  • mfrom: (1.1.103)
  • Revision ID: package-import@ubuntu.com-20120206222258-28gah1dnl2ij0kw0
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
  - Performance was improved in Iagno, Mahjongg & Mines
  - Statusbar was removed from Iagno and Mines
  - Mines has a new game screen
  - Quadrapassel was ported to Vala
  - Quadrapassel has a new option to show where block
    will land
* debian/control.in:
  - Bump vala to valac-0.16 and GTK to 3.3.11
  - Build-Depend on yelp-tools instead of gnome-doc-utils
* Update install files for new help install location
* debian/patches/01_lpi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
39
        $(srcdir)/iagno.desktop.in.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
42
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
42
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
43
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
44
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
46
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
46
        $(ACLOCAL_M4)
48
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88
87
man6dir = $(mandir)/man6
89
88
am__installdirs = "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(Gamesdir)" \
90
 
        "$(DESTDIR)$(themedir)"
 
89
        "$(DESTDIR)$(soundsdir)" "$(DESTDIR)$(themedir)" \
 
90
        "$(DESTDIR)$(uidir)"
91
91
NROFF = nroff
92
92
MANS = $(man_MANS)
93
 
DATA = $(Games_DATA) $(theme_DATA)
 
93
DATA = $(Games_DATA) $(sounds_DATA) $(theme_DATA) $(ui_DATA)
94
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
95
  distclean-recursive maintainer-clean-recursive
96
96
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
131
131
AMTAR = @AMTAR@
132
132
AM_CFLAGS = @AM_CFLAGS@
133
133
AM_CPPFLAGS = @AM_CPPFLAGS@
134
 
AM_CXXFLAGS = @AM_CXXFLAGS@
135
134
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136
135
AM_LDFLAGS = @AM_LDFLAGS@
137
136
AR = @AR@
152
151
CLUTTER_LIBS = @CLUTTER_LIBS@
153
152
CPP = @CPP@
154
153
CPPFLAGS = @CPPFLAGS@
155
 
CXX = @CXX@
156
 
CXXCPP = @CXXCPP@
157
 
CXXDEPMODE = @CXXDEPMODE@
158
 
CXXFLAGS = @CXXFLAGS@
159
154
CYGPATH_W = @CYGPATH_W@
160
155
DATADIRNAME = @DATADIRNAME@
161
156
DEFS = @DEFS@
162
157
DEPDIR = @DEPDIR@
163
158
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
164
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
165
159
DLLTOOL = @DLLTOOL@
166
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
167
160
DSYMUTIL = @DSYMUTIL@
168
161
DUMPBIN = @DUMPBIN@
169
162
ECHO_C = @ECHO_C@
200
193
INTLTOOL_MERGE = @INTLTOOL_MERGE@
201
194
INTLTOOL_PERL = @INTLTOOL_PERL@
202
195
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
196
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
197
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
198
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
199
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
203
200
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
204
201
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
205
202
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
208
205
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
209
206
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
210
207
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
208
ITSTOOL = @ITSTOOL@
211
209
LD = @LD@
212
210
LDFLAGS = @LDFLAGS@
213
211
LIBOBJS = @LIBOBJS@
228
226
NMEDIT = @NMEDIT@
229
227
OBJDUMP = @OBJDUMP@
230
228
OBJEXT = @OBJEXT@
231
 
OMF_DIR = @OMF_DIR@
232
229
OPENGL_CFLAGS = @OPENGL_CFLAGS@
233
230
OPENGL_LIBS = @OPENGL_LIBS@
234
231
OTOOL = @OTOOL@
268
265
VALAC = @VALAC@
269
266
VERSION = @VERSION@
270
267
WARN_CFLAGS = @WARN_CFLAGS@
271
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
272
268
XGETTEXT = @XGETTEXT@
 
269
XMLLINT = @XMLLINT@
273
270
abs_builddir = @abs_builddir@
274
271
abs_srcdir = @abs_srcdir@
275
272
abs_top_builddir = @abs_top_builddir@
276
273
abs_top_srcdir = @abs_top_srcdir@
277
274
ac_ct_AR = @ac_ct_AR@
278
275
ac_ct_CC = @ac_ct_CC@
279
 
ac_ct_CXX = @ac_ct_CXX@
280
276
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
281
277
allgames = @allgames@
282
278
am__include = @am__include@
307
303
includedir = @includedir@
308
304
infodir = @infodir@
309
305
install_sh = @install_sh@
 
306
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
307
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
310
308
libdir = @libdir@
311
309
libexecdir = @libexecdir@
312
310
localedir = @localedir@
336
334
top_builddir = @top_builddir@
337
335
top_srcdir = @top_srcdir@
338
336
SUBDIRS = icons
 
337
uidir = $(datadir)/iagno
 
338
ui_DATA = iagno.ui
339
339
themedir = $(datadir)/iagno/themes
340
340
theme_DATA = \
341
341
        sun_and_star.svg \
342
342
        black_and_white.svg
343
343
 
 
344
soundsdir = $(datadir)/iagno/sounds
 
345
sounds_DATA = \
 
346
        flip-piece.ogg \
 
347
        gameover.ogg
 
348
 
344
349
Gamesdir = $(datadir)/applications
345
350
Games_in_files = iagno.desktop.in.in
346
351
Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
348
353
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
349
354
man_MANS = iagno.6
350
355
EXTRA_DIST = \
351
 
        $(theme_DATA)   \
 
356
        $(ui_DATA) \
 
357
        $(theme_DATA) \
 
358
        $(sounds_DATA) \
352
359
        $(gsettings_in_file) \
353
360
        $(man_MANS)
354
361
 
453
460
        test -n "$$files" || exit 0; \
454
461
        echo " ( cd '$(DESTDIR)$(Gamesdir)' && rm -f" $$files ")"; \
455
462
        cd "$(DESTDIR)$(Gamesdir)" && rm -f $$files
 
463
install-soundsDATA: $(sounds_DATA)
 
464
        @$(NORMAL_INSTALL)
 
465
        test -z "$(soundsdir)" || $(MKDIR_P) "$(DESTDIR)$(soundsdir)"
 
466
        @list='$(sounds_DATA)'; test -n "$(soundsdir)" || list=; \
 
467
        for p in $$list; do \
 
468
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
469
          echo "$$d$$p"; \
 
470
        done | $(am__base_list) | \
 
471
        while read files; do \
 
472
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(soundsdir)'"; \
 
473
          $(INSTALL_DATA) $$files "$(DESTDIR)$(soundsdir)" || exit $$?; \
 
474
        done
 
475
 
 
476
uninstall-soundsDATA:
 
477
        @$(NORMAL_UNINSTALL)
 
478
        @list='$(sounds_DATA)'; test -n "$(soundsdir)" || list=; \
 
479
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
480
        test -n "$$files" || exit 0; \
 
481
        echo " ( cd '$(DESTDIR)$(soundsdir)' && rm -f" $$files ")"; \
 
482
        cd "$(DESTDIR)$(soundsdir)" && rm -f $$files
456
483
install-themeDATA: $(theme_DATA)
457
484
        @$(NORMAL_INSTALL)
458
485
        test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)"
473
500
        test -n "$$files" || exit 0; \
474
501
        echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \
475
502
        cd "$(DESTDIR)$(themedir)" && rm -f $$files
 
503
install-uiDATA: $(ui_DATA)
 
504
        @$(NORMAL_INSTALL)
 
505
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
 
506
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
507
        for p in $$list; do \
 
508
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
509
          echo "$$d$$p"; \
 
510
        done | $(am__base_list) | \
 
511
        while read files; do \
 
512
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
 
513
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
 
514
        done
 
515
 
 
516
uninstall-uiDATA:
 
517
        @$(NORMAL_UNINSTALL)
 
518
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
519
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
520
        test -n "$$files" || exit 0; \
 
521
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
 
522
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
476
523
 
477
524
# This directory's subdirectories are mostly independent; you can cd
478
525
# into them and run `make' without going through this Makefile.
685
732
all-am: Makefile $(MANS) $(DATA)
686
733
installdirs: installdirs-recursive
687
734
installdirs-am:
688
 
        for dir in "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(Gamesdir)" "$(DESTDIR)$(themedir)"; do \
 
735
        for dir in "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(Gamesdir)" "$(DESTDIR)$(soundsdir)" "$(DESTDIR)$(themedir)" "$(DESTDIR)$(uidir)"; do \
689
736
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
690
737
        done
691
738
install: install-recursive
735
782
 
736
783
info-am:
737
784
 
738
 
install-data-am: install-GamesDATA install-man install-themeDATA
 
785
install-data-am: install-GamesDATA install-man install-soundsDATA \
 
786
        install-themeDATA install-uiDATA
739
787
 
740
788
install-dvi: install-dvi-recursive
741
789
 
779
827
 
780
828
ps-am:
781
829
 
782
 
uninstall-am: uninstall-GamesDATA uninstall-man uninstall-themeDATA
 
830
uninstall-am: uninstall-GamesDATA uninstall-man uninstall-soundsDATA \
 
831
        uninstall-themeDATA uninstall-uiDATA
783
832
 
784
833
uninstall-man: uninstall-man6
785
834
 
795
844
        install-exec install-exec-am install-html install-html-am \
796
845
        install-info install-info-am install-man install-man6 \
797
846
        install-pdf install-pdf-am install-ps install-ps-am \
798
 
        install-strip install-themeDATA installcheck installcheck-am \
799
 
        installdirs installdirs-am maintainer-clean \
800
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
801
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
802
 
        uninstall uninstall-GamesDATA uninstall-am uninstall-man \
803
 
        uninstall-man6 uninstall-themeDATA
 
847
        install-soundsDATA install-strip install-themeDATA \
 
848
        install-uiDATA installcheck installcheck-am installdirs \
 
849
        installdirs-am maintainer-clean maintainer-clean-generic \
 
850
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
851
        ps ps-am tags tags-recursive uninstall uninstall-GamesDATA \
 
852
        uninstall-am uninstall-man uninstall-man6 uninstall-soundsDATA \
 
853
        uninstall-themeDATA uninstall-uiDATA
804
854
 
805
855
@INTLTOOL_XML_NOMERGE_RULE@
806
856
@GSETTINGS_RULES@