~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
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
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
target_triplet = @target@
 
82
subdir = .
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/configure $(am__configure_deps) \
 
85
        $(srcdir)/codeblocks.pc.in $(srcdir)/codeblocks.spec.in \
 
86
        $(srcdir)/codeblocks.plist.in AUTHORS COPYING ChangeLog NEWS \
 
87
        README TODO compile config.guess config.sub install-sh missing \
 
88
        ltmain.sh
 
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
90
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
91
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
92
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
93
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/revision.m4 \
 
94
        $(top_srcdir)/configure.ac
 
95
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
96
        $(ACLOCAL_M4)
 
97
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
98
 configure.lineno config.status.lineno
 
99
mkinstalldirs = $(install_sh) -d
 
100
CONFIG_HEADER = $(top_builddir)/src/include/config.h
 
101
CONFIG_CLEAN_FILES = codeblocks.pc codeblocks.spec codeblocks.plist
 
102
CONFIG_CLEAN_VPATH_FILES =
 
103
AM_V_P = $(am__v_P_@AM_V@)
 
104
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
105
am__v_P_0 = false
 
106
am__v_P_1 = :
 
107
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
108
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
109
am__v_GEN_0 = @echo "  GEN     " $@;
 
110
am__v_GEN_1 = 
 
111
AM_V_at = $(am__v_at_@AM_V@)
 
112
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
113
am__v_at_0 = @
 
114
am__v_at_1 = 
 
115
SOURCES =
 
116
DIST_SOURCES =
 
117
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
118
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
119
        install-data-recursive install-dvi-recursive \
 
120
        install-exec-recursive install-html-recursive \
 
121
        install-info-recursive install-pdf-recursive \
 
122
        install-ps-recursive install-recursive installcheck-recursive \
 
123
        installdirs-recursive pdf-recursive ps-recursive \
 
124
        tags-recursive uninstall-recursive
 
125
am__can_run_installinfo = \
 
126
  case $$AM_UPDATE_INFO_DIR in \
 
127
    n|no|NO) false;; \
 
128
    *) (install-info --version) >/dev/null 2>&1;; \
 
129
  esac
 
130
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
131
am__vpath_adj = case $$p in \
 
132
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
133
    *) f=$$p;; \
 
134
  esac;
 
135
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
136
am__install_max = 40
 
137
am__nobase_strip_setup = \
 
138
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
139
am__nobase_strip = \
 
140
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
141
am__nobase_list = $(am__nobase_strip_setup); \
 
142
  for p in $$list; do echo "$$p $$p"; done | \
 
143
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
144
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
145
    if (++n[$$2] == $(am__install_max)) \
 
146
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
147
    END { for (dir in files) print dir, files[dir] }'
 
148
am__base_list = \
 
149
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
150
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
151
am__uninstall_files_from_dir = { \
 
152
  test -z "$$files" \
 
153
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
154
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
155
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
156
  }
 
157
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
158
DATA = $(pkgconfig_DATA)
 
159
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
160
  distclean-recursive maintainer-clean-recursive
 
161
am__recursive_targets = \
 
162
  $(RECURSIVE_TARGETS) \
 
163
  $(RECURSIVE_CLEAN_TARGETS) \
 
164
  $(am__extra_recursive_targets)
 
165
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
166
        cscope distdir dist dist-all distcheck
 
167
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
168
# Read a list of newline-separated strings from the standard input,
 
169
# and print each of them once, without duplicates.  Input order is
 
170
# *not* preserved.
 
171
am__uniquify_input = $(AWK) '\
 
172
  BEGIN { nonempty = 0; } \
 
173
  { items[$$0] = 1; nonempty = 1; } \
 
174
  END { if (nonempty) { for (i in items) print i; }; } \
 
175
'
 
176
# Make sure the list of sources is unique.  This is necessary because,
 
177
# e.g., the same source file might be shared among _SOURCES variables
 
178
# for different programs/libraries.
 
179
am__define_uniq_tagged_files = \
 
180
  list='$(am__tagged_files)'; \
 
181
  unique=`for i in $$list; do \
 
182
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
183
  done | $(am__uniquify_input)`
 
184
ETAGS = etags
 
185
CTAGS = ctags
 
186
CSCOPE = cscope
 
187
DIST_SUBDIRS = $(SUBDIRS)
 
188
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
189
distdir = $(PACKAGE)-$(VERSION)
 
190
top_distdir = $(distdir)
 
191
am__remove_distdir = \
 
192
  if test -d "$(distdir)"; then \
 
193
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
194
      && rm -rf "$(distdir)" \
 
195
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
196
  else :; fi
 
197
am__post_remove_distdir = $(am__remove_distdir)
 
198
am__relativize = \
 
199
  dir0=`pwd`; \
 
200
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
201
  sed_rest='s,^[^/]*/*,,'; \
 
202
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
203
  sed_butlast='s,/*[^/]*$$,,'; \
 
204
  while test -n "$$dir1"; do \
 
205
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
206
    if test "$$first" != "."; then \
 
207
      if test "$$first" = ".."; then \
 
208
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
209
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
210
      else \
 
211
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
212
        if test "$$first2" = "$$first"; then \
 
213
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
214
        else \
 
215
          dir2="../$$dir2"; \
 
216
        fi; \
 
217
        dir0="$$dir0"/"$$first"; \
 
218
      fi; \
 
219
    fi; \
 
220
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
221
  done; \
 
222
  reldir="$$dir2"
 
223
GZIP_ENV = --best
 
224
DIST_ARCHIVES = $(distdir).tar.bz2
 
225
DIST_TARGETS = dist-bzip2
 
226
distuninstallcheck_listfiles = find . -type f -print
 
227
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
228
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
229
distcleancheck_listfiles = find . -type f -print
 
230
ACLOCAL = @ACLOCAL@
 
231
AMTAR = @AMTAR@
 
232
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
233
AR = @AR@
 
234
AUTOCONF = @AUTOCONF@
 
235
AUTOHEADER = @AUTOHEADER@
 
236
AUTOMAKE = @AUTOMAKE@
 
237
AWK = @AWK@
 
238
BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
 
239
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
 
240
BUILD_BYOGAMES = @BUILD_BYOGAMES@
 
241
BUILD_CBKODERS = @BUILD_CBKODERS@
 
242
BUILD_CCCC = @BUILD_CCCC@
 
243
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
 
244
BUILD_CODESTAT = @BUILD_CODESTAT@
 
245
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
246
BUILD_CPPCHECK = @BUILD_CPPCHECK@
 
247
BUILD_CSCOPE = @BUILD_CSCOPE@
 
248
BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
 
249
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
 
250
BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
 
251
BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
 
252
BUILD_ENVVARS = @BUILD_ENVVARS@
 
253
BUILD_EXPORTER = @BUILD_EXPORTER@
 
254
BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
 
255
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
 
256
BUILD_HELP = @BUILD_HELP@
 
257
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
258
BUILD_INCSEARCH = @BUILD_INCSEARCH@
 
259
BUILD_KEYBINDER = @BUILD_KEYBINDER@
 
260
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
261
BUILD_MOUSESAP = @BUILD_MOUSESAP@
 
262
BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
 
263
BUILD_PROFILER = @BUILD_PROFILER@
 
264
BUILD_REGEX = @BUILD_REGEX@
 
265
BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
 
266
BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
 
267
BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
 
268
BUILD_SYMTAB = @BUILD_SYMTAB@
 
269
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
270
BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
 
271
BUILD_VALGRIND = @BUILD_VALGRIND@
 
272
BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
 
273
BUILD_WXSMITH = @BUILD_WXSMITH@
 
274
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
275
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
 
276
CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
 
277
CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
 
278
CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
 
279
CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
 
280
CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
 
281
CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
 
282
CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
 
283
CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
 
284
CC = @CC@
 
285
CCDEPMODE = @CCDEPMODE@
 
286
CFLAGS = @CFLAGS@
 
287
CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
 
288
CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
 
289
CPP = @CPP@
 
290
CPPFLAGS = @CPPFLAGS@
 
291
CXX = @CXX@
 
292
CXXCPP = @CXXCPP@
 
293
CXXDEPMODE = @CXXDEPMODE@
 
294
CXXFLAGS = @CXXFLAGS@
 
295
CYGPATH_W = @CYGPATH_W@
 
296
DATE = @DATE@
 
297
DEFS = @DEFS@
 
298
DEPDIR = @DEPDIR@
 
299
DLLTOOL = @DLLTOOL@
 
300
DSYMUTIL = @DSYMUTIL@
 
301
DUMPBIN = @DUMPBIN@
 
302
ECHO_C = @ECHO_C@
 
303
ECHO_N = @ECHO_N@
 
304
ECHO_T = @ECHO_T@
 
305
EGREP = @EGREP@
 
306
EXEEXT = @EXEEXT@
 
307
FGREP = @FGREP@
 
308
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
309
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
310
GAMIN_CFLAGS = @GAMIN_CFLAGS@
 
311
GAMIN_LIBS = @GAMIN_LIBS@
 
312
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
 
313
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
 
314
GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
 
315
GCC_VERSION = @GCC_VERSION@
 
316
GLIB2_CFLAGS = @GLIB2_CFLAGS@
 
317
GLIB2_LIBS = @GLIB2_LIBS@
 
318
GREP = @GREP@
 
319
GTK2_CFLAGS = @GTK2_CFLAGS@
 
320
GTK2_LIBS = @GTK2_LIBS@
 
321
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
322
HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
 
323
HUNSPELL_LIBS = @HUNSPELL_LIBS@
 
324
INSTALL = @INSTALL@
 
325
INSTALL_DATA = @INSTALL_DATA@
 
326
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
327
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
328
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
329
LD = @LD@
 
330
LDFLAGS = @LDFLAGS@
 
331
LIBOBJS = @LIBOBJS@
 
332
LIBS = @LIBS@
 
333
LIBTOOL = @LIBTOOL@
 
334
LIPO = @LIPO@
 
335
LN_S = @LN_S@
 
336
LTLIBOBJS = @LTLIBOBJS@
 
337
MACSETFILE = @MACSETFILE@
 
338
MAKEINFO = @MAKEINFO@
 
339
MANIFEST_TOOL = @MANIFEST_TOOL@
 
340
MKDIR_P = @MKDIR_P@
 
341
NM = @NM@
 
342
NMEDIT = @NMEDIT@
 
343
OBJDUMP = @OBJDUMP@
 
344
OBJEXT = @OBJEXT@
 
345
OTOOL = @OTOOL@
 
346
OTOOL64 = @OTOOL64@
 
347
PACKAGE = @PACKAGE@
 
348
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
349
PACKAGE_NAME = @PACKAGE_NAME@
 
350
PACKAGE_STRING = @PACKAGE_STRING@
 
351
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
352
PACKAGE_URL = @PACKAGE_URL@
 
353
PACKAGE_VERSION = @PACKAGE_VERSION@
 
354
PATH_SEPARATOR = @PATH_SEPARATOR@
 
355
PKG_CONFIG = @PKG_CONFIG@
 
356
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
357
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
358
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
359
PLATFORM_LIBS = @PLATFORM_LIBS@
 
360
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
361
POSTLINK_COMMAND = @POSTLINK_COMMAND@
 
362
RANLIB = @RANLIB@
 
363
RC = @RC@
 
364
REVISION = @REVISION@
 
365
REZ = @REZ@
 
366
SED = @SED@
 
367
SETFILE = @SETFILE@
 
368
SET_MAKE = @SET_MAKE@
 
369
SHARED_FLAGS = @SHARED_FLAGS@
 
370
SHELL = @SHELL@
 
371
STRIP = @STRIP@
 
372
VERSION = @VERSION@
 
373
WXPROPGRID_DIR = @WXPROPGRID_DIR@
 
374
WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
 
375
WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
 
376
WXPROPGRID_LIB = @WXPROPGRID_LIB@
 
377
WX_CFLAGS = @WX_CFLAGS@
 
378
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
379
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
380
WX_CPPFLAGS = @WX_CPPFLAGS@
 
381
WX_CXXFLAGS = @WX_CXXFLAGS@
 
382
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
383
WX_GTK2_CFLAGS = @WX_GTK2_CFLAGS@
 
384
WX_GTK2_LIBS = @WX_GTK2_LIBS@
 
385
WX_LIBS = @WX_LIBS@
 
386
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
387
WX_RESCOMP = @WX_RESCOMP@
 
388
WX_VERSION = @WX_VERSION@
 
389
WX_X11_CFLAGS = @WX_X11_CFLAGS@
 
390
WX_X11_LIBS = @WX_X11_LIBS@
 
391
XMKMF = @XMKMF@
 
392
X_CFLAGS = @X_CFLAGS@
 
393
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
394
X_LIBS = @X_LIBS@
 
395
X_PRE_LIBS = @X_PRE_LIBS@
 
396
abs_builddir = @abs_builddir@
 
397
abs_srcdir = @abs_srcdir@
 
398
abs_top_builddir = @abs_top_builddir@
 
399
abs_top_srcdir = @abs_top_srcdir@
 
400
ac_ct_AR = @ac_ct_AR@
 
401
ac_ct_CC = @ac_ct_CC@
 
402
ac_ct_CXX = @ac_ct_CXX@
 
403
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
404
am__include = @am__include@
 
405
am__leading_dot = @am__leading_dot@
 
406
am__quote = @am__quote@
 
407
am__tar = @am__tar@ $(ADDITIONAL_MAKE_DIST_OPTIONS)
 
408
am__untar = @am__untar@
 
409
bindir = @bindir@
 
410
build = @build@
 
411
build_alias = @build_alias@
 
412
build_cpu = @build_cpu@
 
413
build_os = @build_os@
 
414
build_vendor = @build_vendor@
 
415
builddir = @builddir@
 
416
codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
 
417
datadir = @datadir@
 
418
datarootdir = @datarootdir@
 
419
docdir = @docdir@
 
420
dvidir = @dvidir@
 
421
exec_prefix = @exec_prefix@
 
422
host = @host@
 
423
host_alias = @host_alias@
 
424
host_cpu = @host_cpu@
 
425
host_os = @host_os@
 
426
host_vendor = @host_vendor@
 
427
htmldir = @htmldir@
 
428
includedir = @includedir@
 
429
infodir = @infodir@
 
430
install_sh = @install_sh@
 
431
libdir = @libdir@
 
432
libexecdir = @libexecdir@
 
433
localedir = @localedir@
 
434
localstatedir = @localstatedir@
 
435
mandir = @mandir@
 
436
mkdir_p = @mkdir_p@
 
437
oldincludedir = @oldincludedir@
 
438
pdfdir = @pdfdir@
 
439
prefix = @prefix@
 
440
program_transform_name = @program_transform_name@
 
441
psdir = @psdir@
 
442
sbindir = @sbindir@
 
443
sharedstatedir = @sharedstatedir@
 
444
srcdir = @srcdir@
 
445
sysconfdir = @sysconfdir@
 
446
target = @target@
 
447
target_alias = @target_alias@
 
448
target_cpu = @target_cpu@
 
449
target_os = @target_os@
 
450
target_vendor = @target_vendor@
 
451
top_build_prefix = @top_build_prefix@
 
452
top_builddir = @top_builddir@
 
453
top_srcdir = @top_srcdir@
 
454
SUBDIRS = src
 
455
ACLOCAL_AMFLAGS = -I m4
 
456
@KEEP_DLLS_FALSE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" --exclude="*.dll"
 
457
@KEEP_DLLS_TRUE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn"
 
458
pkgconfigdir = $(libdir)/pkgconfig
 
459
pkgconfig_DATA = codeblocks.pc
 
460
EXTRA_DIST = bootstrap \
 
461
                codeblocks.spec \
 
462
                codeblocks.plist \
 
463
                BUGS \
 
464
                BUILD \
 
465
                COMPILERS \
 
466
                $(srcdir)/update* \
 
467
                ChangeLog.xsl \
 
468
                debian
 
469
 
 
470
all: all-recursive
 
471
 
 
472
.SUFFIXES:
 
473
am--refresh: Makefile
 
474
        @:
 
475
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
476
        @for dep in $?; do \
 
477
          case '$(am__configure_deps)' in \
 
478
            *$$dep*) \
 
479
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
480
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
481
                && exit 0; \
 
482
              exit 1;; \
 
483
          esac; \
 
484
        done; \
 
485
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
486
        $(am__cd) $(top_srcdir) && \
 
487
          $(AUTOMAKE) --foreign Makefile
 
488
.PRECIOUS: Makefile
 
489
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
490
        @case '$?' in \
 
491
          *config.status*) \
 
492
            echo ' $(SHELL) ./config.status'; \
 
493
            $(SHELL) ./config.status;; \
 
494
          *) \
 
495
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
496
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
497
        esac;
 
498
 
 
499
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
500
        $(SHELL) ./config.status --recheck
 
501
 
 
502
$(top_srcdir)/configure:  $(am__configure_deps)
 
503
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
504
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
505
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
506
$(am__aclocal_m4_deps):
 
507
codeblocks.pc: $(top_builddir)/config.status $(srcdir)/codeblocks.pc.in
 
508
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
509
codeblocks.spec: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.in
 
510
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
511
codeblocks.plist: $(top_builddir)/config.status $(srcdir)/codeblocks.plist.in
 
512
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
513
 
 
514
mostlyclean-libtool:
 
515
        -rm -f *.lo
 
516
 
 
517
clean-libtool:
 
518
        -rm -rf .libs _libs
 
519
 
 
520
distclean-libtool:
 
521
        -rm -f libtool config.lt
 
522
install-pkgconfigDATA: $(pkgconfig_DATA)
 
523
        @$(NORMAL_INSTALL)
 
524
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
525
        if test -n "$$list"; then \
 
526
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
527
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
528
        fi; \
 
529
        for p in $$list; do \
 
530
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
531
          echo "$$d$$p"; \
 
532
        done | $(am__base_list) | \
 
533
        while read files; do \
 
534
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
535
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
536
        done
 
537
 
 
538
uninstall-pkgconfigDATA:
 
539
        @$(NORMAL_UNINSTALL)
 
540
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
541
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
542
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
 
543
 
 
544
# This directory's subdirectories are mostly independent; you can cd
 
545
# into them and run 'make' without going through this Makefile.
 
546
# To change the values of 'make' variables: instead of editing Makefiles,
 
547
# (1) if the variable is set in 'config.status', edit 'config.status'
 
548
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
549
# (2) otherwise, pass the desired values on the 'make' command line.
 
550
$(am__recursive_targets):
 
551
        @fail=; \
 
552
        if $(am__make_keepgoing); then \
 
553
          failcom='fail=yes'; \
 
554
        else \
 
555
          failcom='exit 1'; \
 
556
        fi; \
 
557
        dot_seen=no; \
 
558
        target=`echo $@ | sed s/-recursive//`; \
 
559
        case "$@" in \
 
560
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
561
          *) list='$(SUBDIRS)' ;; \
 
562
        esac; \
 
563
        for subdir in $$list; do \
 
564
          echo "Making $$target in $$subdir"; \
 
565
          if test "$$subdir" = "."; then \
 
566
            dot_seen=yes; \
 
567
            local_target="$$target-am"; \
 
568
          else \
 
569
            local_target="$$target"; \
 
570
          fi; \
 
571
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
572
          || eval $$failcom; \
 
573
        done; \
 
574
        if test "$$dot_seen" = "no"; then \
 
575
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
576
        fi; test -z "$$fail"
 
577
 
 
578
ID: $(am__tagged_files)
 
579
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
580
tags: tags-recursive
 
581
TAGS: tags
 
582
 
 
583
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
584
        set x; \
 
585
        here=`pwd`; \
 
586
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
587
          include_option=--etags-include; \
 
588
          empty_fix=.; \
 
589
        else \
 
590
          include_option=--include; \
 
591
          empty_fix=; \
 
592
        fi; \
 
593
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
594
          if test "$$subdir" = .; then :; else \
 
595
            test ! -f $$subdir/TAGS || \
 
596
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
597
          fi; \
 
598
        done; \
 
599
        $(am__define_uniq_tagged_files); \
 
600
        shift; \
 
601
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
602
          test -n "$$unique" || unique=$$empty_fix; \
 
603
          if test $$# -gt 0; then \
 
604
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
605
              "$$@" $$unique; \
 
606
          else \
 
607
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
608
              $$unique; \
 
609
          fi; \
 
610
        fi
 
611
ctags: ctags-recursive
 
612
 
 
613
CTAGS: ctags
 
614
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
615
        $(am__define_uniq_tagged_files); \
 
616
        test -z "$(CTAGS_ARGS)$$unique" \
 
617
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
618
             $$unique
 
619
 
 
620
GTAGS:
 
621
        here=`$(am__cd) $(top_builddir) && pwd` \
 
622
          && $(am__cd) $(top_srcdir) \
 
623
          && gtags -i $(GTAGS_ARGS) "$$here"
 
624
cscope: cscope.files
 
625
        test ! -s cscope.files \
 
626
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
627
clean-cscope:
 
628
        -rm -f cscope.files
 
629
cscope.files: clean-cscope cscopelist
 
630
cscopelist: cscopelist-recursive
 
631
 
 
632
cscopelist-am: $(am__tagged_files)
 
633
        list='$(am__tagged_files)'; \
 
634
        case "$(srcdir)" in \
 
635
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
636
          *) sdir=$(subdir)/$(srcdir) ;; \
 
637
        esac; \
 
638
        for i in $$list; do \
 
639
          if test -f "$$i"; then \
 
640
            echo "$(subdir)/$$i"; \
 
641
          else \
 
642
            echo "$$sdir/$$i"; \
 
643
          fi; \
 
644
        done >> $(top_builddir)/cscope.files
 
645
 
 
646
distclean-tags:
 
647
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
648
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
649
 
 
650
distdir: $(DISTFILES)
 
651
        $(am__remove_distdir)
 
652
        test -d "$(distdir)" || mkdir "$(distdir)"
 
653
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
654
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
655
        list='$(DISTFILES)'; \
 
656
          dist_files=`for file in $$list; do echo $$file; done | \
 
657
          sed -e "s|^$$srcdirstrip/||;t" \
 
658
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
659
        case $$dist_files in \
 
660
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
661
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
662
                           sort -u` ;; \
 
663
        esac; \
 
664
        for file in $$dist_files; do \
 
665
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
666
          if test -d $$d/$$file; then \
 
667
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
668
            if test -d "$(distdir)/$$file"; then \
 
669
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
670
            fi; \
 
671
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
672
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
673
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
674
            fi; \
 
675
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
676
          else \
 
677
            test -f "$(distdir)/$$file" \
 
678
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
679
            || exit 1; \
 
680
          fi; \
 
681
        done
 
682
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
683
          if test "$$subdir" = .; then :; else \
 
684
            $(am__make_dryrun) \
 
685
              || test -d "$(distdir)/$$subdir" \
 
686
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
687
              || exit 1; \
 
688
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
689
            $(am__relativize); \
 
690
            new_distdir=$$reldir; \
 
691
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
692
            $(am__relativize); \
 
693
            new_top_distdir=$$reldir; \
 
694
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
695
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
696
            ($(am__cd) $$subdir && \
 
697
              $(MAKE) $(AM_MAKEFLAGS) \
 
698
                top_distdir="$$new_top_distdir" \
 
699
                distdir="$$new_distdir" \
 
700
                am__remove_distdir=: \
 
701
                am__skip_length_check=: \
 
702
                am__skip_mode_fix=: \
 
703
                distdir) \
 
704
              || exit 1; \
 
705
          fi; \
 
706
        done
 
707
        -test -n "$(am__skip_mode_fix)" \
 
708
        || find "$(distdir)" -type d ! -perm -755 \
 
709
                -exec chmod u+rwx,go+rx {} \; -o \
 
710
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
711
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
712
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
713
        || chmod -R a+r "$(distdir)"
 
714
dist-gzip: distdir
 
715
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
716
        $(am__post_remove_distdir)
 
717
dist-bzip2: distdir
 
718
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
719
        $(am__post_remove_distdir)
 
720
 
 
721
dist-lzip: distdir
 
722
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
723
        $(am__post_remove_distdir)
 
724
 
 
725
dist-xz: distdir
 
726
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
727
        $(am__post_remove_distdir)
 
728
 
 
729
dist-tarZ: distdir
 
730
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
731
        $(am__post_remove_distdir)
 
732
 
 
733
dist-shar: distdir
 
734
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
735
        $(am__post_remove_distdir)
 
736
 
 
737
dist-zip: distdir
 
738
        -rm -f $(distdir).zip
 
739
        zip -rq $(distdir).zip $(distdir)
 
740
        $(am__post_remove_distdir)
 
741
 
 
742
dist dist-all:
 
743
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
744
        $(am__post_remove_distdir)
 
745
 
 
746
# This target untars the dist file and tries a VPATH configuration.  Then
 
747
# it guarantees that the distribution is self-contained by making another
 
748
# tarfile.
 
749
distcheck: dist
 
750
        case '$(DIST_ARCHIVES)' in \
 
751
        *.tar.gz*) \
 
752
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
753
        *.tar.bz2*) \
 
754
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
755
        *.tar.lz*) \
 
756
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
757
        *.tar.xz*) \
 
758
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
759
        *.tar.Z*) \
 
760
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
761
        *.shar.gz*) \
 
762
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
763
        *.zip*) \
 
764
          unzip $(distdir).zip ;;\
 
765
        esac
 
766
        chmod -R a-w $(distdir)
 
767
        chmod u+w $(distdir)
 
768
        mkdir $(distdir)/_build $(distdir)/_inst
 
769
        chmod a-w $(distdir)
 
770
        test -d $(distdir)/_build || exit 0; \
 
771
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
772
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
773
          && am__cwd=`pwd` \
 
774
          && $(am__cd) $(distdir)/_build \
 
775
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
776
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
777
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
778
          && $(MAKE) $(AM_MAKEFLAGS) \
 
779
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
780
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
781
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
782
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
783
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
784
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
785
                distuninstallcheck \
 
786
          && chmod -R a-w "$$dc_install_base" \
 
787
          && ({ \
 
788
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
789
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
790
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
791
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
792
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
793
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
794
          && rm -rf "$$dc_destdir" \
 
795
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
796
          && rm -rf $(DIST_ARCHIVES) \
 
797
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
798
          && cd "$$am__cwd" \
 
799
          || exit 1
 
800
        $(am__post_remove_distdir)
 
801
        @(echo "$(distdir) archives ready for distribution: "; \
 
802
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
803
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
804
distuninstallcheck:
 
805
        @test -n '$(distuninstallcheck_dir)' || { \
 
806
          echo 'ERROR: trying to run $@ with an empty' \
 
807
               '$$(distuninstallcheck_dir)' >&2; \
 
808
          exit 1; \
 
809
        }; \
 
810
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
811
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
812
          exit 1; \
 
813
        }; \
 
814
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
815
           || { echo "ERROR: files left after uninstall:" ; \
 
816
                if test -n "$(DESTDIR)"; then \
 
817
                  echo "  (check DESTDIR support)"; \
 
818
                fi ; \
 
819
                $(distuninstallcheck_listfiles) ; \
 
820
                exit 1; } >&2
 
821
distcleancheck: distclean
 
822
        @if test '$(srcdir)' = . ; then \
 
823
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
824
          exit 1 ; \
 
825
        fi
 
826
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
827
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
828
               $(distcleancheck_listfiles) ; \
 
829
               exit 1; } >&2
 
830
check-am: all-am
 
831
check: check-recursive
 
832
all-am: Makefile $(DATA) all-local
 
833
installdirs: installdirs-recursive
 
834
installdirs-am:
 
835
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
836
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
837
        done
 
838
install: install-recursive
 
839
install-exec: install-exec-recursive
 
840
install-data: install-data-recursive
 
841
uninstall: uninstall-recursive
 
842
 
 
843
install-am: all-am
 
844
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
845
 
 
846
installcheck: installcheck-recursive
 
847
install-strip:
 
848
        if test -z '$(STRIP)'; then \
 
849
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
850
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
851
              install; \
 
852
        else \
 
853
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
854
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
855
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
856
        fi
 
857
mostlyclean-generic:
 
858
 
 
859
clean-generic:
 
860
 
 
861
distclean-generic:
 
862
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
863
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
864
 
 
865
maintainer-clean-generic:
 
866
        @echo "This command is intended for maintainers to use"
 
867
        @echo "it deletes files that may require special tools to rebuild."
 
868
clean: clean-recursive
 
869
 
 
870
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
871
 
 
872
distclean: distclean-recursive
 
873
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
874
        -rm -f Makefile
 
875
distclean-am: clean-am distclean-generic distclean-libtool \
 
876
        distclean-tags
 
877
 
 
878
dvi: dvi-recursive
 
879
 
 
880
dvi-am:
 
881
 
 
882
html: html-recursive
 
883
 
 
884
html-am:
 
885
 
 
886
info: info-recursive
 
887
 
 
888
info-am:
 
889
 
 
890
install-data-am: install-pkgconfigDATA
 
891
 
 
892
install-dvi: install-dvi-recursive
 
893
 
 
894
install-dvi-am:
 
895
 
 
896
install-exec-am:
 
897
 
 
898
install-html: install-html-recursive
 
899
 
 
900
install-html-am:
 
901
 
 
902
install-info: install-info-recursive
 
903
 
 
904
install-info-am:
 
905
 
 
906
install-man:
 
907
 
 
908
install-pdf: install-pdf-recursive
 
909
 
 
910
install-pdf-am:
 
911
 
 
912
install-ps: install-ps-recursive
 
913
 
 
914
install-ps-am:
 
915
 
 
916
installcheck-am:
 
917
 
 
918
maintainer-clean: maintainer-clean-recursive
 
919
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
920
        -rm -rf $(top_srcdir)/autom4te.cache
 
921
        -rm -f Makefile
 
922
maintainer-clean-am: distclean-am maintainer-clean-generic
 
923
 
 
924
mostlyclean: mostlyclean-recursive
 
925
 
 
926
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
927
 
 
928
pdf: pdf-recursive
 
929
 
 
930
pdf-am:
 
931
 
 
932
ps: ps-recursive
 
933
 
 
934
ps-am:
 
935
 
 
936
uninstall-am: uninstall-pkgconfigDATA
 
937
 
 
938
.MAKE: $(am__recursive_targets) install-am install-strip
 
939
 
 
940
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
 
941
        am--refresh check check-am clean clean-cscope clean-generic \
 
942
        clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
 
943
        dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
 
944
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
945
        distclean-generic distclean-libtool distclean-tags \
 
946
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
947
        html-am info info-am install install-am install-data \
 
948
        install-data-am install-dvi install-dvi-am install-exec \
 
949
        install-exec-am install-html install-html-am install-info \
 
950
        install-info-am install-man install-pdf install-pdf-am \
 
951
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
952
        installcheck installcheck-am installdirs installdirs-am \
 
953
        maintainer-clean maintainer-clean-generic mostlyclean \
 
954
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
955
        tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
 
956
 
 
957
 
 
958
clean-zipfiles:
 
959
        find . -name "*.zip" | xargs rm -f
 
960
 
 
961
clean-bin:
 
962
        find . -name "*.la" | xargs rm -f
 
963
        rm -f src/src/codeblocks
 
964
 
 
965
all-local:
 
966
@HAVE_WX29_TRUE@        cp $(top_srcdir)/debian/codeblocks-headers.install.wx30 $(top_srcdir)/debian/codeblocks-headers.install
 
967
@HAVE_WX29_FALSE@       cp $(top_srcdir)/debian/codeblocks-headers.install.wx28 $(top_srcdir)/debian/codeblocks-headers.install
 
968
 
 
969
clean-local:
 
970
        rm -f $(top_srcdir)/debian/codeblocks-headers.install
 
971
 
 
972
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
973
# Otherwise a system limit (for SysV at least) may be exceeded.
 
974
.NOEXPORT: