~ubuntu-branches/ubuntu/raring/xsplash/raring

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-08-10 13:02:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810130208-orksx6uxc4z62hyh
Tags: 0.2-0ubuntu1
* New version 0.2 (LP: #411561)
  - Don't use AC_SUBST where we use PKG_CHECK_MODULES, it isn't 
    needed (LP: #411311).
  - src/gtytimeline.c and src/gtytimeline.h
    * Updated the FSF address in the license (LP: #411318) 
  - Include autogen.sh, gtk-doc.make and build/autotools/gtk-doc.m4 in 
    EXTRA_DIST (LP: #411310)
  - Use MOSTLYCLEANFILES instead of DISTCLEANFILES (LP: #411328)
  - Use a real image for the background
  - fix rgba colormap stuff for --gdm-session

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
        $(GTK_LIBS)                             \
250
250
        $(DBUS_LIBS)
251
251
 
252
 
DISTCLEANFILES = \
 
252
MOSTLYCLEANFILES = \
 
253
        gtytypebuiltins.c                       \
253
254
        gtytypebuiltins.h                       \
254
 
        gtytypebuiltins.c                       \
255
 
        stamp-gtytypebuiltins.h                 \
256
 
        dbus-xsplash-server.h                   
 
255
        dbus-xsplash-server.h                   \
 
256
        stamp-gtytypebuiltins.h                 
257
257
 
258
258
all: $(BUILT_SOURCES)
259
259
        $(MAKE) $(AM_MAKEFLAGS) all-am
455
455
          `test -z '$(STRIP)' || \
456
456
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
457
457
mostlyclean-generic:
 
458
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
458
459
 
459
460
clean-generic:
460
461
 
461
462
distclean-generic:
462
463
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
464
464
 
465
465
maintainer-clean-generic:
466
466
        @echo "This command is intended for maintainers to use"