~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-17 19:36:15 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017193615-6civk5a1i4n1kyb0
Tags: 1:1.0.1-3
Fixed "ggtick is missing". Closes: #388682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = .
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
41
        $(srcdir)/libgii.conf.in $(top_srcdir)/configure ChangeLog \
 
42
        INSTALL NEWS compile config.guess config.sub depcomp \
 
43
        install-sh ltmain.sh missing mkinstalldirs
 
44
subdir = .
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
51
 configure.lineno configure.status.lineno
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
53
CONFIG_HEADER = config.h
 
54
CONFIG_CLEAN_FILES = libgii.conf
 
55
SOURCES =
 
56
DIST_SOURCES =
 
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
58
        html-recursive info-recursive install-data-recursive \
 
59
        install-exec-recursive install-info-recursive \
 
60
        install-recursive installcheck-recursive installdirs-recursive \
 
61
        pdf-recursive ps-recursive uninstall-info-recursive \
 
62
        uninstall-recursive
 
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
64
am__vpath_adj = case $$p in \
 
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
66
    *) f=$$p;; \
 
67
  esac;
 
68
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__installdirs = "$(DESTDIR)$(giiconfdatadir)"
 
70
giiconfdataDATA_INSTALL = $(INSTALL_DATA)
 
71
DATA = $(giiconfdata_DATA)
 
72
ETAGS = etags
 
73
CTAGS = ctags
 
74
DIST_SUBDIRS = $(SUBDIRS)
 
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
76
distdir = $(PACKAGE)-$(VERSION)
 
77
top_distdir = $(distdir)
 
78
am__remove_distdir = \
 
79
  { test ! -d $(distdir) \
 
80
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
81
         && rm -fr $(distdir); }; }
 
82
DIST_ARCHIVES = $(distdir).tar.gz
 
83
GZIP_ENV = --best
 
84
distuninstallcheck_listfiles = find . -type f -print
 
85
distcleancheck_listfiles = find . -type f -print
39
86
ACLOCAL = @ACLOCAL@
40
87
AMDEP_FALSE = @AMDEP_FALSE@
41
88
AMDEP_TRUE = @AMDEP_TRUE@
42
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
ARCH_ALPHA_FALSE = @ARCH_ALPHA_FALSE@
 
92
ARCH_ALPHA_TRUE = @ARCH_ALPHA_TRUE@
 
93
ARCH_IA32_FALSE = @ARCH_IA32_FALSE@
 
94
ARCH_IA32_TRUE = @ARCH_IA32_TRUE@
 
95
ARCH_PPC_FALSE = @ARCH_PPC_FALSE@
 
96
ARCH_PPC_TRUE = @ARCH_PPC_TRUE@
 
97
ARCH_SPARC_FALSE = @ARCH_SPARC_FALSE@
 
98
ARCH_SPARC_TRUE = @ARCH_SPARC_TRUE@
43
99
AS = @AS@
44
100
AUTOCONF = @AUTOCONF@
45
101
AUTOHEADER = @AUTOHEADER@
47
103
AWK = @AWK@
48
104
BUILTINLOCK_FALSE = @BUILTINLOCK_FALSE@
49
105
BUILTINLOCK_TRUE = @BUILTINLOCK_TRUE@
 
106
BUILTIN_FILTER_KEYTRANS_FALSE = @BUILTIN_FILTER_KEYTRANS_FALSE@
 
107
BUILTIN_FILTER_KEYTRANS_TRUE = @BUILTIN_FILTER_KEYTRANS_TRUE@
 
108
BUILTIN_FILTER_MOUSE_FALSE = @BUILTIN_FILTER_MOUSE_FALSE@
 
109
BUILTIN_FILTER_MOUSE_TRUE = @BUILTIN_FILTER_MOUSE_TRUE@
 
110
BUILTIN_FILTER_SAVE_FALSE = @BUILTIN_FILTER_SAVE_FALSE@
 
111
BUILTIN_FILTER_SAVE_TRUE = @BUILTIN_FILTER_SAVE_TRUE@
 
112
BUILTIN_FILTER_TCP_FALSE = @BUILTIN_FILTER_TCP_FALSE@
 
113
BUILTIN_FILTER_TCP_TRUE = @BUILTIN_FILTER_TCP_TRUE@
 
114
BUILTIN_INPUT_COCOA_FALSE = @BUILTIN_INPUT_COCOA_FALSE@
 
115
BUILTIN_INPUT_COCOA_TRUE = @BUILTIN_INPUT_COCOA_TRUE@
 
116
BUILTIN_INPUT_DIRECTX_FALSE = @BUILTIN_INPUT_DIRECTX_FALSE@
 
117
BUILTIN_INPUT_DIRECTX_TRUE = @BUILTIN_INPUT_DIRECTX_TRUE@
 
118
BUILTIN_INPUT_FILE_FALSE = @BUILTIN_INPUT_FILE_FALSE@
 
119
BUILTIN_INPUT_FILE_TRUE = @BUILTIN_INPUT_FILE_TRUE@
 
120
BUILTIN_INPUT_IPAQ_TS_FALSE = @BUILTIN_INPUT_IPAQ_TS_FALSE@
 
121
BUILTIN_INPUT_IPAQ_TS_TRUE = @BUILTIN_INPUT_IPAQ_TS_TRUE@
 
122
BUILTIN_INPUT_KII_FALSE = @BUILTIN_INPUT_KII_FALSE@
 
123
BUILTIN_INPUT_KII_TRUE = @BUILTIN_INPUT_KII_TRUE@
 
124
BUILTIN_INPUT_LINUX_EVDEV_FALSE = @BUILTIN_INPUT_LINUX_EVDEV_FALSE@
 
125
BUILTIN_INPUT_LINUX_EVDEV_TRUE = @BUILTIN_INPUT_LINUX_EVDEV_TRUE@
 
126
BUILTIN_INPUT_LINUX_JOY_FALSE = @BUILTIN_INPUT_LINUX_JOY_FALSE@
 
127
BUILTIN_INPUT_LINUX_JOY_TRUE = @BUILTIN_INPUT_LINUX_JOY_TRUE@
 
128
BUILTIN_INPUT_LINUX_KBD_FALSE = @BUILTIN_INPUT_LINUX_KBD_FALSE@
 
129
BUILTIN_INPUT_LINUX_KBD_TRUE = @BUILTIN_INPUT_LINUX_KBD_TRUE@
 
130
BUILTIN_INPUT_LINUX_MOUSE_FALSE = @BUILTIN_INPUT_LINUX_MOUSE_FALSE@
 
131
BUILTIN_INPUT_LINUX_MOUSE_TRUE = @BUILTIN_INPUT_LINUX_MOUSE_TRUE@
 
132
BUILTIN_INPUT_LK201_FALSE = @BUILTIN_INPUT_LK201_FALSE@
 
133
BUILTIN_INPUT_LK201_TRUE = @BUILTIN_INPUT_LK201_TRUE@
 
134
BUILTIN_INPUT_MOUSE_FALSE = @BUILTIN_INPUT_MOUSE_FALSE@
 
135
BUILTIN_INPUT_MOUSE_TRUE = @BUILTIN_INPUT_MOUSE_TRUE@
 
136
BUILTIN_INPUT_NULL_FALSE = @BUILTIN_INPUT_NULL_FALSE@
 
137
BUILTIN_INPUT_NULL_TRUE = @BUILTIN_INPUT_NULL_TRUE@
 
138
BUILTIN_INPUT_PCJOY_FALSE = @BUILTIN_INPUT_PCJOY_FALSE@
 
139
BUILTIN_INPUT_PCJOY_TRUE = @BUILTIN_INPUT_PCJOY_TRUE@
 
140
BUILTIN_INPUT_QUARTZ_FALSE = @BUILTIN_INPUT_QUARTZ_FALSE@
 
141
BUILTIN_INPUT_QUARTZ_TRUE = @BUILTIN_INPUT_QUARTZ_TRUE@
 
142
BUILTIN_INPUT_SPACEORB_FALSE = @BUILTIN_INPUT_SPACEORB_FALSE@
 
143
BUILTIN_INPUT_SPACEORB_TRUE = @BUILTIN_INPUT_SPACEORB_TRUE@
 
144
BUILTIN_INPUT_STDIN_FALSE = @BUILTIN_INPUT_STDIN_FALSE@
 
145
BUILTIN_INPUT_STDIN_TRUE = @BUILTIN_INPUT_STDIN_TRUE@
 
146
BUILTIN_INPUT_TCP_FALSE = @BUILTIN_INPUT_TCP_FALSE@
 
147
BUILTIN_INPUT_TCP_TRUE = @BUILTIN_INPUT_TCP_TRUE@
 
148
BUILTIN_INPUT_VGL_FALSE = @BUILTIN_INPUT_VGL_FALSE@
 
149
BUILTIN_INPUT_VGL_TRUE = @BUILTIN_INPUT_VGL_TRUE@
 
150
BUILTIN_INPUT_X_FALSE = @BUILTIN_INPUT_X_FALSE@
 
151
BUILTIN_INPUT_X_TRUE = @BUILTIN_INPUT_X_TRUE@
 
152
BUILTIN_INPUT_ZAURUS_TS_FALSE = @BUILTIN_INPUT_ZAURUS_TS_FALSE@
 
153
BUILTIN_INPUT_ZAURUS_TS_TRUE = @BUILTIN_INPUT_ZAURUS_TS_TRUE@
50
154
CC = @CC@
51
155
CCDEPMODE = @CCDEPMODE@
52
156
CFLAGS = @CFLAGS@
53
157
CPP = @CPP@
54
158
CPPFLAGS = @CPPFLAGS@
55
159
CYGPATH_W = @CYGPATH_W@
 
160
C_ASM_INCLUDE = @C_ASM_INCLUDE@
56
161
DEFS = @DEFS@
57
162
DEMOS = @DEMOS@
58
163
DEPDIR = @DEPDIR@
59
164
DLLEXT = @DLLEXT@
60
165
DLLTOOL = @DLLTOOL@
61
 
DLPTLOCK_FALSE = @DLPTLOCK_FALSE@
62
 
DLPTLOCK_TRUE = @DLPTLOCK_TRUE@
63
 
ECHO = @ECHO@
 
166
DUMPBIN = @DUMPBIN@
64
167
ECHO_C = @ECHO_C@
65
168
ECHO_N = @ECHO_N@
66
169
ECHO_T = @ECHO_T@
67
170
EGREP = @EGREP@
68
171
EXEEXT = @EXEEXT@
 
172
FD_INCLUDE = @FD_INCLUDE@
 
173
FGREP = @FGREP@
 
174
FILTERMODULES = @FILTERMODULES@
69
175
FILTERSUBDIRS = @FILTERSUBDIRS@
70
176
GGDLLIBS = @GGDLLIBS@
71
177
GGI_16 = @GGI_16@
74
180
GGI_8 = @GGI_8@
75
181
GGI_DEFINE_INT64 = @GGI_DEFINE_INT64@
76
182
GGI_ENDIAN = @GGI_ENDIAN@
 
183
GGSUBDIRS = @GGSUBDIRS@
77
184
GG_ATEXIT = @GG_ATEXIT@
78
 
GG_CURTIME = @GG_CURTIME@
79
 
GG_USLEEP = @GG_USLEEP@
 
185
GREP = @GREP@
 
186
INPUTMODULES = @INPUTMODULES@
80
187
INPUTSUBDIRS = @INPUTSUBDIRS@
 
188
INPUT_XF86DGA_FALSE = @INPUT_XF86DGA_FALSE@
 
189
INPUT_XF86DGA_TRUE = @INPUT_XF86DGA_TRUE@
81
190
INSTALL_DATA = @INSTALL_DATA@
82
191
INSTALL_PROGRAM = @INSTALL_PROGRAM@
83
192
INSTALL_SCRIPT = @INSTALL_SCRIPT@
84
193
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
194
INTPTR_T = @INTPTR_T@
 
195
INTTYPES_INCLUDE = @INTTYPES_INCLUDE@
 
196
LD = @LD@
85
197
LDFLAGS = @LDFLAGS@
86
198
LIBOBJS = @LIBOBJS@
87
199
LIBS = @LIBS@
94
206
MAKEINFO = @MAKEINFO@
95
207
MEMDEBUG_FALSE = @MEMDEBUG_FALSE@
96
208
MEMDEBUG_TRUE = @MEMDEBUG_TRUE@
 
209
NEED_QUAD_FALSE = @NEED_QUAD_FALSE@
 
210
NEED_QUAD_TRUE = @NEED_QUAD_TRUE@
97
211
NETLIBS = @NETLIBS@
 
212
NM = @NM@
 
213
OBJC = @OBJC@
 
214
OBJCCOMPILE = @OBJCCOMPILE@
 
215
OBJCDEPMODE = @OBJCDEPMODE@
 
216
OBJCFLAGS = @OBJCFLAGS@
98
217
OBJDUMP = @OBJDUMP@
99
218
OBJEXT = @OBJEXT@
 
219
OS_AIX_FALSE = @OS_AIX_FALSE@
 
220
OS_AIX_TRUE = @OS_AIX_TRUE@
100
221
OS_DARWIN_FALSE = @OS_DARWIN_FALSE@
101
222
OS_DARWIN_TRUE = @OS_DARWIN_TRUE@
 
223
OS_DEFAULT_FALSE = @OS_DEFAULT_FALSE@
 
224
OS_DEFAULT_TRUE = @OS_DEFAULT_TRUE@
 
