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

« back to all changes in this revision

Viewing changes to demos/lib/Exm/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.
15
16
@SET_MAKE@
16
17
 
17
18
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
22
22
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../../..
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
29
27
install_sh_SCRIPT = $(install_sh) -c
43
41
        $(srcdir)/Makefile.in
44
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
43
am__aclocal_m4_deps = $(top_srcdir)/ac_find_xft.m4 \
46
 
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/acinclude.m4 \
47
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/libtool.m4 \
 
45
        $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
 
46
        $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
 
47
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)
50
50
mkinstalldirs = $(install_sh) -d
51
51
CONFIG_HEADER = $(top_builddir)/include/config.h \
52
52
        $(top_builddir)/lib/Xm/Xm.h
53
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
54
55
LIBRARIES = $(noinst_LIBRARIES)
55
56
ARFLAGS = cru
56
57
libExm_a_AR = $(AR) $(ARFLAGS)
63
64
libExmMrm_a_LIBADD =
64
65
am_libExmMrm_a_OBJECTS = ExmMrm.$(OBJEXT)
65
66
libExmMrm_a_OBJECTS = $(am_libExmMrm_a_OBJECTS)
66
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/lib/Xm
 
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include -I$(top_builddir)/lib/Xm
67
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
69
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
76
CCLD = $(CC)
75
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
77
80
SOURCES = $(libExm_a_SOURCES) $(libExmMrm_a_SOURCES)
78
81
DIST_SOURCES = $(libExm_a_SOURCES) $(libExmMrm_a_SOURCES)
79
82
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
83
        html-recursive info-recursive install-data-recursive \
81
 
        install-exec-recursive install-info-recursive \
82
 
        install-recursive installcheck-recursive installdirs-recursive \
83
 
        pdf-recursive ps-recursive uninstall-info-recursive \
84
 
        uninstall-recursive
 
84
        install-dvi-recursive install-exec-recursive \
 
85
        install-html-recursive install-info-recursive \
 
86
        install-pdf-recursive install-ps-recursive install-recursive \
 
87
        installcheck-recursive installdirs-recursive pdf-recursive \
 
88
        ps-recursive uninstall-recursive
85
89
HEADERS = $(noinst_HEADERS)
 
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
91
  distclean-recursive maintainer-clean-recursive
 
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
93
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
        distdir
86
95
ETAGS = etags
87
96
CTAGS = ctags
88
97
DIST_SUBDIRS = $(SUBDIRS)
89
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
am__relativize = \
 
100
  dir0=`pwd`; \
 
101
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
102
  sed_rest='s,^[^/]*/*,,'; \
 
103
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
104
  sed_butlast='s,/*[^/]*$$,,'; \
 
105
  while test -n "$$dir1"; do \
 
106
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
107
    if test "$$first" != "."; then \
 
108
      if test "$$first" = ".."; then \
 
109
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
110
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
111
      else \
 
112
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
113
        if test "$$first2" = "$$first"; then \
 
114
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
115
        else \
 
116
          dir2="../$$dir2"; \
 
117
        fi; \
 
118
        dir0="$$dir0"/"$$first"; \
 
119
      fi; \
 
120
    fi; \
 
121
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
122
  done; \
 
123
  reldir="$$dir2"
90
124
ACLOCAL = @ACLOCAL@
91
125
AGE = @AGE@
92
126
ALLOCA = @ALLOCA@
93
 
AMDEP_FALSE = @AMDEP_FALSE@
94
 
AMDEP_TRUE = @AMDEP_TRUE@
95
127
AMTAR = @AMTAR@
96
128
AR = @AR@
97
129
AUTOCONF = @AUTOCONF@
107
139
CPP = @CPP@
108
140
CPPFLAGS = @CPPFLAGS@
109
141
CURRENT = @CURRENT@
110
 
CXX = @CXX@
111
 
CXXCPP = @CXXCPP@
112
 
CXXDEPMODE = @CXXDEPMODE@
113
 
CXXFLAGS = @CXXFLAGS@
114
142
CYGPATH_W = @CYGPATH_W@
115
143
DEFS = @DEFS@
116
144
DEPDIR = @DEPDIR@
117
 
ECHO = @ECHO@
 
145
DSYMUTIL = @DSYMUTIL@
 
146
DUMPBIN = @DUMPBIN@
118
147
ECHO_C = @ECHO_C@
119
148
ECHO_N = @ECHO_N@
120
149
ECHO_T = @ECHO_T@
121
150
EGREP = @EGREP@
122
151
EXEEXT = @EXEEXT@
123
 
F77 = @F77@
124
152
FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
125
 
FFLAGS = @FFLAGS@
 
153
FGREP = @FGREP@
126
154
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
127
155
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
128
156
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 
157
GREP = @GREP@
129
158
INCDIR = @INCDIR@
 
159
INSTALL = @INSTALL@
130
160
INSTALL_DATA = @INSTALL_DATA@
131
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
162
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
163
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
164
LD = @LD@
134
165
LDFLAGS = @LDFLAGS@
135
166
LEX = @LEX@
136
167
LEXLIB = @LEXLIB@
139
170
LIBOBJS = @LIBOBJS@
140
171
LIBS = @LIBS@
141
172
LIBTOOL = @LIBTOOL@
 
173
LIB_XP = @LIB_XP@
 
174
LIPO = @LIPO@
142
175
LN_S = @LN_S@
143
176
LTLIBOBJS = @LTLIBOBJS@
144
 
MAINT = @MAINT@
145
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
146
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
147
177
MAKEINFO = @MAKEINFO@
148
 
MessageCatalog_FALSE = @MessageCatalog_FALSE@
149
 
MessageCatalog_TRUE = @MessageCatalog_TRUE@
 
178
MKDIR_P = @MKDIR_P@
 
179
MWMRCDIR = @MWMRCDIR@
 
180
NM = @NM@
 
181
NMEDIT = @NMEDIT@
 
182
OBJDUMP = @OBJDUMP@
150
183
OBJEXT = @OBJEXT@
151
184
OM22_COMPATIBILITY_FALSE = @OM22_COMPATIBILITY_FALSE@
152
185
OM22_COMPATIBILITY_TRUE = @OM22_COMPATIBILITY_TRUE@
153
 
OM_LIBJPEG_FALSE = @OM_LIBJPEG_FALSE@
154
 
OM_LIBJPEG_TRUE = @OM_LIBJPEG_TRUE@
155
 
OM_LIBPNG_FALSE = @OM_LIBPNG_FALSE@
156
 
OM_LIBPNG_TRUE = @OM_LIBPNG_TRUE@
157
 
OM_XMTHEMES_FALSE = @OM_XMTHEMES_FALSE@
158
 
OM_XMTHEMES_TRUE = @OM_XMTHEMES_TRUE@
159
 
OM_XMU_FALSE = @OM_XMU_FALSE@
160
 
OM_XMU_TRUE = @OM_XMU_TRUE@
 
186
OTOOL = @OTOOL@
 
187
OTOOL64 = @OTOOL64@
161
188
PACKAGE = @PACKAGE@
162
189
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163
190
PACKAGE_NAME = @PACKAGE_NAME@
165
192
PACKAGE_TARNAME = @PACKAGE_TARNAME@
166
193
PACKAGE_VERSION = @PACKAGE_VERSION@
167
194
PATH_SEPARATOR = @PATH_SEPARATOR@
 
195
PRINTING_SUPPORTED_FALSE = @PRINTING_SUPPORTED_FALSE@
 
196
PRINTING_SUPPORTED_TRUE = @PRINTING_SUPPORTED_TRUE@
168
197
RANLIB = @RANLIB@
169
198
REVISION = @REVISION@
 
199
RM = @RM@
170
200
SED = @SED@
171
201
SET_MAKE = @SET_MAKE@
172
202
SHELL = @SHELL@
 
203
SPLINT = @SPLINT@
173
204
STRIP = @STRIP@
174
205
VERSION = @VERSION@
175
206
XMBINDDIR_FALLBACK = @XMBINDDIR_FALLBACK@
 
207
XMKMF = @XMKMF@
176
208
XMTHEME_DIST = @XMTHEME_DIST@
177
209
XRENDER_CFLAGS = @XRENDER_CFLAGS@
178
210
XRENDER_LIBS = @XRENDER_LIBS@
182
214
X_PRE_LIBS = @X_PRE_LIBS@
183
215
X_XMU = @X_XMU@
184
216
YACC = @YACC@
185
 
ac_ct_AR = @ac_ct_AR@
 
217
abs_builddir = @abs_builddir@
 
218
abs_srcdir = @abs_srcdir@
 
219
abs_top_builddir = @abs_top_builddir@
 
220
abs_top_srcdir = @abs_top_srcdir@
186
221
ac_ct_CC = @ac_ct_CC@
187
 
ac_ct_CXX = @ac_ct_CXX@
188
 
ac_ct_F77 = @ac_ct_F77@
189
 
ac_ct_RANLIB = @ac_ct_RANLIB@
190
 
ac_ct_STRIP = @ac_ct_STRIP@
191
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
194
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
222
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195
223
am__include = @am__include@
196
224
am__leading_dot = @am__leading_dot@
197
225
am__quote = @am__quote@
203
231
build_cpu = @build_cpu@
204
232
build_os = @build_os@
205
233
build_vendor = @build_vendor@
 
234
builddir = @builddir@
206
235
confdir = @confdir@
207
236
datadir = @datadir@
 
237
datarootdir = @datarootdir@
 
238
docdir = @docdir@
 
239
dvidir = @dvidir@
208
240
exec_prefix = @exec_prefix@
209
241
fc_config = @fc_config@
210
242
ft_config = @ft_config@
213
245
host_cpu = @host_cpu@
214
246
host_os = @host_os@
215
247
host_vendor = @host_vendor@
 
248
htmldir = @htmldir@
216
249
includedir = @includedir@
217
250
infodir = @infodir@
218
251
install_sh = @install_sh@
219
252
libdir = @libdir@
220
253
libexecdir = @libexecdir@
 
254
localedir = @localedir@
221
255
localstatedir = @localstatedir@
 
256
lt_ECHO = @lt_ECHO@
222
257
mandir = @mandir@
223
258
mkdir_p = @mkdir_p@
224
259
oldincludedir = @oldincludedir@
 
260
pdfdir = @pdfdir@
225
261
prefix = @prefix@
226
262
program_transform_name = @program_transform_name@
 
263
psdir = @psdir@
227
264
sbindir = @sbindir@
228
265
sharedstatedir = @sharedstatedir@
 
266
srcdir = @srcdir@
229
267
sysconfdir = @sysconfdir@
230
268
target = @target@
231
269
target_alias = @target_alias@
232
270
target_cpu = @target_cpu@
233
271
target_os = @target_os@
234
272
target_vendor = @target_vendor@
 
273
top_build_prefix = @top_build_prefix@
 
274
top_builddir = @top_builddir@
 
275
top_srcdir = @top_srcdir@
235
276
MAINTAINERCLEANFILES = Makefile.in
236
277
SUBDIRS = wml
237
278
noinst_LIBRARIES = libExm.a libExmMrm.a
238
 
INCLUDES = -I$(srcdir)/../../../lib -I$(srcdir)/.. ${X_CFLAGS} 
 
279
INCLUDES = -I$(srcdir)/../../../lib -I$(srcdir)/.. -I$(top_builddir)/lib ${X_CFLAGS} 
239
280
CLEANFILES = Grid.E
240
281
libExm_a_SOURCES = CommandB.c   Grid.c          Panner.c        MenuB.c \
241
282
                  Simple.c      ExmString.c     StringTrans.c   TabB.c 
252
293
 
253
294
.SUFFIXES:
254
295
.SUFFIXES: .c .lo .o .obj
255
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
296
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
256
297
        @for dep in $?; do \
257
298
          case '$(am__configure_deps)' in \
258
299
            *$$dep*) \
259
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
260
 
                && exit 0; \
 
300
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
301
                && { if test -f $@; then exit 0; else break; fi; }; \
261
302
              exit 1;; \
262
303
          esac; \
263
304
        done; \
264
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  demos/lib/Exm/Makefile'; \
265
 
        cd $(top_srcdir) && \
266
 
          $(AUTOMAKE) --foreign  demos/lib/Exm/Makefile
 
305
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/lib/Exm/Makefile'; \
 
306
        $(am__cd) $(top_srcdir) && \
 
307
          $(AUTOMAKE) --foreign demos/lib/Exm/Makefile
267
308
.PRECIOUS: Makefile
268
309
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269
310
        @case '$?' in \
277
318
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
320
 
280
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
321
$(top_srcdir)/configure:  $(am__configure_deps)
 
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
323
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
325
$(am__aclocal_m4_deps):
284
326
 
285
327
clean-noinstLIBRARIES:
286
328
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
310
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TabB.Po@am__quote@
311
353
 
312
354
.c.o:
313
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
314
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
355
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
356
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
359
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
318
360
 
319
361
.c.obj:
320
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
321
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
362
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
363
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
366
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
325
367
 
326
368
.c.lo:
327
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
328
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
369
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
370
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
329
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
330
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
373
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
336
378
clean-libtool:
337
379
        -rm -rf .libs _libs
338
380
 
339
 
distclean-libtool:
340
 
        -rm -f libtool
341
 
uninstall-info-am:
342
 
 
343
381
# This directory's subdirectories are mostly independent; you can cd
344
382
# into them and run `make' without going through this Makefile.
345
383
# To change the values of `make' variables: instead of editing Makefiles,
364
402
          else \
365
403
            local_target="$$target"; \
366
404
          fi; \
367
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368
406
          || eval $$failcom; \
369
407
        done; \
370
408
        if test "$$dot_seen" = "no"; then \
371
409
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
372
410
        fi; test -z "$$fail"
373
411
 
374
 
mostlyclean-recursive clean-recursive distclean-recursive \
375
 
maintainer-clean-recursive:
 
412
$(RECURSIVE_CLEAN_TARGETS):
376
413
        @failcom='exit 1'; \
377
414
        for f in x $$MAKEFLAGS; do \
378
415
          case $$f in \
399
436
          else \
400
437
            local_target="$$target"; \
401
438
          fi; \
402
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
439
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403
440
          || eval $$failcom; \
404
441
        done && test -z "$$fail"
405
442
tags-recursive:
406
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
444
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408
445
        done
409
446
ctags-recursive:
410
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
448
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412
449
        done
413
450
 
414
451
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416
453
        unique=`for i in $$list; do \
417
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
455
          done | \
419
 
          $(AWK) '    { files[$$0] = 1; } \
420
 
               END { for (i in files) print i; }'`; \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
458
        mkid -fID $$unique
422
459
tags: TAGS
423
460
 
424
461
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425
462
                $(TAGS_FILES) $(LISP)
426
 
        tags=; \
 
463
        set x; \
427
464
        here=`pwd`; \
428
465
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429
466
          include_option=--etags-include; \
435
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
436
473
          if test "$$subdir" = .; then :; else \
437
474
            test ! -f $$subdir/TAGS || \
438
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
475
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439
476
          fi; \
440
477
        done; \
441
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
479
        unique=`for i in $$list; do \
443
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
481
          done | \
445
 
          $(AWK) '    { files[$$0] = 1; } \
446
 
               END { for (i in files) print i; }'`; \
447
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
484
        shift; \
 
485
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448
486
          test -n "$$unique" || unique=$$empty_fix; \
449
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450
 
            $$tags $$unique; \
 
487
          if test $$# -gt 0; then \
 
488
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
              "$$@" $$unique; \
 
490
          else \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              $$unique; \
 
493
          fi; \
451
494
        fi
452
495
ctags: CTAGS
453
496
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454
497
                $(TAGS_FILES) $(LISP)
455
 
        tags=; \
456
 
        here=`pwd`; \
457
498
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458
499
        unique=`for i in $$list; do \
459
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
501
          done | \
461
 
          $(AWK) '    { files[$$0] = 1; } \
462
 
               END { for (i in files) print i; }'`; \
463
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
504
        test -z "$(CTAGS_ARGS)$$unique" \
464
505
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465
 
             $$tags $$unique
 
506
             $$unique
466
507
 
467
508
GTAGS:
468
509
        here=`$(am__cd) $(top_builddir) && pwd` \
469
 
          && cd $(top_srcdir) \
470
 
          && gtags -i $(GTAGS_ARGS) $$here
 
510
          && $(am__cd) $(top_srcdir) \
 
511
          && gtags -i $(GTAGS_ARGS) "$$here"
471
512
 
472
513
distclean-tags:
473
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
515
 
475
516
distdir: $(DISTFILES)
476
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
477
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
478
 
        list='$(DISTFILES)'; for file in $$list; do \
479
 
          case $$file in \
480
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
481
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
482
 
          esac; \
 
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
519
        list='$(DISTFILES)'; \
 
520
          dist_files=`for file in $$list; do echo $$file; done | \
 
521
          sed -e "s|^$$srcdirstrip/||;t" \
 
522
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
523
        case $$dist_files in \
 
524
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
525
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
526
                           sort -u` ;; \
 
527
        esac; \
 
528
        for file in $$dist_files; do \
483
529
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
485
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
486
 
            dir="/$$dir"; \
487
 
            $(mkdir_p) "$(distdir)$$dir"; \
488
 
          else \
489
 
            dir=''; \
490
 
          fi; \
491
530
          if test -d $$d/$$file; then \
 
531
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
532
            if test -d "$(distdir)/$$file"; then \
 
533
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
534
            fi; \
492
535
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
536
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
537
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494
538
            fi; \
495
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
539
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496
540
          else \
497
 
            test -f $(distdir)/$$file \
498
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
541
            test -f "$(distdir)/$$file" \
 
542
            || cp -p $$d/$$file "$(distdir)/$$file" \
499
543
            || exit 1; \
500
544
          fi; \
501
545
        done
502
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
546
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503
547
          if test "$$subdir" = .; then :; else \
504
548
            test -d "$(distdir)/$$subdir" \
505
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
549
            || $(MKDIR_P) "$(distdir)/$$subdir" \
506
550
            || exit 1; \
507
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
508
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
509
 
            (cd $$subdir && \
 
551
          fi; \
 
552
        done
 
553
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
554
          if test "$$subdir" = .; then :; else \
 
555
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
556
            $(am__relativize); \
 
557
            new_distdir=$$reldir; \
 
558
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
559
            $(am__relativize); \
 
560
            new_top_distdir=$$reldir; \
 
561
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
562
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
563
            ($(am__cd) $$subdir && \
510
564
              $(MAKE) $(AM_MAKEFLAGS) \
511
 
                top_distdir="$$top_distdir" \
512
 
                distdir="$$distdir/$$subdir" \
 
565
                top_distdir="$$new_top_distdir" \
 
566
                distdir="$$new_distdir" \
 
567
                am__remove_distdir=: \
 
568
                am__skip_length_check=: \
 
569
                am__skip_mode_fix=: \
513
570
                distdir) \
514
571
              || exit 1; \
515
572
          fi; \
540
597
 
541
598
distclean-generic:
542
599
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
600
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
543
601
 
544
602
maintainer-clean-generic:
545
603
        @echo "This command is intended for maintainers to use"
554
612
        -rm -rf ./$(DEPDIR)
555
613
        -rm -f Makefile
556
614
distclean-am: clean-am distclean-compile distclean-generic \
557
 
        distclean-libtool distclean-tags
 
615
        distclean-tags
558
616
 
559
617
dvi: dvi-recursive
560
618
 
562
620
 
563
621
html: html-recursive
564
622
 
 
623
html-am:
 
624
 
565
625
info: info-recursive
566
626
 
567
627
info-am:
568
628
 
569
629
install-data-am:
570
630
 
 
631
install-dvi: install-dvi-recursive
 
632
 
 
633
install-dvi-am:
 
634
 
571
635
install-exec-am:
572
636
 
 
637
install-html: install-html-recursive
 
638
 
 
639
install-html-am:
 
640
 
573
641
install-info: install-info-recursive
574
642
 
 
643
install-info-am:
 
644
 
575
645
install-man:
576
646
 
 
647
install-pdf: install-pdf-recursive
 
648
 
 
649
install-pdf-am:
 
650
 
 
651
install-ps: install-ps-recursive
 
652
 
 
653
install-ps-am:
 
654
 
577
655
installcheck-am:
578
656
 
579
657
maintainer-clean: maintainer-clean-recursive
594
672
 
595
673
ps-am:
596
674
 
597
 
uninstall-am: uninstall-info-am
598
 
 
599
 
uninstall-info: uninstall-info-recursive
600
 
 
601
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
602
 
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
603
 
        clean-recursive ctags ctags-recursive distclean \
 
675
uninstall-am:
 
676
 
 
677
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
678
        install-am install-strip tags-recursive
 
679
 
 
680
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
681
        all all-am check check-am clean clean-generic clean-libtool \
 
682
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
604
683
        distclean-compile distclean-generic distclean-libtool \
605
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
606
 
        html-am info info-am install install-am install-data \
607
 
        install-data-am install-exec install-exec-am install-info \
608
 
        install-info-am install-man install-strip installcheck \
609
 
        installcheck-am installdirs installdirs-am maintainer-clean \
610
 
        maintainer-clean-generic maintainer-clean-recursive \
 
684
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
685
        install install-am install-data install-data-am install-dvi \
 
686
        install-dvi-am install-exec install-exec-am install-html \
 
687
        install-html-am install-info install-info-am install-man \
 
688
        install-pdf install-pdf-am install-ps install-ps-am \
 
689
        install-strip installcheck installcheck-am installdirs \
 
690
        installdirs-am maintainer-clean maintainer-clean-generic \
611
691
        mostlyclean mostlyclean-compile mostlyclean-generic \
612
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
613
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
692
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
693
        uninstall uninstall-am
 
694
 
614
695
 
615
696
# Tell versions [3.59,3.63) of GNU make to not export all variables.
616
697
# Otherwise a system limit (for SysV at least) may be exceeded.