~apachelogger/+junk/plymouth-stop-kdm

« back to all changes in this revision

Viewing changes to src/plugins/splash/Makefile.in

  • Committer: Scott James Remnant
  • Date: 2010-03-25 16:44:25 UTC
  • mfrom: (1016.2.1 upstream)
  • Revision ID: scott@netsplit.com-20100325164425-daotztzazohftmt4
Merge upstream 0.8.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
PACKAGE_NAME = @PACKAGE_NAME@
155
155
PACKAGE_STRING = @PACKAGE_STRING@
156
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
 
PACKAGE_URL = @PACKAGE_URL@
158
157
PACKAGE_VERSION = @PACKAGE_VERSION@
159
158
PANGO_CFLAGS = @PANGO_CFLAGS@
160
159
PANGO_LIBS = @PANGO_LIBS@
161
160
PATH_SEPARATOR = @PATH_SEPARATOR@
162
161
PKG_CONFIG = @PKG_CONFIG@
163
162
PLYMOUTH_CFLAGS = @PLYMOUTH_CFLAGS@
 
163
PLYMOUTH_CONF_DIR = @PLYMOUTH_CONF_DIR@
164
164
PLYMOUTH_DATADIR = @PLYMOUTH_DATADIR@
165
165
PLYMOUTH_LIBDIR = @PLYMOUTH_LIBDIR@
166
166
PLYMOUTH_LIBEXECDIR = @PLYMOUTH_LIBEXECDIR@
167
167
PLYMOUTH_LIBS = @PLYMOUTH_LIBS@
168
168
PLYMOUTH_PLUGIN_PATH = @PLYMOUTH_PLUGIN_PATH@
 
169
PLYMOUTH_POLICY_DIR = @PLYMOUTH_POLICY_DIR@
169
170
PLYMOUTH_THEME_PATH = @PLYMOUTH_THEME_PATH@
170
171
RANLIB = @RANLIB@
171
172
RELEASE_FILE = @RELEASE_FILE@
197
198
builddir = @builddir@
198
199
datadir = @datadir@
199
200
datarootdir = @datarootdir@
200
 
default_plugin_name = @default_plugin_name@
201
201
docdir = @docdir@
202
202
dvidir = @dvidir@
203
203
exec_prefix = @exec_prefix@
233
233
top_build_prefix = @top_build_prefix@
234
234
top_builddir = @top_builddir@
235
235
top_srcdir = @top_srcdir@
236
 
SUBDIRS = throbgress fade-throbber text details space-flares two-step script ubuntu-text
 
236
SUBDIRS = throbgress fade-throbber text details space-flares two-step script
237
237
MAINTAINERCLEANFILES = Makefile.in
238
238
all: all-recursive
239
239
 
499
499
        @echo "This command is intended for maintainers to use"
500
500
        @echo "it deletes files that may require special tools to rebuild."
501
501
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
502
 
@ADD_DEFAULT_PLUGIN_LINK_FALSE@install-data-hook:
503
502
clean: clean-recursive
504
503
 
505
504
clean-am: clean-generic clean-libtool mostlyclean-am
521
520
info-am:
522
521
 
523
522
install-data-am:
524
 
        @$(NORMAL_INSTALL)
525
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
523
 
526
524
install-dvi: install-dvi-recursive
527
525
 
528
526
install-dvi-am:
568
566
uninstall-am:
569
567
 
570
568
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
571
 
        install-am install-data-am install-strip tags-recursive
 
569
        install-am install-strip tags-recursive
572
570
 
573
571
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
574
572
        all all-am check check-am clean clean-generic clean-libtool \
575
573
        ctags ctags-recursive distclean distclean-generic \
576
574
        distclean-libtool distclean-tags distdir dvi dvi-am html \
577
575
        html-am info info-am install install-am install-data \
578
 
        install-data-am install-data-hook install-dvi install-dvi-am \
579
 
        install-exec install-exec-am install-html install-html-am \
580
 
        install-info install-info-am install-man install-pdf \
581
 
        install-pdf-am install-ps install-ps-am install-strip \
582
 
        installcheck installcheck-am installdirs installdirs-am \
583
 
        maintainer-clean maintainer-clean-generic mostlyclean \
584
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
585
 
        tags tags-recursive uninstall uninstall-am
586
 
 
587
 
 
588
 
@ADD_DEFAULT_PLUGIN_LINK_TRUE@install-data-hook:
589
 
@ADD_DEFAULT_PLUGIN_LINK_TRUE@  (cd $(DESTDIR)$(libdir)/plymouth; ln -sf $(default_plugin_name).so default.so)
 
576
        install-data-am install-dvi install-dvi-am install-exec \
 
577
        install-exec-am install-html install-html-am install-info \
 
578
        install-info-am install-man install-pdf install-pdf-am \
 
579
        install-ps install-ps-am install-strip installcheck \
 
580
        installcheck-am installdirs installdirs-am maintainer-clean \
 
581
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
582
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
583
        uninstall uninstall-am
 
584
 
590
585
 
591
586
# Tell versions [3.59,3.63) of GNU make to not export all variables.
592
587
# Otherwise a system limit (for SysV at least) may be exceeded.