225
OS_FREEBSD_FALSE = @OS_FREEBSD_FALSE@
 
226
OS_FREEBSD_TRUE = @OS_FREEBSD_TRUE@
 
227
OS_LINUX_FALSE = @OS_LINUX_FALSE@
 
228
OS_LINUX_TRUE = @OS_LINUX_TRUE@
 
229
OS_NETBSD_FALSE = @OS_NETBSD_FALSE@
 
230
OS_NETBSD_TRUE = @OS_NETBSD_TRUE@
 
231
OS_OPENBSD_FALSE = @OS_OPENBSD_FALSE@
 
232
OS_OPENBSD_TRUE = @OS_OPENBSD_TRUE@
 
233
OS_SOLARIS_FALSE = @OS_SOLARIS_FALSE@
 
234
OS_SOLARIS_TRUE = @OS_SOLARIS_TRUE@
 
235
OS_WIN32_CYGWIN_FALSE = @OS_WIN32_CYGWIN_FALSE@
 
236
OS_WIN32_CYGWIN_TRUE = @OS_WIN32_CYGWIN_TRUE@
 
237
OS_WIN32_FALSE = @OS_WIN32_FALSE@
 
238
OS_WIN32_MINGW_FALSE = @OS_WIN32_MINGW_FALSE@
 
239
OS_WIN32_MINGW_TRUE = @OS_WIN32_MINGW_TRUE@
 
240
OS_WIN32_PW32_FALSE = @OS_WIN32_PW32_FALSE@
 
241
OS_WIN32_PW32_TRUE = @OS_WIN32_PW32_TRUE@
 
242
OS_WIN32_TRUE = @OS_WIN32_TRUE@
102
243
PACKAGE = @PACKAGE@
103
244
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
104
245
PACKAGE_NAME = @PACKAGE_NAME@
109
250
PTLOCK_FALSE = @PTLOCK_FALSE@
110
251
PTLOCK_TRUE = @PTLOCK_TRUE@
111
252
RANLIB = @RANLIB@
 
253
REPLACELIB = @REPLACELIB@
 
254
REPLACE_GETOPT = @REPLACE_GETOPT@
 
255
REPLACE_MEMCMP = @REPLACE_MEMCMP@
 
256
REPLACE_PCLOSE = @REPLACE_PCLOSE@
 
257
REPLACE_POPEN = @REPLACE_POPEN@
 
258
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
 
259
REPLACE_STRCASECMP = @REPLACE_STRCASECMP@
 
260
REPLACE_STRLCAT = @REPLACE_STRLCAT@
 
261
REPLACE_STRLCPY = @REPLACE_STRLCPY@
 
262
REPLACE_STRNCASECMP = @REPLACE_STRNCASECMP@
 
263
REPLACE_STRTOUL = @REPLACE_STRTOUL@
 
264
REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
 
265
SED = @SED@
112
266
SELECTLIBS = @SELECTLIBS@
113
267
SET_MAKE = @SET_MAKE@
114
268
SHELL = @SHELL@
 
269
SSIZE_T = @SSIZE_T@
115
270
STRIP = @STRIP@
 
271
TCPCONV = @TCPCONV@
 
272
THREADLIBS = @THREADLIBS@
116
273
TIMEVAL_INCLUDE = @TIMEVAL_INCLUDE@
117
 
USLEEP_INCLUDE1 = @USLEEP_INCLUDE1@
118
 
USLEEP_INCLUDE2 = @USLEEP_INCLUDE2@
 
274
TOPLEVELSUBDIRS = @TOPLEVELSUBDIRS@
 
275
UINTPTR_T = @UINTPTR_T@
119
276
VERSION = @VERSION@
 
277
WIN32LOCK_FALSE = @WIN32LOCK_FALSE@
 
278
WIN32LOCK_TRUE = @WIN32LOCK_TRUE@
 
279
XF86DGA_LIBS = @XF86DGA_LIBS@
120
280
X_CFLAGS = @X_CFLAGS@
121
281
X_EXTRA_LIBS = @X_EXTRA_LIBS@
122
282
X_LIBS = @X_LIBS@
123
283
X_PRE_LIBS = @X_PRE_LIBS@
 
284
ac_ct_AR = @ac_ct_AR@
124
285
ac_ct_AS = @ac_ct_AS@
125
286
ac_ct_CC = @ac_ct_CC@
126
287
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
288
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
127
289
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
128
290
ac_ct_RANLIB = @ac_ct_RANLIB@
129
291
ac_ct_STRIP = @ac_ct_STRIP@
130
292
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131
293
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
294
am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
 
295
am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
132
296
am__include = @am__include@
133
297
am__leading_dot = @am__leading_dot@
134
298
am__quote = @am__quote@
 
299
am__tar = @am__tar@
 
300
am__untar = @am__untar@
135
301
bindir = @bindir@
136
302
build = @build@
137
303
build_alias = @build_alias@
143
309
extra_includes = @extra_includes@
144
310
extra_libraries = @extra_libraries@
145
311
ggi_subdir = @ggi_subdir@
 
312
ggi_sysconfdir = @ggi_sysconfdir@
 
313
ggi_sysconfdir_to_libdir = @ggi_sysconfdir_to_libdir@
146
314
host = @host@
147
315
host_alias = @host_alias@
148
316
host_cpu = @host_cpu@
154
322
libdir = @libdir@
155
323
libexecdir = @libexecdir@
156
324
localstatedir = @localstatedir@
 
325
lt_ECHO = @lt_ECHO@
157
326
mandir = @mandir@
 
327
mkdir_p = @mkdir_p@
158
328
oldincludedir = @oldincludedir@
159
329
prefix = @prefix@
160
330
program_transform_name = @program_transform_name@
167
337
 
168
338
# multiple AUTOMAKE_OPTIONS lines only confuses automake 1.6
169
339
AUTOMAKE_OPTIONS = 1.4 foreign
170
 
 
171
 
SUBDIRS = include gg gii input filter demos doc m4 dist
172
 
 
 
340
SUBDIRS = include gg input filter gii input-shared filter-shared regress demos doc m4 dist
173
341
giiconfdatadir = ${sysconfdir}/${ggi_subdir}
174
342
giiconfdata_DATA = libgii.conf
175
 
 
176
 
DISTCLEANFILES = libgii.conf
177
 
 
178
 
EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf autogen.sh
179
 
subdir = .
180
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
181
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
182
 
CONFIG_HEADER = config.h
183
 
CONFIG_CLEAN_FILES = libgii.conf
184
 
DIST_SOURCES =
185
 
DATA = $(giiconfdata_DATA)
186
 
 
187
 
 
188
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
189
 
        ps-recursive install-info-recursive uninstall-info-recursive \
190
 
        all-recursive install-data-recursive install-exec-recursive \
191
 
        installdirs-recursive install-recursive uninstall-recursive \
192
 
        check-recursive installcheck-recursive
193
 
DIST_COMMON = README ChangeLog INSTALL Makefile.am Makefile.in NEWS \
194
 
        acconfig.h acinclude.m4 aclocal.m4 compile config.guess \
195
 
        config.h.in config.sub configure configure.in depcomp \
196
 
        install-sh libgii.conf.in ltmain.sh missing mkinstalldirs
197
 
DIST_SUBDIRS = $(SUBDIRS)
 
343
DISTCLEANFILES = libgii.conf config.lt
 
344
MAINTAINERCLEANFILES = configure aclocal.m4 acinclude.m4 autom4te.cache \
 
345
        Makefile.in config.h.in
 
346
 
 
347
EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf \
 
348
        autogen.sh checkversion.sh
 
349
 
198
350
all: config.h
199
351
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
200
352
 
201
353
.SUFFIXES:
202
 
 
203
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
204
 
 configure.lineno
205
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
354
am--refresh:
 
355
        @:
 
356
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
357
        @for dep in $?; do \
 
358
          case '$(am__configure_deps)' in \
 
359
            *$$dep*) \
 
360
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
361
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
362
                && exit 0; \
 
363
              exit 1;; \
 
364
          esac; \
 
365
        done; \
 
366
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
206
367
        cd $(top_srcdir) && \
207
368
          $(AUTOMAKE) --foreign  Makefile
208
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
209
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
369
.PRECIOUS: Makefile
 
370
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
371
        @case '$?' in \
 
372
          *config.status*) \
 
373
            echo ' $(SHELL) ./config.status'; \
 
374
            $(SHELL) ./config.status;; \
 
375
          *) \
 
376
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
377
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
378
        esac;
210
379
 
211
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
380
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212
381
        $(SHELL) ./config.status --recheck
213
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
382
 
 
383
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
214
384
        cd $(srcdir) && $(AUTOCONF)
215
 
 
216
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
 
385
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217
386
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
218
387
 
219
388
config.h: stamp-h1
225
394
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
226
395
        @rm -f stamp-h1
227
396
        cd $(top_builddir) && $(SHELL) ./config.status config.h
228
 
 
229
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
397
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
230
398
        cd $(top_srcdir) && $(AUTOHEADER)
231
 
        touch $(srcdir)/config.h.in
 
399
        rm -f stamp-h1
 
400
        touch $@
232
401
 
233
402
distclean-hdr:
234
403
        -rm -f config.h stamp-h1
235
 
libgii.conf: $(top_builddir)/config.status libgii.conf.in
 
404
libgii.conf: $(top_builddir)/config.status $(srcdir)/libgii.conf.in
236
405
        cd $(top_builddir) && $(SHELL) ./config.status $@
237
406
 
238
407
mostlyclean-libtool:
244
413
distclean-libtool:
245
414
        -rm -f libtool
246
415
uninstall-info-am:
247
 
giiconfdataDATA_INSTALL = $(INSTALL_DATA)
248
416
install-giiconfdataDATA: $(giiconfdata_DATA)
249
417
        @$(NORMAL_INSTALL)
250
 
        $(mkinstalldirs) $(DESTDIR)$(giiconfdatadir)
 
418
        test -z "$(giiconfdatadir)" || $(mkdir_p) "$(DESTDIR)$(giiconfdatadir)"
251
419
        @list='$(giiconfdata_DATA)'; for p in $$list; do \
252
420
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
253
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
254
 
          echo " $(giiconfdataDATA_INSTALL) $$d$$p $(DESTDIR)$(giiconfdatadir)/$$f"; \
255
 
          $(giiconfdataDATA_INSTALL) $$d$$p $(DESTDIR)$(giiconfdatadir)/$$f; \
 
421
          f=$(am__strip_dir) \
 
422
          echo " $(giiconfdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(giiconfdatadir)/$$f'"; \
 
423
          $(giiconfdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(giiconfdatadir)/$$f"; \
256
424
        done
257
425
 
258
426
uninstall-giiconfdataDATA:
259
427
        @$(NORMAL_UNINSTALL)
260
428
        @list='$(giiconfdata_DATA)'; for p in $$list; do \
261
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
262
 
          echo " rm -f $(DESTDIR)$(giiconfdatadir)/$$f"; \
263
 
          rm -f $(DESTDIR)$(giiconfdatadir)/$$f; \
 
429
          f=$(am__strip_dir) \
 
430
          echo " rm -f '$(DESTDIR)$(giiconfdatadir)/$$f'"; \
 
431
          rm -f "$(DESTDIR)$(giiconfdatadir)/$$f"; \
264
432
        done
265
433
 
266
434
# This directory's subdirectories are mostly independent; you can cd
270
438
#     (which will cause the Makefiles to be regenerated when you run `make');
271
439
# (2) otherwise, pass the desired values on the `make' command line.
272
440
$(RECURSIVE_TARGETS):
273
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
441
        @failcom='exit 1'; \
 
442
        for f in x $$MAKEFLAGS; do \
 
443
          case $$f in \
 
444
            *=* | --[!k]*);; \
 
445
            *k*) failcom='fail=yes';; \
 
446
          esac; \
 
447
        done; \
274
448
        dot_seen=no; \
275
449
        target=`echo $@ | sed s/-recursive//`; \
276
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
282
456
            local_target="$$target"; \
283
457
          fi; \
284
458
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
285
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
459
          || eval $$failcom; \
286
460
        done; \
287
461
        if test "$$dot_seen" = "no"; then \
288
462
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
290
464
 
291
465
mostlyclean-recursive clean-recursive distclean-recursive \
292
466
maintainer-clean-recursive:
293
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
467
        @failcom='exit 1'; \
 
468
        for f in x $$MAKEFLAGS; do \
 
469
          case $$f in \
 
470
            *=* | --[!k]*);; \
 
471
            *k*) failcom='fail=yes';; \
 
472
          esac; \
 
473
        done; \
294
474
        dot_seen=no; \
295
475
        case "$@" in \
296
476
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311
491
            local_target="$$target"; \
312
492
          fi; \
313
493
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
494
          || eval $$failcom; \
315
495
        done && test -z "$$fail"
316
496
tags-recursive:
317
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
502
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
323
503
        done
324
504
 
325
 
ETAGS = etags
326
 
ETAGSFLAGS =
327
 
 
328
 
CTAGS = ctags
329
 
CTAGSFLAGS =
330
 
 
331
 
tags: TAGS
332
 
 
333
505
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334
506
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335
507
        unique=`for i in $$list; do \
338
510
          $(AWK) '    { files[$$0] = 1; } \
339
511
               END { for (i in files) print i; }'`; \
340
512
        mkid -fID $$unique
 
513
tags: TAGS
341
514
 
342
515
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
343
516
                $(TAGS_FILES) $(LISP)
344
517
        tags=; \
345
518
        here=`pwd`; \
346
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
519
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
347
520
          include_option=--etags-include; \
 
521
          empty_fix=.; \
348
522
        else \
349
523
          include_option=--include; \
 
524
          empty_fix=; \
350
525
        fi; \
351
526
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
527
          if test "$$subdir" = .; then :; else \
353
 
            test -f $$subdir/TAGS && \
 
528
            test ! -f $$subdir/TAGS || \
354
529
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
355
530
          fi; \
356
531
        done; \
360
535
          done | \
361
536
          $(AWK) '    { files[$$0] = 1; } \
362
537
               END { for (i in files) print i; }'`; \
363
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
364
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
 
             $$tags $$unique
366
 
 
 
538
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
539
          test -n "$$unique" || unique=$$empty_fix; \
 
540
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
541
            $$tags $$unique; \
 
542
        fi
367
543
ctags: CTAGS
368
544
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
369
545
                $(TAGS_FILES) $(LISP)
386
562
 
387
563
distclean-tags:
388
564
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
390
 
 
391
 
top_distdir = .
392
 
distdir = $(PACKAGE)-$(VERSION)
393
 
 
394
 
am__remove_distdir = \
395
 
  { test ! -d $(distdir) \
396
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
397
 
         && rm -fr $(distdir); }; }
398
 
 
399
 
GZIP_ENV = --best
400
 
distuninstallcheck_listfiles = find . -type f -print
401
 
distcleancheck_listfiles = find . -type f -print
402
565
 
403
566
distdir: $(DISTFILES)
404
567
        $(am__remove_distdir)
405
568
        mkdir $(distdir)
406
 
        $(mkinstalldirs) $(distdir)/. $(distdir)/dist/rpm $(distdir)/include/ggi
 
569
        $(mkdir_p) $(distdir)/. $(distdir)/dist/rpm $(distdir)/include/ggi $(distdir)/include/ggi/internal
407
570
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
408
571
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
409
572
        list='$(DISTFILES)'; for file in $$list; do \
415
578
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
416
579
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
417
580
            dir="/$$dir"; \
418
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
581
            $(mkdir_p) "$(distdir)$$dir"; \
419
582
          else \
420
583
            dir=''; \
421
584
          fi; \
430
593
            || exit 1; \
431
594
          fi; \
432
595
        done
433
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
596
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
434
597
          if test "$$subdir" = .; then :; else \
435
 
            test -d $(distdir)/$$subdir \
436
 
            || mkdir $(distdir)/$$subdir \
 
598
            test -d "$(distdir)/$$subdir" \
 
599
            || $(mkdir_p) "$(distdir)/$$subdir" \
437
600
            || exit 1; \
 
601
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
602
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
438
603
            (cd $$subdir && \
439
604
              $(MAKE) $(AM_MAKEFLAGS) \
440
 
                top_distdir="$(top_distdir)" \
441
 
                distdir=../$(distdir)/$$subdir \
 
605
                top_distdir="$$top_distdir" \
 
606
                distdir="$$distdir/$$subdir" \
442
607
                distdir) \
443
608
              || exit 1; \
444
609
          fi; \
449
614
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
450
615
        || chmod -R a+r $(distdir)
451
616
dist-gzip: distdir
452
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
617
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
618
        $(am__remove_distdir)
 
619
 
 
620
dist-bzip2: distdir
 
621
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
622
        $(am__remove_distdir)
 
623
 
 
624
dist-tarZ: distdir
 
625
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
626
        $(am__remove_distdir)
 
627
 
 
628
dist-shar: distdir
 
629
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
630
        $(am__remove_distdir)
 
631
 
 
632
dist-zip: distdir
 
633
        -rm -f $(distdir).zip
 
634
        zip -rq $(distdir).zip $(distdir)
453
635
        $(am__remove_distdir)
454
636
 
455
637
dist dist-all: distdir
456
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
638
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
457
639
        $(am__remove_distdir)
458
640
 
459
641
# This target untars the dist file and tries a VPATH configuration.  Then
460
642
# it guarantees that the distribution is self-contained by making another
461
643
# tarfile.
462
644
distcheck: dist
463
 
        $(am__remove_distdir)
464
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
645
        case '$(DIST_ARCHIVES)' in \
 
646
        *.tar.gz*) \
 
647
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
648
        *.tar.bz2*) \
 
649
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
650
        *.tar.Z*) \
 
651
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
652
        *.shar.gz*) \
 
653
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
654
        *.zip*) \
 
655
          unzip $(distdir).zip ;;\
 
656
        esac
465
657
        chmod -R a-w $(distdir); chmod a+w $(distdir)
466
658
        mkdir $(distdir)/_build
467
659
        mkdir $(distdir)/_inst
481
673
                distuninstallcheck \
482
674
          && chmod -R a-w "$$dc_install_base" \
483
675
          && ({ \
484
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
676
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
485
677
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
486
678
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
487
679
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
488
680
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
489
681
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
490
682
          && rm -rf "$$dc_destdir" \
491
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
492
 
          && rm -f $(distdir).tar.gz \
 
683
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
684
          && rm -rf $(DIST_ARCHIVES) \
493
685
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
494
686
        $(am__remove_distdir)
495
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
496
 
          sed 'h;s/./=/g;p;x;p;x'
 
687
        @(echo "$(distdir) archives ready for distribution: "; \
 
688
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
689
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
497
690
distuninstallcheck:
498
691
        @cd $(distuninstallcheck_dir) \
499
692
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
517
710
all-am: Makefile $(DATA) config.h
518
711
installdirs: installdirs-recursive
519
712
installdirs-am:
520
 
        $(mkinstalldirs) $(DESTDIR)$(giiconfdatadir)
521
 
 
 
713
        for dir in "$(DESTDIR)$(giiconfdatadir)"; do \
 
714
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
715
        done
522
716
install: install-recursive
523
717
install-exec: install-exec-recursive
524
718
install-data: install-data-recursive
530
724
installcheck: installcheck-recursive
531
725
install-strip:
532
726
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533
 
          INSTALL_STRIP_FLAG=-s \
 
727
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534
728
          `test -z '$(STRIP)' || \
535
729
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
536
730
mostlyclean-generic:
538
732
clean-generic:
539
733
 
540
734
distclean-generic:
541
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
735
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
542
736
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
543
737
 
544
738
maintainer-clean-generic:
545
739
        @echo "This command is intended for maintainers to use"
546
740
        @echo "it deletes files that may require special tools to rebuild."
 
741
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
547
742
clean: clean-recursive
548
743
 
549
744
clean-am: clean-generic clean-libtool mostlyclean-am
550
745
 
551
746
distclean: distclean-recursive
552
747
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
553
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
554
 
        distclean-tags
 
748
        -rm -f Makefile
 
749
distclean-am: clean-am distclean-generic distclean-hdr \
 
750
        distclean-libtool distclean-tags
555
751
 
556
752
dvi: dvi-recursive
557
753
 
558
754
dvi-am:
559
755
 
 
756
html: html-recursive
 
757
 
560
758
info: info-recursive
561
759
 
562
760
info-am:
574
772
maintainer-clean: maintainer-clean-recursive
575
773
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
576
774
        -rm -rf $(top_srcdir)/autom4te.cache
 
775
        -rm -f Makefile
577
776
maintainer-clean-am: distclean-am maintainer-clean-generic
578
777
 
579
778
mostlyclean: mostlyclean-recursive
592
791
 
593
792
uninstall-info: uninstall-info-recursive
594
793
 
595
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
596
 
        clean-generic clean-libtool clean-recursive ctags \
597
 
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
794
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
795
        check-am clean clean-generic clean-libtool clean-recursive \
 
796
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
797
        dist-shar dist-tarZ dist-zip distcheck distclean \
598
798
        distclean-generic distclean-hdr distclean-libtool \
599
799
        distclean-recursive distclean-tags distcleancheck distdir \
600
 
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
601
 
        info-recursive install install-am install-data install-data-am \
602
 
        install-data-recursive install-exec install-exec-am \
603
 
        install-exec-recursive install-giiconfdataDATA install-info \
604
 
        install-info-am install-info-recursive install-man \
605
 
        install-recursive install-strip installcheck installcheck-am \
606
 
        installdirs installdirs-am installdirs-recursive \
607
 
        maintainer-clean maintainer-clean-generic \
608
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
609
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
610
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
800
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
801
        install install-am install-data install-data-am install-exec \
 
802
        install-exec-am install-giiconfdataDATA install-info \
 
803
        install-info-am install-man install-strip installcheck \
 
804
        installcheck-am installdirs installdirs-am maintainer-clean \
 
805
        maintainer-clean-generic maintainer-clean-recursive \
 
806
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
807
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
611
808
        uninstall uninstall-am uninstall-giiconfdataDATA \
612
 
        uninstall-info-am uninstall-info-recursive uninstall-recursive
 
809
        uninstall-info-am
613
810
 
614
811
# Tell versions [3.59,3.63) of GNU make to not export all variables.
615
812
# Otherwise a system limit (for SysV at least) may be exceeded.