~ubuntu-branches/ubuntu/dapper/xfce-mcs-plugins/dapper

« back to all changes in this revision

Viewing changes to plugins/mouse_plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-07-19 19:23:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040719192331-9c50t7saf1i8thdr
Tags: 4.0.6-1
* New upstream release
* Remove Norbert Tretkowski from Uploaders as requested

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
49
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
50
CONFIG_HEADER = $(top_builddir)/config.h
51
51
CONFIG_CLEAN_FILES =
52
 
am__installdirs = $(DESTDIR)$(mouse_plugindir)
 
52
am__installdirs = "$(DESTDIR)$(mouse_plugindir)"
53
53
mouse_pluginLTLIBRARIES_INSTALL = $(INSTALL)
54
54
LTLIBRARIES = $(mouse_plugin_LTLIBRARIES)
55
55
mouse_plugin_la_DEPENDENCIES =
277
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
278
install-mouse_pluginLTLIBRARIES: $(mouse_plugin_LTLIBRARIES)
279
279
        @$(NORMAL_INSTALL)
280
 
        $(mkdir_p) $(DESTDIR)$(mouse_plugindir)
 
280
        test -z "$(mouse_plugindir)" || $(mkdir_p) "$(DESTDIR)$(mouse_plugindir)"
281
281
        @list='$(mouse_plugin_LTLIBRARIES)'; for p in $$list; do \
282
282
          if test -f $$p; then \
283
283
            f="`echo $$p | sed -e 's|^.*/||'`"; \
284
 
            echo " $(LIBTOOL) --mode=install $(mouse_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(mouse_plugindir)/$$f"; \
285
 
            $(LIBTOOL) --mode=install $(mouse_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(mouse_plugindir)/$$f; \
 
284
            echo " $(LIBTOOL) --mode=install $(mouse_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(mouse_plugindir)/$$f'"; \
 
285
            $(LIBTOOL) --mode=install $(mouse_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(mouse_plugindir)/$$f"; \
286
286
          else :; fi; \
287
287
        done
288
288
 
290
290
        @$(NORMAL_UNINSTALL)
291
291
        @list='$(mouse_plugin_LTLIBRARIES)'; for p in $$list; do \
292
292
            p="`echo $$p | sed -e 's|^.*/||'`"; \
293
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(mouse_plugindir)/$$p"; \
294
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(mouse_plugindir)/$$p; \
 
293
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(mouse_plugindir)/$$p'"; \
 
294
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(mouse_plugindir)/$$p"; \
295
295
        done
296
296
 
297
297
clean-mouse_pluginLTLIBRARIES:
448
448
check: check-am
449
449
all-am: Makefile $(LTLIBRARIES) $(DATA)
450
450
installdirs:
451
 
        $(mkdir_p) $(DESTDIR)$(mouse_plugindir)
 
451
        for dir in "$(DESTDIR)$(mouse_plugindir)"; do \
 
452
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
453
        done
452
454
install: install-am
453
455
install-exec: install-exec-am
454
456
install-data: install-data-am