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

« back to all changes in this revision

Viewing changes to swell-foop/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-19 20:46:10 UTC
  • mfrom: (1.1.105)
  • Revision ID: package-import@ubuntu.com-20120319204610-2nd2xqq39j8y7t5q
Tags: 1:3.3.92-0ubuntu1
* New upstream release.
  - Swell Foop ported to Vala, no longer in staging
    (LP: #939200, LP: #939210)
* debian/patches/git_fix-iagno-ai.patch: Dropped, upstream
* debian/control.in:
  - Drop no longer needed swell-foop dependencies
* debian/rules:
  - Don't install staging games
* debian/swell-foop.install:
  - Don't install gir files any more; they're not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
18
 
 
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
21
20
pkgincludedir = $(includedir)/@PACKAGE@
35
34
POST_UNINSTALL = :
36
35
build_triplet = @build@
37
36
host_triplet = @host@
 
37
bin_PROGRAMS = swell-foop$(EXEEXT)
38
38
subdir = swell-foop/src
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in game-view.c \
 
40
        game.c swell-foop.c swell_foop_vala.stamp
40
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
42
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
42
43
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48
49
CONFIG_HEADER = $(top_builddir)/config.h
49
50
CONFIG_CLEAN_FILES =
50
51
CONFIG_CLEAN_VPATH_FILES =
51
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
 
am__vpath_adj = case $$p in \
53
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
 
    *) f=$$p;; \
55
 
  esac;
56
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57
 
am__install_max = 40
58
 
am__nobase_strip_setup = \
59
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60
 
am__nobase_strip = \
61
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62
 
am__nobase_list = $(am__nobase_strip_setup); \
63
 
  for p in $$list; do echo "$$p $$p"; done | \
64
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66
 
    if (++n[$$2] == $(am__install_max)) \
67
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68
 
    END { for (dir in files) print dir, files[dir] }'
69
 
am__base_list = \
70
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72
 
am__uninstall_files_from_dir = { \
73
 
  test -z "$$files" \
74
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
75
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
76
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
77
 
  }
78
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(swelldir)"
79
 
SCRIPTS = $(bin_SCRIPTS)
 
52
am__installdirs = "$(DESTDIR)$(bindir)"
 
53
PROGRAMS = $(bin_PROGRAMS)
 
54
am_swell_foop_OBJECTS = swell_foop-game-view.$(OBJEXT) \
 
55
        swell_foop-game.$(OBJEXT) swell_foop-swell-foop.$(OBJEXT)
 
56
swell_foop_OBJECTS = $(am_swell_foop_OBJECTS)
 
57
am__DEPENDENCIES_1 =
 
58
swell_foop_DEPENDENCIES =  \
 
59
        $(top_builddir)/libgames-support/libgames-support.la \
 
60
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
61
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
62
AM_V_lt = $(am__v_lt_@AM_V@)
 
63
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
64
am__v_lt_0 = --silent
 
65
swell_foop_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
66
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(swell_foop_CFLAGS) \
 
67
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
70
am__depfiles_maybe = depfiles
 
71
am__mv = mv -f
 
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
75
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
76
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
77
        $(AM_CFLAGS) $(CFLAGS)
 
78
AM_V_CC = $(am__v_CC_@AM_V@)
 
79
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
80
am__v_CC_0 = @echo "  CC    " $@;
 
81
AM_V_at = $(am__v_at_@AM_V@)
 
82
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
83
am__v_at_0 = @
 
84
CCLD = $(CC)
 
85
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
86
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
87
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
88
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
89
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
90
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
91
VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
 
92
LTVALACOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
 
93
        $(LIBTOOLFLAGS) --mode=compile $(VALAC) $(AM_VALAFLAGS) \
 
94
        $(VALAFLAGS)
 
95
AM_V_VALAC = $(am__v_VALAC_@AM_V@)
 
96
am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@)
 
97
am__v_VALAC_0 = @echo "  VALAC " $@;
80
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
81
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
82
100
am__v_GEN_0 = @echo "  GEN   " $@;
83
 
AM_V_at = $(am__v_at_@AM_V@)
84
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
85
 
am__v_at_0 = @
86
 
SOURCES =
87
 
DIST_SOURCES =
88
 
DATA = $(swell_DATA)
 
101
SOURCES = $(swell_foop_SOURCES)
 
102
DIST_SOURCES = $(swell_foop_SOURCES)
 
103
ETAGS = etags
 
104
CTAGS = ctags
89
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
106
ACLOCAL = @ACLOCAL@
91
107
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
295
311
top_build_prefix = @top_build_prefix@
296
312
top_builddir = @top_builddir@
297
313
top_srcdir = @top_srcdir@
298
 
swelldir = $(pkgdatadir)/swell-foop
299
 
bin_SCRIPTS = swell-foop
300
 
swell_DATA = \
301
 
    About.js \
302
 
    Board.js \
303
 
    Light.js \
304
 
    main.js \
305
 
    Settings.js \
306
 
    Score.js \
307
 
    Path.js \
308
 
    ThemeLoader.js
309
 
 
310
 
EXTRA_DIST = \
311
 
    swell-foop.in \
312
 
    About.js \
313
 
    Board.js \
314
 
    Light.js \
315
 
    main.js \
316
 
    Settings.js \
317
 
    Score.js \
318
 
    Path.js.in \
319
 
    ThemeLoader.js
320
 
 
321
 
CLEANFILES = \
322
 
        swell-foop \
323
 
        Path.js
324
 
 
325
 
DISTCLEANFILES = \
326
 
        swell-foop \
327
 
        Path.js
 
314
swell_foop_SOURCES = \
 
315
        game-view.vala \
 
316
        game.vala \
 
317
        config.vapi \
 
318
        swell-foop.vala
 
319
 
 
320
swell_foop_VALAFLAGS = \
 
321
        --pkg posix \
 
322
        --pkg gmodule-2.0 \
 
323
        --pkg clutter-gtk-1.0 \
 
324
        --vapidir $(top_srcdir)/libgames-support \
 
325
        --pkg GnomeGamesSupport-1.0
 
326
 
 
327
swell_foop_CFLAGS = \
 
328
        -I$(top_srcdir)/libgames-support \
 
329
        -DVERSION=\"$(VERSION)\" \
 
330
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
331
        -DPKGDATADIR=\""$(pkgdatadir)/swell-foop"\" \
 
332
        -DLOCALEDIR=\"$(pkgdatadir)/locale\" \
 
333
        $(GHTREAD_CFLAGS) \
 
334
        $(GMODULE_CFLAGS) \
 
335
        $(GTK_CFLAGS) \
 
336
        $(CLUTTER_GTK_CFLAGS)
 
337
 
 
338
swell_foop_LDADD = \
 
339
        $(top_builddir)/libgames-support/libgames-support.la \
 
340
        $(GTHREAD_LIBS) \
 
341
        $(GMODULE_LIBS) \
 
342
        $(GTK_LIBS)     \
 
343
        $(CLUTTER_GTK_LIBS)     \
 
344
        $(INTLLIBS)
328
345
 
329
346
all: all-am
330
347
 
331
348
.SUFFIXES:
 
349
.SUFFIXES: .c .lo .o .obj
332
350
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
333
351
        @for dep in $?; do \
334
352
          case '$(am__configure_deps)' in \
359
377
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
360
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
379
$(am__aclocal_m4_deps):
362
 
install-binSCRIPTS: $(bin_SCRIPTS)
 
380
install-binPROGRAMS: $(bin_PROGRAMS)
363
381
        @$(NORMAL_INSTALL)
364
382
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
365
 
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
366
 
        for p in $$list; do \
367
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
383
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
384
        for p in $$list; do echo "$$p $$p"; done | \
 
385
        sed 's/$(EXEEXT)$$//' | \
 
386
        while read p p1; do if test -f $$p || test -f $$p1; \
 
387
          then echo "$$p"; echo "$$p"; else :; fi; \
369
388
        done | \
370
 
        sed -e 'p;s,.*/,,;n' \
371
 
            -e 'h;s|.*|.|' \
372
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
373
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
389
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
390
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
391
        sed 'N;N;N;s,\n, ,g' | \
 
392
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
374
393
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
375
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
376
 
              if (++n[d] == $(am__install_max)) { \
377
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
378
 
            else { print "f", d "/" $$4, $$1 } } \
 
394
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
395
            else { print "f", $$3 "/" $$4, $$1; } } \
379
396
          END { for (d in files) print "f", d, files[d] }' | \
380
397
        while read type dir files; do \
381
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
382
 
             test -z "$$files" || { \
383
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
384
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
385
 
             } \
 
398
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
399
            test -z "$$files" || { \
 
400
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
401
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
402
            } \
386
403
        ; done
387
404
 
388
 
uninstall-binSCRIPTS:
 
405
uninstall-binPROGRAMS:
389
406
        @$(NORMAL_UNINSTALL)
390
 
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
407
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
391
408
        files=`for p in $$list; do echo "$$p"; done | \
392
 
               sed -e 's,.*/,,;$(transform)'`; \
393
 
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
 
409
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
410
              -e 's/$$/$(EXEEXT)/' `; \
 
411
        test -n "$$list" || exit 0; \
 
412
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
413
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
414
 
 
415
clean-binPROGRAMS:
 
416
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
417
        echo " rm -f" $$list; \
 
418
        rm -f $$list || exit $$?; \
 
419
        test -n "$(EXEEXT)" || exit 0; \
 
420
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
421
        echo " rm -f" $$list; \
 
422
        rm -f $$list
 
423
swell-foop$(EXEEXT): $(swell_foop_OBJECTS) $(swell_foop_DEPENDENCIES) $(EXTRA_swell_foop_DEPENDENCIES) 
 
424
        @rm -f swell-foop$(EXEEXT)
 
425
        $(AM_V_CCLD)$(swell_foop_LINK) $(swell_foop_OBJECTS) $(swell_foop_LDADD) $(LIBS)
 
426
 
 
427
mostlyclean-compile:
 
428
        -rm -f *.$(OBJEXT)
 
429
 
 
430
distclean-compile:
 
431
        -rm -f *.tab.c
 
432
 
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swell_foop-game-view.Po@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swell_foop-game.Po@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swell_foop-swell-foop.Po@am__quote@
 
436
 
 
437
.c.o:
 
438
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
439
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
442
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
443
 
 
444
.c.obj:
 
445
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
446
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
449
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
450
 
 
451
.c.lo:
 
452
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
453
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
456
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
457
 
 
458
swell_foop-game-view.o: game-view.c
 
459
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-game-view.o -MD -MP -MF $(DEPDIR)/swell_foop-game-view.Tpo -c -o swell_foop-game-view.o `test -f 'game-view.c' || echo '$(srcdir)/'`game-view.c
 
460
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-game-view.Tpo $(DEPDIR)/swell_foop-game-view.Po
 
461
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='game-view.c' object='swell_foop-game-view.o' libtool=no @AMDEPBACKSLASH@
 
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
463
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-game-view.o `test -f 'game-view.c' || echo '$(srcdir)/'`game-view.c
 
464
 
 
465
swell_foop-game-view.obj: game-view.c
 
466
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-game-view.obj -MD -MP -MF $(DEPDIR)/swell_foop-game-view.Tpo -c -o swell_foop-game-view.obj `if test -f 'game-view.c'; then $(CYGPATH_W) 'game-view.c'; else $(CYGPATH_W) '$(srcdir)/game-view.c'; fi`
 
467
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-game-view.Tpo $(DEPDIR)/swell_foop-game-view.Po
 
468
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='game-view.c' object='swell_foop-game-view.obj' libtool=no @AMDEPBACKSLASH@
 
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
470
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-game-view.obj `if test -f 'game-view.c'; then $(CYGPATH_W) 'game-view.c'; else $(CYGPATH_W) '$(srcdir)/game-view.c'; fi`
 
471
 
 
472
swell_foop-game.o: game.c
 
473
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-game.o -MD -MP -MF $(DEPDIR)/swell_foop-game.Tpo -c -o swell_foop-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
 
474
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-game.Tpo $(DEPDIR)/swell_foop-game.Po
 
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='game.c' object='swell_foop-game.o' libtool=no @AMDEPBACKSLASH@
 
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
477
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
 
478
 
 
479
swell_foop-game.obj: game.c
 
480
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-game.obj -MD -MP -MF $(DEPDIR)/swell_foop-game.Tpo -c -o swell_foop-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
 
481
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-game.Tpo $(DEPDIR)/swell_foop-game.Po
 
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='game.c' object='swell_foop-game.obj' libtool=no @AMDEPBACKSLASH@
 
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
484
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
 
485
 
 
486
swell_foop-swell-foop.o: swell-foop.c
 
487
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-swell-foop.o -MD -MP -MF $(DEPDIR)/swell_foop-swell-foop.Tpo -c -o swell_foop-swell-foop.o `test -f 'swell-foop.c' || echo '$(srcdir)/'`swell-foop.c
 
488
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-swell-foop.Tpo $(DEPDIR)/swell_foop-swell-foop.Po
 
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='swell-foop.c' object='swell_foop-swell-foop.o' libtool=no @AMDEPBACKSLASH@
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
491
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-swell-foop.o `test -f 'swell-foop.c' || echo '$(srcdir)/'`swell-foop.c
 
492
 
 
493
swell_foop-swell-foop.obj: swell-foop.c
 
494
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -MT swell_foop-swell-foop.obj -MD -MP -MF $(DEPDIR)/swell_foop-swell-foop.Tpo -c -o swell_foop-swell-foop.obj `if test -f 'swell-foop.c'; then $(CYGPATH_W) 'swell-foop.c'; else $(CYGPATH_W) '$(srcdir)/swell-foop.c'; fi`
 
495
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/swell_foop-swell-foop.Tpo $(DEPDIR)/swell_foop-swell-foop.Po
 
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='swell-foop.c' object='swell_foop-swell-foop.obj' libtool=no @AMDEPBACKSLASH@
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
498
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swell_foop_CFLAGS) $(CFLAGS) -c -o swell_foop-swell-foop.obj `if test -f 'swell-foop.c'; then $(CYGPATH_W) 'swell-foop.c'; else $(CYGPATH_W) '$(srcdir)/swell-foop.c'; fi`
 
499
$(srcdir)/game-view.c: $(srcdir)/swell_foop_vala.stamp
 
500
        @if test -f $@; then :; else rm -f $(srcdir)/swell_foop_vala.stamp; fi
 
501
        @if test -f $@; then :; else \
 
502
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/swell_foop_vala.stamp; \
 
503
        fi
 
504
$(srcdir)/game.c: $(srcdir)/swell_foop_vala.stamp
 
505
        @if test -f $@; then :; else rm -f $(srcdir)/swell_foop_vala.stamp; fi
 
506
        @if test -f $@; then :; else \
 
507
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/swell_foop_vala.stamp; \
 
508
        fi
 
509
$(srcdir)/swell-foop.c: $(srcdir)/swell_foop_vala.stamp
 
510
        @if test -f $@; then :; else rm -f $(srcdir)/swell_foop_vala.stamp; fi
 
511
        @if test -f $@; then :; else \
 
512
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/swell_foop_vala.stamp; \
 
513
        fi
 
514
$(srcdir)/swell_foop_vala.stamp: $(swell_foop_SOURCES)
 
515
        $(AM_V_at)rm -f $@ && echo stamp > $@-t
 
516
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(swell_foop_VALAFLAGS) $(VALAFLAGS) -C $(swell_foop_SOURCES)
 
517
        $(AM_V_at)mv -f $@-t $@
394
518
 
395
519
mostlyclean-libtool:
396
520
        -rm -f *.lo
397
521
 
398
522
clean-libtool:
399
523
        -rm -rf .libs _libs
400
 
install-swellDATA: $(swell_DATA)
401
 
        @$(NORMAL_INSTALL)
402
 
        test -z "$(swelldir)" || $(MKDIR_P) "$(DESTDIR)$(swelldir)"
403
 
        @list='$(swell_DATA)'; test -n "$(swelldir)" || list=; \
404
 
        for p in $$list; do \
405
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406
 
          echo "$$d$$p"; \
407
 
        done | $(am__base_list) | \
408
 
        while read files; do \
409
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(swelldir)'"; \
410
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(swelldir)" || exit $$?; \
411
 
        done
412
524
 
413
 
uninstall-swellDATA:
414
 
        @$(NORMAL_UNINSTALL)
415
 
        @list='$(swell_DATA)'; test -n "$(swelldir)" || list=; \
416
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
417
 
        dir='$(DESTDIR)$(swelldir)'; $(am__uninstall_files_from_dir)
 
525
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
526
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
527
        unique=`for i in $$list; do \
 
528
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
529
          done | \
 
530
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
531
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
532
        mkid -fID $$unique
418
533
tags: TAGS
419
 
TAGS:
420
534
 
 
535
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
536
                $(TAGS_FILES) $(LISP)
 
537
        set x; \
 
538
        here=`pwd`; \
 
539
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
540
        unique=`for i in $$list; do \
 
541
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
542
          done | \
 
543
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
544
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
545
        shift; \
 
546
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
547
          test -n "$$unique" || unique=$$empty_fix; \
 
548
          if test $$# -gt 0; then \
 
549
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
550
              "$$@" $$unique; \
 
551
          else \
 
552
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
553
              $$unique; \
 
554
          fi; \
 
555
        fi
421
556
ctags: CTAGS
422
 
CTAGS:
423
 
 
 
557
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
558
                $(TAGS_FILES) $(LISP)
 
559
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
560
        unique=`for i in $$list; do \
 
561
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
562
          done | \
 
563
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
564
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
565
        test -z "$(CTAGS_ARGS)$$unique" \
 
566
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
567
             $$unique
 
568
 
 
569
GTAGS:
 
570
        here=`$(am__cd) $(top_builddir) && pwd` \
 
571
          && $(am__cd) $(top_srcdir) \
 
572
          && gtags -i $(GTAGS_ARGS) "$$here"
 
573
 
 
574
distclean-tags:
 
575
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
576
 
425
577
distdir: $(DISTFILES)
426
578
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454
606
        done
455
607
check-am: all-am
456
608
check: check-am
457
 
all-am: Makefile $(SCRIPTS) $(DATA)
 
609
all-am: Makefile $(PROGRAMS)
458
610
installdirs:
459
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(swelldir)"; do \
 
611
        for dir in "$(DESTDIR)$(bindir)"; do \
460
612
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
461
613
        done
462
614
install: install-am
481
633
mostlyclean-generic:
482
634
 
483
635
clean-generic:
484
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
485
636
 
486
637
distclean-generic:
487
638
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488
639
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
490
640
 
491
641
maintainer-clean-generic:
492
642
        @echo "This command is intended for maintainers to use"
493
643
        @echo "it deletes files that may require special tools to rebuild."
 
644
        -rm -f game-view.c
 
645
        -rm -f game.c
 
646
        -rm -f swell-foop.c
 
647
        -rm -f swell_foop_vala.stamp
494
648
clean: clean-am
495
649
 
496
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
650
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
497
651
 
498
652
distclean: distclean-am
 
653
        -rm -rf ./$(DEPDIR)
499
654
        -rm -f Makefile
500
 
distclean-am: clean-am distclean-generic
 
655
distclean-am: clean-am distclean-compile distclean-generic \
 
656
        distclean-tags
501
657
 
502
658
dvi: dvi-am
503
659
 
511
667
 
512
668
info-am:
513
669
 
514
 
install-data-am: install-swellDATA
 
670
install-data-am:
515
671
 
516
672
install-dvi: install-dvi-am
517
673
 
518
674
install-dvi-am:
519
675
 
520
 
install-exec-am: install-binSCRIPTS
 
676
install-exec-am: install-binPROGRAMS
521
677
 
522
678
install-html: install-html-am
523
679
 
540
696
installcheck-am:
541
697
 
542
698
maintainer-clean: maintainer-clean-am
 
699
        -rm -rf ./$(DEPDIR)
543
700
        -rm -f Makefile
544
701
maintainer-clean-am: distclean-am maintainer-clean-generic
545
702
 
546
703
mostlyclean: mostlyclean-am
547
704
 
548
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
705
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
706
        mostlyclean-libtool
549
707
 
550
708
pdf: pdf-am
551
709
 
555
713
 
556
714
ps-am:
557
715
 
558
 
uninstall-am: uninstall-binSCRIPTS uninstall-swellDATA
 
716
uninstall-am: uninstall-binPROGRAMS
559
717
 
560
718
.MAKE: install-am install-strip
561
719
 
562
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
563
 
        distclean distclean-generic distclean-libtool distdir dvi \
 
720
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
721
        clean-generic clean-libtool ctags distclean distclean-compile \
 
722
        distclean-generic distclean-libtool distclean-tags distdir dvi \
564
723
        dvi-am html html-am info info-am install install-am \
565
 
        install-binSCRIPTS install-data install-data-am install-dvi \
 
724
        install-binPROGRAMS install-data install-data-am install-dvi \
566
725
        install-dvi-am install-exec install-exec-am install-html \
567
726
        install-html-am install-info install-info-am install-man \
568
727
        install-pdf install-pdf-am install-ps install-ps-am \
569
 
        install-strip install-swellDATA installcheck installcheck-am \
570
 
        installdirs maintainer-clean maintainer-clean-generic \
571
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
572
 
        ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \
573
 
        uninstall-swellDATA
574
 
 
575
 
 
576
 
swell-foop: swell-foop.in Makefile
577
 
        $(AM_V_GEN) $(SED) -e "s|%pkglibdir%|$(pkglibdir)|" -e "s|%pkgdatadir%|$(pkgdatadir)|" $< > $@
578
 
        chmod +x $@
579
 
 
580
 
Path.js: Path.js.in
581
 
        $(AM_V_GEN) $(SED) -e "s|%pkgdatadir%|$(pkgdatadir)|" $< > $@
 
728
        install-strip installcheck installcheck-am installdirs \
 
729
        maintainer-clean maintainer-clean-generic mostlyclean \
 
730
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
731
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
732
        uninstall-binPROGRAMS
 
733
 
582
734
 
583
735
-include $(top_srcdir)/git.mk
584
736