~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/environment/meshtree/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

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