~ubuntu-branches/ubuntu/maverick/asc/maverick

« back to all changes in this revision

Viewing changes to source/libs/paragui/src/core/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Eddy Petrișor, Gonéri Le Bouder, Cyril Brulebois, Barry deFreese
  • Date: 2008-01-08 19:54:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108195418-n19fc4eobhhqxcy5
Tags: 2.0.1.0-1
[ Eddy Petrișor ]
* fixed Homepage semifield

[ Gonéri Le Bouder ]
* add a watchfile
* move homepage from the description to the new Homepage field

[ Cyril Brulebois ]
* Added Vcs-Svn and Vcs-Browser fields in the control file.

[ Barry deFreese ]
* Fix make-clean lintian warning
* New upstream release
* Bump debhelper build-dep to match compat
* Add desktop file
* Update watch file for new upstream naming
* Remove nostrip check from rules
* Bump Standards Version to 3.7.3
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = source/libs/paragui/src/core
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
39
        $(top_srcdir)/configure.in
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
46
am__DEPENDENCIES_1 =
 
47
libpgcore_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
48
        $(am__DEPENDENCIES_1)
 
49
am_libpgcore_la_OBJECTS = physfsrwops.lo missing.lo pgdatacontainer.lo \
 
50
        pgapplication.lo pgcolors.lo pgfilearchive.lo pgfile.lo \
 
51
        pglog.lo pgmain.lo pgmessageobject.lo pgnavigator.lo \
 
52
        pgrectlist.lo pgsurfacecache.lo pgtimerobject.lo \
 
53
        pgsigconvert.lo pgcolor.lo pgsdleventsupplier.lo
 
54
libpgcore_la_OBJECTS = $(am_libpgcore_la_OBJECTS)
 
55
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
56
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
57
am__depfiles_maybe = depfiles
 
58
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
60
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
61
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
62
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
63
CXXLD = $(CXX)
 
64
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
66
        $(LDFLAGS) -o $@
 
67
SOURCES = $(libpgcore_la_SOURCES)
 
68
DIST_SOURCES = $(libpgcore_la_SOURCES)
 
69
ETAGS = etags
 
70
CTAGS = ctags
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
72
ACLOCAL = @ACLOCAL@
 
73
AMTAR = @AMTAR@
 
74
AR = @AR@
 
75
AUTOCONF = @AUTOCONF@
 
76
AUTOHEADER = @AUTOHEADER@
 
77
AUTOMAKE = @AUTOMAKE@
 
78
AWK = @AWK@
 
79
BOOST_LIBS = @BOOST_LIBS@
 
80
CC = @CC@
 
81
CCDEPMODE = @CCDEPMODE@
 
82
CFLAGS = @CFLAGS@
 
83
CPP = @CPP@
 
84
CPPFLAGS = @CPPFLAGS@
 
85
CXX = @CXX@
 
86
CXXCPP = @CXXCPP@
 
87
CXXDEPMODE = @CXXDEPMODE@
 
88
CXXFLAGS = @CXXFLAGS@
 
89
CYGPATH_W = @CYGPATH_W@
 
90
DEFS = @DEFS@
 
91
DEPDIR = @DEPDIR@
 
92
DOCBOOK2MAN = @DOCBOOK2MAN@
 
93
ECHO = @ECHO@
 
94
ECHO_C = @ECHO_C@
 
95
ECHO_N = @ECHO_N@
 
96
ECHO_T = @ECHO_T@
 
97
EGREP = @EGREP@
 
98
EXEEXT = @EXEEXT@
 
99
EXPAT_INCLUDE = @EXPAT_INCLUDE@
 
100
EXPAT_LIB = @EXPAT_LIB@
 
101
EXPAT_SUBDIR = @EXPAT_SUBDIR@
 
102
F77 = @F77@
 
103
FFLAGS = @FFLAGS@
 
104
FREETYPE_LIBS = @FREETYPE_LIBS@
 
105
GAME_DATADIR = @GAME_DATADIR@
 
106
GENCL = @GENCL@
 
107
GENCLL = @GENCLL@
 
108
GREP = @GREP@
 
109
INSTALL = @INSTALL@
 
110
INSTALL_DATA = @INSTALL_DATA@
 
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
114
LDADDLIBBZ2 = @LDADDLIBBZ2@
 
115
LDFLAGS = @LDFLAGS@
 
116
LIBBZ2 = @LIBBZ2@
 
117
LIBEXPAT = @LIBEXPAT@
 
118
LIBOBJS = @LIBOBJS@
 
119
LIBPHYSFS = @LIBPHYSFS@
 
120
LIBS = @LIBS@
 
121
LIBTOOL = @LIBTOOL@
 
122
LN_S = @LN_S@
 
123
LTLIBOBJS = @LTLIBOBJS@
 
124
MAINT = @MAINT@
 
125
MAKEINFO = @MAKEINFO@
 
126
MKDIR_P = @MKDIR_P@
 
127
MUSICDIR = @MUSICDIR@
 
128
OBJEXT = @OBJEXT@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PARAGUI_CFLAGS = @PARAGUI_CFLAGS@
 
136
PARAGUI_LIBS = @PARAGUI_LIBS@
 
137
PATH_SEPARATOR = @PATH_SEPARATOR@
 
138
PBPED = @PBPED@
 
139
PERLFOUND = @PERLFOUND@
 
140
PHYSFS_INCLUDE = @PHYSFS_INCLUDE@
 
141
PHYSFS_LIB = @PHYSFS_LIB@
 
142
PHYSFS_SUBDIR = @PHYSFS_SUBDIR@
 
143
PKG_CONFIG = @PKG_CONFIG@
 
144
RANLIB = @RANLIB@
 
145
SDL_CFLAGS = @SDL_CFLAGS@
 
146
SDL_CONFIG = @SDL_CONFIG@
 
147
SDL_LIBS = @SDL_LIBS@
 
148
SDL_SOUND_LIB = @SDL_SOUND_LIB@
 
149
SET_MAKE = @SET_MAKE@
 
150
SGML2MAN = @SGML2MAN@
 
151
SHELL = @SHELL@
 
152
SIGC_CFLAGS = @SIGC_CFLAGS@
 
153
SIGC_LIBS = @SIGC_LIBS@
 
154
STRIP = @STRIP@
 
155
SdlSoundDir = @SdlSoundDir@
 
156
VERSION = @VERSION@
 
157
VORBISENC_LIBS = @VORBISENC_LIBS@
 
158
VORBISFILE_LIBS = @VORBISFILE_LIBS@
 
159
VORBIS_CFLAGS = @VORBIS_CFLAGS@
 
160
VORBIS_LIBS = @VORBIS_LIBS@
 
161
abs_builddir = @abs_builddir@
 
162
abs_srcdir = @abs_srcdir@
 
163
abs_top_builddir = @abs_top_builddir@
 
164
abs_top_srcdir = @abs_top_srcdir@
 
165
ac_ct_CC = @ac_ct_CC@
 
166
ac_ct_CXX = @ac_ct_CXX@
 
167
ac_ct_F77 = @ac_ct_F77@
 
168
am__include = @am__include@
 
169
am__leading_dot = @am__leading_dot@
 
170
am__quote = @am__quote@
 
171
am__tar = @am__tar@
 
172
am__untar = @am__untar@
 
173
asc_version = @asc_version@
 
174
bindir = @bindir@
 
175
build = @build@
 
176
build_alias = @build_alias@
 
177
build_cpu = @build_cpu@
 
178
build_os = @build_os@
 
179
build_vendor = @build_vendor@
 
180
builddir = @builddir@
 
181
datadir = @datadir@
 
182
datarootdir = @datarootdir@
 
183
docdir = @docdir@
 
184
dvidir = @dvidir@
 
185
exec_prefix = @exec_prefix@
 
186
freetype_config = @freetype_config@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
htmldir = @htmldir@
 
193
includedir = @includedir@
 
194
infodir = @infodir@
 
195
inst_win32_DLL_dir = @inst_win32_DLL_dir@
 
196
inst_win32_build_dir = @inst_win32_build_dir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localedir = @localedir@
 
201
localstatedir = @localstatedir@
 
202
maindatainclude = @maindatainclude@
 
203
mandir = @mandir@
 
204
mkdir_p = @mkdir_p@
 
205
oldincludedir = @oldincludedir@
 
206
pdfdir = @pdfdir@
 
207
prefix = @prefix@
 
208
program_transform_name = @program_transform_name@
 
209
psdir = @psdir@
 
210
sbindir = @sbindir@
 
211
sharedstatedir = @sharedstatedir@
 
212
srcdir = @srcdir@
 
213
subdirs = @subdirs@
 
214
sysconfdir = @sysconfdir@
 
215
target_alias = @target_alias@
 
216
top_builddir = @top_builddir@
 
217
top_srcdir = @top_srcdir@
 
218
noinst_LTLIBRARIES = libpgcore.la
 
219
libpgcore_la_SOURCES = \
 
220
        physfsrwops.cpp \
 
221
        missing.cpp \
 
222
        pgdatacontainer.cpp \
 
223
        pgapplication.cpp \
 
224
        pgcolors.cpp \
 
225
        pgfilearchive.cpp \
 
226
        pgfile.cpp \
 
227
        pglog.cpp \
 
228
        pgmain.cpp \
 
229
        pgmessageobject.cpp \
 
230
        pgnavigator.cpp \
 
231
        pgrectlist.cpp \
 
232
        pgsurfacecache.cpp \
 
233
        pgtimerobject.cpp \
 
234
        pgsigconvert.cpp \
 
235
        pgcolor.cpp \
 
236
        pgsdleventsupplier.cpp
 
237
 
 
238
libpgcore_la_LIBADD = \
 
239
        $(SDL_LIBS) \
 
240
        $(SIGC_LIBS)
 
241
 
 
242
EXTRA_DIST = \
 
243
        physfsrwops.h
 
244
 
 
245
INCLUDES = \
 
246
        $(SIGC_CFLAGS) \
 
247
        $(SDL_CFLAGS) \
 
248
        $(PHYSFS_INCLUDE) \
 
249
        -I$(top_srcdir)/source/libs/paragui/include
 
250
 
 
251
all: all-am
 
252
 
 
253
.SUFFIXES:
 
254
.SUFFIXES: .cpp .lo .o .obj
 
255
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
256
        @for dep in $?; do \
 
257
          case '$(am__configure_deps)' in \
 
258
            *$$dep*) \
 
259
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
260
                && exit 0; \
 
261
              exit 1;; \
 
262
          esac; \
 
263
        done; \
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/libs/paragui/src/core/Makefile'; \
 
265
        cd $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu  source/libs/paragui/src/core/Makefile
 
267
.PRECIOUS: Makefile
 
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
269
        @case '$?' in \
 
270
          *config.status*) \
 
271
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
272
          *) \
 
273
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
274
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
275
        esac;
 
276
 
 
277
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
 
 
280
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
 
 
285
clean-noinstLTLIBRARIES:
 
286
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
287
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
288
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
289
          test "$$dir" != "$$p" || dir=.; \
 
290
          echo "rm -f \"$${dir}/so_locations\""; \
 
291
          rm -f "$${dir}/so_locations"; \
 
292
        done
 
293
libpgcore.la: $(libpgcore_la_OBJECTS) $(libpgcore_la_DEPENDENCIES) 
 
294
        $(CXXLINK)  $(libpgcore_la_OBJECTS) $(libpgcore_la_LIBADD) $(LIBS)
 
295
 
 
296
mostlyclean-compile:
 
297
        -rm -f *.$(OBJEXT)
 
298
 
 
299
distclean-compile:
 
300
        -rm -f *.tab.c
 
301
 
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/missing.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgapplication.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgcolor.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgcolors.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgdatacontainer.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgfile.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgfilearchive.Plo@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pglog.Plo@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgmain.Plo@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgmessageobject.Plo@am__quote@
 
312
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgnavigator.Plo@am__quote@
 
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgrectlist.Plo@am__quote@
 
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgsdleventsupplier.Plo@am__quote@
 
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgsigconvert.Plo@am__quote@
 
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgsurfacecache.Plo@am__quote@
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgtimerobject.Plo@am__quote@
 
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/physfsrwops.Plo@am__quote@
 
319
 
 
320
.cpp.o:
 
321
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
322
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
325
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
326
 
 
327
.cpp.obj:
 
328
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
329
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
332
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
333
 
 
334
.cpp.lo:
 
335
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
336
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
339
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
340
 
 
341
mostlyclean-libtool:
 
342
        -rm -f *.lo
 
343
 
 
344
clean-libtool:
 
345
        -rm -rf .libs _libs
 
346
 
 
347
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
348
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
349
        unique=`for i in $$list; do \
 
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
351
          done | \
 
352
          $(AWK) '    { files[$$0] = 1; } \
 
353
               END { for (i in files) print i; }'`; \
 
354
        mkid -fID $$unique
 
355
tags: TAGS
 
356
 
 
357
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
358
                $(TAGS_FILES) $(LISP)
 
359
        tags=; \
 
360
        here=`pwd`; \
 
361
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
362
        unique=`for i in $$list; do \
 
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
364
          done | \
 
365
          $(AWK) '    { files[$$0] = 1; } \
 
366
               END { for (i in files) print i; }'`; \
 
367
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
368
          test -n "$$unique" || unique=$$empty_fix; \
 
369
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
370
            $$tags $$unique; \
 
371
        fi
 
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
 
 
395
distdir: $(DISTFILES)
 
396
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
397
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
398
        list='$(DISTFILES)'; \
 
399
          dist_files=`for file in $$list; do echo $$file; done | \
 
400
          sed -e "s|^$$srcdirstrip/||;t" \
 
401
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
402
        case $$dist_files in \
 
403
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
404
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
405
                           sort -u` ;; \
 
406
        esac; \
 
407
        for file in $$dist_files; do \
 
408
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
409
          if test -d $$d/$$file; then \
 
410
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
411
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
412
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
413
            fi; \
 
414
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
415
          else \
 
416
            test -f $(distdir)/$$file \
 
417
            || cp -p $$d/$$file $(distdir)/$$file \
 
418
            || exit 1; \
 
419
          fi; \
 
420
        done
 
421
check-am: all-am
 
422
check: check-am
 
423
all-am: Makefile $(LTLIBRARIES)
 
424
installdirs:
 
425
install: install-am
 
426
install-exec: install-exec-am
 
427
install-data: install-data-am
 
428
uninstall: uninstall-am
 
429
 
 
430
install-am: all-am
 
431
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
432
 
 
433
installcheck: installcheck-am
 
434
install-strip:
 
435
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
436
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
437
          `test -z '$(STRIP)' || \
 
438
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
439
mostlyclean-generic:
 
440
 
 
441
clean-generic:
 
442
 
 
443
distclean-generic:
 
444
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
445
 
 
446
maintainer-clean-generic:
 
447
        @echo "This command is intended for maintainers to use"
 
448
        @echo "it deletes files that may require special tools to rebuild."
 
449
clean: clean-am
 
450
 
 
451
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
452
        mostlyclean-am
 
453
 
 
454
distclean: distclean-am
 
455
        -rm -rf ./$(DEPDIR)
 
456
        -rm -f Makefile
 
457
distclean-am: clean-am distclean-compile distclean-generic \
 
458
        distclean-tags
 
459
 
 
460
dvi: dvi-am
 
461
 
 
462
dvi-am:
 
463
 
 
464
html: html-am
 
465
 
 
466
info: info-am
 
467
 
 
468
info-am:
 
469
 
 
470
install-data-am:
 
471
 
 
472
install-dvi: install-dvi-am
 
473
 
 
474
install-exec-am:
 
475
 
 
476
install-html: install-html-am
 
477
 
 
478
install-info: install-info-am
 
479
 
 
480
install-man:
 
481
 
 
482
install-pdf: install-pdf-am
 
483
 
 
484
install-ps: install-ps-am
 
485
 
 
486
installcheck-am:
 
487
 
 
488
maintainer-clean: maintainer-clean-am
 
489
        -rm -rf ./$(DEPDIR)
 
490
        -rm -f Makefile
 
491
maintainer-clean-am: distclean-am maintainer-clean-generic
 
492
 
 
493
mostlyclean: mostlyclean-am
 
494
 
 
495
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
496
        mostlyclean-libtool
 
497
 
 
498
pdf: pdf-am
 
499
 
 
500
pdf-am:
 
501
 
 
502
ps: ps-am
 
503
 
 
504
ps-am:
 
505
 
 
506
uninstall-am:
 
507
 
 
508
.MAKE: install-am install-strip
 
509
 
 
510
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
511
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
512
        distclean-compile distclean-generic distclean-libtool \
 
513
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
514
        install install-am install-data install-data-am install-dvi \
 
515
        install-dvi-am install-exec install-exec-am install-html \
 
516
        install-html-am install-info install-info-am install-man \
 
517
        install-pdf install-pdf-am install-ps install-ps-am \
 
518
        install-strip installcheck installcheck-am installdirs \
 
519
        maintainer-clean maintainer-clean-generic mostlyclean \
 
520
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
521
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
522
 
 
523
 
 
524
style_cvs:
 
525
        astyle --style=kr --indent=tab=4 --indent-switches *.cpp
 
526
 
 
527
style_personal:
 
528
        astyle *.cpp
 
529
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
530
# Otherwise a system limit (for SysV at least) may be exceeded.
 
531
.NOEXPORT: