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

« back to all changes in this revision

Viewing changes to src/input/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.a
 
169
 
 
170
SUBDIRS = \
 
171
        axes \
 
172
        buttons \
 
173
        pointers \
 
174
        scrollers
 
175
 
 
176
 
 
177
libpingus_input_a_SOURCES = \
 
178
        axis.hxx \
 
179
        axis_factory.hxx axis_factory.cxx \
 
180
        button.hxx \
 
181
        button_factory.hxx button_factory.cxx \
 
182
        controller.hxx controller.cxx \
 
183
        event.hxx \
 
184
        event_fwd.hxx \
 
185
        key_helper.hxx key_helper.cxx \
 
186
        pointer.hxx \
 
187
        pointer_factory.hxx pointer_factory.cxx \
 
188
        scroller.hxx \
 
189
        scroller_factory.hxx scroller_factory.cxx
 
190
 
 
191
subdir = src/input
 
192
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
193
CONFIG_HEADER = $(top_builddir)/config.h
 
194
CONFIG_CLEAN_FILES =
 
195
LIBRARIES = $(noinst_LIBRARIES)
 
196
 
 
197
libpingus_input_a_AR = $(AR) cru
 
198
libpingus_input_a_LIBADD =
 
199
am_libpingus_input_a_OBJECTS = axis_factory.$(OBJEXT) \
 
200
        button_factory.$(OBJEXT) controller.$(OBJEXT) \
 
201
        key_helper.$(OBJEXT) pointer_factory.$(OBJEXT) \
 
202
        scroller_factory.$(OBJEXT)
 
203
libpingus_input_a_OBJECTS = $(am_libpingus_input_a_OBJECTS)
 
204
 
 
205
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
206
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
207
am__depfiles_maybe = depfiles
 
208
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/axis_factory.Po \
 
209
@AMDEP_TRUE@    ./$(DEPDIR)/button_factory.Po \
 
210
@AMDEP_TRUE@    ./$(DEPDIR)/controller.Po ./$(DEPDIR)/key_helper.Po \
 
211
@AMDEP_TRUE@    ./$(DEPDIR)/pointer_factory.Po \
 
212
@AMDEP_TRUE@    ./$(DEPDIR)/scroller_factory.Po
 
213
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
214
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
215
CXXLD = $(CXX)
 
216
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
217
        -o $@
 
218
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
219
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
220
CCLD = $(CC)
 
221
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
222
DIST_SOURCES = $(libpingus_input_a_SOURCES)
 
223
 
 
224
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
225
        ps-recursive install-info-recursive uninstall-info-recursive \
 
226
        all-recursive install-data-recursive install-exec-recursive \
 
227
        installdirs-recursive install-recursive uninstall-recursive \
 
228
        check-recursive installcheck-recursive
 
229
DIST_COMMON = Makefile.am Makefile.in
 
230
DIST_SUBDIRS = $(SUBDIRS)
 
231
SOURCES = $(libpingus_input_a_SOURCES)
 
232
 
 
233
all: all-recursive
 
234
 
 
235
.SUFFIXES:
 
236
.SUFFIXES: .cxx .o .obj
 
237
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
238
        cd $(top_srcdir) && \
 
239
          $(AUTOMAKE) --gnu  src/input/Makefile
 
240
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
241
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
242
 
 
243
AR = ar
 
244
 
 
245
clean-noinstLIBRARIES:
 
246
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
247
libpingus_input.a: $(libpingus_input_a_OBJECTS) $(libpingus_input_a_DEPENDENCIES) 
 
248
        -rm -f libpingus_input.a
 
249
        $(libpingus_input_a_AR) libpingus_input.a $(libpingus_input_a_OBJECTS) $(libpingus_input_a_LIBADD)
 
250
        $(RANLIB) libpingus_input.a
 
251
 
 
252
mostlyclean-compile:
 
253
        -rm -f *.$(OBJEXT) core *.core
 
254
 
 
255
distclean-compile:
 
256
        -rm -f *.tab.c
 
257
 
 
258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axis_factory.Po@am__quote@
 
259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button_factory.Po@am__quote@
 
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller.Po@am__quote@
 
261
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key_helper.Po@am__quote@
 
262
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pointer_factory.Po@am__quote@
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scroller_factory.Po@am__quote@
 
264
 
 
265
distclean-depend:
 
266
        -rm -rf ./$(DEPDIR)
 
267
 
 
268
.cxx.o:
 
269
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
270
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
271
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
272
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
273
@am__fastdepCXX_TRUE@   fi
 
274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
276
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
277
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
278
 
 
279
.cxx.obj:
 
280
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
281
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
282
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
283
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
284
@am__fastdepCXX_TRUE@   fi
 
285
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
286
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
288
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
289
uninstall-info-am:
 
290
 
 
291
# This directory's subdirectories are mostly independent; you can cd
 
292
# into them and run `make' without going through this Makefile.
 
293
# To change the values of `make' variables: instead of editing Makefiles,
 
294
# (1) if the variable is set in `config.status', edit `config.status'
 
295
#     (which will cause the Makefiles to be regenerated when you run `make');
 
296
# (2) otherwise, pass the desired values on the `make' command line.
 
297
$(RECURSIVE_TARGETS):
 
298
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
299
        dot_seen=no; \
 
300
        target=`echo $@ | sed s/-recursive//`; \
 
301
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
302
          echo "Making $$target in $$subdir"; \
 
303
          if test "$$subdir" = "."; then \
 
304
            dot_seen=yes; \
 
305
            local_target="$$target-am"; \
 
306
          else \
 
307
            local_target="$$target"; \
 
308
          fi; \
 
309
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
310
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
311
        done; \
 
312
        if test "$$dot_seen" = "no"; then \
 
313
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
314
        fi; test -z "$$fail"
 
315
 
 
316
mostlyclean-recursive clean-recursive distclean-recursive \
 
317
maintainer-clean-recursive:
 
318
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
319
        dot_seen=no; \
 
320
        case "$@" in \
 
321
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
322
          *) list='$(SUBDIRS)' ;; \
 
323
        esac; \
 
324
        rev=''; for subdir in $$list; do \
 
325
          if test "$$subdir" = "."; then :; else \
 
326
            rev="$$subdir $$rev"; \
 
327
          fi; \
 
328
        done; \
 
329
        rev="$$rev ."; \
 
330
        target=`echo $@ | sed s/-recursive//`; \
 
331
        for subdir in $$rev; do \
 
332
          echo "Making $$target in $$subdir"; \
 
333
          if test "$$subdir" = "."; then \
 
334
            local_target="$$target-am"; \
 
335
          else \
 
336
            local_target="$$target"; \
 
337
          fi; \
 
338
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
339
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
340
        done && test -z "$$fail"
 
341
tags-recursive:
 
342
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
343
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
344
        done
 
345
ctags-recursive:
 
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
347
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
348
        done
 
349
 
 
350
ETAGS = etags
 
351
ETAGSFLAGS =
 
352
 
 
353
CTAGS = ctags
 
354
CTAGSFLAGS =
 
355
 
 
356
tags: TAGS
 
357
 
 
358
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
359
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
360
        unique=`for i in $$list; do \
 
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
362
          done | \
 
363
          $(AWK) '    { files[$$0] = 1; } \
 
364
               END { for (i in files) print i; }'`; \
 
365
        mkid -fID $$unique
 
366
 
 
367
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
368
                $(TAGS_FILES) $(LISP)
 
369
        tags=; \
 
370
        here=`pwd`; \
 
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
372
          if test "$$subdir" = .; then :; else \
 
373
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
374
          fi; \
 
375
        done; \
 
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
383
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
384
             $$tags $$unique
 
385
 
 
386
ctags: CTAGS
 
387
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
388
                $(TAGS_FILES) $(LISP)
 
389
        tags=; \
 
390
        here=`pwd`; \
 
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
392
        unique=`for i in $$list; do \
 
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
394
          done | \
 
395
          $(AWK) '    { files[$$0] = 1; } \
 
396
               END { for (i in files) print i; }'`; \
 
397
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
398
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
399
             $$tags $$unique
 
400
 
 
401
GTAGS:
 
402
        here=`$(am__cd) $(top_builddir) && pwd` \
 
403
          && cd $(top_srcdir) \
 
404
          && gtags -i $(GTAGS_ARGS) $$here
 
405
 
 
406
distclean-tags:
 
407
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
408
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
409
 
 
410
top_distdir = ../..
 
411
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
412
 
 
413
distdir: $(DISTFILES)
 
414
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
415
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
416
        list='$(DISTFILES)'; for file in $$list; do \
 
417
          case $$file in \
 
418
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
419
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
420
          esac; \
 
421
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
422
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
423
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
424
            dir="/$$dir"; \
 
425
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
426
          else \
 
427
            dir=''; \
 
428
          fi; \
 
429
          if test -d $$d/$$file; then \
 
430
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
431
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
432
            fi; \
 
433
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
434
          else \
 
435
            test -f $(distdir)/$$file \
 
436
            || cp -p $$d/$$file $(distdir)/$$file \
 
437
            || exit 1; \
 
438
          fi; \
 
439
        done
 
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
441
          if test "$$subdir" = .; then :; else \
 
442
            test -d $(distdir)/$$subdir \
 
443
            || mkdir $(distdir)/$$subdir \
 
444
            || exit 1; \
 
445
            (cd $$subdir && \
 
446
              $(MAKE) $(AM_MAKEFLAGS) \
 
447
                top_distdir="$(top_distdir)" \
 
448
                distdir=../$(distdir)/$$subdir \
 
449
                distdir) \
 
450
              || exit 1; \
 
451
          fi; \
 
452
        done
 
453
check-am: all-am
 
454
check: check-recursive
 
455
all-am: Makefile $(LIBRARIES)
 
456
installdirs: installdirs-recursive
 
457
installdirs-am:
 
458
 
 
459
install: install-recursive
 
460
install-exec: install-exec-recursive
 
461
install-data: install-data-recursive
 
462
uninstall: uninstall-recursive
 
463
 
 
464
install-am: all-am
 
465
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
466
 
 
467
installcheck: installcheck-recursive
 
468
install-strip:
 
469
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
470
          INSTALL_STRIP_FLAG=-s \
 
471
          `test -z '$(STRIP)' || \
 
472
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
473
mostlyclean-generic:
 
474
 
 
475
clean-generic:
 
476
 
 
477
distclean-generic:
 
478
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
479
 
 
480
maintainer-clean-generic:
 
481
        @echo "This command is intended for maintainers to use"
 
482
        @echo "it deletes files that may require special tools to rebuild."
 
483
clean: clean-recursive
 
484
 
 
485
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
486
 
 
487
distclean: distclean-recursive
 
488
 
 
489
distclean-am: clean-am distclean-compile distclean-depend \
 
490
        distclean-generic distclean-tags
 
491
 
 
492
dvi: dvi-recursive
 
493
 
 
494
dvi-am:
 
495
 
 
496
info: info-recursive
 
497
 
 
498
info-am:
 
499
 
 
500
install-data-am:
 
501
 
 
502
install-exec-am:
 
503
 
 
504
install-info: install-info-recursive
 
505
 
 
506
install-man:
 
507
 
 
508
installcheck-am:
 
509
 
 
510
maintainer-clean: maintainer-clean-recursive
 
511
 
 
512
maintainer-clean-am: distclean-am maintainer-clean-generic
 
513
 
 
514
mostlyclean: mostlyclean-recursive
 
515
 
 
516
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
517
 
 
518
pdf: pdf-recursive
 
519
 
 
520
pdf-am:
 
521
 
 
522
ps: ps-recursive
 
523
 
 
524
ps-am:
 
525
 
 
526
uninstall-am: uninstall-info-am
 
527
 
 
528
uninstall-info: uninstall-info-recursive
 
529
 
 
530
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
531
        clean-generic clean-noinstLIBRARIES clean-recursive ctags \
 
532
        ctags-recursive distclean distclean-compile distclean-depend \
 
533
        distclean-generic distclean-recursive distclean-tags distdir \
 
534
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
535
        install-am install-data install-data-am install-data-recursive \
 
536
        install-exec install-exec-am install-exec-recursive \
 
537
        install-info install-info-am install-info-recursive install-man \
 
538
        install-recursive install-strip installcheck installcheck-am \
 
539
        installdirs installdirs-am installdirs-recursive \
 
540
        maintainer-clean maintainer-clean-generic \
 
541
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
542
        mostlyclean-generic mostlyclean-recursive pdf pdf-am \
 
543
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
544
        uninstall uninstall-am uninstall-info-am \
 
545
        uninstall-info-recursive uninstall-recursive
 
546
 
 
547
 
 
548
# EOF #
 
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
550
# Otherwise a system limit (for SysV at least) may be exceeded.
 
551
.NOEXPORT: