~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to src/input/pointers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
# Pingus - A free Lemmings clone
 
18
# Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
 
19
#
 
20
# This program is free software; you can redistribute it and/or
 
21
# modify it under the terms of the GNU General Public License
 
22
# as published by the Free Software Foundation; either version 2
 
23
# of the License, or (at your option) any later version.
 
24
#
 
25
# This program is distributed in the hope that it will be useful,
 
26
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
28
# GNU General Public License for more details.
 
29
#
 
30
# You should have received a copy of the GNU General Public License
 
31
# along with this program; if not, write to the Free Software
 
32
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
33
 
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ../../..
 
41
 
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
INSTALL = @INSTALL@
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
host_triplet = @host@
 
56
ACLOCAL = @ACLOCAL@
 
57
ALLOCA = @ALLOCA@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AUTOCONF = @AUTOCONF@
 
62
AUTOHEADER = @AUTOHEADER@
 
63
AUTOMAKE = @AUTOMAKE@
 
64
AWK = @AWK@
 
65
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
66
CATOBJEXT = @CATOBJEXT@
 
67
CC = @CC@
 
68
CCDEPMODE = @CCDEPMODE@
 
69
CFLAGS = @CFLAGS@
 
70
CPPFLAGS = @CPPFLAGS@
 
71
CXX = @CXX@
 
72
CXXCPP = @CXXCPP@
 
73
CXXDEPMODE = @CXXDEPMODE@
 
74
CXXFLAGS = @CXXFLAGS@
 
75
CYGPATH_W = @CYGPATH_W@
 
76
DATADIRNAME = @DATADIRNAME@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
ECHO_C = @ECHO_C@
 
80
ECHO_N = @ECHO_N@
 
81
ECHO_T = @ECHO_T@
 
82
EGREP = @EGREP@
 
83
EXEEXT = @EXEEXT@
 
84
GENCAT = @GENCAT@
 
85
GLIBC21 = @GLIBC21@
 
86
GMSGFMT = @GMSGFMT@
 
87
INSTALL_DATA = @INSTALL_DATA@
 
88
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
89
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
90
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
91
INSTOBJEXT = @INSTOBJEXT@
 
92
INTLBISON = @INTLBISON@
 
93
INTLLIBS = @INTLLIBS@
 
94
INTLOBJS = @INTLOBJS@
 
95
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
96
LDFLAGS = @LDFLAGS@
 
97
LIBICONV = @LIBICONV@
 
98
LIBINTL = @LIBINTL@
 
99
LIBOBJS = @LIBOBJS@
 
100
LIBS = @LIBS@
 
101
LN_S = @LN_S@
 
102
LTLIBICONV = @LTLIBICONV@
 
103
LTLIBINTL = @LTLIBINTL@
 
104
LTLIBOBJS = @LTLIBOBJS@
 
105
MAKEINFO = @MAKEINFO@
 
106
MKINSTALLDIRS = @MKINSTALLDIRS@
 
107
MSGFMT = @MSGFMT@
 
108
MSGMERGE = @MSGMERGE@
 
109
OBJEXT = @OBJEXT@
 
110
PACKAGE = @PACKAGE@
 
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
112
PACKAGE_NAME = @PACKAGE_NAME@
 
113
PACKAGE_STRING = @PACKAGE_STRING@
 
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
115
PACKAGE_VERSION = @PACKAGE_VERSION@
 
116
PATH_SEPARATOR = @PATH_SEPARATOR@
 
117
POSUB = @POSUB@
 
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
STRIP = @STRIP@
 
122
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
123
USE_NLS = @USE_NLS@
 
124
VERSION = @VERSION@
 
125
XGETTEXT = @XGETTEXT@
 
126
XML_CONFIG = @XML_CONFIG@
 
127
ac_ct_CC = @ac_ct_CC@
 
128
ac_ct_CXX = @ac_ct_CXX@
 
129
ac_ct_RANLIB = @ac_ct_RANLIB@
 
130
ac_ct_STRIP = @ac_ct_STRIP@
 
131
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
132
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
133
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
134
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
135
am__include = @am__include@
 
136
am__leading_dot = @am__leading_dot@
 
137
am__quote = @am__quote@
 
138
bindir = @bindir@
 
139
build = @build@
 
140
build_alias = @build_alias@
 
141
build_cpu = @build_cpu@
 
142
build_os = @build_os@
 
143
build_vendor = @build_vendor@
 
144
datadir = @datadir@
 
145
exec_prefix = @exec_prefix@
 
146
extra_includes = @extra_includes@
 
147
extra_libraries = @extra_libraries@
 
148
host = @host@
 
149
host_alias = @host_alias@
 
150
host_cpu = @host_cpu@
 
151
host_os = @host_os@
 
152
host_vendor = @host_vendor@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
libdir = @libdir@
 
157
libexecdir = @libexecdir@
 
158
localstatedir = @localstatedir@
 
159
mandir = @mandir@
 
160
oldincludedir = @oldincludedir@
 
161
prefix = @prefix@
 
162
program_transform_name = @program_transform_name@
 
163
sbindir = @sbindir@
 
164
sharedstatedir = @sharedstatedir@
 
165
sysconfdir = @sysconfdir@
 
166
target_alias = @target_alias@
 
167
 
 
168
noinst_LIBRARIES = libpingus_input_pointers.a
 
169
 
 
170
libpingus_input_pointers_a_SOURCES = \
 
171
        axis_pointer.hxx axis_pointer.cxx \
 
172
        dummy_pointer.hxx \
 
173
        mouse_pointer.hxx mouse_pointer.cxx \
 
174
        multiple_pointer.hxx multiple_pointer.cxx
 
175
 
 
176
subdir = src/input/pointers
 
177
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
178
CONFIG_HEADER = $(top_builddir)/config.h
 
179
CONFIG_CLEAN_FILES =
 
180
LIBRARIES = $(noinst_LIBRARIES)
 
181
 
 
182
libpingus_input_pointers_a_AR = $(AR) cru
 
183
libpingus_input_pointers_a_LIBADD =
 
184
am_libpingus_input_pointers_a_OBJECTS = axis_pointer.$(OBJEXT) \
 
185
        mouse_pointer.$(OBJEXT) multiple_pointer.$(OBJEXT)
 
186
libpingus_input_pointers_a_OBJECTS = \
 
187
        $(am_libpingus_input_pointers_a_OBJECTS)
 
188
 
 
189
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
190
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
191
am__depfiles_maybe = depfiles
 
192
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/axis_pointer.Po \
 
193
@AMDEP_TRUE@    ./$(DEPDIR)/mouse_pointer.Po \
 
194
@AMDEP_TRUE@    ./$(DEPDIR)/multiple_pointer.Po
 
195
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
196
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
197
CXXLD = $(CXX)
 
198
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
199
        -o $@
 
200
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
201
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
202
CCLD = $(CC)
 
203
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
204
DIST_SOURCES = $(libpingus_input_pointers_a_SOURCES)
 
205
DIST_COMMON = Makefile.am Makefile.in
 
206
SOURCES = $(libpingus_input_pointers_a_SOURCES)
 
207
 
 
208
all: all-am
 
209
 
 
210
.SUFFIXES:
 
211
.SUFFIXES: .cxx .o .obj
 
212
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
213
        cd $(top_srcdir) && \
 
214
          $(AUTOMAKE) --gnu  src/input/pointers/Makefile
 
215
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
216
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
217
 
 
218
AR = ar
 
219
 
 
220
clean-noinstLIBRARIES:
 
221
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
222
libpingus_input_pointers.a: $(libpingus_input_pointers_a_OBJECTS) $(libpingus_input_pointers_a_DEPENDENCIES) 
 
223
        -rm -f libpingus_input_pointers.a
 
224
        $(libpingus_input_pointers_a_AR) libpingus_input_pointers.a $(libpingus_input_pointers_a_OBJECTS) $(libpingus_input_pointers_a_LIBADD)
 
225
        $(RANLIB) libpingus_input_pointers.a
 
226
 
 
227
mostlyclean-compile:
 
228
        -rm -f *.$(OBJEXT) core *.core
 
229
 
 
230
distclean-compile:
 
231
        -rm -f *.tab.c
 
232
 
 
233
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axis_pointer.Po@am__quote@
 
234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse_pointer.Po@am__quote@
 
235
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiple_pointer.Po@am__quote@
 
236
 
 
237
distclean-depend:
 
238
        -rm -rf ./$(DEPDIR)
 
239
 
 
240
.cxx.o:
 
241
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
242
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
243
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
244
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
245
@am__fastdepCXX_TRUE@   fi
 
246
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
247
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
248
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
249
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
250
 
 
251
.cxx.obj:
 
252
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
253
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
254
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
255
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
256
@am__fastdepCXX_TRUE@   fi
 
257
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
258
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
259
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
260
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
261
uninstall-info-am:
 
262
 
 
263
ETAGS = etags
 
264
ETAGSFLAGS =
 
265
 
 
266
CTAGS = ctags
 
267
CTAGSFLAGS =
 
268
 
 
269
tags: TAGS
 
