~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
 
15
@SET_MAKE@
15
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
23
top_builddir = .
42
24
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
61
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
 
42
AMTAR = @AMTAR@
 
43
AR = @AR@
62
44
AS = @AS@
63
 
BONOBO_ACTIVATION_IDL_DIR = @BONOBO_ACTIVATION_IDL_DIR@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
AUTOMAKE = @AUTOMAKE@
 
48
AWK = @AWK@
 
49
BONOBO_ACTIVATION_LT_VERSION_INFO = @BONOBO_ACTIVATION_LT_VERSION_INFO@
 
50
BONOBO_MAJOR_VERSION = @BONOBO_MAJOR_VERSION@
 
51
BONOBO_MICRO_VERSION = @BONOBO_MICRO_VERSION@
 
52
BONOBO_MINOR_VERSION = @BONOBO_MINOR_VERSION@
 
53
BONOBO_SLAY = @BONOBO_SLAY@
64
54
CATALOGS = @CATALOGS@
65
55
CATOBJEXT = @CATOBJEXT@
66
56
CC = @CC@
 
57
CCDEPMODE = @CCDEPMODE@
67
58
CFLAGS = @CFLAGS@
 
59
CPP = @CPP@
68
60
CPPFLAGS = @CPPFLAGS@
 
61
CXX = @CXX@
 
62
CXXCPP = @CXXCPP@
 
63
CXXDEPMODE = @CXXDEPMODE@
 
64
CXXFLAGS = @CXXFLAGS@
 
65
CYGPATH_W = @CYGPATH_W@
69
66
DATADIRNAME = @DATADIRNAME@
 
67
DEFS = @DEFS@
 
68
DEPDIR = @DEPDIR@
70
69
DLLTOOL = @DLLTOOL@
71
70
ECHO = @ECHO@
 
71
ECHO_C = @ECHO_C@
 
72
ECHO_N = @ECHO_N@
 
73
ECHO_T = @ECHO_T@
 
74
EGREP = @EGREP@
 
75
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
 
76
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
72
77
EXEEXT = @EXEEXT@
 
78
F77 = @F77@
 
79
FFLAGS = @FFLAGS@
73
80
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
74
81
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
75
82
GMOFILES = @GMOFILES@
76
83
GMSGFMT = @GMSGFMT@
77
 
GTKDOC = @GTKDOC@
 
84
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
 
85
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
78
86
HTML_DIR = @HTML_DIR@
 
87
IF_BSD_PS = @IF_BSD_PS@
 
88
IF_POSIX_PS = @IF_POSIX_PS@
 
89
INSTALL_DATA = @INSTALL_DATA@
 
90
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
91
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
93
INSTOBJEXT = @INSTOBJEXT@
80
 
INTLDEPS = @INTLDEPS@
81
94
INTLLIBS = @INTLLIBS@
82
 
INTLOBJS = @INTLOBJS@
83
95
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
84
96
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
85
97
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
86
98
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
99
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
100
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
87
101
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
88
102
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
103
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
104
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
89
105
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
90
106
INTLTOOL_PERL = @INTLTOOL_PERL@
91
107
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
108
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
109
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
92
110
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
93
111
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
94
112
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
113
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
95
114
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
96
115
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
116
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
117
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
118
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
97
119
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
98
120
LDFLAGS = @LDFLAGS@
 
121
LEX = @LEX@
 
122
LEXLIB = @LEXLIB@
 
123
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
124
LFLAGS = @LFLAGS@
99
125
LIBBONOBO_CFLAGS = @LIBBONOBO_CFLAGS@
100
126
LIBBONOBO_LIBS = @LIBBONOBO_LIBS@
 
127
LIBBONOBO_LT_VERSION_INFO = @LIBBONOBO_LT_VERSION_INFO@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
101
130
LIBTOOL = @LIBTOOL@
102
131
LN_S = @LN_S@
 
132
LTLIBOBJS = @LTLIBOBJS@
103
133
MAINT = @MAINT@
 
134
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
135
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
104
136
MAKEINFO = @MAKEINFO@
105
137
MKINSTALLDIRS = @MKINSTALLDIRS@
 
138
MSGFMT = @MSGFMT@
106
139
OBJDUMP = @OBJDUMP@
107
140
OBJEXT = @OBJEXT@
108
141
ORBIT_IDL = @ORBIT_IDL@
109
142
PACKAGE = @PACKAGE@
 
143
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
144
PACKAGE_NAME = @PACKAGE_NAME@
 
145
PACKAGE_STRING = @PACKAGE_STRING@
 
146
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
147
PACKAGE_VERSION = @PACKAGE_VERSION@
 
148
PATH_SEPARATOR = @PATH_SEPARATOR@
110
149
PATH_TO_XRDB = @PATH_TO_XRDB@
 
150
PERL_PATH = @PERL_PATH@
111
151
PKG_CONFIG = @PKG_CONFIG@
112
152
POFILES = @POFILES@
 
153
POPT_LIBS = @POPT_LIBS@
113
154
POSUB = @POSUB@
 
155
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
156
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
157
PS_PATH = @PS_PATH@
114
158
RANLIB = @RANLIB@
 
159
SERVER_CFLAGS = @SERVER_CFLAGS@
 
160
SERVER_LIBS = @SERVER_LIBS@
 
161
SET_MAKE = @SET_MAKE@
 
162
SHELL = @SHELL@
115
163
STRIP = @STRIP@
116
164
USE_NLS = @USE_NLS@
117
165
VERSION = @VERSION@
118
166
WARN_CFLAGS = @WARN_CFLAGS@
 
167
XGETTEXT = @XGETTEXT@
119
168
YACC = @YACC@
120
 
cxxflags_set = @cxxflags_set@
 
169
ac_ct_AR = @ac_ct_AR@
 
170
ac_ct_AS = @ac_ct_AS@
 
171
ac_ct_CC = @ac_ct_CC@
 
172
ac_ct_CXX = @ac_ct_CXX@
 
173
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
174
ac_ct_F77 = @ac_ct_F77@
 
175
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
176
ac_ct_RANLIB = @ac_ct_RANLIB@
 
177
ac_ct_STRIP = @ac_ct_STRIP@
 
178
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
179
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
180
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
181
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
182
am__include = @am__include@
 
183
am__leading_dot = @am__leading_dot@
 
184
am__quote = @am__quote@
 
185
bindir = @bindir@
 
186
build = @build@
 
187
build_alias = @build_alias@
 
188
build_cpu = @build_cpu@
 
189
build_os = @build_os@
 
190
build_vendor = @build_vendor@
 
191
datadir = @datadir@
 
192
exec_prefix = @exec_prefix@
 
193
gnomelocaledir = @gnomelocaledir@
 
194
host = @host@
 
195
host_alias = @host_alias@
 
196
host_cpu = @host_cpu@
 
197
host_os = @host_os@
 
198
host_vendor = @host_vendor@
 
199
includedir = @includedir@
 
200
infodir = @infodir@
 
201
install_sh = @install_sh@
 
202
libdir = @libdir@
 
203
libexecdir = @libexecdir@
 
204
localstatedir = @localstatedir@
 
205
mandir = @mandir@
 
206
mkdir_p = @mkdir_p@
 
207
oldincludedir = @oldincludedir@
 
208
prefix = @prefix@
 
209
program_transform_name = @program_transform_name@
 
210
sbindir = @sbindir@
 
211
sharedstatedir = @sharedstatedir@
 
212
sysconfdir = @sysconfdir@
 
213
target_alias = @target_alias@
 
214
SUBDIRS = \
 
215
        idl bonobo-activation bonobo \
 
216
        activation-server monikers \
 
217
        utils samples tests doc po
121
218
 
122
 
SUBDIRS = idl bonobo monikers samples tests po doc
123
219
 
124
220
libincludedir = $(includedir)/libbonobo-2.0
125
 
libinclude_HEADERS =    libbonobo.h
126
 
 
127
 
 
128
 
EXTRA_DIST = message-of-doom    intltool-extract.in     intltool-merge.in       intltool-update.in      changes.txt
129
 
 
 
221
libinclude_HEADERS = \
 
222
        libbonobo.h
 
223
 
 
224
 
 
225
EXTRA_DIST = \
 
226
        bonobo-activation-config.xml \
 
227
        intltool-extract.in  \
 
228
        intltool-merge.in    \
 
229
        intltool-update.in   \
 
230
        changes.txt          \
 
231
        gtk-doc.make
 
232
 
 
233
 
 
234
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
235
 
 
236
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
 
237
subdir = .
130
238
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131
239
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132
240
CONFIG_HEADER = config.h
133
 
CONFIG_CLEAN_FILES = 
134
 
HEADERS =  $(libinclude_HEADERS)
135
 
 
136
 
DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING COPYING.LIB \
137
 
ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h \
138
 
aclocal.m4 config.guess config.h.in config.sub configure configure.in \
139
 
install-sh ltconfig ltmain.sh missing mkinstalldirs
140
 
 
141
 
 
142
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
 
 
144
 
TAR = gtar
145
 
GZIP_ENV = --best
146
 
all: all-redirect
 
241
CONFIG_CLEAN_FILES =
 
242
DIST_SOURCES =
 
243
HEADERS = $(libinclude_HEADERS)
 
244
 
 
245
 
 
246
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
247
        ps-recursive install-info-recursive uninstall-info-recursive \
 
248
        all-recursive install-data-recursive install-exec-recursive \
 
249
        installdirs-recursive install-recursive uninstall-recursive \
 
250
        check-recursive installcheck-recursive
 
251
DIST_COMMON = README $(libinclude_HEADERS) $(srcdir)/Makefile.in \
 
252
        $(srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
 
253
        INSTALL Makefile.am NEWS TODO aclocal.m4 config.guess \
 
254
        config.h.in config.sub configure configure.in depcomp \
 
255
        install-sh ltmain.sh missing mkinstalldirs
 
256
DIST_SUBDIRS = $(SUBDIRS)
 
257
all: config.h
 
258
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
259
 
147
260
.SUFFIXES:
148
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
149
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
150
 
 
151
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
152
 
        cd $(top_builddir) \
153
 
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
154
 
 
155
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
156
 
        cd $(srcdir) && $(ACLOCAL)
157
 
 
158
 
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
261
 
 
262
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
263
 configure.lineno
 
264
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
265
        cd $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu  Makefile
 
267
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
268
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
269
 
 
270
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
159
271
        $(SHELL) ./config.status --recheck
160
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
272
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
161
273
        cd $(srcdir) && $(AUTOCONF)
162
274
 
163
 
config.h: stamp-h
164
 
        @if test ! -f $@; then \
165
 
                rm -f stamp-h; \
166
 
                $(MAKE) stamp-h; \
167
 
        else :; fi
168
 
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
169
 
        cd $(top_builddir) \
170
 
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
171
 
             $(SHELL) ./config.status
172
 
        @echo timestamp > stamp-h 2> /dev/null
173
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
174
 
        @if test ! -f $@; then \
175
 
                rm -f $(srcdir)/stamp-h.in; \
176
 
                $(MAKE) $(srcdir)/stamp-h.in; \
177
 
        else :; fi
178
 
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 
275
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
 
276
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
277
 
 
278
config.h: stamp-h1
 
279
        @if test ! -f $@; then \
 
280
          rm -f stamp-h1; \
 
281
          $(MAKE) stamp-h1; \
 
282
        else :; fi
 
283
 
 
284
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
285
        @rm -f stamp-h1
 
286
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
287
 
 
288
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
179
289
        cd $(top_srcdir) && $(AUTOHEADER)
180
 
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
181
 
 
182
 
mostlyclean-hdr:
183
 
 
184
 
clean-hdr:
 
290
        touch $(srcdir)/config.h.in
185
291
 
186
292
distclean-hdr:
187
 
        -rm -f config.h
188
 
 
189
 
maintainer-clean-hdr:
190
 
 
 
293
        -rm -f config.h stamp-h1
 
294
 
 
295
mostlyclean-libtool:
 
296
        -rm -f *.lo
 
297
 
 
298
clean-libtool:
 
299
        -rm -rf .libs _libs
 
300
 
 
301
distclean-libtool:
 
302
        -rm -f libtool
 
303
uninstall-info-am:
 
304
libincludeHEADERS_INSTALL = $(INSTALL_HEADER)
191
305
install-libincludeHEADERS: $(libinclude_HEADERS)
192
306
        @$(NORMAL_INSTALL)
193
307
        $(mkinstalldirs) $(DESTDIR)$(libincludedir)
194
308
        @list='$(libinclude_HEADERS)'; for p in $$list; do \
195
 
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
196
 
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libincludedir)/$$p"; \
197
 
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libincludedir)/$$p; \
 
309
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
310
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
311
          echo " $(libincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libincludedir)/$$f"; \
 
312
          $(libincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libincludedir)/$$f; \
198
313
        done
199
314
 
200
315
uninstall-libincludeHEADERS:
201
316
        @$(NORMAL_UNINSTALL)
202
 
        list='$(libinclude_HEADERS)'; for p in $$list; do \
203
 
          rm -f $(DESTDIR)$(libincludedir)/$$p; \
 
317
        @list='$(libinclude_HEADERS)'; for p in $$list; do \
 
318
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
319
          echo " rm -f $(DESTDIR)$(libincludedir)/$$f"; \
 
320
          rm -f $(DESTDIR)$(libincludedir)/$$f; \
204
321
        done
205
322
 
206
323
# This directory's subdirectories are mostly independent; you can cd
209
326
# (1) if the variable is set in `config.status', edit `config.status'
210
327
#     (which will cause the Makefiles to be regenerated when you run `make');
211
328
# (2) otherwise, pass the desired values on the `make' command line.
212
 
 
213
 
@SET_MAKE@
214
 
 
215
 
all-recursive install-data-recursive install-exec-recursive \
216
 
installdirs-recursive install-recursive uninstall-recursive  \
217
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
218
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
329
$(RECURSIVE_TARGETS):
 
330
        @set fnord $$MAKEFLAGS; amf=$$2; \
219
331
        dot_seen=no; \
220
332
        target=`echo $@ | sed s/-recursive//`; \
221
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
235
347
 
236
348
mostlyclean-recursive clean-recursive distclean-recursive \
237
349
maintainer-clean-recursive:
238
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
350
        @set fnord $$MAKEFLAGS; amf=$$2; \
239
351
        dot_seen=no; \
240
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
241
 
          rev="$$subdir $$rev"; \
242
 
          test "$$subdir" != "." || dot_seen=yes; \
 
352
        case "$@" in \
 
353
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
354
          *) list='$(SUBDIRS)' ;; \
 
355
        esac; \
 
356
        rev=''; for subdir in $$list; do \
 
357
          if test "$$subdir" = "."; then :; else \
 
358
            rev="$$subdir $$rev"; \
 
359
          fi; \
243
360
        done; \
244
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
361
        rev="$$rev ."; \
245
362
        target=`echo $@ | sed s/-recursive//`; \
246
363
        for subdir in $$rev; do \
247
364
          echo "Making $$target in $$subdir"; \
257
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
258
375
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
259
376
        done
 
377
ctags-recursive:
 
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
379
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
380
        done
 
381
 
 
382
ETAGS = etags
 
383
ETAGSFLAGS =
 
384
 
 
385
CTAGS = ctags
 
386
CTAGSFLAGS =
260
387
 
261
388
tags: TAGS
262
389
 
263
 
ID: $(HEADERS) $(SOURCES) $(LISP)
264
 
        list='$(SOURCES) $(HEADERS)'; \
265
 
        unique=`for i in $$list; do echo $$i; done | \
266
 
          awk '    { files[$$0] = 1; } \
 
390
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
391
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
392
        unique=`for i in $$list; do \
 
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
394
          done | \
 
395
          $(AWK) '    { files[$$0] = 1; } \
267
396
               END { for (i in files) print i; }'`; \
268
 
        here=`pwd` && cd $(srcdir) \
269
 
          && mkid -f$$here/ID $$unique $(LISP)
 
397
        mkid -fID $$unique
270
398
 
271
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
399
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
400
                $(TAGS_FILES) $(LISP)
272
401
        tags=; \
273
402
        here=`pwd`; \
 
403
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
404
          include_option=--etags-include; \
 
405
        else \
 
406
          include_option=--include; \
 
407
        fi; \
274
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
275
 
   if test "$$subdir" = .; then :; else \
276
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
277
 
   fi; \
 
409
          if test "$$subdir" = .; then :; else \
 
410
            test -f $$subdir/TAGS && \
 
411
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
412
          fi; \
278
413
        done; \
279
 
        list='$(SOURCES) $(HEADERS)'; \
280
 
        unique=`for i in $$list; do echo $$i; done | \
281
 
          awk '    { files[$$0] = 1; } \
282
 
               END { for (i in files) print i; }'`; \
283
 
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
284
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
285
 
 
286
 
mostlyclean-tags:
287
 
 
288
 
clean-tags:
 
414
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '    { files[$$0] = 1; } \
 
419
               END { for (i in files) print i; }'`; \
 
420
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
421
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
422
             $$tags $$unique
 
423
 
 
424
ctags: CTAGS
 
425
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
426
                $(TAGS_FILES) $(LISP)
 
427
        tags=; \
 
428
        here=`pwd`; \
 
429
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
430
        unique=`for i in $$list; do \
 
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
432
          done | \
 
433
          $(AWK) '    { files[$$0] = 1; } \
 
434
               END { for (i in files) print i; }'`; \
 
435
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
436
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
437
             $$tags $$unique
 
438
 
 
439
GTAGS:
 
440
        here=`$(am__cd) $(top_builddir) && pwd` \
 
441
          && cd $(top_srcdir) \
 
442
          && gtags -i $(GTAGS_ARGS) $$here
289
443
 
290
444
distclean-tags:
291
 
        -rm -f TAGS ID
292
 
 
293
 
maintainer-clean-tags:
294
 
 
 
445
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
446
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
447
 
 
448
top_distdir = .
295
449
distdir = $(PACKAGE)-$(VERSION)
296
 
top_distdir = $(distdir)
 
450
 
 
451
am__remove_distdir = \
 
452
  { test ! -d $(distdir) \
 
453
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
454
         && rm -fr $(distdir); }; }
 
455
 
 
456
GZIP_ENV = --best
 
457
distuninstallcheck_listfiles = find . -type f -print
 
458
distcleancheck_listfiles = find . -type f -print
 
459
 
 
460
distdir: $(DISTFILES)
 
461
        $(am__remove_distdir)
 
462
        mkdir $(distdir)
 
463
        $(mkinstalldirs) $(distdir)/bonobo $(distdir)/bonobo-activation $(distdir)/po $(distdir)/utils
 
464
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
465
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
466
        list='$(DISTFILES)'; for file in $$list; do \
 
467
          case $$file in \
 
468
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
469
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
470
          esac; \
 
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
472
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
473
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
474
            dir="/$$dir"; \
 
475
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
476
          else \
 
477
            dir=''; \
 
478
          fi; \
 
479
          if test -d $$d/$$file; then \
 
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
481
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
482
            fi; \
 
483
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
          else \
 
485
            test -f $(distdir)/$$file \
 
486
            || cp -p $$d/$$file $(distdir)/$$file \
 
487
            || exit 1; \
 
488
          fi; \
 
489
        done
 
490
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
491
          if test "$$subdir" = .; then :; else \
 
492
            test -d $(distdir)/$$subdir \
 
493
            || mkdir $(distdir)/$$subdir \
 
494
            || exit 1; \
 
495
            (cd $$subdir && \
 
496
              $(MAKE) $(AM_MAKEFLAGS) \
 
497
                top_distdir="$(top_distdir)" \
 
498
                distdir=../$(distdir)/$$subdir \
 
499
                distdir) \
 
500
              || exit 1; \
 
501
          fi; \
 
502
        done
 
503
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
504
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
505
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
506
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
507
        || chmod -R a+r $(distdir)
 
508
dist-gzip: distdir
 
509
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
510
        $(am__remove_distdir)
 
511
 
 
512
dist dist-all: distdir
 
513
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
514
        $(am__remove_distdir)
297
515
 
298
516
# This target untars the dist file and tries a VPATH configuration.  Then
299
517
# it guarantees that the distribution is self-contained by making another
300
518
# tarfile.
301
519
distcheck: dist
302
 
        -rm -rf $(distdir)
303
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
304
 
        mkdir $(distdir)/=build
305
 
        mkdir $(distdir)/=inst
306
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
307
 
        cd $(distdir)/=build \
308
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
520
        $(am__remove_distdir)
 
521
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
522
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
523
        mkdir $(distdir)/_build
 
524
        mkdir $(distdir)/_inst
 
525
        chmod a-w $(distdir)
 
526
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
527
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
528
          && cd $(distdir)/_build \
 
529
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
530
            $(DISTCHECK_CONFIGURE_FLAGS) \
309
531
          && $(MAKE) $(AM_MAKEFLAGS) \
310
532
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
311
533
          && $(MAKE) $(AM_MAKEFLAGS) check \
312
534
          && $(MAKE) $(AM_MAKEFLAGS) install \
313
535
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
314
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
315
 
        -rm -rf $(distdir)
316
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
317
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
318
 
        echo "$$dashes"; \
319
 
        echo "$$banner"; \
320
 
        echo "$$dashes"
321
 
dist: distdir
322
 
        -chmod -R a+r $(distdir)
323
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
324
 
        -rm -rf $(distdir)
325
 
dist-all: distdir
326
 
        -chmod -R a+r $(distdir)
327
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
328
 
        -rm -rf $(distdir)
329
 
distdir: $(DISTFILES)
330
 
        -rm -rf $(distdir)
331
 
        mkdir $(distdir)
332
 
        -chmod 777 $(distdir)
333
 
        @for file in $(DISTFILES); do \
334
 
          d=$(srcdir); \
335
 
          if test -d $$d/$$file; then \
336
 
            cp -pr $$d/$$file $(distdir)/$$file; \
337
 
          else \
338
 
            test -f $(distdir)/$$file \
339
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
340
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
341
 
          fi; \
342
 
        done
343
 
        for subdir in $(SUBDIRS); do \
344
 
          if test "$$subdir" = .; then :; else \
345
 
            test -d $(distdir)/$$subdir \
346
 
            || mkdir $(distdir)/$$subdir \
347
 
            || exit 1; \
348
 
            chmod 777 $(distdir)/$$subdir; \
349
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
350
 
              || exit 1; \
351
 
          fi; \
352
 
        done
353
 
info-am:
354
 
info: info-recursive
355
 
dvi-am:
356
 
dvi: dvi-recursive
 
536
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
537
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
538
                distuninstallcheck \
 
539
          && chmod -R a-w "$$dc_install_base" \
 
540
          && ({ \
 
541
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
542
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
543
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
544
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
545
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
546
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
547
          && rm -rf "$$dc_destdir" \
 
548
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
549
          && rm -f $(distdir).tar.gz \
 
550
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
551
        $(am__remove_distdir)
 
552
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
553
          sed 'h;s/./=/g;p;x;p;x'
 
554
distuninstallcheck:
 
555
        @cd $(distuninstallcheck_dir) \
 
556
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
557
           || { echo "ERROR: files left after uninstall:" ; \
 
558
                if test -n "$(DESTDIR)"; then \
 
559
                  echo "  (check DESTDIR support)"; \
 
560
                fi ; \
 
561
                $(distuninstallcheck_listfiles) ; \
 
562
                exit 1; } >&2
 
563
distcleancheck: distclean
 
564
        @if test '$(srcdir)' = . ; then \
 
565
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
566
          exit 1 ; \
 
567
        fi
 
568
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
569
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
570
               $(distcleancheck_listfiles) ; \
 
571
               exit 1; } >&2
357
572
check-am: all-am
358
573
check: check-recursive
359
 
installcheck-am:
360
 
installcheck: installcheck-recursive
361
 
all-recursive-am: config.h
362
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
574
all-am: Makefile $(HEADERS) config.h
 
575
installdirs: installdirs-recursive
 
576
installdirs-am:
 
577
        $(mkinstalldirs) $(DESTDIR)$(libincludedir)
363
578
 
364
 
install-exec-am:
 
579
install: install-recursive
365
580
install-exec: install-exec-recursive
366
 
 
367
 
install-data-am: install-libincludeHEADERS
368
581
install-data: install-data-recursive
 
582
uninstall: uninstall-recursive
369
583
 
370
584
install-am: all-am
371
585
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
 
install: install-recursive
373
 
uninstall-am: uninstall-libincludeHEADERS
374
 
uninstall: uninstall-recursive
375
 
all-am: Makefile $(HEADERS) config.h
376
 
all-redirect: all-recursive-am
 
586
 
 
587
installcheck: installcheck-recursive
377
588
install-strip:
378
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
379
 
installdirs: installdirs-recursive
380
 
installdirs-am:
381
 
        $(mkinstalldirs)  $(DESTDIR)$(libincludedir)
382
 
 
383
 
 
 
589
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
590
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
591
          `test -z '$(STRIP)' || \
 
592
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
384
593
mostlyclean-generic:
385
594
 
386
595
clean-generic:
387
596
 
388
597
distclean-generic:
389
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
390
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
598
        -rm -f $(CONFIG_CLEAN_FILES)
 
599
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
391
600
 
392
601
maintainer-clean-generic:
393
 
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
394
 
 
395
 
mostlyclean: mostlyclean-recursive
396
 
 
397
 
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
398
 
 
 
602
        @echo "This command is intended for maintainers to use"
 
603
        @echo "it deletes files that may require special tools to rebuild."
399
604
clean: clean-recursive
400
605
 
401
 
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
402
 
        -rm -f libtool
 
606
clean-am: clean-generic clean-libtool mostlyclean-am
403
607
 
404
608
distclean: distclean-recursive
405
 
        -rm -f config.status
406
 
 
407
 
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
408
 
                maintainer-clean-generic distclean-am
409
 
        @echo "This command is intended for maintainers to use;"
410
 
        @echo "it deletes files that may require special tools to rebuild."
 
609
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
610
        -rm -f Makefile
 
611
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
612
        distclean-tags
 
613
 
 
614
dvi: dvi-recursive
 
615
 
 
616
dvi-am:
 
617
 
 
618
info: info-recursive
 
619
 
 
620
info-am:
 
621
 
 
622
install-data-am: install-data-local install-libincludeHEADERS
 
623
 
 
624
install-exec-am:
 
625
 
 
626
install-info: install-info-recursive
 
627
 
 
628
install-man:
 
629
 
 
630
installcheck-am:
411
631
 
412
632
maintainer-clean: maintainer-clean-recursive
413
 
        -rm -f config.status
414
 
 
415
 
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
416
 
uninstall-libincludeHEADERS install-libincludeHEADERS \
417
 
install-data-recursive uninstall-data-recursive install-exec-recursive \
418
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
419
 
all-recursive check-recursive installcheck-recursive info-recursive \
420
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
421
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
422
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
423
 
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
424
 
install-exec-am install-exec install-data-am install-data install-am \
425
 
install uninstall-am uninstall all-redirect all-am all installdirs-am \
426
 
installdirs mostlyclean-generic distclean-generic clean-generic \
427
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
428
 
 
429
 
 
 
633
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
634
        -rm -rf $(top_srcdir)/autom4te.cache
 
635
        -rm -f Makefile
 
636
maintainer-clean-am: distclean-am maintainer-clean-generic
 
637
 
 
638
mostlyclean: mostlyclean-recursive
 
639
 
 
640
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
641
 
 
642
pdf: pdf-recursive
 
643
 
 
644
pdf-am:
 
645
 
 
646
ps: ps-recursive
 
647
 
 
648
ps-am:
 
649
 
 
650
uninstall-am: uninstall-info-am uninstall-libincludeHEADERS
 
651
 
 
652
uninstall-info: uninstall-info-recursive
 
653
 
 
654
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
655
        clean-generic clean-libtool clean-recursive ctags \
 
656
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
657
        distclean-generic distclean-hdr distclean-libtool \
 
658
        distclean-recursive distclean-tags distcleancheck distdir \
 
659
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
660
        info-recursive install install-am install-data install-data-am \
 
661
        install-data-local install-data-recursive install-exec \
 
662
        install-exec-am install-exec-recursive install-info \
 
663
        install-info-am install-info-recursive \
 
664
        install-libincludeHEADERS install-man install-recursive \
 
665
        install-strip installcheck installcheck-am installdirs \
 
666
        installdirs-am installdirs-recursive maintainer-clean \
 
667
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
668
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
669
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
 
670
        tags-recursive uninstall uninstall-am uninstall-info-am \
 
671
        uninstall-info-recursive uninstall-libincludeHEADERS \
 
672
        uninstall-recursive
 
673
 
 
674
 
 
675
install-data-local:
 
676
        -mkdir -p $(DESTDIR)$(sysconfdir)/bonobo-activation
 
677
        if test -f $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml; then \
 
678
                echo "bonobo-activation-config.xml configuration file not changed";             \
 
679
        else                                                                                    \
 
680
                $(INSTALL_DATA) $(top_srcdir)/bonobo-activation-config.xml                      \
 
681
                        $(DESTDIR)$(sysconfdir)/bonobo-activation;                              \
 
682
        fi
430
683
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
684
# Otherwise a system limit (for SysV at least) may be exceeded.
432
685
.NOEXPORT: