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

« back to all changes in this revision

Viewing changes to plugins/ui_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)$(plugindir)
 
52
am__installdirs = "$(DESTDIR)$(plugindir)"
53
53
pluginLTLIBRARIES_INSTALL = $(INSTALL)
54
54
LTLIBRARIES = $(plugin_LTLIBRARIES)
55
55
ui_plugin_la_DEPENDENCIES =  \
223
223
        @LIBX11_CFLAGS@                                                 \
224
224
        @LIBXFCEGUI4_CFLAGS@                                            \
225
225
        @XFCE_MCS_MANAGER_CFLAGS@                                       \
226
 
        -DLOCALEDIR=\""$(localedir)"\"
 
226
        -DLOCALEDIR=\""$(localedir)"\"                          \
 
227
        -DDATADIR=\"$(datadir)\"
227
228
 
228
229
ui_plugin_la_LDFLAGS = \
229
230
        -avoid-version                                                  \
279
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
281
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
281
282
        @$(NORMAL_INSTALL)
282
 
        $(mkdir_p) $(DESTDIR)$(plugindir)
 
283
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
283
284
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
284
285
          if test -f $$p; then \
285
286
            f="`echo $$p | sed -e 's|^.*/||'`"; \
286
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
287
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
 
287
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
288
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
288
289
          else :; fi; \
289
290
        done
290
291
 
292
293
        @$(NORMAL_UNINSTALL)
293
294
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
294
295
            p="`echo $$p | sed -e 's|^.*/||'`"; \
295
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
296
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
 
296
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
297
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
297
298
        done
298
299
 
299
300
clean-pluginLTLIBRARIES:
450
451
check: check-am
451
452
all-am: Makefile $(LTLIBRARIES) $(DATA)
452
453
installdirs:
453
 
        $(mkdir_p) $(DESTDIR)$(plugindir)
 
454
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
455
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
456
        done
454
457
install: install-am
455
458
install-exec: install-exec-am
456
459
install-data: install-data-am