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

« back to all changes in this revision

Viewing changes to include/Makefile

  • 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
# include/Makefile.  Generated from Makefile.in by configure.
 
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
 
 
16
srcdir = .
 
17
top_srcdir = ..
 
18
 
 
19
pkgdatadir = $(datadir)/DevIL
 
20
pkglibdir = $(libdir)/DevIL
 
21
pkgincludedir = $(includedir)/DevIL
 
22
top_builddir = ..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = /usr/bin/install -c
 
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 = powerpc-apple-darwin7.4.0
 
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 = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run aclocal-1.8
 
60
AMDEP_FALSE = #
 
61
AMDEP_TRUE = 
 
62
AMTAR = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run tar
 
63
AR = ar
 
64
AS = as
 
65
AUTOCONF = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run autoconf
 
66
AUTOHEADER = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run autoheader
 
67
AUTOMAKE = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run automake-1.8
 
68
AWK = gawk
 
69
CC = gcc
 
70
CCDEPMODE = depmode=gcc3
 
71
CFLAGS = -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fexpensive-optimizations  -mcpu=7450 -mtune=7450 -fforce-addr -finline-functions -fsched-interblock -frename-registers -funroll-loops -O2
 
72
CPP = gcc -E
 
73
CPPFLAGS =  -I/usr/X11R6/include
 
74
CXX = g++
 
75
CXXCPP = g++ -E
 
76
CXXDEPMODE = depmode=gcc3
 
77
CXXFLAGS = -g -O2
 
78
CYGPATH_W = echo
 
79
DEFS = -DHAVE_CONFIG_H
 
80
DEPDIR = .deps
 
81
DEVIL_LTVERSION = 1:0:0
 
82
DLLTOOL = dlltool
 
83
ECHO = echo
 
84
ECHO_C = 
 
85
ECHO_N = -n
 
86
ECHO_T = 
 
87
EGREP = grep -E
 
88
EXEEXT = 
 
89
F77 = 
 
90
FFLAGS = 
 
91
HALLEGRO = 
 
92
HSDL = -I/sw/include/SDL -D_THREAD_SAFE
 
93
IL_NO_BMP_FALSE = #
 
94
IL_NO_BMP_TRUE = 
 
95
IL_NO_DCX_FALSE = #
 
96
IL_NO_DCX_TRUE = 
 
97
IL_NO_DDS_FALSE = #
 
98
IL_NO_DDS_TRUE = 
 
99
IL_NO_DOOM_FALSE = #
 
100
IL_NO_DOOM_TRUE = 
 
101
IL_NO_GIF_FALSE = #
 
102
IL_NO_GIF_TRUE = 
 
103
IL_NO_HDR_FALSE = #
 
104
IL_NO_HDR_TRUE = 
 
105
IL_NO_ICO_FALSE = #
 
106
IL_NO_ICO_TRUE = 
 
107
IL_NO_JPG_FALSE = 
 
108
IL_NO_JPG_TRUE = #
 
109
IL_NO_LCMS_FALSE = 
 
110
IL_NO_LCMS_TRUE = #
 
111
IL_NO_LIF_FALSE = #
 
112
IL_NO_LIF_TRUE = 
 
113
IL_NO_MDL_FALSE = #
 
114
IL_NO_MDL_TRUE = 
 
115
IL_NO_MNG_FALSE = 
 
116
IL_NO_MNG_TRUE = #
 
117
IL_NO_PCD_FALSE = #
 
118
IL_NO_PCD_TRUE = 
 
119
IL_NO_PCX_FALSE = #
 
120
IL_NO_PCX_TRUE = 
 
121
IL_NO_PIC_FALSE = #
 
122
IL_NO_PIC_TRUE = 
 
123
IL_NO_PIX_FALSE = #
 
124
IL_NO_PIX_TRUE = 
 
125
IL_NO_PNG_FALSE = 
 
126
IL_NO_PNG_TRUE = #
 
127
IL_NO_PNM_FALSE = #
 
128
IL_NO_PNM_TRUE = 
 
129
IL_NO_PSD_FALSE = #
 
130
IL_NO_PSD_TRUE = 
 
131
IL_NO_PSP_FALSE = #
 
132
IL_NO_PSP_TRUE = 
 
133
IL_NO_PXR_FALSE = #
 
134
IL_NO_PXR_TRUE = 
 
135
IL_NO_RAW_FALSE = #
 
136
IL_NO_RAW_TRUE = 
 
137
IL_NO_SGI_FALSE = #
 
138
IL_NO_SGI_TRUE = 
 
139
IL_NO_TGA_FALSE = #
 
140
IL_NO_TGA_TRUE = 
 
141
IL_NO_TIF_FALSE = 
 
142
IL_NO_TIF_TRUE = #
 
143
IL_NO_WAL_FALSE = #
 
144
IL_NO_WAL_TRUE = 
 
145
IL_NO_XPM_FALSE = #
 
146
IL_NO_XPM_TRUE = 
 
147
INSTALL_DATA = ${INSTALL} -m 644
 
148
INSTALL_PROGRAM = ${INSTALL}
 
149
INSTALL_SCRIPT = ${INSTALL}
 
150
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
151
LDFLAGS = -prebind
 
152
LIBALLEGRO = 
 
153
LIBGDI32 = 
 
154
LIBGL = -framework OpenGL
 
155
LIBILUT_CFLAGS = -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fexpensive-optimizations  -mcpu=7450 -mtune=7450 -fforce-addr -finline-functions -fsched-interblock -frename-registers -funroll-loops -O2
 
156
LIBILUT_WIN32LIBPATH = 
 
157
LIBILU_CFLAGS = -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fexpensive-optimizations  -mcpu=7450 -mtune=7450 -fforce-addr -finline-functions -fsched-interblock -frename-registers -funroll-loops -O2
 
158
LIBIL_CFLAGS = -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fexpensive-optimizations  -mcpu=7450 -mtune=7450 -fforce-addr -finline-functions -fsched-interblock -frename-registers -funroll-loops -O2
 
159
LIBJPG = 
 
160
LIBLCMS = 
 
161
LIBMNG = 
 
162
LIBOBJS = 
 
163
LIBPNG = 
 
164
LIBS = 
 
165
LIBSDL = -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL
 
166
LIBTIFF = 
 
167
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
168
LN_S = ln -s
 
169
LTLIBOBJS = 
 
170
MAINT = #
 
171
MAINTAINER_MODE_FALSE = 
 
172
MAINTAINER_MODE_TRUE = #
 
173
MAKEINFO = ${SHELL} /Users/dario/Desktop/DevIL-1.6.7/libtools/missing --run makeinfo
 
174
OBJDUMP = objdump
 
175
OBJEXT = o
 
176
PACKAGE = DevIL
 
177
PACKAGE_BUGREPORT = 
 
178
PACKAGE_NAME = 
 
179
PACKAGE_STRING = 
 
180
PACKAGE_TARNAME = 
 
181
PACKAGE_VERSION = 
 
182
PATH_SEPARATOR = :
 
183
RANLIB = ranlib
 
184
SDL_CFLAGS = -I/sw/include/SDL -D_THREAD_SAFE
 
185
SDL_CONFIG = /sw/bin/sdl-config
 
186
SDL_LIBS = -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL
 
187
SET_MAKE = 
 
188
SHELL = /bin/sh
 
189
STRIP = strip
 
190
VERSION = 1.6.7
 
191
VERSIONINFO = -version-info 1:0:0
 
192
X_CFLAGS =  -I/usr/X11R6/include
 
193
X_EXTRA_LIBS = 
 
194
X_LIBS =  -L/usr/X11R6/lib
 
195
X_PRE_LIBS =  -lSM -lICE
 
196
ac_ct_AR = ar
 
197
ac_ct_AS = 
 
198
ac_ct_CC = gcc
 
199
ac_ct_CXX = g++
 
200
ac_ct_DLLTOOL = 
 
201
ac_ct_F77 = 
 
202
ac_ct_OBJDUMP = 
 
203
ac_ct_RANLIB = ranlib
 
204
ac_ct_STRIP = strip
 
205
allegro_config = no
 
206
am__fastdepCC_FALSE = #
 
207
am__fastdepCC_TRUE = 
 
208
am__fastdepCXX_FALSE = #
 
209
am__fastdepCXX_TRUE = 
 
210
am__include = include
 
211
am__leading_dot = .
 
212
am__quote = 
 
213
bindir = ${exec_prefix}/bin
 
214
build = powerpc-apple-darwin7.4.0
 
215
build_alias = 
 
216
build_cpu = powerpc
 
217
build_os = darwin7.4.0
 
218
build_vendor = apple
 
219
datadir = ${prefix}/share
 
220
exec_prefix = ${prefix}
 
221
host = powerpc-apple-darwin7.4.0
 
222
host_alias = 
 
223
host_cpu = powerpc
 
224
host_os = darwin7.4.0
 
225
host_vendor = apple
 
226
includedir = ${prefix}/include
 
227
infodir = ${prefix}/info
 
228
install_sh = /Users/dario/Desktop/DevIL-1.6.7/libtools/install-sh
 
229
libdir = ${exec_prefix}/lib
 
230
libexecdir = ${exec_prefix}/libexec
 
231
localstatedir = ${prefix}/var
 
232
mandir = ${prefix}/man
 
233
mkdir_p = mkdir -p -- .
 
234
oldincludedir = /usr/include
 
235
prefix = /usr/local
 
236
program_transform_name = s,x,x,
 
237
sbindir = ${exec_prefix}/sbin
 
238
sdl_major_version = 1
 
239
sdl_micro_version = 7
 
240
sdl_minor_version = 2
 
241
sharedstatedir = ${prefix}/com
 
242
sysconfdir = ${prefix}/etc
 
243
target = powerpc-apple-darwin7.4.0
 
244
target_alias = 
 
245
target_cpu = powerpc
 
246
target_os = darwin7.4.0
 
247
target_vendor = apple
 
248
SUBDIRS = IL
 
249
all: all-recursive
 
250
 
 
251
.SUFFIXES:
 
252
$(srcdir)/Makefile.in: # $(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: # $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4): # $(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: