~ubuntu-branches/ubuntu/maverick/xprintmon/maverick

« back to all changes in this revision

Viewing changes to defaults/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2008-06-26 11:35:38 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626113538-16q2fusepq086mpf
Tags: 0.0.3-1
* new minor version
- enable 3D look of buttons
* bump Standards-Version to 3.8.0
- update debian/rules to new DEB_BUILD_OPTIONS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
129
129
target_alias = @target_alias@
130
130
top_builddir = @top_builddir@
131
131
top_srcdir = @top_srcdir@
132
 
MAINTAINERCLEANFILES = Makefile.in
 
132
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
133
133
pkgconfdir = $(sysconfdir)/X11/xprintmon
134
134
applicationdefaultdir = $(sysconfdir)/X11/app-defaults
135
135
localizedappdefdir = $(sysconfdir)/X11/$$locale/app-defaults
308
308
 
309
309
 
310
310
install-data-local: $(APP_FILES)
311
 
        $(MKDIR_P) "$(DESTDIR)$(applicationdefaultdir)/"
 
311
        $(mkdir_p) "$(DESTDIR)$(applicationdefaultdir)/"
312
312
        if test -f "$(DESTDIR)$(applicationdefaultdir)/$(CLASS)" && \
313
313
           test "x$(BACKUP)" != "x" ; then \
314
314
                cp "$(DESTDIR)$(applicationdefaultdir)/$(CLASS)" \
316
316
        fi
317
317
        $(INSTALL_DATA) $(CLASS) "$(DESTDIR)$(applicationdefaultdir)/$(CLASS)"
318
318
        for locale in $(APP_LOCALES) ; do \
319
 
                $(MKDIR_P) "$(DESTDIR)$(localizedappdefdir)/" ; \
 
319
                $(mkdir_p) "$(DESTDIR)$(localizedappdefdir)/" ; \
320
320
                if test -f "$(DESTDIR)$(localizedappdefdir)/$(CLASS)" && \
321
321
                   test "x$(BACKUP)" != "x" ; then \
322
322
                        cp "$(DESTDIR)$(localizedappdefdir)/$(CLASS)" \