~ubuntu-branches/ubuntu/maverick/cairo-dock-plug-ins/maverick

« back to all changes in this revision

Viewing changes to dock-rendering/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810000557-pfxoz5w7hbyclcqh
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614625)
* Fixed a few bugs on LP:
 - LP: #483963: Dustbin applet does not display trashes on all volumes
 - LP: #485159: Some apps have problem with Systray
 - LP: #500677: ~/.xsession-errors is too much used by CD
 - LP: #500979: Shortcuts: the order gets messed up
 - LP: #521531: Mail: crashes on Maildir
 - LP: #519915: GTG: create a new applet to control GTG
 - LP: #526138: GMenu doesn't handle desktop file exec strings properly
 - LP: #531317: CMake: Added an error if the prefix of 'cairo-dock-plugins'
                 is not the same 'cairo-dock-core'
 - LP: #531319: CMake: check the version of 'cairo-dock' when building
                 'cairo-dock-plugins'
 - LP: #537115: Click at the position where icon lavel was, the icon
                 and dock still receive the event
 - LP: #537943: Terminal applet shortkey behaviour
 - LP: #538637: Trash applet doesn't create .trashinfo files on XFCE
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - cdbs is now used.
* debian/copyright:
 - Updated with the new applets
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev, libindicator-dev, libdbusmenu-glib-dev
   libido-0.1-dev, libical-dev, libdbusmenu-gtk-dev as Build-deps
 - Bump Standard-Version to 3.9.1
 - Wget is required for dnd2share applet
 - Added the exact realease for 'cairo-dock-dev' in order to prevent any
    build error if this package is not already available (thx to didrocks)
* debian/cairo-dock-plug-ins*.install:
 - All sonames are now installed into lib32 or lib64 (lib*)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = dock-rendering/src
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
 
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(install_sh) -d
43
 
CONFIG_HEADER = $(top_builddir)/config.h
44
 
CONFIG_CLEAN_FILES =
45
 
CONFIG_CLEAN_VPATH_FILES =
46
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
 
am__vpath_adj = case $$p in \
48
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
 
    *) f=$$p;; \
50
 
  esac;
51
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
52
 
am__install_max = 40
53
 
am__nobase_strip_setup = \
54
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
55
 
am__nobase_strip = \
56
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
57
 
am__nobase_list = $(am__nobase_strip_setup); \
58
 
  for p in $$list; do echo "$$p $$p"; done | \
59
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
60
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
61
 
    if (++n[$$2] == $(am__install_max)) \
62
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
63
 
    END { for (dir in files) print dir, files[dir] }'
64
 
am__base_list = \
65
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67
 
am__installdirs = "$(DESTDIR)$(libdir)"
68
 
LTLIBRARIES = $(lib_LTLIBRARIES)
69
 
am__DEPENDENCIES_1 =
70
 
libcd_rendering_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
71
 
am_libcd_rendering_la_OBJECTS = libcd_rendering_la-rendering-init.lo \
72
 
        libcd_rendering_la-rendering-config.lo \
73
 
        libcd_rendering_la-rendering-caroussel.lo \
74
 
        libcd_rendering_la-rendering-parabole.lo \
75
 
        libcd_rendering_la-rendering-3D-plane.lo \
76
 
        libcd_rendering_la-rendering-rainbow.lo \
77
 
        libcd_rendering_la-rendering-diapo-simple.lo \
78
 
        libcd_rendering_la-rendering-curve.lo \
79
 
        libcd_rendering_la-rendering-commons.lo
80
 
libcd_rendering_la_OBJECTS = $(am_libcd_rendering_la_OBJECTS)
81
 
libcd_rendering_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
82
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
83
 
        $(libcd_rendering_la_CFLAGS) $(CFLAGS) \
84
 
        $(libcd_rendering_la_LDFLAGS) $(LDFLAGS) -o $@
85
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
87
 
am__depfiles_maybe = depfiles
88
 
am__mv = mv -f
89
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
93
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
 
CCLD = $(CC)
95
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
97
 
        $(LDFLAGS) -o $@
98
 
SOURCES = $(libcd_rendering_la_SOURCES)
99
 
DIST_SOURCES = $(libcd_rendering_la_SOURCES)
100
 
ETAGS = etags
101
 
CTAGS = ctags
102
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103
 
pkgdatadir = @pkgdatadir@
104
 
ACLOCAL = @ACLOCAL@
105
 
ALL_LINGUAS = @ALL_LINGUAS@
106
 
ALSA_MIXER_PACKAGE_CFLAGS = @ALSA_MIXER_PACKAGE_CFLAGS@
107
 
ALSA_MIXER_PACKAGE_LIBS = @ALSA_MIXER_PACKAGE_LIBS@
108
 
AMTAR = @AMTAR@
109
 
AR = @AR@
110
 
AUTOCONF = @AUTOCONF@
111
 
AUTOHEADER = @AUTOHEADER@
112
 
AUTOMAKE = @AUTOMAKE@
113
 
AWK = @AWK@
114
 
CATALOGS = @CATALOGS@
115
 
CATOBJEXT = @CATOBJEXT@
116
 
CC = @CC@
117
 
CCDEPMODE = @CCDEPMODE@
118
 
CFLAGS = @CFLAGS@
119
 
CPP = @CPP@
120
 
CPPFLAGS = @CPPFLAGS@
121
 
CXX = @CXX@
122
 
CXXCPP = @CXXCPP@
123
 
CXXDEPMODE = @CXXDEPMODE@
124
 
CXXFLAGS = @CXXFLAGS@
125
 
CYGPATH_W = @CYGPATH_W@
126
 
Clipperdatadir = @Clipperdatadir@
127
 
DATADIRNAME = @DATADIRNAME@
128
 
DEFS = @DEFS@
129
 
DEPDIR = @DEPDIR@
130
 
DSYMUTIL = @DSYMUTIL@
131
 
