~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/src/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
 
 
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
64
pkgdatadir = $(datadir)/@PACKAGE@
 
65
pkgincludedir = $(includedir)/@PACKAGE@
 
66
pkglibdir = $(libdir)/@PACKAGE@
 
67
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
68
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
69
install_sh_DATA = $(install_sh) -c -m 644
 
70
install_sh_PROGRAM = $(install_sh) -c
 
71
install_sh_SCRIPT = $(install_sh) -c
 
72
INSTALL_HEADER = $(INSTALL_DATA)
 
73
transform = $(program_transform_name)
 
74
NORMAL_INSTALL = :
 
75
PRE_INSTALL = :
 
76
POST_INSTALL = :
 
77
NORMAL_UNINSTALL = :
 
78
PRE_UNINSTALL = :
 
79
POST_UNINSTALL = :
 
80
build_triplet = @build@
 
81
host_triplet = @host@
 
82
target_triplet = @target@
 
83
@CODEBLOCKS_LINUX_TRUE@am__append_1 = -DENABLE_BINRELOC -DAPP_PREFIX="\"@prefix@\"" $(WX_GTK2_CFLAGS) $(GTK_NOTEBOOK_FLAGS)
 
84
bin_PROGRAMS = codeblocks$(EXEEXT)
 
85
subdir = src/src
 
86
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
87
        $(top_srcdir)/depcomp $(noinst_HEADERS)
 
88
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
89
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
90
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
91
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
92
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/revision.m4 \
 
93
        $(top_srcdir)/configure.ac
 
94
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
95
        $(ACLOCAL_M4)
 
96
mkinstalldirs = $(install_sh) -d
 
97
CONFIG_HEADER = $(top_builddir)/src/include/config.h
 
98
CONFIG_CLEAN_FILES =
 
99
CONFIG_CLEAN_VPATH_FILES =
 
100
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
 
101
PROGRAMS = $(bin_PROGRAMS)
 
102
am_codeblocks_OBJECTS = app.$(OBJEXT) appglobals.$(OBJEXT) \
 
103
        backtracedlg.$(OBJEXT) breakpointsdlg.$(OBJEXT) \
 
104
        compilersettingsdlg.$(OBJEXT) cpuregistersdlg.$(OBJEXT) \
 
105
        crashhandler.$(OBJEXT) debugger_interface_creator.$(OBJEXT) \
 
106
        debuggermenu.$(OBJEXT) debuggersettingscommonpanel.$(OBJEXT) \
 
107
        debuggersettingsdlg.$(OBJEXT) debuggersettingspanel.$(OBJEXT) \
 
108
        disassemblydlg.$(OBJEXT) dlgabout.$(OBJEXT) \
 
109
        dlgaboutplugin.$(OBJEXT) editkeywordsdlg.$(OBJEXT) \
 
110
        editorconfigurationdlg.$(OBJEXT) \
 
111
        environmentsettingsdlg.$(OBJEXT) examinememorydlg.$(OBJEXT) \
 
112
        find_replace.$(OBJEXT) infopane.$(OBJEXT) main.$(OBJEXT) \
 
113
        notebookstyles.$(OBJEXT) prefix.$(OBJEXT) printdlg.$(OBJEXT) \
 
114
        projectmanagerui.$(OBJEXT) projectdepsdlg.$(OBJEXT) \
 
115
        projectoptionsdlg.$(OBJEXT) recentitemslist.$(OBJEXT) \
 
116
        scriptconsole.$(OBJEXT) scriptingsettingsdlg.$(OBJEXT) \
 
117
        splashscreen.$(OBJEXT) startherepage.$(OBJEXT) \
 
118
        switcherdlg.$(OBJEXT) threadsdlg.$(OBJEXT) \
 
119
        virtualbuildtargetsdlg.$(OBJEXT) watchesdlg.$(OBJEXT)
 
120
codeblocks_OBJECTS = $(am_codeblocks_OBJECTS)
 
121
am__DEPENDENCIES_1 =
 
122
codeblocks_DEPENDENCIES = ../sdk/libcodeblocks.la \
 
123
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
124
AM_V_lt = $(am__v_lt_@AM_V@)
 
125
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
126
am__v_lt_0 = --silent
 
127
am__v_lt_1 = 
 
128
AM_V_P = $(am__v_P_@AM_V@)
 
129
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
130
am__v_P_0 = false
 
131
am__v_P_1 = :
 
132
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
133
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
134
am__v_GEN_0 = @echo "  GEN     " $@;
 
135
am__v_GEN_1 = 
 
136
AM_V_at = $(am__v_at_@AM_V@)
 
137
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
138
am__v_at_0 = @
 
139
am__v_at_1 = 
 
140
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
 
141
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
142
am__depfiles_maybe = depfiles
 
143
am__mv = mv -f
 
144
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
145
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
146
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
147
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
148
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
149
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
150
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
151
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
152
am__v_CXX_0 = @echo "  CXX     " $@;
 
153
am__v_CXX_1 = 
 
154
CXXLD = $(CXX)
 
155
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
156
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
157
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
158
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
159
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
160
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
161
am__v_CXXLD_1 = 
 
162
SOURCES = $(codeblocks_SOURCES)
 
163
DIST_SOURCES = $(codeblocks_SOURCES)
 
164
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
165
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
166
        install-data-recursive install-dvi-recursive \
 
167
        install-exec-recursive install-html-recursive \
 
168
        install-info-recursive install-pdf-recursive \
 
169
        install-ps-recursive install-recursive installcheck-recursive \
 
170
        installdirs-recursive pdf-recursive ps-recursive \
 
171
        tags-recursive uninstall-recursive
 
172
am__can_run_installinfo = \
 
173
  case $$AM_UPDATE_INFO_DIR in \
 
174
    n|no|NO) false;; \
 
175
    *) (install-info --version) >/dev/null 2>&1;; \
 
176
  esac
 
177
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
178
am__vpath_adj = case $$p in \
 
179
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
180
    *) f=$$p;; \
 
181
  esac;
 
182
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
183
am__install_max = 40
 
184
am__nobase_strip_setup = \
 
185
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
186
am__nobase_strip = \
 
187
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
188
am__nobase_list = $(am__nobase_strip_setup); \
 
189
  for p in $$list; do echo "$$p $$p"; done | \
 
190
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
191
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
192
    if (++n[$$2] == $(am__install_max)) \
 
193
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
194
    END { for (dir in files) print dir, files[dir] }'
 
195
am__base_list = \
 
196
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
197
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
198
am__uninstall_files_from_dir = { \
 
199
  test -z "$$files" \
 
200
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
201
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
202
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
203
  }
 
204
man1dir = $(mandir)/man1
 
205
NROFF = nroff
 
206
MANS = $(man_MANS)
 
207
HEADERS = $(noinst_HEADERS)
 
208
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
209
  distclean-recursive maintainer-clean-recursive
 
210
am__recursive_targets = \
 
211
  $(RECURSIVE_TARGETS) \
 
212
  $(RECURSIVE_CLEAN_TARGETS) \
 
213
  $(am__extra_recursive_targets)
 
214
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
215
        distdir
 
216
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
217
# Read a list of newline-separated strings from the standard input,
 
218
# and print each of them once, without duplicates.  Input order is
 
219
# *not* preserved.
 
220
am__uniquify_input = $(AWK) '\
 
221
  BEGIN { nonempty = 0; } \
 
222
  { items[$$0] = 1; nonempty = 1; } \
 
223
  END { if (nonempty) { for (i in items) print i; }; } \
 
224
'
 
225
# Make sure the list of sources is unique.  This is necessary because,
 
226
# e.g., the same source file might be shared among _SOURCES variables
 
227
# for different programs/libraries.
 
228
am__define_uniq_tagged_files = \
 
229
  list='$(am__tagged_files)'; \
 
230
  unique=`for i in $$list; do \
 
231
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
  done | $(am__uniquify_input)`
 
233
ETAGS = etags
 
234
CTAGS = ctags
 
235
DIST_SUBDIRS = $(SUBDIRS)
 
236
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
237
am__relativize = \
 
238
  dir0=`pwd`; \
 
239
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
240
  sed_rest='s,^[^/]*/*,,'; \
 
241
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
242
  sed_butlast='s,/*[^/]*$$,,'; \
 
243
  while test -n "$$dir1"; do \
 
244
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
245
    if test "$$first" != "."; then \
 
246
      if test "$$first" = ".."; then \
 
247
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
248
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
249
      else \
 
250
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
251
        if test "$$first2" = "$$first"; then \
 
252
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
253
        else \
 
254
          dir2="../$$dir2"; \
 
255
        fi; \
 
256
        dir0="$$dir0"/"$$first"; \
 
257
      fi; \
 
258
    fi; \
 
259
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
260
  done; \
 
261
  reldir="$$dir2"
 
262
ACLOCAL = @ACLOCAL@
 
263
AMTAR = @AMTAR@
 
264
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
265
AR = @AR@
 
266
AUTOCONF = @AUTOCONF@
 
267
AUTOHEADER = @AUTOHEADER@
 
268
AUTOMAKE = @AUTOMAKE@
 
269
AWK = @AWK@
 
270
BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
 
271
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
 
272
BUILD_BYOGAMES = @BUILD_BYOGAMES@
 
273
BUILD_CBKODERS = @BUILD_CBKODERS@
 
274
BUILD_CCCC = @BUILD_CCCC@
 
275
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
 
276
BUILD_CODESTAT = @BUILD_CODESTAT@
 
277
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
278
BUILD_CPPCHECK = @BUILD_CPPCHECK@
 
279
BUILD_CSCOPE = @BUILD_CSCOPE@
 
280
BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
 
281
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
 
282
BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
 
283
BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
 
284
BUILD_ENVVARS = @BUILD_ENVVARS@
 
285
BUILD_EXPORTER = @BUILD_EXPORTER@
 
286
BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
 
287
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
 
288
BUILD_HELP = @BUILD_HELP@
 
289
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
290
BUILD_INCSEARCH = @BUILD_INCSEARCH@
 
291
BUILD_KEYBINDER = @BUILD_KEYBINDER@
 
292
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
293
BUILD_MOUSESAP = @BUILD_MOUSESAP@
 
294
BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
 
295
BUILD_PROFILER = @BUILD_PROFILER@
 
296
BUILD_REGEX = @BUILD_REGEX@
 
297
BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
 
298
BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
 
299
BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
 
300
BUILD_SYMTAB = @BUILD_SYMTAB@
 
301
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
302
BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
 
303
BUILD_VALGRIND = @BUILD_VALGRIND@
 
304
BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
 
305
BUILD_WXSMITH = @BUILD_WXSMITH@
 
306
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
307
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
 
308
CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
 
309
CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
 
310
CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
 
311
CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
 
312
CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
 
313
CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
 
314
CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
 
315
CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
 
316
CC = @CC@
 
317
CCDEPMODE = @CCDEPMODE@
 
318
CFLAGS = @CFLAGS@
 
319
CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
 
320
CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
 
321
CPP = @CPP@
 
322
CPPFLAGS = @CPPFLAGS@
 
323
CXX = @CXX@
 
324
CXXCPP = @CXXCPP@
 
325
CXXDEPMODE = @CXXDEPMODE@
 
326
CXXFLAGS = @CXXFLAGS@
 
327
CYGPATH_W = @CYGPATH_W@
 
328
DATE = @DATE@
 
329
DEFS = @DEFS@
 
330
DEPDIR = @DEPDIR@
 
331
DLLTOOL = @DLLTOOL@
 
332
DSYMUTIL = @DSYMUTIL@
 
333
DUMPBIN = @DUMPBIN@
 
334
ECHO_C = @ECHO_C@
 
335
ECHO_N = @ECHO_N@
 
336
ECHO_T = @ECHO_T@
 
337
EGREP = @EGREP@
 
338
EXEEXT = @EXEEXT@
 
339
FGREP = @FGREP@
 
340
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
341
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
342
GAMIN_CFLAGS = @GAMIN_CFLAGS@
 
343
GAMIN_LIBS = @GAMIN_LIBS@
 
344
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
 
345
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
 
346
GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
 
347
GCC_VERSION = @GCC_VERSION@
 
348
GLIB2_CFLAGS = @GLIB2_CFLAGS@
 
349
GLIB2_LIBS = @GLIB2_LIBS@
 
350
GREP = @GREP@
 
351
GTK2_CFLAGS = @GTK2_CFLAGS@
 
352
GTK2_LIBS = @GTK2_LIBS@
 
353
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
354
HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
 
355
HUNSPELL_LIBS = @HUNSPELL_LIBS@
 
356
INSTALL = @INSTALL@
 
357
INSTALL_DATA = @INSTALL_DATA@
 
358
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
359
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
360
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
361
LD = @LD@
 
362
LDFLAGS = @LDFLAGS@
 
363
LIBOBJS = @LIBOBJS@
 
364
LIBS = @LIBS@
 
365
LIBTOOL = @LIBTOOL@
 
366
LIPO = @LIPO@
 
367
LN_S = @LN_S@
 
368
LTLIBOBJS = @LTLIBOBJS@
 
369
MACSETFILE = @MACSETFILE@
 
370
MAKEINFO = @MAKEINFO@
 
371
MANIFEST_TOOL = @MANIFEST_TOOL@
 
372
MKDIR_P = @MKDIR_P@
 
373
NM = @NM@
 
374
NMEDIT = @NMEDIT@
 
375
OBJDUMP = @OBJDUMP@
 
376
OBJEXT = @OBJEXT@
 
377
OTOOL = @OTOOL@
 
378
OTOOL64 = @OTOOL64@
 
379
PACKAGE = @PACKAGE@
 
380
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
381
PACKAGE_NAME = @PACKAGE_NAME@
 
382
PACKAGE_STRING = @PACKAGE_STRING@
 
383
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
384
PACKAGE_URL = @PACKAGE_URL@
 
385
PACKAGE_VERSION = @PACKAGE_VERSION@
 
386
PATH_SEPARATOR = @PATH_SEPARATOR@
 
387
PKG_CONFIG = @PKG_CONFIG@
 
388
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
389
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
390
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
391
PLATFORM_LIBS = @PLATFORM_LIBS@
 
392
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
393
POSTLINK_COMMAND = @POSTLINK_COMMAND@
 
394
RANLIB = @RANLIB@
 
395
RC = @RC@
 
396
REVISION = @REVISION@
 
397
REZ = @REZ@
 
398
SED = @SED@
 
399
SETFILE = @SETFILE@
 
400
SET_MAKE = @SET_MAKE@
 
401
SHARED_FLAGS = @SHARED_FLAGS@
 
402
SHELL = @SHELL@
 
403
STRIP = @STRIP@
 
404
VERSION = @VERSION@
 
405
WXPROPGRID_DIR = @WXPROPGRID_DIR@
 
406
WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
 
407
WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
 
408
WXPROPGRID_LIB = @WXPROPGRID_LIB@
 
409
WX_CFLAGS = @WX_CFLAGS@
 
410
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
411
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
412
WX_CPPFLAGS = @WX_CPPFLAGS@
 
413
WX_CXXFLAGS = @WX_CXXFLAGS@
 
414
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
415
WX_GTK2_CFLAGS = @WX_GTK2_CFLAGS@
 
416
WX_GTK2_LIBS = @WX_GTK2_LIBS@
 
417
WX_LIBS = @WX_LIBS@
 
418
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
419
WX_RESCOMP = @WX_RESCOMP@
 
420
WX_VERSION = @WX_VERSION@
 
421
WX_X11_CFLAGS = @WX_X11_CFLAGS@
 
422
WX_X11_LIBS = @WX_X11_LIBS@
 
423
XMKMF = @XMKMF@
 
424
X_CFLAGS = @X_CFLAGS@
 
425
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
426
X_LIBS = @X_LIBS@
 
427
X_PRE_LIBS = @X_PRE_LIBS@
 
428
abs_builddir = @abs_builddir@
 
429
abs_srcdir = @abs_srcdir@
 
430
abs_top_builddir = @abs_top_builddir@
 
431
abs_top_srcdir = @abs_top_srcdir@
 
432
ac_ct_AR = @ac_ct_AR@
 
433
ac_ct_CC = @ac_ct_CC@
 
434
ac_ct_CXX = @ac_ct_CXX@
 
435
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
436
am__include = @am__include@
 
437
am__leading_dot = @am__leading_dot@
 
438
am__quote = @am__quote@
 
439
am__tar = @am__tar@
 
440
am__untar = @am__untar@
 
441
bindir = @bindir@
 
442
build = @build@
 
443
build_alias = @build_alias@
 
444
build_cpu = @build_cpu@
 
445
build_os = @build_os@
 
446
build_vendor = @build_vendor@
 
447
builddir = @builddir@
 
448
codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
 
449
datadir = @datadir@
 
450
datarootdir = @datarootdir@
 
451
docdir = @docdir@
 
452
dvidir = @dvidir@
 
453
exec_prefix = @exec_prefix@
 
454
host = @host@
 
455
host_alias = @host_alias@
 
456
host_cpu = @host_cpu@
 
457
host_os = @host_os@
 
458
host_vendor = @host_vendor@
 
459
htmldir = @htmldir@
 
460
includedir = @includedir@
 
461
infodir = @infodir@
 
462
install_sh = @install_sh@
 
463
libdir = @libdir@
 
464
libexecdir = @libexecdir@
 
465
localedir = @localedir@
 
466
localstatedir = @localstatedir@
 
467
mandir = @mandir@
 
468
mkdir_p = @mkdir_p@
 
469
oldincludedir = @oldincludedir@
 
470
pdfdir = @pdfdir@
 
471
prefix = @prefix@
 
472
program_transform_name = @program_transform_name@
 
473
psdir = @psdir@
 
474
sbindir = @sbindir@
 
475
sharedstatedir = @sharedstatedir@
 
476
srcdir = @srcdir@
 
477
sysconfdir = @sysconfdir@
 
478
target = @target@
 
479
target_alias = @target_alias@
 
480
target_cpu = @target_cpu@
 
481
target_os = @target_os@
 
482
target_vendor = @target_vendor@
 
483
top_build_prefix = @top_build_prefix@
 
484
top_builddir = @top_builddir@
 
485
top_srcdir = @top_srcdir@
 
486
SUBDIRS = resources
 
487
AM_CPPFLAGS = $(WX_CXXFLAGS) \
 
488
        -I$(top_srcdir)/src/sdk/wxscintilla/include \
 
489
        $(WXPROPGRID_INCLUDE) -I$(top_srcdir)/src/include \
 
490
        -I$(top_srcdir)/src/include/scripting/include \
 
491
        -I$(top_srcdir)/src/include/scripting/sqplus \
 
492
        -I$(top_srcdir)/src/include/mozilla_chardet \
 
493
        -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \
 
494
        -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \
 
495
        -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \
 
496
        -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \
 
497
        -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \
 
498
        $(am__append_1)
 
499
@GTK_NOTEBOOK_TRUE@GTK_NOTEBOOK_FLAGS = -DUSE_GTK_NOTEBOOK
 
500
 
 
501
# wxAUI uses GTK+ libraries on wxGTK
 
502
# codeblocks_LDFLAGS = $(WX_GTK2_LIBS)
 
503
codeblocks_LDADD = ../sdk/libcodeblocks.la \
 
504
                        $(WX_LIBS) \
 
505
                        $(WX_GTK2_LIBS)
 
506
 
 
507
codeblocks_SOURCES = app.cpp \
 
508
                        appglobals.cpp \
 
509
                        backtracedlg.cpp \
 
510
                        breakpointsdlg.cpp \
 
511
                        compilersettingsdlg.cpp \
 
512
                        cpuregistersdlg.cpp \
 
513
                        crashhandler.cpp \
 
514
                        debugger_interface_creator.cpp \
 
515
                        debuggermenu.cpp \
 
516
                        debuggersettingscommonpanel.cpp \
 
517
                        debuggersettingsdlg.cpp \
 
518
                        debuggersettingspanel.cpp \
 
519
                        disassemblydlg.cpp \
 
520
                        dlgabout.cpp \
 
521
                        dlgaboutplugin.cpp \
 
522
                        editkeywordsdlg.cpp \
 
523
                        editorconfigurationdlg.cpp \
 
524
                        environmentsettingsdlg.cpp \
 
525
                        examinememorydlg.cpp \
 
526
                        find_replace.cpp \
 
527
                        infopane.cpp \
 
528
                        main.cpp \
 
529
                        notebookstyles.cpp \
 
530
                        prefix.cpp \
 
531
                        printdlg.cpp \
 
532
                        projectmanagerui.cpp \
 
533
                        projectdepsdlg.cpp \
 
534
                        projectoptionsdlg.cpp \
 
535
                        recentitemslist.cpp \
 
536
                        scriptconsole.cpp \
 
537
                        scriptingsettingsdlg.cpp \
 
538
                        splashscreen.cpp \
 
539
                        startherepage.cpp \
 
540
                        switcherdlg.cpp \
 
541
                        threadsdlg.cpp \
 
542
                        virtualbuildtargetsdlg.cpp \
 
543
                        watchesdlg.cpp
 
544
 
 
545
noinst_HEADERS = app.h \
 
546
                        appglobals.h \
 
547
                        backtracedlg.h \
 
548
                        batchbuild.h \
 
549
                        breakpointsdlg.h \
 
550
                        compilersettingsdlg.h \
 
551
                        cpuregistersdlg.h \
 
552
                        crashhandler.h \
 
553
                        debugger_interface_creator.h \
 
554
                        debuggermenu.h \
 
555
                        debuggersettingscommonpanel.h \
 
556
                        debuggersettingsdlg.h \
 
557
                        debuggersettingspanel.h \
 
558
                        disassemblydlg.h \
 
559
                        dlgabout.h \
 
560
                        dlgaboutplugin.h \
 
561
                        editkeywordsdlg.h \
 
562
                        editorconfigurationdlg.h \
 
563
                        environmentsettingsdlg.h \
 
564
                        examinememorydlg.h \
 
565
                        find_replace.h \
 
566
                        infopane.h \
 
567
                        main.h \
 
568
                        notebookstyles.h \
 
569
                        prefix.h \
 
570
                        printdlg.h \
 
571
                        projectmanagerui.h \
 
572
                        projectdepsdlg.h \
 
573
                        projectoptionsdlg.h \
 
574
                        recentitemslist.h \
 
575
                        scriptconsole.h \
 
576
                        scriptingsettingsdlg.h \
 
577
                        splashscreen.h \
 
578
                        startherepage.h \
 
579
                        switcherdlg.h \
 
580
                        threadsdlg.h \
 
581
                        virtualbuildtargetsdlg.h \
 
582
                        watchesdlg.h
 
583
 
 
584
man_MANS = codeblocks.1
 
585
EXTRA_DIST = associations.cpp \
 
586
                        associations.h \
 
587
                        ipc.h \
 
588
                        ipc.cpp \
 
589
                        $(man_MANS)
 
590
 
 
591
all: all-recursive
 
592
 
 
593
.SUFFIXES:
 
594
.SUFFIXES: .cpp .lo .o .obj
 
595
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
596
        @for dep in $?; do \
 
597
          case '$(am__configure_deps)' in \
 
598
            *$$dep*) \
 
599
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
600
                && { if test -f $@; then exit 0; else break; fi; }; \
 
601
              exit 1;; \
 
602
          esac; \
 
603
        done; \
 
604
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/Makefile'; \
 
605
        $(am__cd) $(top_srcdir) && \
 
606
          $(AUTOMAKE) --foreign src/src/Makefile
 
607
.PRECIOUS: Makefile
 
608
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
609
        @case '$?' in \
 
610
          *config.status*) \
 
611
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
612
          *) \
 
613
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
614
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
615
        esac;
 
616
 
 
617
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
618
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
619
 
 
620
$(top_srcdir)/configure:  $(am__configure_deps)
 
621
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
622
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
623
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
624
$(am__aclocal_m4_deps):
 
625
install-binPROGRAMS: $(bin_PROGRAMS)
 
626
        @$(NORMAL_INSTALL)
 
627
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
628
        if test -n "$$list"; then \
 
629
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
630
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
631
        fi; \
 
632
        for p in $$list; do echo "$$p $$p"; done | \
 
633
        sed 's/$(EXEEXT)$$//' | \
 
634
        while read p p1; do if test -f $$p \
 
635
         || test -f $$p1 \
 
636
          ; then echo "$$p"; echo "$$p"; else :; fi; \
 
637
        done | \
 
638
        sed -e 'p;s,.*/,,;n;h' \
 
639
            -e 's|.*|.|' \
 
640
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
641
        sed 'N;N;N;s,\n, ,g' | \
 
642
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
643
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
644
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
645
            else { print "f", $$3 "/" $$4, $$1; } } \
 
646
          END { for (d in files) print "f", d, files[d] }' | \
 
647
        while read type dir files; do \
 
648
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
649
            test -z "$$files" || { \
 
650
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
651
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
652
            } \
 
653
        ; done
 
654
 
 
655
uninstall-binPROGRAMS:
 
656
        @$(NORMAL_UNINSTALL)
 
657
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
658
        files=`for p in $$list; do echo "$$p"; done | \
 
659
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
660
              -e 's/$$/$(EXEEXT)/' \
 
661
        `; \
 
662
        test -n "$$list" || exit 0; \
 
663
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
664
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
665
 
 
666
clean-binPROGRAMS:
 
667
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
668
        echo " rm -f" $$list; \
 
669
        rm -f $$list || exit $$?; \
 
670
        test -n "$(EXEEXT)" || exit 0; \
 
671
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
672
        echo " rm -f" $$list; \
 
673
        rm -f $$list
 
674
 
 
675
codeblocks$(EXEEXT): $(codeblocks_OBJECTS) $(codeblocks_DEPENDENCIES) $(EXTRA_codeblocks_DEPENDENCIES) 
 
676
        @rm -f codeblocks$(EXEEXT)
 
677
        $(AM_V_CXXLD)$(CXXLINK) $(codeblocks_OBJECTS) $(codeblocks_LDADD) $(LIBS)
 
678
 
 
679
mostlyclean-compile:
 
680
        -rm -f *.$(OBJEXT)
 
681
 
 
682
distclean-compile:
 
683
        -rm -f *.tab.c
 
684
 
 
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
 
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appglobals.Po@am__quote@
 
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtracedlg.Po@am__quote@
 
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/breakpointsdlg.Po@am__quote@
 
689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilersettingsdlg.Po@am__quote@
 
690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuregistersdlg.Po@am__quote@
 
691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crashhandler.Po@am__quote@
 
692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger_interface_creator.Po@am__quote@
 
693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggermenu.Po@am__quote@
 
694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingscommonpanel.Po@am__quote@
 
695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingsdlg.Po@am__quote@
 
696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingspanel.Po@am__quote@
 
697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemblydlg.Po@am__quote@
 
698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgabout.Po@am__quote@
 
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgaboutplugin.Po@am__quote@
 
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editkeywordsdlg.Po@am__quote@
 
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorconfigurationdlg.Po@am__quote@
 
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environmentsettingsdlg.Po@am__quote@
 
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/examinememorydlg.Po@am__quote@
 
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_replace.Po@am__quote@
 
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infopane.Po@am__quote@
 
706
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
707
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notebookstyles.Po@am__quote@
 
708
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Po@am__quote@
 
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printdlg.Po@am__quote@
 
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectdepsdlg.Po@am__quote@
 
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmanagerui.Po@am__quote@
 
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectoptionsdlg.Po@am__quote@
 
713
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recentitemslist.Po@am__quote@
 
714
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptconsole.Po@am__quote@
 
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingsettingsdlg.Po@am__quote@
 
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splashscreen.Po@am__quote@
 
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startherepage.Po@am__quote@
 
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switcherdlg.Po@am__quote@
 
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadsdlg.Po@am__quote@
 
720
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualbuildtargetsdlg.Po@am__quote@
 
721
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watchesdlg.Po@am__quote@
 
722
 
 
723
.cpp.o:
 
724
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
725
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
726
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
727
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
728
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
729
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
730
 
 
731
.cpp.obj:
 
732
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
733
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
734
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
735
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
736
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
737
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
738
 
 
739
.cpp.lo:
 
740
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
741
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
742
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
 
743
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
744
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
745
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
746
 
 
747
mostlyclean-libtool:
 
748
        -rm -f *.lo
 
749
 
 
750
clean-libtool:
 
751
        -rm -rf .libs _libs
 
752
install-man1: $(man_MANS)
 
753
        @$(NORMAL_INSTALL)
 
754
        @list1=''; \
 
755
        list2='$(man_MANS)'; \
 
756
        test -n "$(man1dir)" \
 
757
          && test -n "`echo $$list1$$list2`" \
 
758
          || exit 0; \
 
759
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
760
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
761
        { for i in $$list1; do echo "$$i"; done;  \
 
762
        if test -n "$$list2"; then \
 
763
          for i in $$list2; do echo "$$i"; done \
 
764
            | sed -n '/\.1[a-z]*$$/p'; \
 
765
        fi; \
 
766
        } | while read p; do \
 
767
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
768
          echo "$$d$$p"; echo "$$p"; \
 
769
        done | \
 
770
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
771
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
772
        sed 'N;N;s,\n, ,g' | { \
 
773
        list=; while read file base inst; do \
 
774
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
775
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
776
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
777
          fi; \
 
778
        done; \
 
779
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
780
        while read files; do \
 
781
          test -z "$$files" || { \
 
782
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
783
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
784
        done; }
 
785
 
 
786
uninstall-man1:
 
787
        @$(NORMAL_UNINSTALL)
 
788
        @list=''; test -n "$(man1dir)" || exit 0; \
 
789
        files=`{ for i in $$list; do echo "$$i"; done; \
 
790
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
791
          sed -n '/\.1[a-z]*$$/p'; \
 
792
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
793
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
794
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
795
 
 
796
# This directory's subdirectories are mostly independent; you can cd
 
797
# into them and run 'make' without going through this Makefile.
 
798
# To change the values of 'make' variables: instead of editing Makefiles,
 
799
# (1) if the variable is set in 'config.status', edit 'config.status'
 
800
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
801
# (2) otherwise, pass the desired values on the 'make' command line.
 
802
$(am__recursive_targets):
 
803
        @fail=; \
 
804
        if $(am__make_keepgoing); then \
 
805
          failcom='fail=yes'; \
 
806
        else \
 
807
          failcom='exit 1'; \
 
808
        fi; \
 
809
        dot_seen=no; \
 
810
        target=`echo $@ | sed s/-recursive//`; \
 
811
        case "$@" in \
 
812
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
813
          *) list='$(SUBDIRS)' ;; \
 
814
        esac; \
 
815
        for subdir in $$list; do \
 
816
          echo "Making $$target in $$subdir"; \
 
817
          if test "$$subdir" = "."; then \
 
818
            dot_seen=yes; \
 
819
            local_target="$$target-am"; \
 
820
          else \
 
821
            local_target="$$target"; \
 
822
          fi; \
 
823
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
824
          || eval $$failcom; \
 
825
        done; \
 
826
        if test "$$dot_seen" = "no"; then \
 
827
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
828
        fi; test -z "$$fail"
 
829
 
 
830
ID: $(am__tagged_files)
 
831
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
832
tags: tags-recursive
 
833
TAGS: tags
 
834
 
 
835
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
836
        set x; \
 
837
        here=`pwd`; \
 
838
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
839
          include_option=--etags-include; \
 
840
          empty_fix=.; \
 
841
        else \
 
842
          include_option=--include; \
 
843
          empty_fix=; \
 
844
        fi; \
 
845
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
846
          if test "$$subdir" = .; then :; else \
 
847
            test ! -f $$subdir/TAGS || \
 
848
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
849
          fi; \
 
850
        done; \
 
851
        $(am__define_uniq_tagged_files); \
 
852
        shift; \
 
853
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
854
          test -n "$$unique" || unique=$$empty_fix; \
 
855
          if test $$# -gt 0; then \
 
856
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
857
              "$$@" $$unique; \
 
858
          else \
 
859
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
860
              $$unique; \
 
861
          fi; \
 
862
        fi
 
863
ctags: ctags-recursive
 
864
 
 
865
CTAGS: ctags
 
866
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
867
        $(am__define_uniq_tagged_files); \
 
868
        test -z "$(CTAGS_ARGS)$$unique" \
 
869
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
870
             $$unique
 
871
 
 
872
GTAGS:
 
873
        here=`$(am__cd) $(top_builddir) && pwd` \
 
874
          && $(am__cd) $(top_srcdir) \
 
875
          && gtags -i $(GTAGS_ARGS) "$$here"
 
876
cscopelist: cscopelist-recursive
 
877
 
 
878
cscopelist-am: $(am__tagged_files)
 
879
        list='$(am__tagged_files)'; \
 
880
        case "$(srcdir)" in \
 
881
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
882
          *) sdir=$(subdir)/$(srcdir) ;; \
 
883
        esac; \
 
884
        for i in $$list; do \
 
885
          if test -f "$$i"; then \
 
886
            echo "$(subdir)/$$i"; \
 
887
          else \
 
888
            echo "$$sdir/$$i"; \
 
889
          fi; \
 
890
        done >> $(top_builddir)/cscope.files
 
891
 
 
892
distclean-tags:
 
893
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
894
 
 
895
distdir: $(DISTFILES)
 
896
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
897
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
898
        list='$(DISTFILES)'; \
 
899
          dist_files=`for file in $$list; do echo $$file; done | \
 
900
          sed -e "s|^$$srcdirstrip/||;t" \
 
901
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
902
        case $$dist_files in \
 
903
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
904
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
905
                           sort -u` ;; \
 
906
        esac; \
 
907
        for file in $$dist_files; do \
 
908
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
909
          if test -d $$d/$$file; then \
 
910
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
911
            if test -d "$(distdir)/$$file"; then \
 
912
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
913
            fi; \
 
914
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
915
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
916
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
917
            fi; \
 
918
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
919
          else \
 
920
            test -f "$(distdir)/$$file" \
 
921
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
922
            || exit 1; \
 
923
          fi; \
 
924
        done
 
925
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
926
          if test "$$subdir" = .; then :; else \
 
927
            $(am__make_dryrun) \
 
928
              || test -d "$(distdir)/$$subdir" \
 
929
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
930
              || exit 1; \
 
931
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
932
            $(am__relativize); \
 
933
            new_distdir=$$reldir; \
 
934
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
935
            $(am__relativize); \
 
936
            new_top_distdir=$$reldir; \
 
937
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
938
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
939
            ($(am__cd) $$subdir && \
 
940
              $(MAKE) $(AM_MAKEFLAGS) \
 
941
                top_distdir="$$new_top_distdir" \
 
942
                distdir="$$new_distdir" \
 
943
                am__remove_distdir=: \
 
944
                am__skip_length_check=: \
 
945
                am__skip_mode_fix=: \
 
946
                distdir) \
 
947
              || exit 1; \
 
948
          fi; \
 
949
        done
 
950
check-am: all-am
 
951
check: check-recursive
 
952
all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
 
953
installdirs: installdirs-recursive
 
954
installdirs-am:
 
955
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
 
956
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
957
        done
 
958
install: install-recursive
 
959
install-exec: install-exec-recursive
 
960
install-data: install-data-recursive
 
961
uninstall: uninstall-recursive
 
962
 
 
963
install-am: all-am
 
964
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
965
 
 
966
installcheck: installcheck-recursive
 
967
install-strip:
 
968
        if test -z '$(STRIP)'; then \
 
969
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
970
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
971
              install; \
 
972
        else \
 
973
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
974
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
975
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
976
        fi
 
977
mostlyclean-generic:
 
978
 
 
979
clean-generic:
 
980
 
 
981
distclean-generic:
 
982
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
983
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
984
 
 
985
maintainer-clean-generic:
 
986
        @echo "This command is intended for maintainers to use"
 
987
        @echo "it deletes files that may require special tools to rebuild."
 
988
clean: clean-recursive
 
989
 
 
990
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
991
 
 
992
distclean: distclean-recursive
 
993
        -rm -rf ./$(DEPDIR)
 
994
        -rm -f Makefile
 
995
distclean-am: clean-am distclean-compile distclean-generic \
 
996
        distclean-tags
 
997
 
 
998
dvi: dvi-recursive
 
999
 
 
1000
dvi-am:
 
1001
 
 
1002
html: html-recursive
 
1003
 
 
1004
html-am:
 
1005
 
 
1006
info: info-recursive
 
1007
 
 
1008
info-am:
 
1009
 
 
1010
install-data-am: install-man
 
1011
 
 
1012
install-dvi: install-dvi-recursive
 
1013
 
 
1014
install-dvi-am:
 
1015
 
 
1016
install-exec-am: install-binPROGRAMS
 
1017
        @$(NORMAL_INSTALL)
 
1018
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
1019
install-html: install-html-recursive
 
1020
 
 
1021
install-html-am:
 
1022
 
 
1023
install-info: install-info-recursive
 
1024
 
 
1025
install-info-am:
 
1026
 
 
1027
install-man: install-man1
 
1028
 
 
1029
install-pdf: install-pdf-recursive
 
1030
 
 
1031
install-pdf-am:
 
1032
 
 
1033
install-ps: install-ps-recursive
 
1034
 
 
1035
install-ps-am:
 
1036
 
 
1037
installcheck-am:
 
1038
 
 
1039
maintainer-clean: maintainer-clean-recursive
 
1040
        -rm -rf ./$(DEPDIR)
 
1041
        -rm -f Makefile
 
1042
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1043
 
 
1044
mostlyclean: mostlyclean-recursive
 
1045
 
 
1046
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1047
        mostlyclean-libtool
 
1048
 
 
1049
pdf: pdf-recursive
 
1050
 
 
1051
pdf-am:
 
1052
 
 
1053
ps: ps-recursive
 
1054
 
 
1055
ps-am:
 
1056
 
 
1057
uninstall-am: uninstall-binPROGRAMS uninstall-man
 
1058
 
 
1059
uninstall-man: uninstall-man1
 
1060
 
 
1061
.MAKE: $(am__recursive_targets) install-am install-exec-am \
 
1062
        install-strip
 
1063
 
 
1064
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1065
        check-am clean clean-binPROGRAMS clean-generic clean-libtool \
 
1066
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
1067
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
1068
        dvi-am html html-am info info-am install install-am \
 
1069
        install-binPROGRAMS install-data install-data-am install-dvi \
 
1070
        install-dvi-am install-exec install-exec-am install-exec-hook \
 
1071
        install-html install-html-am install-info install-info-am \
 
1072
        install-man install-man1 install-pdf install-pdf-am install-ps \
 
1073
        install-ps-am install-strip installcheck installcheck-am \
 
1074
        installdirs installdirs-am maintainer-clean \
 
1075
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1076
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1077
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
 
1078
        uninstall-man uninstall-man1
 
1079
 
 
1080
 
 
1081
# wxMac resource fork/unbundled app
 
1082
install-exec-hook:
 
1083
        $(POSTLINK_COMMAND) $(DESTDIR)$(bindir)/codeblocks$(EXEEXT) \
 
1084
                            $(srcdir)/resources/icons/app.r
 
1085
        $(MACSETFILE) -a C $(DESTDIR)$(bindir)/codeblocks$(EXEEXT)
 
1086
 
 
1087
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1088
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1089
.NOEXPORT: