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

« back to all changes in this revision

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