~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/cegui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Olek Wojnar, Stephen M. Webb, Olek Wojnar
  • Date: 2016-08-06 18:39:19 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20160806183919-4g72j3flj7xe2stj
Tags: 0.7.2+dfsg-1
[ Stephen M. Webb ]
* debian/control: updated build-depends to newer minimum versions
  (closes: #704786)
* debian/control: updated Standards-Version to 3.9.4 (updated VCS-* fields)
* debian/patches/0001-ember.in-test-expr.patch: removed (fixed upstream)
* debian/patches/0002-add-update_lua_bindings.patch: removed (fixed upstream)
* debian/patches/0003-add-atlas-pkg.patch: removed (fixed upstream)
* debian/patches/0004-domain-bindings-lua-makefile.patch: refreshed
* debian/patches/0005-ember.in-prefix.patch: removed (fixed upstream)
* debian/patches/0006-spellcheck-similiar.patch: removed (fixed upstream)
* debian/patches/0007-revert-libwfut-version.patch: refreshed
* debian/patches/0008-replace-fastdeletegate-with-sigc++.patch: removed
 (fixed upstream)
* debian/patches/0009-spelling-bach.patch: removed (fixed upstream)
* debian/patches/0010-fix-ember-script-args.patch: removed (fixed upstream)
* debian/patches/0011-qualify-template-functions.patch: removed (fixed
  upstream)
* debian/patches/0012-fix-osdir-headers.patch: removed (fixed upstream)
* debian/patches/0013-remove-invalid-linker-flags.patch: removed (fixed
  upstream)
* debian/patches/0014-add-missing-ogrelodstrategy.patch: new
* debian/control: fixed Vcs-Browser URL
* debian/patches/0015-verbose-configure-errors.patch: new
* debian/patches/0016-boost-1.53.patch: new
* debian/control: bump boost build dependeny to 1.53

[ Olek Wojnar ]
* New upstream release (Closes: #799748)
* Add myself as new uploader
  - Remove Stephen Webb per his request
  - Thanks for all the contributions, Stephen!
* d/patches/0007-revert-libwfut-version.patch: removed (unnecessary)
* d/control
  - Remove pre-dependency on dpkg
  - Update standards to 3.9.8 (no changes)
  - Update Vcs lines for secure URIs
* Import patch from the wfmath package to replace MersenneTwister.h
  -- Avoids problems from ambiguous copyright of the original file
* Update dependencies for version 0.7.2
* Enable all hardening options
* Add three lintian overrides
  -- Ignore install into usr/bin (binary)
  -- Ignore .rc files needed for WIN32 build (source)
  -- Ignore false positive of spelling error (binary)
* d/copyright: Update contributors and dates
* d/rules
  -- Do not remove "sounddefinitions" directory
  -- Enable parallel build
  -- Do not install into games directories
  -- Remove dh_builddeb override since xz is now the default
* d/watch: update file extensions
* Remove three patches, add eight patches, update remaining patches
  -- 0004-domain-bindings-lua-makefile.patch (implemented upstream)
  -- 0014-add-missing-ogrelodstrategy.patch (implemented upstream)
  -- 0016-boost-1.53.patch (patch target file removed upstream)
  -- 0018-enable-subdir-objects.patch (Fix automake 1.14 warnings)
  -- 0019-update-boost-m4.patch (Fix invalid boost_major_version)
  -- 0020-remove-obsolete-includes.patch (Fix obsolete includes)
  -- 0021-GraphicalChangeAdapter-fix-for-newer-compilers.patch (Added)
  -- 0022-fix-typos.patch (Fix typos identified by lintian)
  -- 0023-add-keywords-to-desktop-file.patch (Add Keywords to .desktop file)
  -- 0024-fix-icon-location (Make icon location Icon Theme Spec-compliant)
  -- 0025-fix-duplicate-script-install.patch (Was causing build failures)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
 
 
17
 
 
18
 
18
19
VPATH = @srcdir@
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
 
33
    case $$MAKEFLAGS in \
 
34
      *\\[\ \   ]*) \
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
65
pkgdatadir = $(datadir)/@PACKAGE@
20
66
pkgincludedir = $(includedir)/@PACKAGE@
21
67
pkglibdir = $(libdir)/@PACKAGE@
36
82
host_triplet = @host@
37
83
target_triplet = @target@
38
84
subdir = src/components/cegui
39
 
DIST_COMMON = $(dist_ceguiconfig_DATA) $(dist_ceguifonts_DATA) \
40
 
        $(dist_ceguiimagesets_DATA) $(dist_ceguilayouts_DATA) \
41
 
        $(dist_ceguilooknfeel_DATA) $(dist_ceguischema_DATA) \
42
 
        $(dist_ceguischemes_DATA) $(srcdir)/Makefile.am \
43
 
        $(srcdir)/Makefile.in
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(top_srcdir)/depcomp $(dist_ceguiconfig_DATA) \
 
87
        $(dist_ceguifonts_DATA) $(dist_ceguiimagesets_DATA) \
 
88
        $(dist_ceguilayouts_DATA) $(dist_ceguilooknfeel_DATA) \
 
89
        $(dist_ceguischema_DATA) $(dist_ceguischemes_DATA) \
 
90
        $(noinst_HEADERS)
44
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
92
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
93
        $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/libtool.m4 \
46
94
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
95
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
96
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
52
100
CONFIG_HEADER = $(top_builddir)/src/config.h
53
101
CONFIG_CLEAN_FILES =
54
102
CONFIG_CLEAN_VPATH_FILES =
55
 
SOURCES =
56
 
DIST_SOURCES =
 
103
LIBRARIES = $(noinst_LIBRARIES)
 
104
ARFLAGS = cru
 
105
AM_V_AR = $(am__v_AR_@AM_V@)
 
106
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
 
107
am__v_AR_0 = @echo "  AR      " $@;
 
108
am__v_AR_1 = 
 
109
libCEGUI_a_AR = $(AR) $(ARFLAGS)
 
110
libCEGUI_a_LIBADD =
 
111
am_libCEGUI_a_OBJECTS = CEGUILogger.$(OBJEXT) \
 
112
        RenderedColourStringTextComponent.$(OBJEXT) \
 
113
        ColouredRenderedStringParser.$(OBJEXT) \
 
114
        ScrapNativeClipboardProvider.$(OBJEXT)
 
115
libCEGUI_a_OBJECTS = $(am_libCEGUI_a_OBJECTS)
 
116
AM_V_P = $(am__v_P_@AM_V@)
 
117
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
118
am__v_P_0 = false
 
119
am__v_P_1 = :
 
120
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
121
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
122
am__v_GEN_0 = @echo "  GEN     " $@;
 
123
am__v_GEN_1 = 
 
124
AM_V_at = $(am__v_at_@AM_V@)
 
125
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
126
am__v_at_0 = @
 
127
am__v_at_1 = 
 
128
DEFAULT_INCLUDES = 
 
129
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
130
am__depfiles_maybe = depfiles
 
131
am__mv = mv -f
 
132
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
133
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
134
AM_V_lt = $(am__v_lt_@AM_V@)
 
135
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
136
am__v_lt_0 = --silent
 
137
am__v_lt_1 = 
 
138
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
139
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
140
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
141
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
142
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
143
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
144
am__v_CXX_0 = @echo "  CXX     " $@;
 
145
am__v_CXX_1 = 
 
146
CXXLD = $(CXX)
 
147
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
148
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
149
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
150
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
151
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
152
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
153
am__v_CXXLD_1 = 
 
154
SOURCES = $(libCEGUI_a_SOURCES)
 
155
DIST_SOURCES = $(libCEGUI_a_SOURCES)
 
156
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
157
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
158
        install-data-recursive install-dvi-recursive \
 
159
        install-exec-recursive install-html-recursive \
 
160
        install-info-recursive install-pdf-recursive \
 
161
        install-ps-recursive install-recursive installcheck-recursive \
 
162
        installdirs-recursive pdf-recursive ps-recursive \
 
163
        tags-recursive uninstall-recursive
 
164
am__can_run_installinfo = \
 
165
  case $$AM_UPDATE_INFO_DIR in \
 
166
    n|no|NO) false;; \
 
167
    *) (install-info --version) >/dev/null 2>&1;; \
 
168
  esac
57
169
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
170
am__vpath_adj = case $$p in \
59
171
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
187
am__base_list = \
76
188
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
189
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
190
am__uninstall_files_from_dir = { \
 
191
  test -z "$$files" \
 
192
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
193
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
194
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
195
  }
78
196
am__installdirs = "$(DESTDIR)$(ceguiconfigdir)" \
79
197
        "$(DESTDIR)$(ceguifontsdir)" "$(DESTDIR)$(ceguiimagesetsdir)" \
80
198
        "$(DESTDIR)$(ceguilayoutsdir)" \
84
202
        $(dist_ceguiimagesets_DATA) $(dist_ceguilayouts_DATA) \
85
203
        $(dist_ceguilooknfeel_DATA) $(dist_ceguischema_DATA) \
86
204
        $(dist_ceguischemes_DATA)
 
205
HEADERS = $(noinst_HEADERS)
 
206
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
207
  distclean-recursive maintainer-clean-recursive
 
208
am__recursive_targets = \
 
209
  $(RECURSIVE_TARGETS) \
 
210
  $(RECURSIVE_CLEAN_TARGETS) \
 
211
  $(am__extra_recursive_targets)
 
212
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
213
        distdir
 
214
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
215
# Read a list of newline-separated strings from the standard input,
 
216
# and print each of them once, without duplicates.  Input order is
 
217
# *not* preserved.
 
218
am__uniquify_input = $(AWK) '\
 
219
  BEGIN { nonempty = 0; } \
 
220
  { items[$$0] = 1; nonempty = 1; } \
 
221
  END { if (nonempty) { for (i in items) print i; }; } \
 
222
'
 
223
# Make sure the list of sources is unique.  This is necessary because,
 
224
# e.g., the same source file might be shared among _SOURCES variables
 
225
# for different programs/libraries.
 
226
am__define_uniq_tagged_files = \
 
227
  list='$(am__tagged_files)'; \
 
228
  unique=`for i in $$list; do \
 
229
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
230
  done | $(am__uniquify_input)`
 
231
ETAGS = etags
 
232
CTAGS = ctags
 
233
DIST_SUBDIRS = $(SUBDIRS)
87
234
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
235
am__relativize = \
 
236
  dir0=`pwd`; \
 
237
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
238
  sed_rest='s,^[^/]*/*,,'; \
 
239
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
240
  sed_butlast='s,/*[^/]*$$,,'; \
 
241
  while test -n "$$dir1"; do \
 
242
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
243
    if test "$$first" != "."; then \
 
244
      if test "$$first" = ".."; then \
 
245
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
246
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
247
      else \
 
248
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
249
        if test "$$first2" = "$$first"; then \
 
250
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
251
        else \
 
252
          dir2="../$$dir2"; \
 
253
        fi; \
 
254
        dir0="$$dir0"/"$$first"; \
 
255
      fi; \
 
256
    fi; \
 
257
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
258
  done; \
 
259
  reldir="$$dir2"
88
260
ACLOCAL = @ACLOCAL@
89
261
AMTAR = @AMTAR@
 
262
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
90
263
AR = @AR@
91
264
AUTOCONF = @AUTOCONF@
92
265
AUTOHEADER = @AUTOHEADER@
95
268
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
96
269
BINRELOC_LIBS = @BINRELOC_LIBS@
97
270
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
98
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
99
 
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
 
271
BOOST_DATE_TIME_LDFLAGS = @BOOST_DATE_TIME_LDFLAGS@
 
272
BOOST_DATE_TIME_LDPATH = @BOOST_DATE_TIME_LDPATH@
 
273
BOOST_DATE_TIME_LIBS = @BOOST_DATE_TIME_LIBS@
 
274
BOOST_LDPATH = @BOOST_LDPATH@
 
275
BOOST_ROOT = @BOOST_ROOT@
 
276
BOOST_SYSTEM_LDFLAGS = @BOOST_SYSTEM_LDFLAGS@
 
277
BOOST_SYSTEM_LDPATH = @BOOST_SYSTEM_LDPATH@
 
278
BOOST_SYSTEM_LIBS = @BOOST_SYSTEM_LIBS@
 
279
BOOST_THREAD_LDFLAGS = @BOOST_THREAD_LDFLAGS@
 
280
BOOST_THREAD_LDPATH = @BOOST_THREAD_LDPATH@
 
281
BOOST_THREAD_LIBS = @BOOST_THREAD_LIBS@
 
282
BOOST_THREAD_WIN32_LDFLAGS = @BOOST_THREAD_WIN32_LDFLAGS@
 
283
BOOST_THREAD_WIN32_LDPATH = @BOOST_THREAD_WIN32_LDPATH@
 
284
BOOST_THREAD_WIN32_LIBS = @BOOST_THREAD_WIN32_LIBS@
100
285
CC = @CC@
101
286
CCDEPMODE = @CCDEPMODE@
 
287
CEGUILUA_CFLAGS = @CEGUILUA_CFLAGS@
 
288
CEGUILUA_LIBS = @CEGUILUA_LIBS@
102
289
CEGUIOGRE_CFLAGS = @CEGUIOGRE_CFLAGS@
103
290
CEGUIOGRE_LIBS = @CEGUIOGRE_LIBS@
104
291
CEGUI_CFLAGS = @CEGUI_CFLAGS@
105
292
CEGUI_LIBS = @CEGUI_LIBS@
 
293
CEGUI_MODULEDIR = @CEGUI_MODULEDIR@
106
294
CFLAGS = @CFLAGS@
107
295
CPP = @CPP@
108
296
CPPFLAGS = @CPPFLAGS@
116
304
CYGPATH_W = @CYGPATH_W@
117
305
DEFS = @DEFS@
118
306
DEPDIR = @DEPDIR@
 
307
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
308
DLLTOOL = @DLLTOOL@
119
309
DSYMUTIL = @DSYMUTIL@
120
310
DUMPBIN = @DUMPBIN@
121
311
ECHO_C = @ECHO_C@
143
333
LUA_CFLAGS = @LUA_CFLAGS@
144
334
LUA_LIBS = @LUA_LIBS@
145
335
MAKEINFO = @MAKEINFO@
 
336
MANIFEST_TOOL = @MANIFEST_TOOL@
146
337
MKDIR_P = @MKDIR_P@
147
338
NM = @NM@
148
339
NMEDIT = @NMEDIT@
153
344
OBJEXT = @OBJEXT@
154
345
OGRE_CFLAGS = @OGRE_CFLAGS@
155
346
OGRE_LIBS = @OGRE_LIBS@
 
347
OGRE_OVERLAY_CFLAGS = @OGRE_OVERLAY_CFLAGS@
 
348
OGRE_OVERLAY_LIBS = @OGRE_OVERLAY_LIBS@
 
349
OGRE_REAL_TYPE = @OGRE_REAL_TYPE@
 
350
OGRE_TERRAIN_CFLAGS = @OGRE_TERRAIN_CFLAGS@
 
351
OGRE_TERRAIN_LIBS = @OGRE_TERRAIN_LIBS@
156
352
OPENAL_CFLAGS = @OPENAL_CFLAGS@
157
353
OPENAL_LIBS = @OPENAL_LIBS@
158
354
OTOOL = @OTOOL@
177
373
SHELL = @SHELL@
178
374
SIG_CFLAGS = @SIG_CFLAGS@
179
375
SIG_LIBS = @SIG_LIBS@
180
 
STLPORT_CFLAGS = @STLPORT_CFLAGS@
181
376
STRIP = @STRIP@
182
377
TOLUAXX = @TOLUAXX@
183
378
VERSION = @VERSION@
191
386
abs_srcdir = @abs_srcdir@
192
387
abs_top_builddir = @abs_top_builddir@
193
388
abs_top_srcdir = @abs_top_srcdir@
 
389
ac_ct_AR = @ac_ct_AR@
194
390
ac_ct_CC = @ac_ct_CC@
195
391
ac_ct_CXX = @ac_ct_CXX@
196
392
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225
421
libexecdir = @libexecdir@
226
422
localedir = @localedir@
227
423
localstatedir = @localstatedir@
228
 
lt_ECHO = @lt_ECHO@
229
424
mandir = @mandir@
230
425
mkdir_p = @mkdir_p@
231
426
oldincludedir = @oldincludedir@
245
440
top_build_prefix = @top_build_prefix@
246
441
top_builddir = @top_builddir@
247
442
top_srcdir = @top_srcdir@
248
 
INCLUDES = -I$(top_srcdir)/src
 
443
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -DPREFIX=\"@prefix@\"
249
444
METASOURCES = AUTO
 
445
SUBDIRS = bindings
 
446
noinst_LIBRARIES = libCEGUI.a
 
447
libCEGUI_a_SOURCES = CEGUILogger.cpp RenderedColourStringTextComponent.cpp ColouredRenderedStringParser.cpp ScrapNativeClipboardProvider.cpp
 
448
noinst_HEADERS = CEGUILogger.h RenderedColourStringTextComponent.h ColouredRenderedStringParser.h ScrapNativeClipboardProvider.h
250
449
ceguifontsdir = $(datadir)/ember/media/shared/gui/cegui/datafiles/fonts
251
450
ceguiimagesetsdir = $(datadir)/ember/media/shared/gui/cegui/datafiles/imagesets
252
451
ceguilayoutsdir = $(datadir)/ember/media/shared/gui/cegui/datafiles/layouts
254
453
ceguiconfigdir = $(datadir)/ember/media/shared/gui/cegui/datafiles/configs
255
454
ceguilooknfeeldir = $(datadir)/ember/media/shared/gui/cegui/datafiles/looknfeel
256
455
ceguischemadir = $(datadir)/ember/media/shared/gui
257
 
dist_ceguifonts_DATA = datafiles/fonts/DejaVuSans-Bold-8.xml datafiles/fonts/DejaVuSans-Bold-10.xml datafiles/fonts/DejaVuSans-14.xml datafiles/fonts/DejaVuSans-10.xml datafiles/fonts/DejaVuSans-8.xml
258
 
dist_ceguiimagesets_DATA = datafiles/imagesets/Imageset.xsd datafiles/imagesets/iconset_standard.imageset datafiles/imagesets/iconset_mason.imageset datafiles/imagesets/EmberLook.imageset datafiles/imagesets/status_main.imageset datafiles/imagesets/compass.imageset
 
456
dist_ceguifonts_DATA = datafiles/fonts/DejaVuSans-Bold-8.xml datafiles/fonts/DejaVuSans-Bold-10.xml datafiles/fonts/DejaVuSans-14.xml datafiles/fonts/DejaVuSans-10.xml datafiles/fonts/DejaVuSans-8.xml datafiles/fonts/DejaVuSans-6.xml datafiles/fonts/DejaVuSans-7.xml
 
457
dist_ceguiimagesets_DATA = datafiles/imagesets/Imageset.xsd datafiles/imagesets/iconset_standard.imageset datafiles/imagesets/iconset_mason.imageset datafiles/imagesets/EmberLook.imageset datafiles/imagesets/status_main.imageset datafiles/imagesets/compass.imageset datafiles/imagesets/splash.imageset
259
458
dist_ceguilayouts_DATA = datafiles/layouts/GUILayout.xsd
260
 
dist_ceguischemes_DATA = datafiles/schemes/GUIScheme.xsd datafiles/schemes/EmberLookSkin.scheme
261
 
dist_ceguiconfig_DATA = datafiles/configs/cegui.config
 
459
dist_ceguischemes_DATA = datafiles/schemes/GUIScheme.xsd datafiles/schemes/EmberLookSkin.scheme datafiles/schemes/EmberLookSkinMinimal.scheme
 
460
dist_ceguiconfig_DATA = datafiles/configs/cegui.config datafiles/configs/ceguiMinimal.config
262
461
dist_ceguilooknfeel_DATA = datafiles/looknfeel/EmberLook.looknfeel
263
462
dist_ceguischema_DATA = datafiles/layouts/GUILayout.xsd datafiles/imagesets/Imageset.xsd datafiles/fonts/Font.xsd datafiles/schemes/GUIScheme.xsd datafiles/configs/CEGUIConfig.xsd datafiles/looknfeel/Falagard.xsd
264
 
all: all-am
 
463
all: all-recursive
265
464
 
266
465
.SUFFIXES:
 
466
.SUFFIXES: .cpp .lo .o .obj
267
467
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
268
468
        @for dep in $?; do \
269
469
          case '$(am__configure_deps)' in \
273
473
              exit 1;; \
274
474
          esac; \
275
475
        done; \
276
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/components/cegui/Makefile'; \
 
476
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/components/cegui/Makefile'; \
277
477
        $(am__cd) $(top_srcdir) && \
278
 
          $(AUTOMAKE) --gnu src/components/cegui/Makefile
 
478
          $(AUTOMAKE) --foreign src/components/cegui/Makefile
279
479
.PRECIOUS: Makefile
280
480
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
481
        @case '$?' in \
295
495
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
496
$(am__aclocal_m4_deps):
297
497
 
 
498
clean-noinstLIBRARIES:
 
499
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
500
 
 
501
libCEGUI.a: $(libCEGUI_a_OBJECTS) $(libCEGUI_a_DEPENDENCIES) $(EXTRA_libCEGUI_a_DEPENDENCIES) 
 
502
        $(AM_V_at)-rm -f libCEGUI.a
 
503
        $(AM_V_AR)$(libCEGUI_a_AR) libCEGUI.a $(libCEGUI_a_OBJECTS) $(libCEGUI_a_LIBADD)
 
504
        $(AM_V_at)$(RANLIB) libCEGUI.a
 
505
 
 
506
mostlyclean-compile:
 
507
        -rm -f *.$(OBJEXT)
 
508
 
 
509
distclean-compile:
 
510
        -rm -f *.tab.c
 
511
 
 
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CEGUILogger.Po@am__quote@
 
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ColouredRenderedStringParser.Po@am__quote@
 
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RenderedColourStringTextComponent.Po@am__quote@
 
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScrapNativeClipboardProvider.Po@am__quote@
 
516
 
 
517
.cpp.o:
 
518
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
519
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
520
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
521
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
522
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
523
 
 
524
.cpp.obj:
 
525
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
526
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
527
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
528
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
529
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
530
 
 
531
.cpp.lo:
 
532
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
533
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
534
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
535
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
536
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
537
 
298
538
mostlyclean-libtool:
299
539
        -rm -f *.lo
300
540
 
302
542
        -rm -rf .libs _libs
303
543
install-dist_ceguiconfigDATA: $(dist_ceguiconfig_DATA)
304
544
        @$(NORMAL_INSTALL)
305
 
        test -z "$(ceguiconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(ceguiconfigdir)"
306
545
        @list='$(dist_ceguiconfig_DATA)'; test -n "$(ceguiconfigdir)" || list=; \
 
546
        if test -n "$$list"; then \
 
547
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguiconfigdir)'"; \
 
548
          $(MKDIR_P) "$(DESTDIR)$(ceguiconfigdir)" || exit 1; \
 
549
        fi; \
307
550
        for p in $$list; do \
308
551
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
309
552
          echo "$$d$$p"; \
317
560
        @$(NORMAL_UNINSTALL)
318
561
        @list='$(dist_ceguiconfig_DATA)'; test -n "$(ceguiconfigdir)" || list=; \
319
562
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
320
 
        test -n "$$files" || exit 0; \
321
 
        echo " ( cd '$(DESTDIR)$(ceguiconfigdir)' && rm -f" $$files ")"; \
322
 
        cd "$(DESTDIR)$(ceguiconfigdir)" && rm -f $$files
 
563
        dir='$(DESTDIR)$(ceguiconfigdir)'; $(am__uninstall_files_from_dir)
323
564
install-dist_ceguifontsDATA: $(dist_ceguifonts_DATA)
324
565
        @$(NORMAL_INSTALL)
325
 
        test -z "$(ceguifontsdir)" || $(MKDIR_P) "$(DESTDIR)$(ceguifontsdir)"
326
566
        @list='$(dist_ceguifonts_DATA)'; test -n "$(ceguifontsdir)" || list=; \
 
567
        if test -n "$$list"; then \
 
568
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguifontsdir)'"; \
 
569
          $(MKDIR_P) "$(DESTDIR)$(ceguifontsdir)" || exit 1; \
 
570
        fi; \
327
571
        for p in $$list; do \
328
572
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329
573
          echo "$$d$$p"; \
337
581
        @$(NORMAL_UNINSTALL)
338
582
        @list='$(dist_ceguifonts_DATA)'; test -n "$(ceguifontsdir)" || list=; \
339
583
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
340
 
        test -n "$$files" || exit 0; \
341
 
        echo " ( cd '$(DESTDIR)$(ceguifontsdir)' && rm -f" $$files ")"; \
342
 
        cd "$(DESTDIR)$(ceguifontsdir)" && rm -f $$files
 
584
        dir='$(DESTDIR)$(ceguifontsdir)'; $(am__uninstall_files_from_dir)
343
585
install-dist_ceguiimagesetsDATA: $(dist_ceguiimagesets_DATA)
344
586
        @$(NORMAL_INSTALL)
345
 
        test -z "$(ceguiimagesetsdir)" || $(MKDIR_P) "$(DESTDIR)$(ceguiimagesetsdir)"
346
587
        @list='$(dist_ceguiimagesets_DATA)'; test -n "$(ceguiimagesetsdir)" || list=; \
 
588
        if test -n "$$list"; then \
 
589
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguiimagesetsdir)'"; \
 
590
          $(MKDIR_P) "$(DESTDIR)$(ceguiimagesetsdir)" || exit 1; \
 
591
        fi; \
347
592
        for p in $$list; do \
348
593
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
349
594
          echo "$$d$$p"; \
357
602
        @$(NORMAL_UNINSTALL)
358
603
        @list='$(dist_ceguiimagesets_DATA)'; test -n "$(ceguiimagesetsdir)" || list=; \
359
604
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
360
 
        test -n "$$files" || exit 0; \
361
 
        echo " ( cd '$(DESTDIR)$(ceguiimagesetsdir)' && rm -f" $$files ")"; \
362
 
        cd "$(DESTDIR)$(ceguiimagesetsdir)" && rm -f $$files
 
605
        dir='$(DESTDIR)$(ceguiimagesetsdir)'; $(am__uninstall_files_from_dir)
363
606
install-dist_ceguilayoutsDATA: $(dist_ceguilayouts_DATA)
364
607
        @$(NORMAL_INSTALL)
365
 
        test -z "$(ceguilayoutsdir)" || $(MKDIR_P) "$(DESTDIR)$(ceguilayoutsdir)"
366
608
        @list='$(dist_ceguilayouts_DATA)'; test -n "$(ceguilayoutsdir)" || list=; \
 
609
        if test -n "$$list"; then \
 
610
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguilayoutsdir)'"; \
 
611
          $(MKDIR_P) "$(DESTDIR)$(ceguilayoutsdir)" || exit 1; \
 
612
        fi; \
367
613
        for p in $$list; do \
368
614
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369
615
          echo "$$d$$p"; \
377
623
        @$(NORMAL_UNINSTALL)
378
624
        @list='$(dist_ceguilayouts_DATA)'; test -n "$(ceguilayoutsdir)" || list=; \
379
625
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380
 
        test -n "$$files" || exit 0; \
381
 
        echo " ( cd '$(DESTDIR)$(ceguilayoutsdir)' && rm -f" $$files ")"; \
382
 
        cd "$(DESTDIR)$(ceguilayoutsdir)" && rm -f $$files
 
626
        dir='$(DESTDIR)$(ceguilayoutsdir)'; $(am__uninstall_files_from_dir)
383
627
install-dist_ceguilooknfeelDATA: $(dist_ceguilooknfeel_DATA)
384
628
        @$(NORMAL_INSTALL)
385
 
        test -z "$(ceguilooknfeeldir)" || $(MKDIR_P) "$(DESTDIR)$(ceguilooknfeeldir)"
386
629
        @list='$(dist_ceguilooknfeel_DATA)'; test -n "$(ceguilooknfeeldir)" || list=; \
 
630
        if test -n "$$list"; then \
 
631
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguilooknfeeldir)'"; \
 
632
          $(MKDIR_P) "$(DESTDIR)$(ceguilooknfeeldir)" || exit 1; \
 
633
        fi; \
387
634
        for p in $$list; do \
388
635
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389
636
          echo "$$d$$p"; \
397
644
        @$(NORMAL_UNINSTALL)
398
645
        @list='$(dist_ceguilooknfeel_DATA)'; test -n "$(ceguilooknfeeldir)" || list=; \
399
646
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400
 
        test -n "$$files" || exit 0; \
401
 
        echo " ( cd '$(DESTDIR)$(ceguilooknfeeldir)' && rm -f" $$files ")"; \
402
 
        cd "$(DESTDIR)$(ceguilooknfeeldir)" && rm -f $$files
 
647
        dir='$(DESTDIR)$(ceguilooknfeeldir)'; $(am__uninstall_files_from_dir)
403
648
install-dist_ceguischemaDATA: $(dist_ceguischema_DATA)
404
649
        @$(NORMAL_INSTALL)
405
 
        test -z "$(ceguischemadir)" || $(MKDIR_P) "$(DESTDIR)$(ceguischemadir)"
406
650
        @list='$(dist_ceguischema_DATA)'; test -n "$(ceguischemadir)" || list=; \
 
651
        if test -n "$$list"; then \
 
652
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguischemadir)'"; \
 
653
          $(MKDIR_P) "$(DESTDIR)$(ceguischemadir)" || exit 1; \
 
654
        fi; \
407
655
        for p in $$list; do \
408
656
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
409
657
          echo "$$d$$p"; \
417
665
        @$(NORMAL_UNINSTALL)
418
666
        @list='$(dist_ceguischema_DATA)'; test -n "$(ceguischemadir)" || list=; \
419
667
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420
 
        test -n "$$files" || exit 0; \
421
 
        echo " ( cd '$(DESTDIR)$(ceguischemadir)' && rm -f" $$files ")"; \
422
 
        cd "$(DESTDIR)$(ceguischemadir)" && rm -f $$files
 
668
        dir='$(DESTDIR)$(ceguischemadir)'; $(am__uninstall_files_from_dir)
423
669
install-dist_ceguischemesDATA: $(dist_ceguischemes_DATA)
424
670
        @$(NORMAL_INSTALL)
425
 
        test -z "$(ceguischemesdir)" || $(MKDIR_P) "$(DESTDIR)$(ceguischemesdir)"
426
671
        @list='$(dist_ceguischemes_DATA)'; test -n "$(ceguischemesdir)" || list=; \
 
672
        if test -n "$$list"; then \
 
673
          echo " $(MKDIR_P) '$(DESTDIR)$(ceguischemesdir)'"; \
 
674
          $(MKDIR_P) "$(DESTDIR)$(ceguischemesdir)" || exit 1; \
 
675
        fi; \
427
676
        for p in $$list; do \
428
677
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
429
678
          echo "$$d$$p"; \
437
686
        @$(NORMAL_UNINSTALL)
438
687
        @list='$(dist_ceguischemes_DATA)'; test -n "$(ceguischemesdir)" || list=; \
439
688
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440
 
        test -n "$$files" || exit 0; \
441
 
        echo " ( cd '$(DESTDIR)$(ceguischemesdir)' && rm -f" $$files ")"; \
442
 
        cd "$(DESTDIR)$(ceguischemesdir)" && rm -f $$files
443
 
tags: TAGS
444
 
TAGS:
445
 
 
446
 
ctags: CTAGS
447
 
CTAGS:
448
 
 
 
689
        dir='$(DESTDIR)$(ceguischemesdir)'; $(am__uninstall_files_from_dir)
 
690
 
 
691
# This directory's subdirectories are mostly independent; you can cd
 
692
# into them and run 'make' without going through this Makefile.
 
693
# To change the values of 'make' variables: instead of editing Makefiles,
 
694
# (1) if the variable is set in 'config.status', edit 'config.status'
 
695
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
696
# (2) otherwise, pass the desired values on the 'make' command line.
 
697
$(am__recursive_targets):
 
698
        @fail=; \
 
699
        if $(am__make_keepgoing); then \
 
700
          failcom='fail=yes'; \
 
701
        else \
 
702
          failcom='exit 1'; \
 
703
        fi; \
 
704
        dot_seen=no; \
 
705
        target=`echo $@ | sed s/-recursive//`; \
 
706
        case "$@" in \
 
707
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
708
          *) list='$(SUBDIRS)' ;; \
 
709
        esac; \
 
710
        for subdir in $$list; do \
 
711
          echo "Making $$target in $$subdir"; \
 
712
          if test "$$subdir" = "."; then \
 
713
            dot_seen=yes; \
 
714
            local_target="$$target-am"; \
 
715
          else \
 
716
            local_target="$$target"; \
 
717
          fi; \
 
718
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
719
          || eval $$failcom; \
 
720
        done; \
 
721
        if test "$$dot_seen" = "no"; then \
 
722
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
723
        fi; test -z "$$fail"
 
724
 
 
725
ID: $(am__tagged_files)
 
726
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
727
tags: tags-recursive
 
728
TAGS: tags
 
729
 
 
730
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
731
        set x; \
 
732
        here=`pwd`; \
 
733
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
734
          include_option=--etags-include; \
 
735
          empty_fix=.; \
 
736
        else \
 
737
          include_option=--include; \
 
738
          empty_fix=; \
 
739
        fi; \
 
740
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
741
          if test "$$subdir" = .; then :; else \
 
742
            test ! -f $$subdir/TAGS || \
 
743
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
744
          fi; \
 
745
        done; \
 
746
        $(am__define_uniq_tagged_files); \
 
747
        shift; \
 
748
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
749
          test -n "$$unique" || unique=$$empty_fix; \
 
750
          if test $$# -gt 0; then \
 
751
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
752
              "$$@" $$unique; \
 
753
          else \
 
754
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
755
              $$unique; \
 
756
          fi; \
 
757
        fi
 
758
ctags: ctags-recursive
 
759
 
 
760
CTAGS: ctags
 
761
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
762
        $(am__define_uniq_tagged_files); \
 
763
        test -z "$(CTAGS_ARGS)$$unique" \
 
764
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
765
             $$unique
 
766
 
 
767
GTAGS:
 
768
        here=`$(am__cd) $(top_builddir) && pwd` \
 
769
          && $(am__cd) $(top_srcdir) \
 
770
          && gtags -i $(GTAGS_ARGS) "$$here"
 
771
cscopelist: cscopelist-recursive
 
772
 
 
773
cscopelist-am: $(am__tagged_files)
 
774
        list='$(am__tagged_files)'; \
 
775
        case "$(srcdir)" in \
 
776
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
777
          *) sdir=$(subdir)/$(srcdir) ;; \
 
778
        esac; \
 
779
        for i in $$list; do \
 
780
          if test -f "$$i"; then \
 
781
            echo "$(subdir)/$$i"; \
 
782
          else \
 
783
            echo "$$sdir/$$i"; \
 
784
          fi; \
 
785
        done >> $(top_builddir)/cscope.files
 
786
 
 
787
distclean-tags:
 
788
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449
789
 
450
790
distdir: $(DISTFILES)
451
791
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477
817
            || exit 1; \
478
818
          fi; \
479
819
        done
 
820
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
821
          if test "$$subdir" = .; then :; else \
 
822
            $(am__make_dryrun) \
 
823
              || test -d "$(distdir)/$$subdir" \
 
824
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
825
              || exit 1; \
 
826
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
827
            $(am__relativize); \
 
828
            new_distdir=$$reldir; \
 
829
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
830
            $(am__relativize); \
 
831
            new_top_distdir=$$reldir; \
 
832
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
833
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
834
            ($(am__cd) $$subdir && \
 
835
              $(MAKE) $(AM_MAKEFLAGS) \
 
836
                top_distdir="$$new_top_distdir" \
 
837
                distdir="$$new_distdir" \
 
838
                am__remove_distdir=: \
 
839
                am__skip_length_check=: \
 
840
                am__skip_mode_fix=: \
 
841
                distdir) \
 
842
              || exit 1; \
 
843
          fi; \
 
844
        done
480
845
check-am: all-am
481
 
check: check-am
482
 
all-am: Makefile $(DATA)
483
 
installdirs:
 
846
check: check-recursive
 
847
all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS)
 
848
installdirs: installdirs-recursive
 
849
installdirs-am:
484
850
        for dir in "$(DESTDIR)$(ceguiconfigdir)" "$(DESTDIR)$(ceguifontsdir)" "$(DESTDIR)$(ceguiimagesetsdir)" "$(DESTDIR)$(ceguilayoutsdir)" "$(DESTDIR)$(ceguilooknfeeldir)" "$(DESTDIR)$(ceguischemadir)" "$(DESTDIR)$(ceguischemesdir)"; do \
485
851
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
486
852
        done
487
 
install: install-am
488
 
install-exec: install-exec-am
489
 
install-data: install-data-am
490
 
uninstall: uninstall-am
 
853
install: install-recursive
 
854
install-exec: install-exec-recursive
 
855
install-data: install-data-recursive
 
856
uninstall: uninstall-recursive
491
857
 
492
858
install-am: all-am
493
859
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494
860
 
495
 
installcheck: installcheck-am
 
861
installcheck: installcheck-recursive
496
862
install-strip:
497
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499
 
          `test -z '$(STRIP)' || \
500
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
863
        if test -z '$(STRIP)'; then \
 
864
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
865
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
866
              install; \
 
867
        else \
 
868
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
869
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
870
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
871
        fi
501
872
mostlyclean-generic:
502
873
 
503
874
clean-generic:
509
880
maintainer-clean-generic:
510
881
        @echo "This command is intended for maintainers to use"
511
882
        @echo "it deletes files that may require special tools to rebuild."
512
 
clean: clean-am
513
 
 
514
 
clean-am: clean-generic clean-libtool mostlyclean-am
515
 
 
516
 
distclean: distclean-am
 
883
clean: clean-recursive
 
884
 
 
885
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
886
        mostlyclean-am
 
887
 
 
888
distclean: distclean-recursive
 
889
        -rm -rf ./$(DEPDIR)
517
890
        -rm -f Makefile
518
 
distclean-am: clean-am distclean-generic
 
891
distclean-am: clean-am distclean-compile distclean-generic \
 
892
        distclean-tags
519
893
 
520
 
dvi: dvi-am
 
894
dvi: dvi-recursive
521
895
 
522
896
dvi-am:
523
897
 
524
 
html: html-am
 
898
html: html-recursive
525
899
 
526
900
html-am:
527
901
 
528
 
info: info-am
 
902
info: info-recursive
529
903
 
530
904
info-am:
531
905
 
534
908
        install-dist_ceguilayoutsDATA install-dist_ceguilooknfeelDATA \
535
909
        install-dist_ceguischemaDATA install-dist_ceguischemesDATA
536
910
 
537
 
install-dvi: install-dvi-am
 
911
install-dvi: install-dvi-recursive
538
912
 
539
913
install-dvi-am:
540
914
 
541
915
install-exec-am:
542
916
 
543
 
install-html: install-html-am
 
917
install-html: install-html-recursive
544
918
 
545
919
install-html-am:
546
920
 
547
 
install-info: install-info-am
 
921
install-info: install-info-recursive
548
922
 
549
923
install-info-am:
550
924
 
551
925
install-man:
552
926
 
553
 
install-pdf: install-pdf-am
 
927
install-pdf: install-pdf-recursive
554
928
 
555
929
install-pdf-am:
556
930
 
557
 
install-ps: install-ps-am
 
931
install-ps: install-ps-recursive
558
932
 
559
933
install-ps-am:
560
934
 
561
935
installcheck-am:
562
936
 
563
 
maintainer-clean: maintainer-clean-am
 
937
maintainer-clean: maintainer-clean-recursive
 
938
        -rm -rf ./$(DEPDIR)
564
939
        -rm -f Makefile
565
940
maintainer-clean-am: distclean-am maintainer-clean-generic
566
941
 
567
 
mostlyclean: mostlyclean-am
568
 
 
569
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570
 
 
571
 
pdf: pdf-am
 
942
mostlyclean: mostlyclean-recursive
 
943
 
 
944
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
945
        mostlyclean-libtool
 
946
 
 
947
pdf: pdf-recursive
572
948
 
573
949
pdf-am:
574
950
 
575
 
ps: ps-am
 
951
ps: ps-recursive
576
952
 
577
953
ps-am:
578
954
 
583
959
        uninstall-dist_ceguilooknfeelDATA \
584
960
        uninstall-dist_ceguischemaDATA uninstall-dist_ceguischemesDATA
585
961
 
586
 
.MAKE: install-am install-strip
 
962
.MAKE: $(am__recursive_targets) install-am install-strip
587
963
 
588
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
589
 
        distclean distclean-generic distclean-libtool distdir dvi \
590
 
        dvi-am html html-am info info-am install install-am \
591
 
        install-data install-data-am install-dist_ceguiconfigDATA \
592
 
        install-dist_ceguifontsDATA install-dist_ceguiimagesetsDATA \
593
 
        install-dist_ceguilayoutsDATA install-dist_ceguilooknfeelDATA \
594
 
        install-dist_ceguischemaDATA install-dist_ceguischemesDATA \
595
 
        install-dvi install-dvi-am install-exec install-exec-am \
596
 
        install-html install-html-am install-info install-info-am \
597
 
        install-man install-pdf install-pdf-am install-ps \
598
 
        install-ps-am install-strip installcheck installcheck-am \
599
 
        installdirs maintainer-clean maintainer-clean-generic \
600
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
601
 
        ps ps-am uninstall uninstall-am uninstall-dist_ceguiconfigDATA \
602
 
        uninstall-dist_ceguifontsDATA \
 
964
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
965
        check-am clean clean-generic clean-libtool \
 
966
        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
 
967
        distclean-compile distclean-generic distclean-libtool \
 
968
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
969
        install install-am install-data install-data-am \
 
970
        install-dist_ceguiconfigDATA install-dist_ceguifontsDATA \
 
971
        install-dist_ceguiimagesetsDATA install-dist_ceguilayoutsDATA \
 
972
        install-dist_ceguilooknfeelDATA install-dist_ceguischemaDATA \
 
973
        install-dist_ceguischemesDATA install-dvi install-dvi-am \
 
974
        install-exec install-exec-am install-html install-html-am \
 
975
        install-info install-info-am install-man install-pdf \
 
976
        install-pdf-am install-ps install-ps-am install-strip \
 
977
        installcheck installcheck-am installdirs installdirs-am \
 
978
        maintainer-clean maintainer-clean-generic mostlyclean \
 
979
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
980
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
981
        uninstall-dist_ceguiconfigDATA uninstall-dist_ceguifontsDATA \
603
982
        uninstall-dist_ceguiimagesetsDATA \
604
983
        uninstall-dist_ceguilayoutsDATA \
605
984
        uninstall-dist_ceguilooknfeelDATA \