~ubuntu-branches/ubuntu/oneiric/flightgear/oneiric

« back to all changes in this revision

Viewing changes to src/Replay/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-01-05 12:48:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105124811-xsr6rtcrb88w19c8
Tags: 0.9.9-1ubuntu1
Resynchronise with Debian.

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
 
 
17
 
SOURCES = $(libReplay_a_SOURCES)
18
 
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
 
VPATH = @srcdir@
22
 
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../..
26
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
 
install_sh_DATA = $(install_sh) -c -m 644
29
 
install_sh_PROGRAM = $(install_sh) -c
30
 
install_sh_SCRIPT = $(install_sh) -c
31
 
INSTALL_HEADER = $(INSTALL_DATA)
32
 
transform = $(program_transform_name)
33
 
NORMAL_INSTALL = :
34
 
PRE_INSTALL = :
35
 
POST_INSTALL = :
36
 
NORMAL_UNINSTALL = :
37
 
PRE_UNINSTALL = :
38
 
POST_UNINSTALL = :
39
 
host_triplet = @host@
40
 
subdir = src/Replay
41
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.ac
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(mkdir_p)
48
 
CONFIG_HEADER = $(top_builddir)/src/Include/config.h
49
 
CONFIG_CLEAN_FILES =
50
 
LIBRARIES = $(noinst_LIBRARIES)
51
 
libReplay_a_AR = $(AR) $(ARFLAGS)
52
 
libReplay_a_LIBADD =
53
 
am_libReplay_a_OBJECTS = replay.$(OBJEXT)
54
 
libReplay_a_OBJECTS = $(am_libReplay_a_OBJECTS)
55
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/Include
56
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
57
 
am__depfiles_maybe = depfiles
58
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/replay.Po
59
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
 
CXXLD = $(CXX)
62
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
63
 
        -o $@
64
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
CCLD = $(CC)
67
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68
 
SOURCES = $(libReplay_a_SOURCES)
69
 
DIST_SOURCES = $(libReplay_a_SOURCES)
70
 
ETAGS = etags
71
 
CTAGS = ctags
72
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
 
ACLOCAL = @ACLOCAL@
74
 
AMDEP_FALSE = @AMDEP_FALSE@
75
 
AMDEP_TRUE = @AMDEP_TRUE@
76
 
AMTAR = @AMTAR@
77
 
AR = @AR@
78
 
ARFLAGS = @ARFLAGS@
79
 
AUTOCONF = @AUTOCONF@
80
 
AUTOHEADER = @AUTOHEADER@
81
 
AUTOMAKE = @AUTOMAKE@
82
 
AWK = @AWK@
83
 
CC = @CC@
84
 
CCDEPMODE = @CCDEPMODE@
85
 
CFLAGS = @CFLAGS@
86
 
CPP = @CPP@
87
 
CPPFLAGS = @CPPFLAGS@
88
 
CXX = @CXX@
89
 
CXXCPP = @CXXCPP@
90
 
CXXDEPMODE = @CXXDEPMODE@
91
 
CXXFLAGS = @CXXFLAGS@
92
 
CYGPATH_W = @CYGPATH_W@
93
 
DEFS = @DEFS@
94
 
DEPDIR = @DEPDIR@
95
 
ECHO_C = @ECHO_C@
96
 
ECHO_N = @ECHO_N@
97
 
ECHO_T = @ECHO_T@
98
 
EGREP = @EGREP@
99
 
ENABLE_JPEG_SERVER_FALSE = @ENABLE_JPEG_SERVER_FALSE@
100
 
ENABLE_JPEG_SERVER_TRUE = @ENABLE_JPEG_SERVER_TRUE@
101
 
ENABLE_MPLAYER_AS_FALSE = @ENABLE_MPLAYER_AS_FALSE@
102
 
ENABLE_MPLAYER_AS_TRUE = @ENABLE_MPLAYER_AS_TRUE@
103
 
ENABLE_SP_FDM_FALSE = @ENABLE_SP_FDM_FALSE@
104
 
ENABLE_SP_FDM_TRUE = @ENABLE_SP_FDM_TRUE@
105
 
EXEEXT = @EXEEXT@
106
 
FG_USE_CLOUDS_3D_FALSE = @FG_USE_CLOUDS_3D_FALSE@
107
 
FG_USE_CLOUDS_3D_TRUE = @FG_USE_CLOUDS_3D_TRUE@
108
 
INSTALL_DATA = @INSTALL_DATA@
109
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
110
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
111
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112
 
LDFLAGS = @LDFLAGS@
113
 
LIBOBJS = @LIBOBJS@
114
 
LIBS = @LIBS@
115
 
LN_S = @LN_S@
116
 
LTLIBOBJS = @LTLIBOBJS@
117
 
MAKEINFO = @MAKEINFO@
118
 
OBJEXT = @OBJEXT@
119
 
PACKAGE = @PACKAGE@
120
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
 
PACKAGE_NAME = @PACKAGE_NAME@
122
 
PACKAGE_STRING = @PACKAGE_STRING@
123
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
124
 
PACKAGE_VERSION = @PACKAGE_VERSION@
125
 
PATH_SEPARATOR = @PATH_SEPARATOR@
126
 
RANLIB = @RANLIB@
127
 
SET_MAKE = @SET_MAKE@
128
 
SHELL = @SHELL@
129
 
STRIP = @STRIP@
130
 
USE_SDL_FALSE = @USE_SDL_FALSE@
131
 
USE_SDL_TRUE = @USE_SDL_TRUE@
132
 
VERSION = @VERSION@
133
 
WITH_THREADS_FALSE = @WITH_THREADS_FALSE@
134
 
WITH_THREADS_TRUE = @WITH_THREADS_TRUE@
135
 
X_CFLAGS = @X_CFLAGS@
136
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
137
 
X_LIBS = @X_LIBS@
138
 
X_PRE_LIBS = @X_PRE_LIBS@
139
 
ac_ct_CC = @ac_ct_CC@
140
 
ac_ct_CXX = @ac_ct_CXX@
141
 
ac_ct_RANLIB = @ac_ct_RANLIB@
142
 
ac_ct_STRIP = @ac_ct_STRIP@
143
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
147
 
am__include = @am__include@
148
 
am__leading_dot = @am__leading_dot@
149
 
am__quote = @am__quote@
150
 
audio_LIBS = @audio_LIBS@
151
 
base_LIBS = @base_LIBS@
152
 
bindir = @bindir@
153
 
build = @build@
154
 
build_alias = @build_alias@
155
 
build_cpu = @build_cpu@
156
 
build_os = @build_os@
157
 
build_vendor = @build_vendor@
158
 
datadir = @datadir@
159
 
exec_prefix = @exec_prefix@
160
 
host = @host@
161
 
host_alias = @host_alias@
162
 
host_cpu = @host_cpu@
163
 
host_os = @host_os@
164
 
host_vendor = @host_vendor@
165
 
includedir = @includedir@
166
 
infodir = @infodir@
167
 
install_sh = @install_sh@
168
 
libdir = @libdir@
169
 
libexecdir = @libexecdir@
170
 
localstatedir = @localstatedir@
171
 
mandir = @mandir@
172
 
mkdir_p = @mkdir_p@
173
 
network_LIBS = @network_LIBS@
174
 
oldincludedir = @oldincludedir@
175
 
openal_LIBS = @openal_LIBS@
176
 
opengl_LIBS = @opengl_LIBS@
177
 
prefix = @prefix@
178
 
program_transform_name = @program_transform_name@
179
 
sbindir = @sbindir@
180
 
sharedstatedir = @sharedstatedir@
181
 
sysconfdir = @sysconfdir@
182
 
target = @target@
183
 
target_alias = @target_alias@
184
 
target_cpu = @target_cpu@
185
 
target_os = @target_os@
186
 
target_vendor = @target_vendor@
187
 
thread_LIBS = @thread_LIBS@
188
 
noinst_LIBRARIES = libReplay.a
189
 
libReplay_a_SOURCES = replay.hxx replay.cxx
190
 
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
191
 
all: all-am
192
 
 
193
 
.SUFFIXES:
194
 
.SUFFIXES: .cxx .o .obj
195
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
196
 
        @for dep in $?; do \
197
 
          case '$(am__configure_deps)' in \
198
 
            *$$dep*) \
199
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
200
 
                && exit 0; \
201
 
              exit 1;; \
202
 
          esac; \
203
 
        done; \
204
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Replay/Makefile'; \
205
 
        cd $(top_srcdir) && \
206
 
          $(AUTOMAKE) --gnu  src/Replay/Makefile
207
 
.PRECIOUS: Makefile
208
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
209
 
        @case '$?' in \
210
 
          *config.status*) \
211
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
212
 
          *) \
213
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
214
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
215
 
        esac;
216
 
 
217
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219
 
 
220
 
$(top_srcdir)/configure:  $(am__configure_deps)
221
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
223
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
 
 
225
 
clean-noinstLIBRARIES:
226
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
227
 
libReplay.a: $(libReplay_a_OBJECTS) $(libReplay_a_DEPENDENCIES) 
228
 
        -rm -f libReplay.a
229
 
        $(libReplay_a_AR) libReplay.a $(libReplay_a_OBJECTS) $(libReplay_a_LIBADD)
230
 
        $(RANLIB) libReplay.a
231
 
 
232
 
mostlyclean-compile:
233
 
        -rm -f *.$(OBJEXT)
234
 
 
235
 
distclean-compile:
236
 
        -rm -f *.tab.c
237
 
 
238
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replay.Po@am__quote@
239
 
 
240
 
.cxx.o:
241
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
242
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
243
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
245
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
247
 
 
248
 
.cxx.obj:
249
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
250
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
251
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
252
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
253
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
255
 
uninstall-info-am:
256
 
 
257
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
258
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
259
 
        unique=`for i in $$list; do \
260
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261
 
          done | \
262
 
          $(AWK) '    { files[$$0] = 1; } \
263
 
               END { for (i in files) print i; }'`; \
264
 
        mkid -fID $$unique
265
 
tags: TAGS
266
 
 
267
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
268
 
                $(TAGS_FILES) $(LISP)
269
 
        tags=; \
270
 
        here=`pwd`; \
271
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
272
 
        unique=`for i in $$list; do \
273
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274
 
          done | \
275
 
          $(AWK) '    { files[$$0] = 1; } \
276
 
               END { for (i in files) print i; }'`; \
277
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
278
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
279
 
             $$tags $$unique
280
 
ctags: CTAGS
281
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
282
 
                $(TAGS_FILES) $(LISP)
283
 
        tags=; \
284
 
        here=`pwd`; \
285
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
286
 
        unique=`for i in $$list; do \
287
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288
 
          done | \
289
 
          $(AWK) '    { files[$$0] = 1; } \
290
 
               END { for (i in files) print i; }'`; \
291
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
292
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
293
 
             $$tags $$unique
294
 
 
295
 
GTAGS:
296
 
        here=`$(am__cd) $(top_builddir) && pwd` \
297
 
          && cd $(top_srcdir) \
298
 
          && gtags -i $(GTAGS_ARGS) $$here
299
 
 
300
 
distclean-tags:
301
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
302
 
 
303
 
distdir: $(DISTFILES)
304
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
305
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
306
 
        list='$(DISTFILES)'; for file in $$list; do \
307
 
          case $$file in \
308
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
309
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
310
 
          esac; \
311
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
312
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
313
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
314
 
            dir="/$$dir"; \
315
 
            $(mkdir_p) "$(distdir)$$dir"; \
316
 
          else \
317
 
            dir=''; \
318
 
          fi; \
319
 
          if test -d $$d/$$file; then \
320
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
321
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
322
 
            fi; \
323
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
324
 
          else \
325
 
            test -f $(distdir)/$$file \
326
 
            || cp -p $$d/$$file $(distdir)/$$file \
327
 
            || exit 1; \
328
 
          fi; \
329
 
        done
330
 
check-am: all-am
331
 
check: check-am
332
 
all-am: Makefile $(LIBRARIES)
333
 
installdirs:
334
 
install: install-am
335
 
install-exec: install-exec-am
336
 
install-data: install-data-am
337
 
uninstall: uninstall-am
338
 
 
339
 
install-am: all-am
340
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
341
 
 
342
 
installcheck: installcheck-am
343
 
install-strip:
344
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
345
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
346
 
          `test -z '$(STRIP)' || \
347
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
348
 
mostlyclean-generic:
349
 
 
350
 
clean-generic:
351
 
 
352
 
distclean-generic:
353
 
        -rm -f $(CONFIG_CLEAN_FILES)
354
 
 
355
 
maintainer-clean-generic:
356
 
        @echo "This command is intended for maintainers to use"
357
 
        @echo "it deletes files that may require special tools to rebuild."
358
 
clean: clean-am
359
 
 
360
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
361
 
 
362
 
distclean: distclean-am
363
 
        -rm -rf ./$(DEPDIR)
364
 
        -rm -f Makefile
365
 
distclean-am: clean-am distclean-compile distclean-generic \
366
 
        distclean-tags
367
 
 
368
 
dvi: dvi-am
369
 
 
370
 
dvi-am:
371
 
 
372
 
html: html-am
373
 
 
374
 
info: info-am
375
 
 
376
 
info-am:
377
 
 
378
 
install-data-am:
379
 
 
380
 
install-exec-am:
381
 
 
382
 
install-info: install-info-am
383
 
 
384
 
install-man:
385
 
 
386
 
installcheck-am:
387
 
 
388
 
maintainer-clean: maintainer-clean-am
389
 
        -rm -rf ./$(DEPDIR)
390
 
        -rm -f Makefile
391
 
maintainer-clean-am: distclean-am maintainer-clean-generic
392
 
 
393
 
mostlyclean: mostlyclean-am
394
 
 
395
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
396
 
 
397
 
pdf: pdf-am
398
 
 
399
 
pdf-am:
400
 
 
401
 
ps: ps-am
402
 
 
403
 
ps-am:
404
 
 
405
 
uninstall-am: uninstall-info-am
406
 
 
407
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
408
 
        clean-noinstLIBRARIES ctags distclean distclean-compile \
409
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
410
 
        html-am info info-am install install-am install-data \
411
 
        install-data-am install-exec install-exec-am install-info \
412
 
        install-info-am install-man install-strip installcheck \
413
 
        installcheck-am installdirs maintainer-clean \
414
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
415
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
416
 
        uninstall-am uninstall-info-am
417
 
 
418
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
419
 
# Otherwise a system limit (for SysV at least) may be exceeded.
420
 
.NOEXPORT: