~ubuntu-branches/ubuntu/lucid/mutter/lucid-201002130022

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-08 14:40:43 UTC
  • mfrom: (0.1.7 sid) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108144043-x04o6jk3bcpsqosy
Tags: 2.28.1~git20091208-1ubuntu1
* Merge with Debian squeeze.
* debian/rules: Replace remaining occurances of "metacity" with "mutter". 

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
am_mutter_OBJECTS = async-getprop.$(OBJEXT) bell.$(OBJEXT) \
99
99
        boxes.$(OBJEXT) compositor.$(OBJEXT) mutter-module.$(OBJEXT) \
100
100
        mutter-plugin.$(OBJEXT) mutter-plugin-manager.$(OBJEXT) \
101
 
        mutter-shaped-texture.$(OBJEXT) mutter-window.$(OBJEXT) \
102
 
        mutter-window-group.$(OBJEXT) shadow.$(OBJEXT) \
103
 
        tidy-texture-frame.$(OBJEXT) constraints.$(OBJEXT) \
104
 
        core.$(OBJEXT) delete.$(OBJEXT) display.$(OBJEXT) \
105
 
        draw-workspace.$(OBJEXT) edge-resistance.$(OBJEXT) \
106
 
        errors.$(OBJEXT) eventqueue.$(OBJEXT) frame.$(OBJEXT) \
107
 
        gradient.$(OBJEXT) group-props.$(OBJEXT) group.$(OBJEXT) \
108
 
        iconcache.$(OBJEXT) keybindings.$(OBJEXT) main.$(OBJEXT) \
109
 
        place.$(OBJEXT) prefs.$(OBJEXT) screen.$(OBJEXT) \
110
 
        session.$(OBJEXT) stack.$(OBJEXT) stack-tracker.$(OBJEXT) \
111
 
        util.$(OBJEXT) window-props.$(OBJEXT) window.$(OBJEXT) \
112
 
        workspace.$(OBJEXT) xprops.$(OBJEXT) fixedtip.$(OBJEXT) \
113
 
        frames.$(OBJEXT) menu.$(OBJEXT) metaaccellabel.$(OBJEXT) \
114
 
        resizepopup.$(OBJEXT) tabpopup.$(OBJEXT) \
115
 
        theme-parser.$(OBJEXT) theme.$(OBJEXT) themewidget.$(OBJEXT) \
116
 
        ui.$(OBJEXT) $(am__objects_1)
 
101
        mutter-shaped-texture.$(OBJEXT) mutter-texture-tower.$(OBJEXT) \
 
102
        mutter-window.$(OBJEXT) mutter-window-group.$(OBJEXT) \
 
103
        shadow.$(OBJEXT) tidy-texture-frame.$(OBJEXT) \
 
104
        constraints.$(OBJEXT) core.$(OBJEXT) delete.$(OBJEXT) \
 
105
        display.$(OBJEXT) draw-workspace.$(OBJEXT) \
 
106
        edge-resistance.$(OBJEXT) errors.$(OBJEXT) \
 
107
        eventqueue.$(OBJEXT) frame.$(OBJEXT) gradient.$(OBJEXT) \
 
108
        group-props.$(OBJEXT) group.$(OBJEXT) iconcache.$(OBJEXT) \
 
109
        keybindings.$(OBJEXT) main.$(OBJEXT) place.$(OBJEXT) \
 
110
        prefs.$(OBJEXT) screen.$(OBJEXT) session.$(OBJEXT) \
 
111
        stack.$(OBJEXT) stack-tracker.$(OBJEXT) util.$(OBJEXT) \
 
112
        window-props.$(OBJEXT) window.$(OBJEXT) workspace.$(OBJEXT) \
 
113
        xprops.$(OBJEXT) fixedtip.$(OBJEXT) frames.$(OBJEXT) \
 
114
        menu.$(OBJEXT) metaaccellabel.$(OBJEXT) resizepopup.$(OBJEXT) \
 
115
        tabpopup.$(OBJEXT) theme-parser.$(OBJEXT) theme.$(OBJEXT) \
 
116
        themewidget.$(OBJEXT) ui.$(OBJEXT) $(am__objects_1)
117
117
mutter_OBJECTS = $(am_mutter_OBJECTS)
118
118
am__DEPENDENCIES_1 =
119
119
mutter_DEPENDENCIES = $(am__DEPENDENCIES_1)
319
319
PACKAGE_NAME = @PACKAGE_NAME@
320
320
PACKAGE_STRING = @PACKAGE_STRING@
321
321
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
322
PACKAGE_URL = @PACKAGE_URL@
322
323
PACKAGE_VERSION = @PACKAGE_VERSION@
323
324
PATH_SEPARATOR = @PATH_SEPARATOR@
324
325
PKG_CONFIG = @PKG_CONFIG@
417
418
        compositor/mutter-plugin-manager.c      \
418
419
        compositor/mutter-plugin-manager.h      \
419
420
        compositor/mutter-shaped-texture.c      \
 
421
        compositor/mutter-texture-tower.c       \
 
422
        compositor/mutter-texture-tower.h       \
420
423
        compositor/mutter-window.c              \
421
424
        compositor/mutter-window-private.h      \
422
425
        compositor/mutter-window-group.c        \
809
812
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-plugin-manager.Po@am__quote@
810
813
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-plugin.Po@am__quote@
811
814
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-shaped-texture.Po@am__quote@
 
815
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-texture-tower.Po@am__quote@
812
816
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-window-group.Po@am__quote@
813
817
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-window.Po@am__quote@
814
818
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/place.Po@am__quote@
1035
1039
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1036
1040
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutter-shaped-texture.obj `if test -f 'compositor/mutter-shaped-texture.c'; then $(CYGPATH_W) 'compositor/mutter-shaped-texture.c'; else $(CYGPATH_W) '$(srcdir)/compositor/mutter-shaped-texture.c'; fi`
1037
1041
 
 
1042
mutter-texture-tower.o: compositor/mutter-texture-tower.c
 
1043
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutter-texture-tower.o -MD -MP -MF $(DEPDIR)/mutter-texture-tower.Tpo -c -o mutter-texture-tower.o `test -f 'compositor/mutter-texture-tower.c' || echo '$(srcdir)/'`compositor/mutter-texture-tower.c
 
1044
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mutter-texture-tower.Tpo $(DEPDIR)/mutter-texture-tower.Po
 
1045
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
1046
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/mutter-texture-tower.c' object='mutter-texture-tower.o' libtool=no @AMDEPBACKSLASH@
 
1047
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1048
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutter-texture-tower.o `test -f 'compositor/mutter-texture-tower.c' || echo '$(srcdir)/'`compositor/mutter-texture-tower.c
 
1049
 
 
1050
mutter-texture-tower.obj: compositor/mutter-texture-tower.c
 
1051
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutter-texture-tower.obj -MD -MP -MF $(DEPDIR)/mutter-texture-tower.Tpo -c -o mutter-texture-tower.obj `if test -f 'compositor/mutter-texture-tower.c'; then $(CYGPATH_W) 'compositor/mutter-texture-tower.c'; else $(CYGPATH_W) '$(srcdir)/compositor/mutter-texture-tower.c'; fi`
 
1052
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mutter-texture-tower.Tpo $(DEPDIR)/mutter-texture-tower.Po
 
1053
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
1054
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/mutter-texture-tower.c' object='mutter-texture-tower.obj' libtool=no @AMDEPBACKSLASH@
 
1055
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1056
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutter-texture-tower.obj `if test -f 'compositor/mutter-texture-tower.c'; then $(CYGPATH_W) 'compositor/mutter-texture-tower.c'; else $(CYGPATH_W) '$(srcdir)/compositor/mutter-texture-tower.c'; fi`
 
1057
 
1038
1058
mutter-window.o: compositor/mutter-window.c
1039
1059
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutter-window.o -MD -MP -MF $(DEPDIR)/mutter-window.Tpo -c -o mutter-window.o `test -f 'compositor/mutter-window.c' || echo '$(srcdir)/'`compositor/mutter-window.c
1040
1060
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mutter-window.Tpo $(DEPDIR)/mutter-window.Po