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

« back to all changes in this revision

Viewing changes to plugins/screensaver_plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-05-12 15:24:34 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20060512152434-drfwg1v6g13l732x
Tags: upstream-4.3.90.1svn+r21633
ImportĀ upstreamĀ versionĀ 4.3.90.1svn+r21633

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
# $Id: Makefile.am 21631 2006-05-11 21:24:25Z benny $
 
18
 
17
19
SOURCES = $(screensaver_plugin_la_SOURCES)
18
20
 
19
21
srcdir = @srcdir@
38
40
POST_UNINSTALL = :
39
41
host_triplet = @host@
40
42
@HAVE_CYGWIN_TRUE@am__append_1 = \
41
 
@HAVE_CYGWIN_TRUE@      -no-undefined                                                   \
42
43
@HAVE_CYGWIN_TRUE@      -export-symbols $(datadir)/xfce4/devel/mcs-manager.def          \
43
 
@HAVE_CYGWIN_TRUE@      @XFCE_MCS_MANAGER_LDFLAGS@
 
44
@HAVE_CYGWIN_TRUE@      $(XFCE_MCS_MANAGER_LDFLAGS)
44
45
 
45
46
subdir = plugins/screensaver_plugin
46
47
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
49
am__aclocal_m4_deps = $(top_srcdir)/configure.in
49
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
51
        $(ACLOCAL_M4)
51
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
55
am__installdirs = "$(DESTDIR)$(plugindir)"
55
56
pluginLTLIBRARIES_INSTALL = $(INSTALL)
56
57
LTLIBRARIES = $(plugin_LTLIBRARIES)
57
 
screensaver_plugin_la_DEPENDENCIES =
 
58
am__DEPENDENCIES_1 =
 
59
screensaver_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
58
60
am_screensaver_plugin_la_OBJECTS =  \
59
61
        screensaver_plugin_la-screensaver_plugin.lo
60
62
screensaver_plugin_la_OBJECTS = $(am_screensaver_plugin_la_OBJECTS)
177
179
PACKAGE_VERSION = @PACKAGE_VERSION@
178
180
PATH_SEPARATOR = @PATH_SEPARATOR@
179
181
PKG_CONFIG = @PKG_CONFIG@
 
182
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
183
PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
 
184
PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
180
185
POFILES = @POFILES@
181
186
POSUB = @POSUB@
182
187
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
249
254
sharedstatedir = @sharedstatedir@
250
255
sysconfdir = @sysconfdir@
251
256
target_alias = @target_alias@
 
257
INCLUDES = \
 
258
        -I$(top_srcdir)                                                 \
 
259
        -I$(top_builddir)                                               \
 
260
        -DLOCALEDIR=\""$(localedir)"\"                                  \
 
261
        $(PLATFORM_CPPFLAGS)
 
262
 
252
263
plugindir = $(libdir)/xfce4/mcs-plugins
253
 
plugin_LTLIBRARIES = screensaver_plugin.la
 
264
plugin_LTLIBRARIES = \
 
265
        screensaver_plugin.la
 
266
 
254
267
screensaver_plugin_la_SOURCES = \
255
268
        screensaver_plugin.c                                            \
256
269
        fallbackicon.h
257
270
 
258
271
screensaver_plugin_la_CFLAGS = \
259
 
        -I$(top_srcdir)                                                 \
260
 
        @LIBXFCEGUI4_CFLAGS@                                            \
261
 
        @XFCE_MCS_MANAGER_CFLAGS@                                       \
262
 
        -DLOCALEDIR=\""$(localedir)"\"
 
272
        $(LIBXFCEGUI4_CFLAGS)                                           \
 
273
        $(XFCE_MCS_MANAGER_CFLAGS)                                      \
 
274
        $(PLATFORM_CFLAGS)
263
275
 
264
276
screensaver_plugin_la_LDFLAGS = \
265
277
        -avoid-version                                                  \
266
 
        -export-dynamic                                                 \
267
 
        -module\
 
278
        -module                                                         \
 
279
        -no-undefined                                                   \
 
280
        $(PLATFORM_LDFLAGS)\
268
281
$(am__append_1)
269
282
screensaver_plugin_la_LIBADD = \
270
 
        @LIBS@                                                          \
271
 
        @XFCE_MCS_MANAGER_LIBS@
 
283
        $(XFCE_MCS_MANAGER_LIBS)
272
284
 
273
285
EXTRA_DIST = \
274
286
        fallbackicon.png
574
586
 
575
587
 
576
588
fallbackicon.h: fallbackicon.png
577
 
        gdk-pixbuf-csource --raw --name=fallbackicon_inline \
 
589
        gdk-pixbuf-csource --raw --name=fallbackicon_inline             \
578
590
        fallbackicon.png > fallbackicon.h
 
591
 
 
592
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
579
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
580
594
# Otherwise a system limit (for SysV at least) may be exceeded.
581
595
.NOEXPORT: