~ubuntu-branches/ubuntu/utopic/xneur/utopic

« back to all changes in this revision

Viewing changes to lib/x/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2009-08-21 15:46:47 UTC
  • mfrom: (1.1.5 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090821154647-tkntx3xle87fnqoi
Tags: 0.9.5.1-2
* debian/* switching to CDBS.
* Added 05_nonewline_fix.patch: fix building with gcc4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
subdir = lib/x
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
39
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
40
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
41
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
42
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
43
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
44
 
        $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(install_sh) -d
48
 
CONFIG_HEADER = $(top_builddir)/config.h
49
 
CONFIG_CLEAN_FILES =
50
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
51
 
libxnx_la_LIBADD =
52
 
am_libxnx_la_OBJECTS = libxnx_la-xbtable.lo libxnx_la-xcursor.lo \
53
 
        libxnx_la-xevent.lo libxnx_la-xfocus.lo libxnx_la-xprogram.lo \
54
 
        libxnx_la-xselection.lo libxnx_la-xstring.lo \
55
 
        libxnx_la-xswitchlang.lo libxnx_la-xutils.lo \
56
 
        libxnx_la-xwindow.lo libxnx_la-xkeymap.lo libxnx_la-xOSD.lo
57
 
libxnx_la_OBJECTS = $(am_libxnx_la_OBJECTS)
58
 
libxnx_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libxnx_la_CFLAGS) \
60
 
        $(CFLAGS) $(libxnx_la_LDFLAGS) $(LDFLAGS) -o $@
61
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
 
am__depfiles_maybe = depfiles
64
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
 
        $(LDFLAGS) -o $@
73
 
SOURCES = $(libxnx_la_SOURCES)
74
 
DIST_SOURCES = $(libxnx_la_SOURCES)
75
 
ETAGS = etags
76
 
CTAGS = ctags
77
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
 
ACLOCAL = @ACLOCAL@
79
 
AMTAR = @AMTAR@
80
 
APLAY_LIBS = @APLAY_LIBS@
81
 
AR = @AR@
82
 
ASPELL_CFLAGS = @ASPELL_CFLAGS@
83
 
ASPELL_LIBS = @ASPELL_LIBS@
84
 
AUTOCONF = @AUTOCONF@
85
 
AUTOHEADER = @AUTOHEADER@
86
 
AUTOMAKE = @AUTOMAKE@
87
 
AWK = @AWK@
88
 
CC = @CC@
89
 
CCDEPMODE = @CCDEPMODE@
90
 
CFLAGS = @CFLAGS@
91
 
CPP = @CPP@
92
 
CPPFLAGS = @CPPFLAGS@
93
 
CYGPATH_W = @CYGPATH_W@
94
 
DEFS = @DEFS@
95
 
DEPDIR = @DEPDIR@
96
 
DSYMUTIL = @DSYMUTIL@
97
 
DUMPBIN = @DUMPBIN@
98
 
ECHO_C = @ECHO_C@
99
 
ECHO_N = @ECHO_N@
100
 
ECHO_T = @ECHO_T@
101
 
EGREP = @EGREP@
102
 
EXEEXT = @EXEEXT@
103
 
FGREP = @FGREP@
104
 
FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
105
 
FREEALUT_LIBS = @FREEALUT_LIBS@
106
 
GMSGFMT = @GMSGFMT@
107
 
GMSGFMT_015 = @GMSGFMT_015@
108
 
GREP = @GREP@
109
 
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
110
 
GSTREAMER_LIBS = @GSTREAMER_LIBS@
111
 
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
112
 
IMLIB2_LIBS = @IMLIB2_LIBS@
113
 
INSTALL = @INSTALL@
114
 
INSTALL_DATA = @INSTALL_DATA@
115
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118
 
INTLLIBS = @INTLLIBS@
119
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
120
 
LD = @LD@
121
 
LDFLAGS = @LDFLAGS@
122
 
LIBICONV = @LIBICONV@
123
 
LIBINTL = @LIBINTL@
124
 
LIBOBJS = @LIBOBJS@
125
 
LIBS = @LIBS@
126
 
LIBTOOL = @LIBTOOL@
127
 
LIPO = @LIPO@
128
 
LN_S = @LN_S@
129
 
LTLIBICONV = @LTLIBICONV@
130
 
LTLIBINTL = @LTLIBINTL@
131
 
LTLIBOBJS = @LTLIBOBJS@
132
 
MAKEINFO = @MAKEINFO@
133
 
MKDIR_P = @MKDIR_P@
134
 
MSGFMT = @MSGFMT@
135
 
MSGFMT_015 = @MSGFMT_015@
136
 
MSGMERGE = @MSGMERGE@
137
 
NM = @NM@
138
 
NMEDIT = @NMEDIT@
139
 
OBJEXT = @OBJEXT@
140
 
OTOOL = @OTOOL@
141
 
OTOOL64 = @OTOOL64@
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@
149
 
PCRE_CFLAGS = @PCRE_CFLAGS@
150
 
PCRE_LIBS = @PCRE_LIBS@
151
 
PKG_CONFIG = @PKG_CONFIG@
152
 
POSUB = @POSUB@
153
 
RANLIB = @RANLIB@
154
 
SED = @SED@
155
 
SET_MAKE = @SET_MAKE@
156
 
SHELL = @SHELL@
157
 
STRIP = @STRIP@
158
 
USE_NLS = @USE_NLS@
159
 
VERSION = @VERSION@
160
 
X11_CFLAGS = @X11_CFLAGS@
161
 
X11_LIBS = @X11_LIBS@
162
 
XGETTEXT = @XGETTEXT@
163
 
XGETTEXT_015 = @XGETTEXT_015@
164
 
XMKMF = @XMKMF@
165
 
XOSD_CFLAGS = @XOSD_CFLAGS@
166
 
XOSD_LIBS = @XOSD_LIBS@
167
 
XPM_CFLAGS = @XPM_CFLAGS@
168
 
XPM_LIBS = @XPM_LIBS@
169
 
X_CFLAGS = @X_CFLAGS@
170
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
171
 
X_LIBS = @X_LIBS@
172
 
X_PRE_LIBS = @X_PRE_LIBS@
173
 
abs_builddir = @abs_builddir@
174
 
abs_srcdir = @abs_srcdir@
175
 
abs_top_builddir = @abs_top_builddir@
176
 
abs_top_srcdir = @abs_top_srcdir@
177
 
ac_ct_CC = @ac_ct_CC@
178
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179
 
am__include = @am__include@
180
 
am__leading_dot = @am__leading_dot@
181
 
am__quote = @am__quote@
182
 
am__tar = @am__tar@
183
 
am__untar = @am__untar@
184
 
bindir = @bindir@
185
 
build = @build@
186
 
build_alias = @build_alias@
187
 
build_cpu = @build_cpu@
188
 
build_os = @build_os@
189
 
build_vendor = @build_vendor@
190
 
builddir = @builddir@
191
 
datadir = @datadir@
192
 
datarootdir = @datarootdir@
193
 
docdir = @docdir@
194
 
dvidir = @dvidir@
195
 
exec_prefix = @exec_prefix@
196
 
host = @host@
197
 
host_alias = @host_alias@
198
 
host_cpu = @host_cpu@
199
 
host_os = @host_os@
200
 
host_vendor = @host_vendor@
201
 
htmldir = @htmldir@
202
 
includedir = @includedir@
203
 
infodir = @infodir@
204
 
install_sh = @install_sh@
205
 
libdir = @libdir@
206
 
libexecdir = @libexecdir@
207
 
localedir = @localedir@
208
 
localstatedir = @localstatedir@
209
 
lt_ECHO = @lt_ECHO@
210
 
mandir = @mandir@
211
 
mkdir_p = @mkdir_p@
212
 
oldincludedir = @oldincludedir@
213
 
pdfdir = @pdfdir@
214
 
prefix = @prefix@
215
 
program_transform_name = @program_transform_name@
216
 
psdir = @psdir@
217
 
sbindir = @sbindir@
218
 
sharedstatedir = @sharedstatedir@
219
 
srcdir = @srcdir@
220
 
sysconfdir = @sysconfdir@
221
 
target_alias = @target_alias@
222
 
top_builddir = @top_builddir@
223
 
top_srcdir = @top_srcdir@
224
 
noinst_LTLIBRARIES = libxnx.la
225
 
libxnx_la_SOURCES = \
226
 
        xbtable.c               \
227
 
        xbtable.h               \
228
 
        xcursor.c               \
229
 
        xcursor.h               \
230
 
        xdefines.h              \
231
 
        xevent.c                \
232
 
        xevent.h                \
233
 
        xfocus.c                \
234
 
        xfocus.h                \
235
 
        xprogram.c              \
236
 
        xprogram.h              \
237
 
        xselection.c            \
238
 
        xselection.h            \
239
 
        xstring.c               \
240
 
        xstring.h               \
241
 
        xswitchlang.c           \
242
 
        xswitchlang.h           \
243
 
        xutils.c                \
244
 
        xutils.h                \
245
 
        xwindow.c               \
246
 
        xwindow.h               \
247
 
        xkeymap.c               \
248
 
        xkeymap.h               \
249
 
        xOSD.c                  \
250
 
        xOSD.h
251
 
 
252
 
libxnx_la_CFLAGS = -I@top_srcdir@/lib/config -I@top_srcdir@/lib/misc  -I@top_srcdir@/lib/sound -I@top_srcdir@/lib/ai @X11_CFLAGS@ @XPM_CFLAGS@ @IMLIB2_CFLAGS@
253
 
libxnx_la_LDFLAGS = -static @X11_LIBS@ @XPM_LIBS@ @IMLIB2_LIBS@ @XOSD_LIBS@
254
 
all: all-am
255
 
 
256
 
.SUFFIXES:
257
 
.SUFFIXES: .c .lo .o .obj
258
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
259
 
        @for dep in $?; do \
260
 
          case '$(am__configure_deps)' in \
261
 
            *$$dep*) \
262
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
263
 
                && exit 0; \
264
 
              exit 1;; \
265
 
          esac; \
266
 
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/x/Makefile'; \
268
 
        cd $(top_srcdir) && \
269
 
          $(AUTOMAKE) --gnu  lib/x/Makefile
270
 
.PRECIOUS: Makefile
271
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
 
        @case '$?' in \
273
 
          *config.status*) \
274
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275
 
          *) \
276
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278
 
        esac;
279
 
 
280
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
 
283
 
$(top_srcdir)/configure:  $(am__configure_deps)
284
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
 
288
 
clean-noinstLTLIBRARIES:
289
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
290
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
291
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
292
 
          test "$$dir" != "$$p" || dir=.; \
293
 
          echo "rm -f \"$${dir}/so_locations\""; \
294
 
          rm -f "$${dir}/so_locations"; \
295
 
        done
296
 
libxnx.la: $(libxnx_la_OBJECTS) $(libxnx_la_DEPENDENCIES) 
297
 
        $(libxnx_la_LINK)  $(libxnx_la_OBJECTS) $(libxnx_la_LIBADD) $(LIBS)
298
 
 
299
 
mostlyclean-compile:
300
 
        -rm -f *.$(OBJEXT)
301
 
 
302
 
distclean-compile:
303
 
        -rm -f *.tab.c
304
 
 
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xOSD.Plo@am__quote@
306
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xbtable.Plo@am__quote@
307
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xcursor.Plo@am__quote@
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xevent.Plo@am__quote@
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xfocus.Plo@am__quote@
310
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xkeymap.Plo@am__quote@
311
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xprogram.Plo@am__quote@
312
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xselection.Plo@am__quote@
313
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xstring.Plo@am__quote@
314
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xswitchlang.Plo@am__quote@
315
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xutils.Plo@am__quote@
316
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxnx_la-xwindow.Plo@am__quote@
317
 
 
318
 
.c.o:
319
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
324
 
 
325
 
.c.obj:
326
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
327
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
331
 
 
332
 
.c.lo:
333
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
334
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
335
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
336
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
338
 
 
339
 
libxnx_la-xbtable.lo: xbtable.c
340
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xbtable.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xbtable.Tpo -c -o libxnx_la-xbtable.lo `test -f 'xbtable.c' || echo '$(srcdir)/'`xbtable.c
341
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xbtable.Tpo $(DEPDIR)/libxnx_la-xbtable.Plo
342
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbtable.c' object='libxnx_la-xbtable.lo' libtool=yes @AMDEPBACKSLASH@
343
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xbtable.lo `test -f 'xbtable.c' || echo '$(srcdir)/'`xbtable.c
345
 
 
346
 
libxnx_la-xcursor.lo: xcursor.c
347
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xcursor.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xcursor.Tpo -c -o libxnx_la-xcursor.lo `test -f 'xcursor.c' || echo '$(srcdir)/'`xcursor.c
348
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xcursor.Tpo $(DEPDIR)/libxnx_la-xcursor.Plo
349
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xcursor.c' object='libxnx_la-xcursor.lo' libtool=yes @AMDEPBACKSLASH@
350
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xcursor.lo `test -f 'xcursor.c' || echo '$(srcdir)/'`xcursor.c
352
 
 
353
 
libxnx_la-xevent.lo: xevent.c
354
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xevent.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xevent.Tpo -c -o libxnx_la-xevent.lo `test -f 'xevent.c' || echo '$(srcdir)/'`xevent.c
355
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xevent.Tpo $(DEPDIR)/libxnx_la-xevent.Plo
356
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xevent.c' object='libxnx_la-xevent.lo' libtool=yes @AMDEPBACKSLASH@
357
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xevent.lo `test -f 'xevent.c' || echo '$(srcdir)/'`xevent.c
359
 
 
360
 
libxnx_la-xfocus.lo: xfocus.c
361
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xfocus.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xfocus.Tpo -c -o libxnx_la-xfocus.lo `test -f 'xfocus.c' || echo '$(srcdir)/'`xfocus.c
362
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xfocus.Tpo $(DEPDIR)/libxnx_la-xfocus.Plo
363
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfocus.c' object='libxnx_la-xfocus.lo' libtool=yes @AMDEPBACKSLASH@
364
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xfocus.lo `test -f 'xfocus.c' || echo '$(srcdir)/'`xfocus.c
366
 
 
367
 
libxnx_la-xprogram.lo: xprogram.c
368
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xprogram.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xprogram.Tpo -c -o libxnx_la-xprogram.lo `test -f 'xprogram.c' || echo '$(srcdir)/'`xprogram.c
369
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xprogram.Tpo $(DEPDIR)/libxnx_la-xprogram.Plo
370
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xprogram.c' object='libxnx_la-xprogram.lo' libtool=yes @AMDEPBACKSLASH@
371
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xprogram.lo `test -f 'xprogram.c' || echo '$(srcdir)/'`xprogram.c
373
 
 
374
 
libxnx_la-xselection.lo: xselection.c
375
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xselection.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xselection.Tpo -c -o libxnx_la-xselection.lo `test -f 'xselection.c' || echo '$(srcdir)/'`xselection.c
376
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xselection.Tpo $(DEPDIR)/libxnx_la-xselection.Plo
377
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xselection.c' object='libxnx_la-xselection.lo' libtool=yes @AMDEPBACKSLASH@
378
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xselection.lo `test -f 'xselection.c' || echo '$(srcdir)/'`xselection.c
380
 
 
381
 
libxnx_la-xstring.lo: xstring.c
382
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xstring.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xstring.Tpo -c -o libxnx_la-xstring.lo `test -f 'xstring.c' || echo '$(srcdir)/'`xstring.c
383
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xstring.Tpo $(DEPDIR)/libxnx_la-xstring.Plo
384
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xstring.c' object='libxnx_la-xstring.lo' libtool=yes @AMDEPBACKSLASH@
385
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xstring.lo `test -f 'xstring.c' || echo '$(srcdir)/'`xstring.c
387
 
 
388
 
libxnx_la-xswitchlang.lo: xswitchlang.c
389
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xswitchlang.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xswitchlang.Tpo -c -o libxnx_la-xswitchlang.lo `test -f 'xswitchlang.c' || echo '$(srcdir)/'`xswitchlang.c
390
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xswitchlang.Tpo $(DEPDIR)/libxnx_la-xswitchlang.Plo
391
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xswitchlang.c' object='libxnx_la-xswitchlang.lo' libtool=yes @AMDEPBACKSLASH@
392
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xswitchlang.lo `test -f 'xswitchlang.c' || echo '$(srcdir)/'`xswitchlang.c
394
 
 
395
 
libxnx_la-xutils.lo: xutils.c
396
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xutils.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xutils.Tpo -c -o libxnx_la-xutils.lo `test -f 'xutils.c' || echo '$(srcdir)/'`xutils.c
397
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xutils.Tpo $(DEPDIR)/libxnx_la-xutils.Plo
398
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xutils.c' object='libxnx_la-xutils.lo' libtool=yes @AMDEPBACKSLASH@
399
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xutils.lo `test -f 'xutils.c' || echo '$(srcdir)/'`xutils.c
401
 
 
402
 
libxnx_la-xwindow.lo: xwindow.c
403
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xwindow.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xwindow.Tpo -c -o libxnx_la-xwindow.lo `test -f 'xwindow.c' || echo '$(srcdir)/'`xwindow.c
404
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xwindow.Tpo $(DEPDIR)/libxnx_la-xwindow.Plo
405
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xwindow.c' object='libxnx_la-xwindow.lo' libtool=yes @AMDEPBACKSLASH@
406
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xwindow.lo `test -f 'xwindow.c' || echo '$(srcdir)/'`xwindow.c
408
 
 
409
 
libxnx_la-xkeymap.lo: xkeymap.c
410
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xkeymap.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xkeymap.Tpo -c -o libxnx_la-xkeymap.lo `test -f 'xkeymap.c' || echo '$(srcdir)/'`xkeymap.c
411
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xkeymap.Tpo $(DEPDIR)/libxnx_la-xkeymap.Plo
412
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xkeymap.c' object='libxnx_la-xkeymap.lo' libtool=yes @AMDEPBACKSLASH@
413
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xkeymap.lo `test -f 'xkeymap.c' || echo '$(srcdir)/'`xkeymap.c
415
 
 
416
 
libxnx_la-xOSD.lo: xOSD.c
417
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -MT libxnx_la-xOSD.lo -MD -MP -MF $(DEPDIR)/libxnx_la-xOSD.Tpo -c -o libxnx_la-xOSD.lo `test -f 'xOSD.c' || echo '$(srcdir)/'`xOSD.c
418
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxnx_la-xOSD.Tpo $(DEPDIR)/libxnx_la-xOSD.Plo
419
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xOSD.c' object='libxnx_la-xOSD.lo' libtool=yes @AMDEPBACKSLASH@
420
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxnx_la_CFLAGS) $(CFLAGS) -c -o libxnx_la-xOSD.lo `test -f 'xOSD.c' || echo '$(srcdir)/'`xOSD.c
422
 
 
423
 
mostlyclean-libtool:
424
 
        -rm -f *.lo
425
 
 
426
 
clean-libtool:
427
 
        -rm -rf .libs _libs
428
 
 
429
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431
 
        unique=`for i in $$list; do \
432
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433
 
          done | \
434
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
435
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
436
 
        mkid -fID $$unique
437
 
tags: TAGS
438
 
 
439
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440
 
                $(TAGS_FILES) $(LISP)
441
 
        tags=; \
442
 
        here=`pwd`; \
443
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444
 
        unique=`for i in $$list; do \
445
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
 
          done | \
447
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
449
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
450
 
          test -n "$$unique" || unique=$$empty_fix; \
451
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452
 
            $$tags $$unique; \
453
 
        fi
454
 
ctags: CTAGS
455
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
456
 
                $(TAGS_FILES) $(LISP)
457
 
        tags=; \
458
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
459
 
        unique=`for i in $$list; do \
460
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461
 
          done | \
462
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
464
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
465
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
466
 
             $$tags $$unique
467
 
 
468
 
GTAGS:
469
 
        here=`$(am__cd) $(top_builddir) && pwd` \
470
 
          && cd $(top_srcdir) \
471
 
          && gtags -i $(GTAGS_ARGS) $$here
472
 
 
473
 
distclean-tags:
474
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
 
 
476
 
distdir: $(DISTFILES)
477
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479
 
        list='$(DISTFILES)'; \
480
 
          dist_files=`for file in $$list; do echo $$file; done | \
481
 
          sed -e "s|^$$srcdirstrip/||;t" \
482
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
483
 
        case $$dist_files in \
484
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
485
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
486
 
                           sort -u` ;; \
487
 
        esac; \
488
 
        for file in $$dist_files; do \
489
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490
 
          if test -d $$d/$$file; then \
491
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
494
 
            fi; \
495
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
496
 
          else \
497
 
            test -f $(distdir)/$$file \
498
 
            || cp -p $$d/$$file $(distdir)/$$file \
499
 
            || exit 1; \
500
 
          fi; \
501
 
        done
502
 
check-am: all-am
503
 
check: check-am
504
 
all-am: Makefile $(LTLIBRARIES)
505
 
installdirs:
506
 
install: install-am
507
 
install-exec: install-exec-am
508
 
install-data: install-data-am
509
 
uninstall: uninstall-am
510
 
 
511
 
install-am: all-am
512
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
 
 
514
 
installcheck: installcheck-am
515
 
install-strip:
516
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518
 
          `test -z '$(STRIP)' || \
519
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
520
 
mostlyclean-generic:
521
 
 
522
 
clean-generic:
523
 
 
524
 
distclean-generic:
525
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526
 
 
527
 
maintainer-clean-generic:
528
 
        @echo "This command is intended for maintainers to use"
529
 
        @echo "it deletes files that may require special tools to rebuild."
530
 
clean: clean-am
531
 
 
532
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
533
 
        mostlyclean-am
534
 
 
535
 
distclean: distclean-am
536
 
        -rm -rf ./$(DEPDIR)
537
 
        -rm -f Makefile
538
 
distclean-am: clean-am distclean-compile distclean-generic \
539
 
        distclean-tags
540
 
 
541
 
dvi: dvi-am
542
 
 
543
 
dvi-am:
544
 
 
545
 
html: html-am
546
 
 
547
 
info: info-am
548
 
 
549
 
info-am:
550
 
 
551
 
install-data-am:
552
 
 
553
 
install-dvi: install-dvi-am
554
 
 
555
 
install-exec-am:
556
 
 
557
 
install-html: install-html-am
558
 
 
559
 
install-info: install-info-am
560
 
 
561
 
install-man:
562
 
 
563
 
install-pdf: install-pdf-am
564
 
 
565
 
install-ps: install-ps-am
566
 
 
567
 
installcheck-am:
568
 
 
569
 
maintainer-clean: maintainer-clean-am
570
 
        -rm -rf ./$(DEPDIR)
571
 
        -rm -f Makefile
572
 
maintainer-clean-am: distclean-am maintainer-clean-generic
573
 
 
574
 
mostlyclean: mostlyclean-am
575
 
 
576
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577
 
        mostlyclean-libtool
578
 
 
579
 
pdf: pdf-am
580
 
 
581
 
pdf-am:
582
 
 
583
 
ps: ps-am
584
 
 
585
 
ps-am:
586
 
 
587
 
uninstall-am:
588
 
 
589
 
.MAKE: install-am install-strip
590
 
 
591
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
592
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
593
 
        distclean-compile distclean-generic distclean-libtool \
594
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
595
 
        install install-am install-data install-data-am install-dvi \
596
 
        install-dvi-am install-exec install-exec-am install-html \
597
 
        install-html-am install-info install-info-am install-man \
598
 
        install-pdf install-pdf-am install-ps install-ps-am \
599
 
        install-strip installcheck installcheck-am installdirs \
600
 
        maintainer-clean maintainer-clean-generic mostlyclean \
601
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
602
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
603
 
 
604
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
605
 
# Otherwise a system limit (for SysV at least) may be exceeded.
606
 
.NOEXPORT: