~ubuntu-branches/ubuntu/raring/openmotif/raring-proposed

« back to all changes in this revision

Viewing changes to demos/doc/programGuide/ch17/simple_drag/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-29 09:42:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100629094221-yee9gtet2dngu6cv
Tags: 2.3.3-1
* New upstream release
* Drop patch for autoconf-bug as this was fixed upstream
* Applied patch to fix implicit pointer conversion (Closes: #587461)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../../../..
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
24
install_sh_DATA = $(install_sh) -c -m 644
27
25
install_sh_PROGRAM = $(install_sh) -c
28
26
install_sh_SCRIPT = $(install_sh) -c
42
40
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
42
am__aclocal_m4_deps = $(top_srcdir)/ac_find_xft.m4 \
45
 
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/acinclude.m4 \
46
 
        $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/libtool.m4 \
 
44
        $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
 
45
        $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
 
46
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
49
mkinstalldirs = $(install_sh) -d
50
50
CONFIG_HEADER = $(top_builddir)/include/config.h \
51
51
        $(top_builddir)/lib/Xm/Xm.h
52
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
53
54
PROGRAMS = $(noinst_PROGRAMS)
54
55
am_simple_drag_OBJECTS = simple_drag.$(OBJEXT)
55
56
simple_drag_OBJECTS = $(am_simple_drag_OBJECTS)
56
57
simple_drag_LDADD = $(LDADD)
57
58
simple_drag_DEPENDENCIES = $(top_builddir)/lib/Xm/libXm.la
58
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/lib/Xm
 
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include -I$(top_builddir)/lib/Xm
59
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
61
am__depfiles_maybe = depfiles
 
62
am__mv = mv -f
61
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
64
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
 
        $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
68
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
68
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
69
72
SOURCES = $(simple_drag_SOURCES)
70
73
DIST_SOURCES = $(simple_drag_SOURCES)
71
74
ETAGS = etags
74
77
ACLOCAL = @ACLOCAL@
75
78
AGE = @AGE@
76
79
ALLOCA = @ALLOCA@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
80
AMTAR = @AMTAR@
80
81
AR = @AR@
81
82
AUTOCONF = @AUTOCONF@
91
92
CPP = @CPP@
92
93
CPPFLAGS = @CPPFLAGS@
93
94
CURRENT = @CURRENT@
94
 
CXX = @CXX@
95
 
CXXCPP = @CXXCPP@
96
 
CXXDEPMODE = @CXXDEPMODE@
97
 
CXXFLAGS = @CXXFLAGS@
98
95
CYGPATH_W = @CYGPATH_W@
99
96
DEFS = @DEFS@
100
97
DEPDIR = @DEPDIR@
101
 
ECHO = @ECHO@
 
98
DSYMUTIL = @DSYMUTIL@
 
99
DUMPBIN = @DUMPBIN@
102
100
ECHO_C = @ECHO_C@
103
101
ECHO_N = @ECHO_N@
104
102
ECHO_T = @ECHO_T@
105
103
EGREP = @EGREP@
106
104
EXEEXT = @EXEEXT@
107
 
F77 = @F77@
108
105
FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
109
 
FFLAGS = @FFLAGS@
 
106
FGREP = @FGREP@
110
107
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
111
108
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
112
109
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 
110
GREP = @GREP@
113
111
INCDIR = @INCDIR@
 
112
INSTALL = @INSTALL@
114
113
INSTALL_DATA = @INSTALL_DATA@
115
114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
115
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
116
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
117
LD = @LD@
118
118
LDFLAGS = @LDFLAGS@
119
119
LEX = @LEX@
120
120
LEXLIB = @LEXLIB@
123
123
LIBOBJS = @LIBOBJS@
124
124
LIBS = @LIBS@
125
125
LIBTOOL = @LIBTOOL@
 
126
LIB_XP = @LIB_XP@
 
127
LIPO = @LIPO@
126
128
LN_S = @LN_S@
127
129
LTLIBOBJS = @LTLIBOBJS@
128
 
MAINT = @MAINT@
129
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
130
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
131
130
MAKEINFO = @MAKEINFO@
132
 
MessageCatalog_FALSE = @MessageCatalog_FALSE@
133
 
MessageCatalog_TRUE = @MessageCatalog_TRUE@
 
131
MKDIR_P = @MKDIR_P@
 
132
MWMRCDIR = @MWMRCDIR@
 
133
NM = @NM@
 
134
NMEDIT = @NMEDIT@
 
135
OBJDUMP = @OBJDUMP@
134
136
OBJEXT = @OBJEXT@
135
137
OM22_COMPATIBILITY_FALSE = @OM22_COMPATIBILITY_FALSE@
136
138
OM22_COMPATIBILITY_TRUE = @OM22_COMPATIBILITY_TRUE@
137
 
OM_LIBJPEG_FALSE = @OM_LIBJPEG_FALSE@
138
 
OM_LIBJPEG_TRUE = @OM_LIBJPEG_TRUE@
139
 
OM_LIBPNG_FALSE = @OM_LIBPNG_FALSE@
140
 
OM_LIBPNG_TRUE = @OM_LIBPNG_TRUE@
141
 
OM_XMTHEMES_FALSE = @OM_XMTHEMES_FALSE@
142
 
OM_XMTHEMES_TRUE = @OM_XMTHEMES_TRUE@
143
 
OM_XMU_FALSE = @OM_XMU_FALSE@
144
 
OM_XMU_TRUE = @OM_XMU_TRUE@
 
139
OTOOL = @OTOOL@
 
140
OTOOL64 = @OTOOL64@
145
141
PACKAGE = @PACKAGE@
146
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
143
PACKAGE_NAME = @PACKAGE_NAME@
149
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
150
146
PACKAGE_VERSION = @PACKAGE_VERSION@
151
147
PATH_SEPARATOR = @PATH_SEPARATOR@
 
148
PRINTING_SUPPORTED_FALSE = @PRINTING_SUPPORTED_FALSE@
 
149
PRINTING_SUPPORTED_TRUE = @PRINTING_SUPPORTED_TRUE@
152
150
RANLIB = @RANLIB@
153
151
REVISION = @REVISION@
 
152
RM = @RM@
154
153
SED = @SED@
155
154
SET_MAKE = @SET_MAKE@
156
155
SHELL = @SHELL@
 
156
SPLINT = @SPLINT@
157
157
STRIP = @STRIP@
158
158
VERSION = @VERSION@
159
159
XMBINDDIR_FALLBACK = @XMBINDDIR_FALLBACK@
 
160
XMKMF = @XMKMF@
160
161
XMTHEME_DIST = @XMTHEME_DIST@
161
162
XRENDER_CFLAGS = @XRENDER_CFLAGS@
162
163
XRENDER_LIBS = @XRENDER_LIBS@
166
167
X_PRE_LIBS = @X_PRE_LIBS@
167
168
X_XMU = @X_XMU@
168
169
YACC = @YACC@
169
 
ac_ct_AR = @ac_ct_AR@
 
170
abs_builddir = @abs_builddir@
 
171
abs_srcdir = @abs_srcdir@
 
172
abs_top_builddir = @abs_top_builddir@
 
173
abs_top_srcdir = @abs_top_srcdir@
170
174
ac_ct_CC = @ac_ct_CC@
171
 
ac_ct_CXX = @ac_ct_CXX@
172
 
ac_ct_F77 = @ac_ct_F77@
173
 
ac_ct_RANLIB = @ac_ct_RANLIB@
174
 
ac_ct_STRIP = @ac_ct_STRIP@
175
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
178
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
175
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179
176
am__include = @am__include@
180
177
am__leading_dot = @am__leading_dot@
181
178
am__quote = @am__quote@
187
184
build_cpu = @build_cpu@
188
185
build_os = @build_os@
189
186
build_vendor = @build_vendor@
 
187
builddir = @builddir@
190
188
confdir = @confdir@
191
189
datadir = @datadir@
 
190
datarootdir = @datarootdir@
 
191
docdir = @docdir@
 
192
dvidir = @dvidir@
192
193
exec_prefix = @exec_prefix@
193
194
fc_config = @fc_config@
194
195
ft_config = @ft_config@
197
198
host_cpu = @host_cpu@
198
199
host_os = @host_os@
199
200
host_vendor = @host_vendor@
 
201
htmldir = @htmldir@
200
202
includedir = @includedir@
201
203
infodir = @infodir@
202
204
install_sh = @install_sh@
203
205
libdir = @libdir@
204
206
libexecdir = @libexecdir@
 
207
localedir = @localedir@
205
208
localstatedir = @localstatedir@
 
209
lt_ECHO = @lt_ECHO@
206
210
mandir = @mandir@
207
211
mkdir_p = @mkdir_p@
208
212
oldincludedir = @oldincludedir@
 
213
pdfdir = @pdfdir@
209
214
prefix = @prefix@
210
215
program_transform_name = @program_transform_name@
 
216
psdir = @psdir@
211
217
sbindir = @sbindir@
212
218
sharedstatedir = @sharedstatedir@
 
219
srcdir = @srcdir@
213
220
sysconfdir = @sysconfdir@
214
221
target = @target@
215
222
target_alias = @target_alias@
216
223
target_cpu = @target_cpu@
217
224
target_os = @target_os@
218
225
target_vendor = @target_vendor@
 
226
top_build_prefix = @top_build_prefix@
 
227
top_builddir = @top_builddir@
 
228
top_srcdir = @top_srcdir@
219
229
MAINTAINERCLEANFILES = Makefile.in
220
230
EXTRA_DIST = Imakefile README simple_drag.man
221
231
simple_drag_SOURCES = simple_drag.c 
225
235
 
226
236
.SUFFIXES:
227
237
.SUFFIXES: .c .lo .o .obj
228
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
238
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
229
239
        @for dep in $?; do \
230
240
          case '$(am__configure_deps)' in \
231
241
            *$$dep*) \
232
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
233
 
                && exit 0; \
 
242
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
243
                && { if test -f $@; then exit 0; else break; fi; }; \
234
244
              exit 1;; \
235
245
          esac; \
236
246
        done; \
237
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  demos/doc/programGuide/ch17/simple_drag/Makefile'; \
238
 
        cd $(top_srcdir) && \
239
 
          $(AUTOMAKE) --foreign  demos/doc/programGuide/ch17/simple_drag/Makefile
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/doc/programGuide/ch17/simple_drag/Makefile'; \
 
248
        $(am__cd) $(top_srcdir) && \
 
249
          $(AUTOMAKE) --foreign demos/doc/programGuide/ch17/simple_drag/Makefile
240
250
.PRECIOUS: Makefile
241
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
252
        @case '$?' in \
250
260
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
262
 
253
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
$(top_srcdir)/configure:  $(am__configure_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
$(am__aclocal_m4_deps):
257
268
 
258
269
clean-noinstPROGRAMS:
259
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
260
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
261
 
          echo " rm -f $$p $$f"; \
262
 
          rm -f $$p $$f ; \
263
 
        done
 
270
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
271
        echo " rm -f" $$list; \
 
272
        rm -f $$list || exit $$?; \
 
273
        test -n "$(EXEEXT)" || exit 0; \
 
274
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
275
        echo " rm -f" $$list; \
 
276
        rm -f $$list
264
277
simple_drag$(EXEEXT): $(simple_drag_OBJECTS) $(simple_drag_DEPENDENCIES) 
265
278
        @rm -f simple_drag$(EXEEXT)
266
 
        $(LINK) $(simple_drag_LDFLAGS) $(simple_drag_OBJECTS) $(simple_drag_LDADD) $(LIBS)
 
279
        $(LINK) $(simple_drag_OBJECTS) $(simple_drag_LDADD) $(LIBS)
267
280
 
268
281
mostlyclean-compile:
269
282
        -rm -f *.$(OBJEXT)
274
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_drag.Po@am__quote@
275
288
 
276
289
.c.o:
277
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
278
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
290
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
291
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
279
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
294
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
282
295
 
283
296
.c.obj:
284
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
285
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
298
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
301
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
289
302
 
290
303
.c.lo:
291
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
292
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
304
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
305
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
293
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
294
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
308
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
300
313
clean-libtool:
301
314
        -rm -rf .libs _libs
302
315
 
303
 
distclean-libtool:
304
 
        -rm -f libtool
305
 
uninstall-info-am:
306
 
 
307
316
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308
317
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309
318
        unique=`for i in $$list; do \
310
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
320
          done | \
312
 
          $(AWK) '    { files[$$0] = 1; } \
313
 
               END { for (i in files) print i; }'`; \
 
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
314
323
        mkid -fID $$unique
315
324
tags: TAGS
316
325
 
317
326
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
318
327
                $(TAGS_FILES) $(LISP)
319
 
        tags=; \
 
328
        set x; \
320
329
        here=`pwd`; \
321
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322
331
        unique=`for i in $$list; do \
323
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
333
          done | \
325
 
          $(AWK) '    { files[$$0] = 1; } \
326
 
               END { for (i in files) print i; }'`; \
327
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
336
        shift; \
 
337
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
328
338
          test -n "$$unique" || unique=$$empty_fix; \
329
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330
 
            $$tags $$unique; \
 
339
          if test $$# -gt 0; then \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              "$$@" $$unique; \
 
342
          else \
 
343
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
344
              $$unique; \
 
345
          fi; \
331
346
        fi
332
347
ctags: CTAGS
333
348
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334
349
                $(TAGS_FILES) $(LISP)
335
 
        tags=; \
336
 
        here=`pwd`; \
337
350
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
351
        unique=`for i in $$list; do \
339
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
353
          done | \
341
 
          $(AWK) '    { files[$$0] = 1; } \
342
 
               END { for (i in files) print i; }'`; \
343
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
356
        test -z "$(CTAGS_ARGS)$$unique" \
344
357
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
345
 
             $$tags $$unique
 
358
             $$unique
346
359
 
347
360
GTAGS:
348
361
        here=`$(am__cd) $(top_builddir) && pwd` \
349
 
          && cd $(top_srcdir) \
350
 
          && gtags -i $(GTAGS_ARGS) $$here
 
362
          && $(am__cd) $(top_srcdir) \
 
363
          && gtags -i $(GTAGS_ARGS) "$$here"
351
364
 
352
365
distclean-tags:
353
366
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
354
367
 
355
368
distdir: $(DISTFILES)
356
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
357
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
358
 
        list='$(DISTFILES)'; for file in $$list; do \
359
 
          case $$file in \
360
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
361
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
362
 
          esac; \
 
369
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
370
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
371
        list='$(DISTFILES)'; \
 
372
          dist_files=`for file in $$list; do echo $$file; done | \
 
373
          sed -e "s|^$$srcdirstrip/||;t" \
 
374
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
375
        case $$dist_files in \
 
376
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
377
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
378
                           sort -u` ;; \
 
379
        esac; \
 
380
        for file in $$dist_files; do \
363
381
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
365
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
366
 
            dir="/$$dir"; \
367
 
            $(mkdir_p) "$(distdir)$$dir"; \
368
 
          else \
369
 
            dir=''; \
370
 
          fi; \
371
382
          if test -d $$d/$$file; then \
 
383
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
384
            if test -d "$(distdir)/$$file"; then \
 
385
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
386
            fi; \
372
387
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
373
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
388
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
374
390
            fi; \
375
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
391
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
376
392
          else \
377
 
            test -f $(distdir)/$$file \
378
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
393
            test -f "$(distdir)/$$file" \
 
394
            || cp -p $$d/$$file "$(distdir)/$$file" \
379
395
            || exit 1; \
380
396
          fi; \
381
397
        done
403
419
 
404
420
distclean-generic:
405
421
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
422
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
406
423
 
407
424
maintainer-clean-generic:
408
425
        @echo "This command is intended for maintainers to use"
417
434
        -rm -rf ./$(DEPDIR)
418
435
        -rm -f Makefile
419
436
distclean-am: clean-am distclean-compile distclean-generic \
420
 
        distclean-libtool distclean-tags
 
437
        distclean-tags
421
438
 
422
439
dvi: dvi-am
423
440
 
425
442
 
426
443
html: html-am
427
444
 
 
445
html-am:
 
446
 
428
447
info: info-am
429
448
 
430
449
info-am:
431
450
 
432
451
install-data-am:
433
452
 
 
453
install-dvi: install-dvi-am
 
454
 
 
455
install-dvi-am:
 
456
 
434
457
install-exec-am:
435
458
 
 
459
install-html: install-html-am
 
460
 
 
461
install-html-am:
 
462
 
436
463
install-info: install-info-am
437
464
 
 
465
install-info-am:
 
466
 
438
467
install-man:
439
468
 
 
469
install-pdf: install-pdf-am
 
470
 
 
471
install-pdf-am:
 
472
 
 
473
install-ps: install-ps-am
 
474
 
 
475
install-ps-am:
 
476
 
440
477
installcheck-am:
441
478
 
442
479
maintainer-clean: maintainer-clean-am
457
494
 
458
495
ps-am:
459
496
 
460
 
uninstall-am: uninstall-info-am
 
497
uninstall-am:
 
498
 
 
499
.MAKE: install-am install-strip
461
500
 
462
501
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463
502
        clean-libtool clean-noinstPROGRAMS ctags distclean \
464
503
        distclean-compile distclean-generic distclean-libtool \
465
504
        distclean-tags distdir dvi dvi-am html html-am info info-am \
466
 
        install install-am install-data install-data-am install-exec \
467
 
        install-exec-am install-info install-info-am install-man \
 
505
        install install-am install-data install-data-am install-dvi \
 
506
        install-dvi-am install-exec install-exec-am install-html \
 
507
        install-html-am install-info install-info-am install-man \
 
508
        install-pdf install-pdf-am install-ps install-ps-am \
468
509
        install-strip installcheck installcheck-am installdirs \
469
510
        maintainer-clean maintainer-clean-generic mostlyclean \
470
511
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
471
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
472
 
        uninstall-info-am
 
512
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
513
 
473
514
 
474
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
516
# Otherwise a system limit (for SysV at least) may be exceeded.