DUMPBIN = @DUMPBIN@
132
 
ECHO_C = @ECHO_C@
133
 
ECHO_N = @ECHO_N@
134
 
ECHO_T = @ECHO_T@
135
 
EGREP = @EGREP@
136
 
EXEEXT = @EXEEXT@
137
 
EXIF_CFLAGS = @EXIF_CFLAGS@
138
 
EXIF_LIBS = @EXIF_LIBS@
139
 
FGREP = @FGREP@
140
 
GETTEXT_ALSA_MIXER = @GETTEXT_ALSA_MIXER@
141
 
GETTEXT_ANIMATED_ICONS = @GETTEXT_ANIMATED_ICONS@
142
 
GETTEXT_CAIRO_PENGUIN = @GETTEXT_CAIRO_PENGUIN@
143
 
GETTEXT_CLIPPER = @GETTEXT_CLIPPER@
144
 
GETTEXT_CLOCK = @GETTEXT_CLOCK@
145
 
GETTEXT_COMPIZ_ICON = @GETTEXT_COMPIZ_ICON@
146
 
GETTEXT_DBUS = @GETTEXT_DBUS@
147
 
GETTEXT_DESKLET_RENDERING = @GETTEXT_DESKLET_RENDERING@
148
 
GETTEXT_DIALOG_RENDERING = @GETTEXT_DIALOG_RENDERING@
149
 
GETTEXT_DND2SHARE = @GETTEXT_DND2SHARE@
150
 
GETTEXT_DROP_INDICATOR = @GETTEXT_DROP_INDICATOR@
151
 
GETTEXT_DUSTBIN = @GETTEXT_DUSTBIN@
152
 
GETTEXT_GMENU = @GETTEXT_GMENU@
153
 
GETTEXT_ICON_EFFECTS = @GETTEXT_ICON_EFFECTS@
154
 
GETTEXT_ILLUSION = @GETTEXT_ILLUSION@
155
 
GETTEXT_KEYBOARD_INDICATOR = @GETTEXT_KEYBOARD_INDICATOR@
156
 
GETTEXT_LOGOUT = @GETTEXT_LOGOUT@
157
 
GETTEXT_MAIL = @GETTEXT_MAIL@
158
 
GETTEXT_MOTION_BLUR = @GETTEXT_MOTION_BLUR@
159
 
GETTEXT_MUSICPLAYER = @GETTEXT_MUSICPLAYER@
160
 
GETTEXT_NETSPEED = @GETTEXT_NETSPEED@
161
 
GETTEXT_NETWORK_MONITOR = @GETTEXT_NETWORK_MONITOR@
162
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
163
 
GETTEXT_POWERMANAGER = @GETTEXT_POWERMANAGER@
164
 
GETTEXT_QUICK_BROWSER = @GETTEXT_QUICK_BROWSER@
165
 
GETTEXT_RENDERING = @GETTEXT_RENDERING@
166
 
GETTEXT_RSS_READER = @GETTEXT_RSS_READER@
167
 
GETTEXT_SCOOBY_DO = @GETTEXT_SCOOBY_DO@
168
 
GETTEXT_SHORTCUTS = @GETTEXT_SHORTCUTS@
169
 
GETTEXT_SHOW_DESKTOP = @GETTEXT_SHOW_DESKTOP@
170
 
GETTEXT_SHOW_MOUSE = @GETTEXT_SHOW_MOUSE@
171
 
GETTEXT_SLIDER = @GETTEXT_SLIDER@
172
 
GETTEXT_STACK = @GETTEXT_STACK@
173
 
GETTEXT_SWITCHER = @GETTEXT_SWITCHER@
174
 
GETTEXT_SYSTEM_MONITOR = @GETTEXT_SYSTEM_MONITOR@
175
 
GETTEXT_SYSTRAY = @GETTEXT_SYSTRAY@
176
 
GETTEXT_TERMINAL = @GETTEXT_TERMINAL@
177
 
GETTEXT_TOMBOY = @GETTEXT_TOMBOY@
178
 
GETTEXT_TOONS = @GETTEXT_TOONS@
179
 
GETTEXT_WEATHER = @GETTEXT_WEATHER@
180
 
GETTEXT_WEBLETS = @GETTEXT_WEBLETS@
181
 
GETTEXT_WIFI = @GETTEXT_WIFI@
182
 
GETTEXT_XGAMMA = @GETTEXT_XGAMMA@
183
 
GMENU_GIO_CFLAGS = @GMENU_GIO_CFLAGS@
184
 
GMENU_GIO_LIBS = @GMENU_GIO_LIBS@
185
 
GMENU_PACKAGE_CFLAGS = @GMENU_PACKAGE_CFLAGS@
186
 
GMENU_PACKAGE_LIBS = @GMENU_PACKAGE_LIBS@
187
 
GMOFILES = @GMOFILES@
188
 
GMSGFMT = @GMSGFMT@
189
 
GNOME_INTEGRATION_CFLAGS = @GNOME_INTEGRATION_CFLAGS@
190
 
GNOME_INTEGRATION_LIBS = @GNOME_INTEGRATION_LIBS@
191
 
GREP = @GREP@
192
 
INSTALL = @INSTALL@
193
 
INSTALL_DATA = @INSTALL_DATA@
194
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
196
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197
 
INSTOBJEXT = @INSTOBJEXT@
198
 
INTLLIBS = @INTLLIBS@
199
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
200
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
201
 
INTLTOOL_PERL = @INTLTOOL_PERL@
202
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
203
 
KDE_INTEGRATION_CFLAGS = @KDE_INTEGRATION_CFLAGS@
204
 
KDE_INTEGRATION_LIBS = @KDE_INTEGRATION_LIBS@
205
 
KEYBOARD_INDICATOR_PACKAGE_CFLAGS = @KEYBOARD_INDICATOR_PACKAGE_CFLAGS@
206
 
KEYBOARD_INDICATOR_PACKAGE_LIBS = @KEYBOARD_INDICATOR_PACKAGE_LIBS@
207
 
LD = @LD@
208
 
LDFLAGS = @LDFLAGS@
209
 
LIBOBJS = @LIBOBJS@
210
 
LIBS = @LIBS@
211
 
LIBTOOL = @LIBTOOL@
212
 
LIPO = @LIPO@
213
 
LN_S = @LN_S@
214
 
LTLIBOBJS = @LTLIBOBJS@
215
 
MAIL_PACKAGE_CFLAGS = @MAIL_PACKAGE_CFLAGS@
216
 
MAIL_PACKAGE_LIBS = @MAIL_PACKAGE_LIBS@
217
 
MAKEINFO = @MAKEINFO@
218
 
MKDIR_P = @MKDIR_P@
219
 
MKINSTALLDIRS = @MKINSTALLDIRS@
220
 
MSGFMT = @MSGFMT@
221
 
MSGFMT_OPTS = @MSGFMT_OPTS@
222
 
MSGMERGE = @MSGMERGE@
223
 
NM = @NM@
224
 
NMEDIT = @NMEDIT@
225
 
OBJDUMP = @OBJDUMP@
226
 
OBJEXT = @OBJEXT@
227
 
OLD_GNOME_INTEGRATION_CFLAGS = @OLD_GNOME_INTEGRATION_CFLAGS@
228
 
OLD_GNOME_INTEGRATION_LIBS = @OLD_GNOME_INTEGRATION_LIBS@
229
 
OTOOL = @OTOOL@
230
 
OTOOL64 = @OTOOL64@
231
 
PACKAGE = @PACKAGE@
232
 
PACKAGE_ALSA_MIXER = @PACKAGE_ALSA_MIXER@
233
 
PACKAGE_ANIMATED_ICONS = @PACKAGE_ANIMATED_ICONS@
234
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235
 
PACKAGE_CAIRO_PENGUIN = @PACKAGE_CAIRO_PENGUIN@
236
 
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
237
 
PACKAGE_CLIPPER = @PACKAGE_CLIPPER@
238
 
PACKAGE_CLOCK = @PACKAGE_CLOCK@
239
 
PACKAGE_COMPIZ_ICON = @PACKAGE_COMPIZ_ICON@
240
 
PACKAGE_DBUS = @PACKAGE_DBUS@
241
 
PACKAGE_DESKLET_RENDERING = @PACKAGE_DESKLET_RENDERING@
242
 
PACKAGE_DIALOG_RENDERING = @PACKAGE_DIALOG_RENDERING@
243
 
PACKAGE_DND2SHARE = @PACKAGE_DND2SHARE@
244
 
PACKAGE_DROP_INDICATOR = @PACKAGE_DROP_INDICATOR@
245
 
PACKAGE_DUSTBIN = @PACKAGE_DUSTBIN@
246
 
PACKAGE_GMENU = @PACKAGE_GMENU@
247
 
PACKAGE_GNOME_INTEGRATION = @PACKAGE_GNOME_INTEGRATION@
248
 
PACKAGE_GNOME_INTEGRATION_OLD = @PACKAGE_GNOME_INTEGRATION_OLD@
249
 
PACKAGE_ICON_EFFECTS = @PACKAGE_ICON_EFFECTS@
250
 
PACKAGE_ILLUSION = @PACKAGE_ILLUSION@
251
 
PACKAGE_KDE_INTEGRATION = @PACKAGE_KDE_INTEGRATION@
252
 
PACKAGE_KEYBOARD_INDICATOR = @PACKAGE_KEYBOARD_INDICATOR@
253
 
PACKAGE_LIBS = @PACKAGE_LIBS@
254
 
PACKAGE_LOGOUT = @PACKAGE_LOGOUT@
255
 
PACKAGE_MAIL = @PACKAGE_MAIL@
256
 
PACKAGE_MOTION_BLUR = @PACKAGE_MOTION_BLUR@
257
 
PACKAGE_MUSICPLAYER = @PACKAGE_MUSICPLAYER@
258
 
PACKAGE_NAME = @PACKAGE_NAME@
259
 
PACKAGE_NETSPEED = @PACKAGE_NETSPEED@
260
 
PACKAGE_NETWORK_MONITOR = @PACKAGE_NETWORK_MONITOR@
261
 
PACKAGE_POWERMANAGER = @PACKAGE_POWERMANAGER@
262
 
PACKAGE_QUICK_BROWSER = @PACKAGE_QUICK_BROWSER@
263
 
PACKAGE_RENDERING = @PACKAGE_RENDERING@
264
 
PACKAGE_RSS_READER = @PACKAGE_RSS_READER@
265
 
PACKAGE_SCOOBY_DO = @PACKAGE_SCOOBY_DO@
266
 
PACKAGE_SHORTCUTS = @PACKAGE_SHORTCUTS@
267
 
PACKAGE_SHOW_DESKTOP = @PACKAGE_SHOW_DESKTOP@
268
 
PACKAGE_SHOW_MOUSE = @PACKAGE_SHOW_MOUSE@
269
 
PACKAGE_SLIDER = @PACKAGE_SLIDER@
270
 
PACKAGE_STACK = @PACKAGE_STACK@
271
 
PACKAGE_STRING = @PACKAGE_STRING@
272
 
PACKAGE_SWITCHER = @PACKAGE_SWITCHER@
273
 
PACKAGE_SYSTEM_MONITOR = @PACKAGE_SYSTEM_MONITOR@
274
 
PACKAGE_SYSTRAY = @PACKAGE_SYSTRAY@
275
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
276
 
PACKAGE_TERMINAL = @PACKAGE_TERMINAL@
277
 
PACKAGE_TOMBOY = @PACKAGE_TOMBOY@
278
 
PACKAGE_TOONS = @PACKAGE_TOONS@
279
 
PACKAGE_URL = @PACKAGE_URL@
280
 
PACKAGE_VERSION = @PACKAGE_VERSION@
281
 
PACKAGE_WEATHER = @PACKAGE_WEATHER@
282
 
PACKAGE_WEBLETS = @PACKAGE_WEBLETS@
283
 
PACKAGE_WIFI = @PACKAGE_WIFI@
284
 
PACKAGE_XFCE_INTEGRATION = @PACKAGE_XFCE_INTEGRATION@
285
 
PACKAGE_XGAMMA = @PACKAGE_XGAMMA@
286
 
PATH_SEPARATOR = @PATH_SEPARATOR@
287
 
PKG_CONFIG = @PKG_CONFIG@
288
 
POFILES = @POFILES@
289
 
POSUB = @POSUB@
290
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
291
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
292
 
RANLIB = @RANLIB@
293
 
SED = @SED@
294
 
SET_MAKE = @SET_MAKE@
295
 
SHELL = @SHELL@
296
 
SHOW_DESKTOP_XRANDR_CFLAGS = @SHOW_DESKTOP_XRANDR_CFLAGS@
297
 
SHOW_DESKTOP_XRANDR_LIBS = @SHOW_DESKTOP_XRANDR_LIBS@
298
 
STRIP = @STRIP@
299
 
TERMINAL_PACKAGE_CFLAGS = @TERMINAL_PACKAGE_CFLAGS@
300
 
TERMINAL_PACKAGE_LIBS = @TERMINAL_PACKAGE_LIBS@
301
 
USE_NLS = @USE_NLS@
302
 
VERSION = @VERSION@
303
 
VERSION_ALSA_MIXER = @VERSION_ALSA_MIXER@
304
 
VERSION_ANIMATED_ICONS = @VERSION_ANIMATED_ICONS@
305
 
VERSION_CAIRO_PENGUIN = @VERSION_CAIRO_PENGUIN@
306
 
VERSION_CLIPPER = @VERSION_CLIPPER@
307
 
VERSION_CLOCK = @VERSION_CLOCK@
308
 
VERSION_COMPIZ_ICON = @VERSION_COMPIZ_ICON@
309
 
VERSION_DBUS = @VERSION_DBUS@
310
 
VERSION_DESKLET_RENDERING = @VERSION_DESKLET_RENDERING@
311
 
VERSION_DIALOG_RENDERING = @VERSION_DIALOG_RENDERING@
312
 
VERSION_DND2SHARE = @VERSION_DND2SHARE@
313
 
VERSION_DROP_INDICATOR = @VERSION_DROP_INDICATOR@
314
 
VERSION_DUSTBIN = @VERSION_DUSTBIN@
315
 
VERSION_GMENU = @VERSION_GMENU@
316
 
VERSION_GNOME_INTEGRATION = @VERSION_GNOME_INTEGRATION@
317
 
VERSION_GNOME_INTEGRATION_OLD = @VERSION_GNOME_INTEGRATION_OLD@
318
 
VERSION_ICON_EFFECTS = @VERSION_ICON_EFFECTS@
319
 
VERSION_ILLUSION = @VERSION_ILLUSION@
320
 
VERSION_KDE_INTEGRATION = @VERSION_KDE_INTEGRATION@
321
 
VERSION_KEYBOARD_INDICATOR = @VERSION_KEYBOARD_INDICATOR@
322
 
VERSION_LOGOUT = @VERSION_LOGOUT@
323
 
VERSION_MAIL = @VERSION_MAIL@
324
 
VERSION_MOTION_BLUR = @VERSION_MOTION_BLUR@
325
 
VERSION_MUSICPLAYER = @VERSION_MUSICPLAYER@
326
 
VERSION_NETSPEED = @VERSION_NETSPEED@
327
 
VERSION_NETWORK_MONITOR = @VERSION_NETWORK_MONITOR@
328
 
VERSION_POWERMANAGER = @VERSION_POWERMANAGER@
329
 
VERSION_QUICK_BROWSER = @VERSION_QUICK_BROWSER@
330
 
VERSION_RENDERING = @VERSION_RENDERING@
331
 
VERSION_RSS_READER = @VERSION_RSS_READER@
332
 
VERSION_SCOOBY_DO = @VERSION_SCOOBY_DO@
333
 
VERSION_SHORTCUTS = @VERSION_SHORTCUTS@
334
 
VERSION_SHOW_DESKTOP = @VERSION_SHOW_DESKTOP@
335
 
VERSION_SHOW_MOUSE = @VERSION_SHOW_MOUSE@
336
 
VERSION_SLIDER = @VERSION_SLIDER@
337
 
VERSION_STACK = @VERSION_STACK@
338
 
VERSION_SWITCHER = @VERSION_SWITCHER@
339
 
VERSION_SYSTEM_MONITOR = @VERSION_SYSTEM_MONITOR@
340
 
VERSION_SYSTRAY = @VERSION_SYSTRAY@
341
 
VERSION_TERMINAL = @VERSION_TERMINAL@
342
 
VERSION_TOMBOY = @VERSION_TOMBOY@
343
 
VERSION_TOONS = @VERSION_TOONS@
344
 
VERSION_WEATHER = @VERSION_WEATHER@
345
 
VERSION_WEBLETS = @VERSION_WEBLETS@
346
 
VERSION_WIFI = @VERSION_WIFI@
347
 
VERSION_XFCE_INTEGRATION = @VERSION_XFCE_INTEGRATION@
348
 
VERSION_XGAMMA = @VERSION_XGAMMA@
349
 
WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
350
 
WEBKIT_LIBS = @WEBKIT_LIBS@
351
 
XFCE_INTEGRATION_CFLAGS = @XFCE_INTEGRATION_CFLAGS@
352
 
XFCE_INTEGRATION_LIBS = @XFCE_INTEGRATION_LIBS@
353
 
XGAMMA_PACKAGE_CFLAGS = @XGAMMA_PACKAGE_CFLAGS@
354
 
XGAMMA_PACKAGE_LIBS = @XGAMMA_PACKAGE_LIBS@
355
 
XGETTEXT = @XGETTEXT@
356
 
abs_builddir = @abs_builddir@
357
 
abs_srcdir = @abs_srcdir@
358
 
abs_top_builddir = @abs_top_builddir@
359
 
abs_top_srcdir = @abs_top_srcdir@
360
 
ac_ct_CC = @ac_ct_CC@
361
 
ac_ct_CXX = @ac_ct_CXX@
362
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363
 
alsa_mixerdatadir = @alsa_mixerdatadir@
364
 
am__include = @am__include@
365
 
am__leading_dot = @am__leading_dot@
366
 
am__quote = @am__quote@
367
 
am__tar = @am__tar@
368
 
am__untar = @am__untar@
369
 
animated_iconsdatadir = @animated_iconsdatadir@
370
 
bindir = @bindir@
371
 
build = @build@
372
 
build_alias = @build_alias@
373
 
build_cpu = @build_cpu@
374
 
build_os = @build_os@
375
 
build_vendor = @build_vendor@
376
 
builddir = @builddir@
377
 
cairo_penguindatadir = @cairo_penguindatadir@
378
 
cairo_penguinuserdirname = @cairo_penguinuserdirname@
379
 
clockdatadir = @clockdatadir@
380
 
clockuserdirname = @clockuserdirname@
381
 
compiz_icondatadir = @compiz_icondatadir@
382
 
datadir = @datadir@
383
 
datarootdir = @datarootdir@
384
 
dbusdatadir = @dbusdatadir@
385
 
desklet_renderingdatadir = @desklet_renderingdatadir@
386
 
dialog_renderingdatadir = @dialog_renderingdatadir@
387
 
dnd2sharedatadir = @dnd2sharedatadir@
388
 
docdir = @docdir@
389
 
drop_indicatordatadir = @drop_indicatordatadir@
390
 
dustbindatadir = @dustbindatadir@
391
 
dustbinuserdirname = @dustbinuserdirname@
392
 
dvidir = @dvidir@
393
 
exec_prefix = @exec_prefix@
394
 
gmenudatadir = @gmenudatadir@
395
 
gnome_integration_olddatadir = @gnome_integration_olddatadir@
396
 
gnome_integrationdatadir = @gnome_integrationdatadir@
397
 
host = @host@
398
 
host_alias = @host_alias@
399
 
host_cpu = @host_cpu@
400
 
host_os = @host_os@
401
 
host_vendor = @host_vendor@
402
 
htmldir = @htmldir@
403
 
icon_effectsdatadir = @icon_effectsdatadir@
404
 
illusiondatadir = @illusiondatadir@
405
 
includedir = @includedir@
406
 
infodir = @infodir@
407
 
install_sh = @install_sh@
408
 
kde_integrationdatadir = @kde_integrationdatadir@
409
 
keyboard_indicatordatadir = @keyboard_indicatordatadir@
410
 
libdir = @libdir@
411
 
libexecdir = @libexecdir@
412
 
localedir = @localedir@
413
 
localstatedir = @localstatedir@
414
 
logoutdatadir = @logoutdatadir@
415
 
lt_ECHO = @lt_ECHO@
416
 
maildatadir = @maildatadir@
417
 
mandir = @mandir@
418
 
mkdir_p = @mkdir_p@
419
 
motion_blurdatadir = @motion_blurdatadir@
420
 
musicplayerdatadir = @musicplayerdatadir@
421
 
netspeeddatadir = @netspeeddatadir@
422
 
network_monitordatadir = @network_monitordatadir@
423
 
oldincludedir = @oldincludedir@
424
 
pdfdir = @pdfdir@
425
 
powermanagerdatadir = @powermanagerdatadir@
426
 
prefix = @prefix@
427
 
program_transform_name = @program_transform_name@
428
 
psdir = @psdir@
429
 
quick_browserdatadir = @quick_browserdatadir@
430
 
renderingdatadir = @renderingdatadir@
431
 
rss_readerdatadir = @rss_readerdatadir@
432
 
sbindir = @sbindir@
433
 
scooby_dodatadir = @scooby_dodatadir@
434
 
sharedstatedir = @sharedstatedir@
435
 
shortcutsdatadir = @shortcutsdatadir@
436
 
show_desktopdatadir = @show_desktopdatadir@
437
 
show_mousedatadir = @show_mousedatadir@
438
 
sliderdatadir = @sliderdatadir@
439
 
srcdir = @srcdir@
440
 
stackdatadir = @stackdatadir@
441
 
switcherdatadir = @switcherdatadir@
442
 
sysconfdir = @sysconfdir@
443
 
system_monitordatadir = @system_monitordatadir@
444
 
systraydatadir = @systraydatadir@
445
 
target_alias = @target_alias@
446
 
terminaldatadir = @terminaldatadir@
447
 
tomboydatadir = @tomboydatadir@
448
 
toonsdatadir = @toonsdatadir@
449
 
toonsuserdirname = @toonsuserdirname@
450
 
top_build_prefix = @top_build_prefix@
451
 
top_builddir = @top_builddir@
452
 
top_srcdir = @top_srcdir@
453
 
weatherdatadir = @weatherdatadir@
454
 
weatheruserdirname = @weatheruserdirname@
455
 
webletsdatadir = @webletsdatadir@
456
 
wifidatadir = @wifidatadir@
457
 
xfce_integrationdatadir = @xfce_integrationdatadir@
458
 
xgammadatadir = @xgammadatadir@
459
 
lib_LTLIBRARIES = \
460
 
        libcd-rendering.la
461
 
 
462
 
libcd_rendering_la_SOURCES = \
463
 
        rendering-init.c\
464
 
        rendering-init.h\
465
 
        rendering-config.c\
466
 
        rendering-config.h\
467
 
        rendering-caroussel.c\
468
 
        rendering-caroussel.h\
469
 
        rendering-parabole.c\
470
 
        rendering-parabole.h\
471
 
        rendering-3D-plane.c\
472
 
        rendering-3D-plane.h\
473
 
        rendering-rainbow.c\
474
 
        rendering-rainbow.h\
475
 
        rendering-diapo-simple.c\
476
 
        rendering-diapo-simple.h\
477
 
        rendering-curve.c\
478
 
        rendering-curve.h\
479
 
        rendering-commons.c\
480
 
        rendering-commons.h\
481
 
        rendering-struct.h
482
 
 
483
 
dock_version = `pkg-config --modversion cairo-dock`
484
 
libcd_rendering_la_CFLAGS = \
485
 
        -I$(top_srcdir)/src\
486
 
        $(PACKAGE_CFLAGS)\
487
 
        $(glitz_cflags) \
488
 
        $(include_glitz)\
489
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(renderingdatadir)"\"\
490
 
        -DMY_APPLET_README_FILE=\""readme"\"\
491
 
        -DMY_APPLET_VERSION=\""$(VERSION_RENDERING)"\"\
492
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_RENDERING)"\"\
493
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
494
 
        -DMY_APPLET_PREVIEW_FILE=\""none"\"\
495
 
        -DMY_APPLET_CONF_FILE=\""rendering.conf"\"\
496
 
        -DMY_APPLET_USER_DATA_DIR=\""rendering"\"\
497
 
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
498
 
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
499
 
        -std=c99\
500
 
        -Werror-implicit-function-declaration\
501
 
        -O3
502
 
 
503
 
#       -Wno-unused-parameter
504
 
#       -g -ggdb -W -Wall
505
 
libcd_rendering_la_LIBADD = \
506
 
        $(glitz_libs) \
507
 
        $(PACKAGE_LIBS) -lm
508
 
 
509
 
libcd_rendering_la_LDFLAGS = \
510
 
        -avoid-version -module
511
 
 
512
 
all: all-am
513
 
 
514
 
.SUFFIXES:
515
 
.SUFFIXES: .c .lo .o .obj
516
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
517
 
        @for dep in $?; do \
518
 
          case '$(am__configure_deps)' in \
519
 
            *$$dep*) \
520
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
521
 
                && { if test -f $@; then exit 0; else break; fi; }; \
522
 
              exit 1;; \
523
 
          esac; \
524
 
        done; \
525
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dock-rendering/src/Makefile'; \
526
 
        $(am__cd) $(top_srcdir) && \
527
 
          $(AUTOMAKE) --foreign dock-rendering/src/Makefile
528
 
.PRECIOUS: Makefile
529
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
530
 
        @case '$?' in \
531
 
          *config.status*) \
532
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
533
 
          *) \
534
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
535
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
536
 
        esac;
537
 
 
538
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
539
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540
 
 
541
 
$(top_srcdir)/configure:  $(am__configure_deps)
542
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
543
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
544
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545
 
$(am__aclocal_m4_deps):
546
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
547
 
        @$(NORMAL_INSTALL)
548
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
549
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
550
 
        list2=; for p in $$list; do \
551
 
          if test -f $$p; then \
552
 
            list2="$$list2 $$p"; \
553
 
          else :; fi; \
554
 
        done; \
555
 
        test -z "$$list2" || { \
556
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
557
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
558
 
        }
559
 
 
560
 
uninstall-libLTLIBRARIES:
561
 
        @$(NORMAL_UNINSTALL)
562
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
563
 
        for p in $$list; do \
564
 
          $(am__strip_dir) \
565
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
566
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
567
 
        done
568
 
 
569
 
clean-libLTLIBRARIES:
570
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
571
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
572
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
573
 
          test "$$dir" != "$$p" || dir=.; \
574
 
          echo "rm -f \"$${dir}/so_locations\""; \
575
 
          rm -f "$${dir}/so_locations"; \
576
 
        done
577
 
libcd-rendering.la: $(libcd_rendering_la_OBJECTS) $(libcd_rendering_la_DEPENDENCIES) 
578
 
        $(libcd_rendering_la_LINK) -rpath $(libdir) $(libcd_rendering_la_OBJECTS) $(libcd_rendering_la_LIBADD) $(LIBS)
579
 
 
580
 
mostlyclean-compile:
581
 
        -rm -f *.$(OBJEXT)
582
 
 
583
 
distclean-compile:
584
 
        -rm -f *.tab.c
585
 
 
586
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-3D-plane.Plo@am__quote@
587
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-caroussel.Plo@am__quote@
588
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-commons.Plo@am__quote@
589
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-config.Plo@am__quote@
590
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-curve.Plo@am__quote@
591
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-diapo-simple.Plo@am__quote@
592
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-init.Plo@am__quote@
593
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-parabole.Plo@am__quote@
594
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_rendering_la-rendering-rainbow.Plo@am__quote@
595
 
 
596
 
.c.o:
597
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
598
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
602
 
 
603
 
.c.obj:
604
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
605
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
609
 
 
610
 
.c.lo:
611
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
612
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
613
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
614
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
616
 
 
617
 
libcd_rendering_la-rendering-init.lo: rendering-init.c
618
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-init.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-init.Tpo -c -o libcd_rendering_la-rendering-init.lo `test -f 'rendering-init.c' || echo '$(srcdir)/'`rendering-init.c
619
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-init.Tpo $(DEPDIR)/libcd_rendering_la-rendering-init.Plo
620
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-init.c' object='libcd_rendering_la-rendering-init.lo' libtool=yes @AMDEPBACKSLASH@
621
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-init.lo `test -f 'rendering-init.c' || echo '$(srcdir)/'`rendering-init.c
623
 
 
624
 
libcd_rendering_la-rendering-config.lo: rendering-config.c
625
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-config.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-config.Tpo -c -o libcd_rendering_la-rendering-config.lo `test -f 'rendering-config.c' || echo '$(srcdir)/'`rendering-config.c
626
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-config.Tpo $(DEPDIR)/libcd_rendering_la-rendering-config.Plo
627
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-config.c' object='libcd_rendering_la-rendering-config.lo' libtool=yes @AMDEPBACKSLASH@
628
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-config.lo `test -f 'rendering-config.c' || echo '$(srcdir)/'`rendering-config.c
630
 
 
631
 
libcd_rendering_la-rendering-caroussel.lo: rendering-caroussel.c
632
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-caroussel.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-caroussel.Tpo -c -o libcd_rendering_la-rendering-caroussel.lo `test -f 'rendering-caroussel.c' || echo '$(srcdir)/'`rendering-caroussel.c
633
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-caroussel.Tpo $(DEPDIR)/libcd_rendering_la-rendering-caroussel.Plo
634
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-caroussel.c' object='libcd_rendering_la-rendering-caroussel.lo' libtool=yes @AMDEPBACKSLASH@
635
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-caroussel.lo `test -f 'rendering-caroussel.c' || echo '$(srcdir)/'`rendering-caroussel.c
637
 
 
638
 
libcd_rendering_la-rendering-parabole.lo: rendering-parabole.c
639
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-parabole.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-parabole.Tpo -c -o libcd_rendering_la-rendering-parabole.lo `test -f 'rendering-parabole.c' || echo '$(srcdir)/'`rendering-parabole.c
640
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-parabole.Tpo $(DEPDIR)/libcd_rendering_la-rendering-parabole.Plo
641
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-parabole.c' object='libcd_rendering_la-rendering-parabole.lo' libtool=yes @AMDEPBACKSLASH@
642
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-parabole.lo `test -f 'rendering-parabole.c' || echo '$(srcdir)/'`rendering-parabole.c
644
 
 
645
 
libcd_rendering_la-rendering-3D-plane.lo: rendering-3D-plane.c
646
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-3D-plane.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-3D-plane.Tpo -c -o libcd_rendering_la-rendering-3D-plane.lo `test -f 'rendering-3D-plane.c' || echo '$(srcdir)/'`rendering-3D-plane.c
647
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-3D-plane.Tpo $(DEPDIR)/libcd_rendering_la-rendering-3D-plane.Plo
648
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-3D-plane.c' object='libcd_rendering_la-rendering-3D-plane.lo' libtool=yes @AMDEPBACKSLASH@
649
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-3D-plane.lo `test -f 'rendering-3D-plane.c' || echo '$(srcdir)/'`rendering-3D-plane.c
651
 
 
652
 
libcd_rendering_la-rendering-rainbow.lo: rendering-rainbow.c
653
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-rainbow.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-rainbow.Tpo -c -o libcd_rendering_la-rendering-rainbow.lo `test -f 'rendering-rainbow.c' || echo '$(srcdir)/'`rendering-rainbow.c
654
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-rainbow.Tpo $(DEPDIR)/libcd_rendering_la-rendering-rainbow.Plo
655
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-rainbow.c' object='libcd_rendering_la-rendering-rainbow.lo' libtool=yes @AMDEPBACKSLASH@
656
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-rainbow.lo `test -f 'rendering-rainbow.c' || echo '$(srcdir)/'`rendering-rainbow.c
658
 
 
659
 
libcd_rendering_la-rendering-diapo-simple.lo: rendering-diapo-simple.c
660
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-diapo-simple.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-diapo-simple.Tpo -c -o libcd_rendering_la-rendering-diapo-simple.lo `test -f 'rendering-diapo-simple.c' || echo '$(srcdir)/'`rendering-diapo-simple.c
661
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-diapo-simple.Tpo $(DEPDIR)/libcd_rendering_la-rendering-diapo-simple.Plo
662
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-diapo-simple.c' object='libcd_rendering_la-rendering-diapo-simple.lo' libtool=yes @AMDEPBACKSLASH@
663
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-diapo-simple.lo `test -f 'rendering-diapo-simple.c' || echo '$(srcdir)/'`rendering-diapo-simple.c
665
 
 
666
 
libcd_rendering_la-rendering-curve.lo: rendering-curve.c
667
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-curve.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-curve.Tpo -c -o libcd_rendering_la-rendering-curve.lo `test -f 'rendering-curve.c' || echo '$(srcdir)/'`rendering-curve.c
668
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-curve.Tpo $(DEPDIR)/libcd_rendering_la-rendering-curve.Plo
669
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-curve.c' object='libcd_rendering_la-rendering-curve.lo' libtool=yes @AMDEPBACKSLASH@
670
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-curve.lo `test -f 'rendering-curve.c' || echo '$(srcdir)/'`rendering-curve.c
672
 
 
673
 
libcd_rendering_la-rendering-commons.lo: rendering-commons.c
674
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_rendering_la-rendering-commons.lo -MD -MP -MF $(DEPDIR)/libcd_rendering_la-rendering-commons.Tpo -c -o libcd_rendering_la-rendering-commons.lo `test -f 'rendering-commons.c' || echo '$(srcdir)/'`rendering-commons.c
675
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcd_rendering_la-rendering-commons.Tpo $(DEPDIR)/libcd_rendering_la-rendering-commons.Plo
676
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rendering-commons.c' object='libcd_rendering_la-rendering-commons.lo' libtool=yes @AMDEPBACKSLASH@
677
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_rendering_la-rendering-commons.lo `test -f 'rendering-commons.c' || echo '$(srcdir)/'`rendering-commons.c
679
 
 
680
 
mostlyclean-libtool:
681
 
        -rm -f *.lo
682
 
 
683
 
clean-libtool:
684
 
        -rm -rf .libs _libs
685
 
 
686
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
687
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
688
 
        unique=`for i in $$list; do \
689
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690
 
          done | \
691
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
692
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
693
 
        mkid -fID $$unique
694
 
tags: TAGS
695
 
 
696
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
697
 
                $(TAGS_FILES) $(LISP)
698
 
        set x; \
699
 
        here=`pwd`; \
700
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
701
 
        unique=`for i in $$list; do \
702
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
703
 
          done | \
704
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
705
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
706
 
        shift; \
707
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
708
 
          test -n "$$unique" || unique=$$empty_fix; \
709
 
          if test $$# -gt 0; then \
710
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
711
 
              "$$@" $$unique; \
712
 
          else \
713
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714
 
              $$unique; \
715
 
          fi; \
716
 
        fi
717
 
ctags: CTAGS
718
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
719
 
                $(TAGS_FILES) $(LISP)
720
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
721
 
        unique=`for i in $$list; do \
722
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
723
 
          done | \
724
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
725
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
726
 
        test -z "$(CTAGS_ARGS)$$unique" \
727
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
728
 
             $$unique
729
 
 
730
 
GTAGS:
731
 
        here=`$(am__cd) $(top_builddir) && pwd` \
732
 
          && $(am__cd) $(top_srcdir) \
733
 
          && gtags -i $(GTAGS_ARGS) "$$here"
734
 
 
735
 
distclean-tags:
736
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
737
 
 
738
 
distdir: $(DISTFILES)
739
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
740
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
741
 
        list='$(DISTFILES)'; \
742
 
          dist_files=`for file in $$list; do echo $$file; done | \
743
 
          sed -e "s|^$$srcdirstrip/||;t" \
744
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
745
 
        case $$dist_files in \
746
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
747
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
748
 
                           sort -u` ;; \
749
 
        esac; \
750
 
        for file in $$dist_files; do \
751
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
752
 
          if test -d $$d/$$file; then \
753
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
754
 
            if test -d "$(distdir)/$$file"; then \
755
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
756
 
            fi; \
757
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
758
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
759
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
760
 
            fi; \
761
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
762
 
          else \
763
 
            test -f "$(distdir)/$$file" \
764
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
765
 
            || exit 1; \
766
 
          fi; \
767
 
        done
768
 
check-am: all-am
769
 
check: check-am
770
 
all-am: Makefile $(LTLIBRARIES)
771
 
installdirs:
772
 
        for dir in "$(DESTDIR)$(libdir)"; do \
773
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
774
 
        done
775
 
install: install-am
776
 
install-exec: install-exec-am
777
 
install-data: install-data-am
778
 
uninstall: uninstall-am
779
 
 
780
 
install-am: all-am
781
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
 
 
783
 
installcheck: installcheck-am
784
 
install-strip:
785
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787
 
          `test -z '$(STRIP)' || \
788
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
789
 
mostlyclean-generic:
790
 
 
791
 
clean-generic:
792
 
 
793
 
distclean-generic:
794
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
795
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
796
 
 
797
 
maintainer-clean-generic:
798
 
        @echo "This command is intended for maintainers to use"
799
 
        @echo "it deletes files that may require special tools to rebuild."
800
 
clean: clean-am
801
 
 
802
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
803
 
        mostlyclean-am
804
 
 
805
 
distclean: distclean-am
806
 
        -rm -rf ./$(DEPDIR)
807
 
        -rm -f Makefile
808
 
distclean-am: clean-am distclean-compile distclean-generic \
809
 
        distclean-tags
810
 
 
811
 
dvi: dvi-am
812
 
 
813
 
dvi-am:
814
 
 
815
 
html: html-am
816
 
 
817
 
html-am:
818
 
 
819
 
info: info-am
820
 
 
821
 
info-am:
822
 
 
823
 
install-data-am:
824
 
 
825
 
install-dvi: install-dvi-am
826
 
 
827
 
install-dvi-am:
828
 
 
829
 
install-exec-am: install-libLTLIBRARIES
830
 
 
831
 
install-html: install-html-am
832
 
 
833
 
install-html-am:
834
 
 
835
 
install-info: install-info-am
836
 
 
837
 
install-info-am:
838
 
 
839
 
install-man:
840
 
 
841
 
install-pdf: install-pdf-am
842
 
 
843
 
install-pdf-am:
844
 
 
845
 
install-ps: install-ps-am
846
 
 
847
 
install-ps-am:
848
 
 
849
 
installcheck-am:
850
 
 
851
 
maintainer-clean: maintainer-clean-am
852
 
        -rm -rf ./$(DEPDIR)
853
 
        -rm -f Makefile
854
 
maintainer-clean-am: distclean-am maintainer-clean-generic
855
 
 
856
 
mostlyclean: mostlyclean-am
857
 
 
858
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
859
 
        mostlyclean-libtool
860
 
 
861
 
pdf: pdf-am
862
 
 
863
 
pdf-am:
864
 
 
865
 
ps: ps-am
866
 
 
867
 
ps-am:
868
 
 
869
 
uninstall-am: uninstall-libLTLIBRARIES
870
 
 
871
 
.MAKE: install-am install-strip
872
 
 
873
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
874
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
875
 
        distclean-compile distclean-generic distclean-libtool \
876
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
877
 
        install install-am install-data install-data-am install-dvi \
878
 
        install-dvi-am install-exec install-exec-am install-html \
879
 
        install-html-am install-info install-info-am \
880
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
881
 
        install-ps install-ps-am install-strip installcheck \
882
 
        installcheck-am installdirs maintainer-clean \
883
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
884
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
885
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
886
 
 
887
 
 #dnl Process this file with automake to produce Makefile.in
888
 
 
889
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
890
 
# Otherwise a system limit (for SysV at least) may be exceeded.
891
 
.NOEXPORT: