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

« back to all changes in this revision

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