270
 
 
271
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
272
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
273
        unique=`for i in $$list; do \
 
274
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
275
          done | \
 
276
          $(AWK) '    { files[$$0] = 1; } \
 
277
               END { for (i in files) print i; }'`; \
 
278
        mkid -fID $$unique
 
279
 
 
280
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
281
                $(TAGS_FILES) $(LISP)
 
282
        tags=; \
 
283
        here=`pwd`; \
 
284
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
285
        unique=`for i in $$list; do \
 
286
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
287
          done | \
 
288
          $(AWK) '    { files[$$0] = 1; } \
 
289
               END { for (i in files) print i; }'`; \
 
290
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
291
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
292
             $$tags $$unique
 
293
 
 
294
ctags: CTAGS
 
295
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
296
                $(TAGS_FILES) $(LISP)
 
297
        tags=; \
 
298
        here=`pwd`; \
 
299
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
300
        unique=`for i in $$list; do \
 
301
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
302
          done | \
 
303
          $(AWK) '    { files[$$0] = 1; } \
 
304
               END { for (i in files) print i; }'`; \
 
305
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
306
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
307
             $$tags $$unique
 
308
 
 
309
GTAGS:
 
310
        here=`$(am__cd) $(top_builddir) && pwd` \
 
311
          && cd $(top_srcdir) \
 
312
          && gtags -i $(GTAGS_ARGS) $$here
 
313
 
 
314
distclean-tags:
 
315
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
316
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
317
 
 
318
top_distdir = ../../..
 
319
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
320
 
 
321
distdir: $(DISTFILES)
 
322
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
323
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
324
        list='$(DISTFILES)'; for file in $$list; do \
 
325
          case $$file in \
 
326
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
327
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
328
          esac; \
 
329
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
330
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
331
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
332
            dir="/$$dir"; \
 
333
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
334
          else \
 
335
            dir=''; \
 
336
          fi; \
 
337
          if test -d $$d/$$file; then \
 
338
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
339
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
340
            fi; \
 
341
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
342
          else \
 
343
            test -f $(distdir)/$$file \
 
344
            || cp -p $$d/$$file $(distdir)/$$file \
 
345
            || exit 1; \
 
346
          fi; \
 
347
        done
 
348
check-am: all-am
 
349
check: check-am
 
350
all-am: Makefile $(LIBRARIES)
 
351
 
 
352
installdirs:
 
353
 
 
354
install: install-am
 
355
install-exec: install-exec-am
 
356
install-data: install-data-am
 
357
uninstall: uninstall-am
 
358
 
 
359
install-am: all-am
 
360
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
361
 
 
362
installcheck: installcheck-am
 
363
install-strip:
 
364
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
365
          INSTALL_STRIP_FLAG=-s \
 
366
          `test -z '$(STRIP)' || \
 
367
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
368
mostlyclean-generic:
 
369
 
 
370
clean-generic:
 
371
 
 
372
distclean-generic:
 
373
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
374
 
 
375
maintainer-clean-generic:
 
376
        @echo "This command is intended for maintainers to use"
 
377
        @echo "it deletes files that may require special tools to rebuild."
 
378
clean: clean-am
 
379
 
 
380
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
381
 
 
382
distclean: distclean-am
 
383
 
 
384
distclean-am: clean-am distclean-compile distclean-depend \
 
385
        distclean-generic distclean-tags
 
386
 
 
387
dvi: dvi-am
 
388
 
 
389
dvi-am:
 
390
 
 
391
info: info-am
 
392
 
 
393
info-am:
 
394
 
 
395
install-data-am:
 
396
 
 
397
install-exec-am:
 
398
 
 
399
install-info: install-info-am
 
400
 
 
401
install-man:
 
402
 
 
403
installcheck-am:
 
404
 
 
405
maintainer-clean: maintainer-clean-am
 
406
 
 
407
maintainer-clean-am: distclean-am maintainer-clean-generic
 
408
 
 
409
mostlyclean: mostlyclean-am
 
410
 
 
411
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
412
 
 
413
pdf: pdf-am
 
414
 
 
415
pdf-am:
 
416
 
 
417
ps: ps-am
 
418
 
 
419
ps-am:
 
420
 
 
421
uninstall-am: uninstall-info-am
 
422
 
 
423
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
424
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
425
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
426
        dvi-am info info-am install install-am install-data \
 
427
        install-data-am install-exec install-exec-am install-info \
 
428
        install-info-am install-man install-strip installcheck \
 
429
        installcheck-am installdirs maintainer-clean \
 
430
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
431
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
432
        uninstall-am uninstall-info-am
 
433
 
 
434
 
 
435
# EOF #
 
436
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
437
# Otherwise a system limit (for SysV at least) may be exceeded.
 
438
.NOEXPORT: