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

« back to all changes in this revision

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