~ubuntu-branches/ubuntu/precise/devil/precise

« back to all changes in this revision

Viewing changes to src-ILUT/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-01-17 15:01:18 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090117150118-4bwb6nmvbz4srsjl
Tags: 1.7.5-4
Actually fix CVE-2008-5262. Closes: #512122.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
target_triplet = @target@
40
 
subdir = src-ILUT/src
41
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/libtools/mkinstalldirs
47
 
CONFIG_HEADER = $(top_builddir)/include/IL/config.h
48
 
CONFIG_CLEAN_FILES =
49
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
 
am__vpath_adj = case $$p in \
51
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
 
    *) f=$$p;; \
53
 
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
 
am__installdirs = "$(DESTDIR)$(libdir)"
56
 
libLTLIBRARIES_INSTALL = $(INSTALL)
57
 
LTLIBRARIES = $(lib_LTLIBRARIES)
58
 
libILUT_la_DEPENDENCIES =
59
 
am_libILUT_la_OBJECTS = ilut_allegro.lo ilut_main.lo \
60
 
        ilut_sdlsurface.lo ilut_states.lo ilut_internal.lo \
61
 
        ilut_opengl.lo ilut_win32.lo ilut_directx.lo ilut_directx9.lo
62
 
libILUT_la_OBJECTS = $(am_libILUT_la_OBJECTS)
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include/IL
64
 
depcomp = $(SHELL) $(top_srcdir)/libtools/depcomp
65
 
am__depfiles_maybe = depfiles
66
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70
 
        $(AM_CFLAGS) $(CFLAGS)
71
 
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
74
 
SOURCES = $(libILUT_la_SOURCES)
75
 
DIST_SOURCES = $(libILUT_la_SOURCES)
76
 
ETAGS = etags
77
 
CTAGS = ctags
78
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
 
ACLOCAL = @ACLOCAL@
80
 
AMDEP_FALSE = @AMDEP_FALSE@
81
 
AMDEP_TRUE = @AMDEP_TRUE@
82
 
AMTAR = @AMTAR@
83
 
AR = @AR@
84
 
AS = @AS@
85
 
AUTOCONF = @AUTOCONF@
86
 
AUTOHEADER = @AUTOHEADER@
87
 
AUTOMAKE = @AUTOMAKE@
88
 
AWK = @AWK@
89
 
CC = @CC@
90
 
CCDEPMODE = @CCDEPMODE@
91
 
CFLAGS = @CFLAGS@
92
 
CPP = @CPP@
93
 
CPPFLAGS = @CPPFLAGS@
94
 
CXX = @CXX@
95
 
CXXCPP = @CXXCPP@
96
 
CXXDEPMODE = @CXXDEPMODE@
97
 
CXXFLAGS = @CXXFLAGS@
98
 
CYGPATH_W = @CYGPATH_W@
99
 
DEFS = @DEFS@
100
 
DEPDIR = @DEPDIR@
101
 
DEVIL_LTVERSION = @DEVIL_LTVERSION@
102
 
DLLTOOL = @DLLTOOL@
103
 
ECHO = @ECHO@
104
 
ECHO_C = @ECHO_C@
105
 
ECHO_N = @ECHO_N@
106
 
ECHO_T = @ECHO_T@
107
 
EGREP = @EGREP@
108
 
EXEEXT = @EXEEXT@
109
 
F77 = @F77@
110
 
FFLAGS = @FFLAGS@
111
 
HALLEGRO = @HALLEGRO@
112
 
HSDL = @HSDL@
113
 
INSTALL_DATA = @INSTALL_DATA@
114
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
115
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
116
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117
 
LDFLAGS = @LDFLAGS@
118
 
LIBALLEGRO = @LIBALLEGRO@
119
 
LIBGDI32 = @LIBGDI32@
120
 
LIBGL = @LIBGL@
121
 
LIBILUT_CFLAGS = @LIBILUT_CFLAGS@
122
 
LIBILUT_WIN32LIBPATH = @LIBILUT_WIN32LIBPATH@
123
 
LIBILU_CFLAGS = @LIBILU_CFLAGS@
124
 
LIBIL_CFLAGS = @LIBIL_CFLAGS@
125
 
LIBJPG = @LIBJPG@
126
 
LIBLCMS = @LIBLCMS@
127
 
LIBMNG = @LIBMNG@
128
 
LIBOBJS = @LIBOBJS@
129
 
LIBPNG = @LIBPNG@
130
 
LIBPNG_INCLUDE = @LIBPNG_INCLUDE@
131
 
LIBS = @LIBS@
132
 
LIBSDL = @LIBSDL@
133
 
LIBTIFF = @LIBTIFF@
134
 
LIBTOOL = @LIBTOOL@
135
 
LIBZ = @LIBZ@
136
 
LN_S = @LN_S@
137
 
LTLIBOBJS = @LTLIBOBJS@
138
 
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
 
MAKEINFO = @MAKEINFO@
142
 
OBJDUMP = @OBJDUMP@
143
 
OBJEXT = @OBJEXT@
144
 
PACKAGE = @PACKAGE@
145
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
 
PACKAGE_NAME = @PACKAGE_NAME@
147
 
PACKAGE_STRING = @PACKAGE_STRING@
148
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
149
 
PACKAGE_VERSION = @PACKAGE_VERSION@
150
 
PATH_SEPARATOR = @PATH_SEPARATOR@
151
 
RANLIB = @RANLIB@
152
 
SET_MAKE = @SET_MAKE@
153
 
SHELL = @SHELL@
154
 
STRIP = @STRIP@
155
 
VERSION = @VERSION@
156
 
VERSIONINFO = @VERSIONINFO@
157
 
X_CFLAGS = @X_CFLAGS@
158
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
159
 
X_LIBS = @X_LIBS@
160
 
X_PRE_LIBS = @X_PRE_LIBS@
161
 
ac_ct_AR = @ac_ct_AR@
162
 
ac_ct_AS = @ac_ct_AS@
163
 
ac_ct_CC = @ac_ct_CC@
164
 
ac_ct_CXX = @ac_ct_CXX@
165
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
166
 
ac_ct_F77 = @ac_ct_F77@
167
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
168
 
ac_ct_RANLIB = @ac_ct_RANLIB@
169
 
ac_ct_STRIP = @ac_ct_STRIP@
170
 
allegro_config = @allegro_config@
171
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
174
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
175
 
am__include = @am__include@
176
 
am__leading_dot = @am__leading_dot@
177
 
am__quote = @am__quote@
178
 
am__tar = @am__tar@
179
 
am__untar = @am__untar@
180
 
bindir = @bindir@
181
 
build = @build@
182
 
build_alias = @build_alias@
183
 
build_cpu = @build_cpu@
184
 
build_os = @build_os@
185
 
build_vendor = @build_vendor@
186
 
datadir = @datadir@
187
 
exec_prefix = @exec_prefix@
188
 
host = @host@
189
 
host_alias = @host_alias@
190
 
host_cpu = @host_cpu@
191
 
host_os = @host_os@
192
 
host_vendor = @host_vendor@
193
 
includedir = @includedir@
194
 
infodir = @infodir@
195
 
install_sh = @install_sh@
196
 
libdir = @libdir@
197
 
libexecdir = @libexecdir@
198
 
localstatedir = @localstatedir@
199
 
mandir = @mandir@
200
 
mkdir_p = @mkdir_p@
201
 
oldincludedir = @oldincludedir@
202
 
prefix = @prefix@
203
 
program_transform_name = @program_transform_name@
204
 
sbindir = @sbindir@
205
 
sharedstatedir = @sharedstatedir@
206
 
sysconfdir = @sysconfdir@
207
 
target = @target@
208
 
target_alias = @target_alias@
209
 
target_cpu = @target_cpu@
210
 
target_os = @target_os@
211
 
target_vendor = @target_vendor@
212
 
lib_LTLIBRARIES = libILUT.la
213
 
libILUT_la_SOURCES = ilut_allegro.c     ilut_main.c \
214
 
                     ilut_sdlsurface.c  ilut_states.c \
215
 
                     ilut_internal.c    ilut_opengl.c \
216
 
                     ilut_win32.c       ilut_directx.c \
217
 
                                         ilut_directx9.c
218
 
 
219
 
AM_CFLAGS = @LIBILUT_CFLAGS@
220
 
libILUT_la_LDFLAGS = -no-undefined @VERSIONINFO@ \
221
 
                     $(top_srcdir)/src-IL/src/libIL.la \
222
 
                     $(top_srcdir)/src-ILU/src/libILU.la \
223
 
                     @LIBSDL@ @LIBALLEGRO@ @LIBILUT_WIN32LIBPATH@
224
 
 
225
 
libILUT_la_LIBADD = @LIBGL@ @LIBGDI32@
226
 
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src-ILUT/include \
227
 
           @HSDL@ @HALLEGRO@
228
 
 
229
 
all: all-am
230
 
 
231
 
.SUFFIXES:
232
 
.SUFFIXES: .c .lo .o .obj
233
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
234
 
        @for dep in $?; do \
235
 
          case '$(am__configure_deps)' in \
236
 
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
239
 
              exit 1;; \
240
 
          esac; \
241
 
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src-ILUT/src/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --foreign  src-ILUT/src/Makefile
245
 
.PRECIOUS: Makefile
246
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
 
        @case '$?' in \
248
 
          *config.status*) \
249
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250
 
          *) \
251
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253
 
        esac;
254
 
 
255
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
 
 
258
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
259
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
263
 
        @$(NORMAL_INSTALL)
264
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
265
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
266
 
          if test -f $$p; then \
267
 
            f=$(am__strip_dir) \
268
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
269
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
270
 
          else :; fi; \
271
 
        done
272
 
 
273
 
uninstall-libLTLIBRARIES:
274
 
        @$(NORMAL_UNINSTALL)
275
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
276
 
          p=$(am__strip_dir) \
277
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
278
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
279
 
        done
280
 
 
281
 
clean-libLTLIBRARIES:
282
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
283
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285
 
          test "$$dir" != "$$p" || dir=.; \
286
 
          echo "rm -f \"$${dir}/so_locations\""; \
287
 
          rm -f "$${dir}/so_locations"; \
288
 
        done
289
 
libILUT.la: $(libILUT_la_OBJECTS) $(libILUT_la_DEPENDENCIES) 
290
 
        $(LINK) -rpath $(libdir) $(libILUT_la_LDFLAGS) $(libILUT_la_OBJECTS) $(libILUT_la_LIBADD) $(LIBS)
291
 
 
292
 
mostlyclean-compile:
293
 
        -rm -f *.$(OBJEXT)
294
 
 
295
 
distclean-compile:
296
 
        -rm -f *.tab.c
297
 
 
298
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_allegro.Plo@am__quote@
299
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_directx.Plo@am__quote@
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_directx9.Plo@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_internal.Plo@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_main.Plo@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_opengl.Plo@am__quote@
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_sdlsurface.Plo@am__quote@
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_states.Plo@am__quote@
306
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ilut_win32.Plo@am__quote@
307
 
 
308
 
.c.o:
309
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
310
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
311
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
314
 
 
315
 
.c.obj:
316
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
317
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
318
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
321
 
 
322
 
.c.lo:
323
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
324
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
325
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
326
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
328
 
 
329
 
mostlyclean-libtool:
330
 
        -rm -f *.lo
331
 
 
332
 
clean-libtool:
333
 
        -rm -rf .libs _libs
334
 
 
335
 
distclean-libtool:
336
 
        -rm -f libtool
337
 
uninstall-info-am:
338
 
 
339
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341
 
        unique=`for i in $$list; do \
342
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
 
          done | \
344
 
          $(AWK) '    { files[$$0] = 1; } \
345
 
               END { for (i in files) print i; }'`; \
346
 
        mkid -fID $$unique
347
 
tags: TAGS
348
 
 
349
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350
 
                $(TAGS_FILES) $(LISP)
351
 
        tags=; \
352
 
        here=`pwd`; \
353
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354
 
        unique=`for i in $$list; do \
355
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
 
          done | \
357
 
          $(AWK) '    { files[$$0] = 1; } \
358
 
               END { for (i in files) print i; }'`; \
359
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
360
 
          test -n "$$unique" || unique=$$empty_fix; \
361
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362
 
            $$tags $$unique; \
363
 
        fi
364
 
ctags: CTAGS
365
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366
 
                $(TAGS_FILES) $(LISP)
367
 
        tags=; \
368
 
        here=`pwd`; \
369
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370
 
        unique=`for i in $$list; do \
371
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
 
          done | \
373
 
          $(AWK) '    { files[$$0] = 1; } \
374
 
               END { for (i in files) print i; }'`; \
375
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
376
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
377
 
             $$tags $$unique
378
 
 
379
 
GTAGS:
380
 
        here=`$(am__cd) $(top_builddir) && pwd` \
381
 
          && cd $(top_srcdir) \
382
 
          && gtags -i $(GTAGS_ARGS) $$here
383
 
 
384
 
distclean-tags:
385
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
386
 
 
387
 
distdir: $(DISTFILES)
388
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
389
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
390
 
        list='$(DISTFILES)'; for file in $$list; do \
391
 
          case $$file in \
392
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
393
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
394
 
          esac; \
395
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
397
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
398
 
            dir="/$$dir"; \
399
 
            $(mkdir_p) "$(distdir)$$dir"; \
400
 
          else \
401
 
            dir=''; \
402
 
          fi; \
403
 
          if test -d $$d/$$file; then \
404
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406
 
            fi; \
407
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
408
 
          else \
409
 
            test -f $(distdir)/$$file \
410
 
            || cp -p $$d/$$file $(distdir)/$$file \
411
 
            || exit 1; \
412
 
          fi; \
413
 
        done
414
 
check-am: all-am
415
 
check: check-am
416
 
all-am: Makefile $(LTLIBRARIES)
417
 
installdirs:
418
 
        for dir in "$(DESTDIR)$(libdir)"; do \
419
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
420
 
        done
421
 
install: install-am
422
 
install-exec: install-exec-am
423
 
install-data: install-data-am
424
 
uninstall: uninstall-am
425
 
 
426
 
install-am: all-am
427
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
 
 
429
 
installcheck: installcheck-am
430
 
install-strip:
431
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433
 
          `test -z '$(STRIP)' || \
434
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435
 
mostlyclean-generic:
436
 
 
437
 
clean-generic:
438
 
 
439
 
distclean-generic:
440
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441
 
 
442
 
maintainer-clean-generic:
443
 
        @echo "This command is intended for maintainers to use"
444
 
        @echo "it deletes files that may require special tools to rebuild."
445
 
clean: clean-am
446
 
 
447
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
448
 
        mostlyclean-am
449
 
 
450
 
distclean: distclean-am
451
 
        -rm -rf ./$(DEPDIR)
452
 
        -rm -f Makefile
453
 
distclean-am: clean-am distclean-compile distclean-generic \
454
 
        distclean-libtool distclean-tags
455
 
 
456
 
dvi: dvi-am
457
 
 
458
 
dvi-am:
459
 
 
460
 
html: html-am
461
 
 
462
 
info: info-am
463
 
 
464
 
info-am:
465
 
 
466
 
install-data-am:
467
 
 
468
 
install-exec-am: install-libLTLIBRARIES
469
 
 
470
 
install-info: install-info-am
471
 
 
472
 
install-man:
473
 
 
474
 
installcheck-am:
475
 
 
476
 
maintainer-clean: maintainer-clean-am
477
 
        -rm -rf ./$(DEPDIR)
478
 
        -rm -f Makefile
479
 
maintainer-clean-am: distclean-am maintainer-clean-generic
480
 
 
481
 
mostlyclean: mostlyclean-am
482
 
 
483
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
484
 
        mostlyclean-libtool
485
 
 
486
 
pdf: pdf-am
487
 
 
488
 
pdf-am:
489
 
 
490
 
ps: ps-am
491
 
 
492
 
ps-am:
493
 
 
494
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
495
 
 
496
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
498
 
        distclean-compile distclean-generic distclean-libtool \
499
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
500
 
        install install-am install-data install-data-am install-exec \
501
 
        install-exec-am install-info install-info-am \
502
 
        install-libLTLIBRARIES install-man install-strip installcheck \
503
 
        installcheck-am installdirs maintainer-clean \
504
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
505
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
506
 
        tags uninstall uninstall-am uninstall-info-am \
507
 
        uninstall-libLTLIBRARIES
508
 
 
509
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
510
 
# Otherwise a system limit (for SysV at least) may be exceeded.
511
 
.NOEXPORT: