~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
host_triplet = @host@
 
37
subdir = include
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/libtools/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/include/IL/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
SOURCES =
 
48
DIST_SOURCES =
 
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
50
        html-recursive info-recursive install-data-recursive \
 
51
        install-exec-recursive install-info-recursive \
 
52
        install-recursive installcheck-recursive installdirs-recursive \
 
53
        pdf-recursive ps-recursive uninstall-info-recursive \
 
54
        uninstall-recursive
 
55
ETAGS = etags
 
56
CTAGS = ctags
 
57
DIST_SUBDIRS = $(SUBDIRS)
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
AMDEP_FALSE = @AMDEP_FALSE@
 
61
AMDEP_TRUE = @AMDEP_TRUE@
 
62
AMTAR = @AMTAR@
 
63
AR = @AR@
 
64
AS = @AS@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
 
68
AWK = @AWK@
 
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEFS = @DEFS@
 
80
DEPDIR = @DEPDIR@
 
81
DEVIL_LTVERSION = @DEVIL_LTVERSION@
 
82
DLLTOOL = @DLLTOOL@
 
83
ECHO = @ECHO@
 
84
ECHO_C = @ECHO_C@
 
85
ECHO_N = @ECHO_N@
 
86
ECHO_T = @ECHO_T@
 
87
EGREP = @EGREP@
 
88
EXEEXT = @EXEEXT@
 
89
F77 = @F77@
 
90
FFLAGS = @FFLAGS@
 
91
HALLEGRO = @HALLEGRO@
 
92
HSDL = @HSDL@
 
93
IL_NO_BMP_FALSE = @IL_NO_BMP_FALSE@
 
94
IL_NO_BMP_TRUE = @IL_NO_BMP_TRUE@
 
95
IL_NO_DCX_FALSE = @IL_NO_DCX_FALSE@
 
96
IL_NO_DCX_TRUE = @IL_NO_DCX_TRUE@
 
97
IL_NO_DDS_FALSE = @IL_NO_DDS_FALSE@
 
98
IL_NO_DDS_TRUE = @IL_NO_DDS_TRUE@
 
99
IL_NO_DOOM_FALSE = @IL_NO_DOOM_FALSE@
 
100
IL_NO_DOOM_TRUE = @IL_NO_DOOM_TRUE@
 
101
IL_NO_GIF_FALSE = @IL_NO_GIF_FALSE@
 
102
IL_NO_GIF_TRUE = @IL_NO_GIF_TRUE@
 
103
IL_NO_HDR_FALSE = @IL_NO_HDR_FALSE@
 
104
IL_NO_HDR_TRUE = @IL_NO_HDR_TRUE@
 
105
IL_NO_ICO_FALSE = @IL_NO_ICO_FALSE@
 
106
IL_NO_ICO_TRUE = @IL_NO_ICO_TRUE@
 
107
IL_NO_JPG_FALSE = @IL_NO_JPG_FALSE@
 
108
IL_NO_JPG_TRUE = @IL_NO_JPG_TRUE@
 
109
IL_NO_LCMS_FALSE = @IL_NO_LCMS_FALSE@
 
110
IL_NO_LCMS_TRUE = @IL_NO_LCMS_TRUE@
 
111
IL_NO_LIF_FALSE = @IL_NO_LIF_FALSE@
 
112
IL_NO_LIF_TRUE = @IL_NO_LIF_TRUE@
 
113
IL_NO_MDL_FALSE = @IL_NO_MDL_FALSE@
 
114
IL_NO_MDL_TRUE = @IL_NO_MDL_TRUE@
 
115
IL_NO_MNG_FALSE = @IL_NO_MNG_FALSE@
 
116
IL_NO_MNG_TRUE = @IL_NO_MNG_TRUE@
 
117
IL_NO_PCD_FALSE = @IL_NO_PCD_FALSE@
 
118
IL_NO_PCD_TRUE = @IL_NO_PCD_TRUE@
 
119
IL_NO_PCX_FALSE = @IL_NO_PCX_FALSE@
 
120
IL_NO_PCX_TRUE = @IL_NO_PCX_TRUE@
 
121
IL_NO_PIC_FALSE = @IL_NO_PIC_FALSE@
 
122
IL_NO_PIC_TRUE = @IL_NO_PIC_TRUE@
 
123
IL_NO_PIX_FALSE = @IL_NO_PIX_FALSE@
 
124
IL_NO_PIX_TRUE = @IL_NO_PIX_TRUE@
 
125
IL_NO_PNG_FALSE = @IL_NO_PNG_FALSE@
 
126
IL_NO_PNG_TRUE = @IL_NO_PNG_TRUE@
 
127
IL_NO_PNM_FALSE = @IL_NO_PNM_FALSE@
 
128
IL_NO_PNM_TRUE = @IL_NO_PNM_TRUE@
 
129
IL_NO_PSD_FALSE = @IL_NO_PSD_FALSE@
 
130
IL_NO_PSD_TRUE = @IL_NO_PSD_TRUE@
 
131
IL_NO_PSP_FALSE = @IL_NO_PSP_FALSE@
 
132
IL_NO_PSP_TRUE = @IL_NO_PSP_TRUE@
 
133
IL_NO_PXR_FALSE = @IL_NO_PXR_FALSE@
 
134
IL_NO_PXR_TRUE = @IL_NO_PXR_TRUE@
 
135
IL_NO_RAW_FALSE = @IL_NO_RAW_FALSE@
 
136
IL_NO_RAW_TRUE = @IL_NO_RAW_TRUE@
 
137
IL_NO_SGI_FALSE = @IL_NO_SGI_FALSE@
 
138
IL_NO_SGI_TRUE = @IL_NO_SGI_TRUE@
 
139
IL_NO_TGA_FALSE = @IL_NO_TGA_FALSE@
 
140
IL_NO_TGA_TRUE = @IL_NO_TGA_TRUE@
 
141
IL_NO_TIF_FALSE = @IL_NO_TIF_FALSE@
 
142
IL_NO_TIF_TRUE = @IL_NO_TIF_TRUE@
 
143
IL_NO_WAL_FALSE = @IL_NO_WAL_FALSE@
 
144
IL_NO_WAL_TRUE = @IL_NO_WAL_TRUE@
 
145
IL_NO_XPM_FALSE = @IL_NO_XPM_FALSE@
 
146
IL_NO_XPM_TRUE = @IL_NO_XPM_TRUE@
 
147
INSTALL_DATA = @INSTALL_DATA@
 
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
151
LDFLAGS = @LDFLAGS@
 
152
LIBALLEGRO = @LIBALLEGRO@
 
153
LIBGDI32 = @LIBGDI32@
 
154
LIBGL = @LIBGL@
 
155
LIBILUT_CFLAGS = @LIBILUT_CFLAGS@
 
156
LIBILUT_WIN32LIBPATH = @LIBILUT_WIN32LIBPATH@
 
157
LIBILU_CFLAGS = @LIBILU_CFLAGS@
 
158
LIBIL_CFLAGS = @LIBIL_CFLAGS@
 
159
LIBJPG = @LIBJPG@
 
160
LIBLCMS = @LIBLCMS@
 
161
LIBMNG = @LIBMNG@
 
162
LIBOBJS = @LIBOBJS@
 
163
LIBPNG = @LIBPNG@
 
164
LIBS = @LIBS@
 
165
LIBSDL = @LIBSDL@
 
166
LIBTIFF = @LIBTIFF@
 
167
LIBTOOL = @LIBTOOL@
 
168
LN_S = @LN_S@
 
169
LTLIBOBJS = @LTLIBOBJS@
 
170
MAINT = @MAINT@
 
171
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
172
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
173
MAKEINFO = @MAKEINFO@
 
174
OBJDUMP = @OBJDUMP@
 
175
OBJEXT = @OBJEXT@
 
176
PACKAGE = @PACKAGE@
 
177
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
178
PACKAGE_NAME = @PACKAGE_NAME@
 
179
PACKAGE_STRING = @PACKAGE_STRING@
 
180
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
181
PACKAGE_VERSION = @PACKAGE_VERSION@
 
182
PATH_SEPARATOR = @PATH_SEPARATOR@
 
183
RANLIB = @RANLIB@
 
184
SDL_CFLAGS = @SDL_CFLAGS@
 
185
SDL_CONFIG = @SDL_CONFIG@
 
186
SDL_LIBS = @SDL_LIBS@
 
187
SET_MAKE = @SET_MAKE@
 
188
SHELL = @SHELL@
 
189
STRIP = @STRIP@
 
190
VERSION = @VERSION@
 
191
VERSIONINFO = @VERSIONINFO@
 
192
X_CFLAGS = @X_CFLAGS@
 
193
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
194
X_LIBS = @X_LIBS@
 
195
X_PRE_LIBS = @X_PRE_LIBS@
 
196
ac_ct_AR = @ac_ct_AR@
 
197
ac_ct_AS = @ac_ct_AS@
 
198
ac_ct_CC = @ac_ct_CC@
 
199
ac_ct_CXX = @ac_ct_CXX@
 
200
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
201
ac_ct_F77 = @ac_ct_F77@
 
202
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
203
ac_ct_RANLIB = @ac_ct_RANLIB@
 
204
ac_ct_STRIP = @ac_ct_STRIP@
 
205
allegro_config = @allegro_config@
 
206
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
207
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
208
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
209
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
210
am__include = @am__include@
 
211
am__leading_dot = @am__leading_dot@
 
212
am__quote = @am__quote@
 
213
bindir = @bindir@
 
214
build = @build@
 
215
build_alias = @build_alias@
 
216
build_cpu = @build_cpu@
 
217
build_os = @build_os@
 
218
build_vendor = @build_vendor@
 
219
datadir = @datadir@
 
220
exec_prefix = @exec_prefix@
 
221
host = @host@
 
222
host_alias = @host_alias@
 
223
host_cpu = @host_cpu@
 
224
host_os = @host_os@
 
225
host_vendor = @host_vendor@
 
226
includedir = @includedir@
 
227
infodir = @infodir@
 
228
install_sh = @install_sh@
 
229
libdir = @libdir@
 
230
libexecdir = @libexecdir@
 
231
localstatedir = @localstatedir@
 
232
mandir = @mandir@
 
233
mkdir_p = @mkdir_p@
 
234
oldincludedir = @oldincludedir@
 
235
prefix = @prefix@
 
236
program_transform_name = @program_transform_name@
 
237
sbindir = @sbindir@
 
238
sdl_major_version = @sdl_major_version@
 
239
sdl_micro_version = @sdl_micro_version@
 
240
sdl_minor_version = @sdl_minor_version@
 
241
sharedstatedir = @sharedstatedir@
 
242
sysconfdir = @sysconfdir@
 
243
target = @target@
 
244
target_alias = @target_alias@
 
245
target_cpu = @target_cpu@
 
246
target_os = @target_os@
 
247
target_vendor = @target_vendor@
 
248
SUBDIRS = IL
 
249
all: all-recursive
 
250
 
 
251
.SUFFIXES:
 
252
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
253
        @for dep in $?; do \
 
254
          case '$(am__configure_deps)' in \
 
255
            *$$dep*) \
 
256
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
257
                && exit 0; \
 
258
              exit 1;; \
 
259
          esac; \
 
260
        done; \
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
 
262
        cd $(top_srcdir) && \
 
263
          $(AUTOMAKE) --gnu  include/Makefile
 
264
.PRECIOUS: Makefile
 
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
266
        @case '$?' in \
 
267
          *config.status*) \
 
268
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
272
        esac;
 
273
 
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
 
 
277
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
 
 
282
mostlyclean-libtool:
 
283
        -rm -f *.lo
 
284
 
 
285
clean-libtool:
 
286
        -rm -rf .libs _libs
 
287
 
 
288
distclean-libtool:
 
289
        -rm -f libtool
 
290
uninstall-info-am:
 
291
 
 
292
# This directory's subdirectories are mostly independent; you can cd
 
293
# into them and run `make' without going through this Makefile.
 
294
# To change the values of `make' variables: instead of editing Makefiles,
 
295
# (1) if the variable is set in `config.status', edit `config.status'
 
296
#     (which will cause the Makefiles to be regenerated when you run `make');
 
297
# (2) otherwise, pass the desired values on the `make' command line.
 
298
$(RECURSIVE_TARGETS):
 
299
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
300
        dot_seen=no; \
 
301
        target=`echo $@ | sed s/-recursive//`; \
 
302
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
303
          echo "Making $$target in $$subdir"; \
 
304
          if test "$$subdir" = "."; then \
 
305
            dot_seen=yes; \
 
306
            local_target="$$target-am"; \
 
307
          else \
 
308
            local_target="$$target"; \
 
309
          fi; \
 
310
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
311
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
312
        done; \
 
313
        if test "$$dot_seen" = "no"; then \
 
314
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
315
        fi; test -z "$$fail"
 
316
 
 
317
mostlyclean-recursive clean-recursive distclean-recursive \
 
318
maintainer-clean-recursive:
 
319
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
320
        dot_seen=no; \
 
321
        case "$@" in \
 
322
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
323
          *) list='$(SUBDIRS)' ;; \
 
324
        esac; \
 
325
        rev=''; for subdir in $$list; do \
 
326
          if test "$$subdir" = "."; then :; else \
 
327
            rev="$$subdir $$rev"; \
 
328
          fi; \
 
329
        done; \
 
330
        rev="$$rev ."; \
 
331
        target=`echo $@ | sed s/-recursive//`; \
 
332
        for subdir in $$rev; do \
 
333
          echo "Making $$target in $$subdir"; \
 
334
          if test "$$subdir" = "."; then \
 
335
            local_target="$$target-am"; \
 
336
          else \
 
337
            local_target="$$target"; \
 
338
          fi; \
 
339
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
340
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
341
        done && test -z "$$fail"
 
342
tags-recursive:
 
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
344
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
345
        done
 
346
ctags-recursive:
 
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
348
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
349
        done
 
350
 
 
351
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
352
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
353
        unique=`for i in $$list; do \
 
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
355
          done | \
 
356
          $(AWK) '    { files[$$0] = 1; } \
 
357
               END { for (i in files) print i; }'`; \
 
358
        mkid -fID $$unique
 
359
tags: TAGS
 
360
 
 
361
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
362
                $(TAGS_FILES) $(LISP)
 
363
        tags=; \
 
364
        here=`pwd`; \
 
365
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
366
          include_option=--etags-include; \
 
367
        else \
 
368
          include_option=--include; \
 
369
        fi; \
 
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
371
          if test "$$subdir" = .; then :; else \
 
372
            test -f $$subdir/TAGS && \
 
373
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
374
          fi; \
 
375
        done; \
 
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
383
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
384
             $$tags $$unique
 
385
ctags: CTAGS
 
386
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
387
                $(TAGS_FILES) $(LISP)
 
388
        tags=; \
 
389
        here=`pwd`; \
 
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
391
        unique=`for i in $$list; do \
 
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
393
          done | \
 
394
          $(AWK) '    { files[$$0] = 1; } \
 
395
               END { for (i in files) print i; }'`; \
 
396
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
397
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
398
             $$tags $$unique
 
399
 
 
400
GTAGS:
 
401
        here=`$(am__cd) $(top_builddir) && pwd` \
 
402
          && cd $(top_srcdir) \
 
403
          && gtags -i $(GTAGS_ARGS) $$here
 
404
 
 
405
distclean-tags:
 
406
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
407
 
 
408
distdir: $(DISTFILES)
 
409
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
410
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
411
        list='$(DISTFILES)'; for file in $$list; do \
 
412
          case $$file in \
 
413
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
414
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
415
          esac; \
 
416
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
417
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
418
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
419
            dir="/$$dir"; \
 
420
            $(mkdir_p) "$(distdir)$$dir"; \
 
421
          else \
 
422
            dir=''; \
 
423
          fi; \
 
424
          if test -d $$d/$$file; then \
 
425
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
426
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
427
            fi; \
 
428
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
429
          else \
 
430
            test -f $(distdir)/$$file \
 
431
            || cp -p $$d/$$file $(distdir)/$$file \
 
432
            || exit 1; \
 
433
          fi; \
 
434
        done
 
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
436
          if test "$$subdir" = .; then :; else \
 
437
            test -d "$(distdir)/$$subdir" \
 
438
            || mkdir "$(distdir)/$$subdir" \
 
439
            || exit 1; \
 
440
            (cd $$subdir && \
 
441
              $(MAKE) $(AM_MAKEFLAGS) \
 
442
                top_distdir="../$(top_distdir)" \
 
443
                distdir="../$(distdir)/$$subdir" \
 
444
                distdir) \
 
445
              || exit 1; \
 
446
          fi; \
 
447
        done
 
448
check-am: all-am
 
449
check: check-recursive
 
450
all-am: Makefile
 
451
installdirs: installdirs-recursive
 
452
installdirs-am:
 
453
install: install-recursive
 
454
install-exec: install-exec-recursive
 
455
install-data: install-data-recursive
 
456
uninstall: uninstall-recursive
 
457
 
 
458
install-am: all-am
 
459
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
460
 
 
461
installcheck: installcheck-recursive
 
462
install-strip:
 
463
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
464
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
465
          `test -z '$(STRIP)' || \
 
466
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
467
mostlyclean-generic:
 
468
 
 
469
clean-generic:
 
470
 
 
471
distclean-generic:
 
472
        -rm -f $(CONFIG_CLEAN_FILES)
 
473
 
 
474
maintainer-clean-generic:
 
475
        @echo "This command is intended for maintainers to use"
 
476
        @echo "it deletes files that may require special tools to rebuild."
 
477
clean: clean-recursive
 
478
 
 
479
clean-am: clean-generic clean-libtool mostlyclean-am
 
480
 
 
481
distclean: distclean-recursive
 
482
        -rm -f Makefile
 
483
distclean-am: clean-am distclean-generic distclean-libtool \
 
484
        distclean-tags
 
485
 
 
486
dvi: dvi-recursive
 
487
 
 
488
dvi-am:
 
489
 
 
490
html: html-recursive
 
491
 
 
492
info: info-recursive
 
493
 
 
494
info-am:
 
495
 
 
496
install-data-am:
 
497
 
 
498
install-exec-am:
 
499
 
 
500
install-info: install-info-recursive
 
501
 
 
502
install-man:
 
503
 
 
504
installcheck-am:
 
505
 
 
506
maintainer-clean: maintainer-clean-recursive
 
507
        -rm -f Makefile
 
508
maintainer-clean-am: distclean-am maintainer-clean-generic
 
509
 
 
510
mostlyclean: mostlyclean-recursive
 
511
 
 
512
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
513
 
 
514
pdf: pdf-recursive
 
515
 
 
516
pdf-am:
 
517
 
 
518
ps: ps-recursive
 
519
 
 
520
ps-am:
 
521
 
 
522
uninstall-am: uninstall-info-am
 
523
 
 
524
uninstall-info: uninstall-info-recursive
 
525
 
 
526
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
527
        clean clean-generic clean-libtool clean-recursive ctags \
 
528
        ctags-recursive distclean distclean-generic distclean-libtool \
 
529
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
530
        html-am info info-am install install-am install-data \
 
531
        install-data-am install-exec install-exec-am install-info \
 
532
        install-info-am install-man install-strip installcheck \
 
533
        installcheck-am installdirs installdirs-am maintainer-clean \
 
534
        maintainer-clean-generic maintainer-clean-recursive \
 
535
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
536
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
537
        uninstall uninstall-am uninstall-info-am
 
538
 
 
539
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
540
# Otherwise a system limit (for SysV at least) may be exceeded.
 
541
.NOEXPORT: