Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
a5ee2b69
Commit
a5ee2b69
authored
Sep 07, 2009
by
coppro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure now allows selection of debugging.
parent
263628fc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2060 additions
and
2964 deletions
+2060
-2964
MakeAM.sh
MakeAM.sh
+1
-1
Makefile.in
Makefile.in
+153
-87
configure
configure
+1889
-2865
configure.ac
configure.ac
+17
-11
No files found.
MakeAM.sh
View file @
a5ee2b69
...
...
@@ -12,7 +12,7 @@ echo "
AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = magicseteditor
AM_CXXFLAGS = @WX_CXXFLAGS@
\$
(BOOST_CXXFLAGS) -DUNICODE -I . -Wall
-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
AM_CXXFLAGS = @WX_CXXFLAGS@
\$
(BOOST_CXXFLAGS) -DUNICODE -I . -Wall
AM_LDFLAGS = @WX_LIBS@
\$
(BOOST_LDFLAGS)
magicseteditor_LDADD =
\$
(BOOST_REGEX_LIB)
...
...
Makefile.in
View file @
a5ee2b69
# Makefile.in generated by automake 1.1
0.2
from Makefile.am.
# Makefile.in generated by automake 1.1
1
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -24,8 +25,9 @@
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
pkglibexecdir
=
$(libexecdir)
/@PACKAGE@
am__cd
=
CDPATH
=
"
$
${
ZSH_VERSION
+.
}
$(PATH_SEPARATOR)
"
&&
cd
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
...
...
@@ -53,18 +55,18 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
mkinstalldirs
=
$(install_sh)
-d
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
am__installdirs
=
"
$(DESTDIR)$(bindir)
"
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
PROGRAMS
=
$(bin_PROGRAMS)
am__dirstamp
=
$(am__leading_dot)
dirstamp
am_magicseteditor_OBJECTS
=
./src/util/version.
$(OBJEXT)
\
./src/util/alignment.
$(OBJEXT)
./src/util/rotation.
$(OBJEXT)
\
./src/util/tagged_string.
$(OBJEXT)
\
./src/util/spell_checker.
$(OBJEXT)
./src/util/regex.
$(OBJEXT)
\
./src/util/spec_sort.
$(OBJEXT)
\
./src/util/spell_checker.
$(OBJEXT)
\
./src/util/vcs/subversion.
$(OBJEXT)
./src/util/vcs.
$(OBJEXT)
\
./src/util/regex.
$(OBJEXT)
./src/util/spec_sort.
$(OBJEXT)
\
./src/util/io/get_member.
$(OBJEXT)
\
./src/util/io/package_manager.
$(OBJEXT)
\
./src/util/io/subversion.
$(OBJEXT)
\
./src/util/io/writer.
$(OBJEXT)
./src/util/io/reader.
$(OBJEXT)
\
./src/util/io/package.
$(OBJEXT)
\
./src/util/action_stack.
$(OBJEXT)
./src/util/error.
$(OBJEXT)
\
...
...
@@ -211,6 +213,7 @@ magicseteditor_DEPENDENCIES = $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES
=
-I
.@am__isrc@
-I
$(top_builddir)
/src
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
am__mv
=
mv
-f
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
CXXLD
=
$(CXX)
...
...
@@ -224,9 +227,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir
=
$(PACKAGE)
-
$(VERSION)
top_distdir
=
$(distdir)
am__remove_distdir
=
\
{
test
!
-d
$(distdir)
\
||
{
find
$(distdir)
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-fr
$(distdir)
;
}
;
}
{
test
!
-d
"
$(distdir)
"
\
||
{
find
"
$(distdir)
"
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-fr
"
$(distdir)
"
;
}
;
}
DIST_ARCHIVES
=
$(distdir)
.tar.gz
GZIP_ENV
=
--best
distuninstallcheck_listfiles
=
find
.
-type
f
-print
...
...
@@ -274,6 +277,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME
=
@PACKAGE_NAME@
PACKAGE_STRING
=
@PACKAGE_STRING@
PACKAGE_TARNAME
=
@PACKAGE_TARNAME@
PACKAGE_URL
=
@PACKAGE_URL@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
SET_MAKE
=
@SET_MAKE@
...
...
@@ -336,7 +340,7 @@ top_srcdir = @top_srcdir@
# This flag allows us to use subdirectories:
AUTOMAKE_OPTIONS
=
subdir-objects
AM_CXXFLAGS
=
@WX_CXXFLAGS@
$(BOOST_CXXFLAGS)
-DUNICODE
-I
.
-Wall
-D_GLIBCXX_DEBUG
-D_GLIBCXX_DEBUG_PEDANTIC
AM_CXXFLAGS
=
@WX_CXXFLAGS@
$(BOOST_CXXFLAGS)
-DUNICODE
-I
.
-Wall
AM_LDFLAGS
=
@WX_LIBS@
$(BOOST_LDFLAGS)
magicseteditor_LDADD
=
$(BOOST_REGEX_LIB)
...
...
@@ -344,23 +348,23 @@ magicseteditor_LDADD = $(BOOST_REGEX_LIB)
magicseteditor_SOURCES
=
./src/util/version.cpp
\
./src/util/alignment.cpp ./src/util/rotation.cpp
\
./src/util/tagged_string.cpp ./src/util/spell_checker.cpp
\
./src/util/vcs/subversion.cpp ./src/util/vcs.cpp
\
./src/util/regex.cpp ./src/util/spec_sort.cpp
\
./src/util/io/get_member.cpp ./src/util/io/package_manager.cpp
\
./src/util/io/subversion.cpp ./src/util/io/writer.cpp
\
./src/util/io/reader.cpp ./src/util/io/package.cpp
\
./src/util/action_stack.cpp ./src/util/error.cpp
\
./src/util/age.cpp ./src/util/file_utils.cpp
\
./src/util/string.cpp ./src/gfx/color.cpp
\
./src/gfx/mask_image.cpp ./src/gfx/rotate_image.cpp
\
./src/gfx/image_effects.cpp ./src/gfx/resample_text.cpp
\
./src/gfx/combine_image.cpp ./src/gfx/polynomial.cpp
\
./src/gfx/bezier.cpp ./src/gfx/generated_image.cpp
\
./src/gfx/resample_image.cpp ./src/gfx/blend_image.cpp
\
./src/main.cpp ./src/render/card/viewer.cpp
\
./src/render/text/compound.cpp ./src/render/text/symbol.cpp
\
./src/render/text/font.cpp ./src/render/text/viewer.cpp
\
./src/render/text/element.cpp ./src/render/symbol/filter.cpp
\
./src/render/symbol/viewer.cpp
\
./src/util/io/writer.cpp ./src/util/io/reader.cpp
\
./src/util/io/package.cpp ./src/util/action_stack.cpp
\
./src/util/error.cpp ./src/util/age.cpp
\
./src/util/file_utils.cpp ./src/util/string.cpp
\
./src/gfx/color.cpp ./src/gfx/mask_image.cpp
\
./src/gfx/rotate_image.cpp ./src/gfx/image_effects.cpp
\
./src/gfx/resample_text.cpp ./src/gfx/combine_image.cpp
\
./src/gfx/polynomial.cpp ./src/gfx/bezier.cpp
\
./src/gfx/generated_image.cpp ./src/gfx/resample_image.cpp
\
./src/gfx/blend_image.cpp ./src/main.cpp
\
./src/render/card/viewer.cpp ./src/render/text/compound.cpp
\
./src/render/text/symbol.cpp ./src/render/text/font.cpp
\
./src/render/text/viewer.cpp ./src/render/text/element.cpp
\
./src/render/symbol/filter.cpp ./src/render/symbol/viewer.cpp
\
./src/render/value/multiple_choice.cpp
\
./src/render/value/symbol.cpp ./src/render/value/color.cpp
\
./src/render/value/package_choice.cpp
\
...
...
@@ -452,14 +456,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
*
$$
dep
*
)
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign
'
;
\
cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign'
;
\
$(am__cd)
$(srcdir)
&&
$(AUTOMAKE)
--foreign
\
&&
exit
0
;
\
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--foreign Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(am__cd)
$(top_srcdir)
&&
\
$(AUTOMAKE)
--foreign
Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
...
...
@@ -476,9 +480,10 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
$(SHELL)
./config.status
--recheck
$(top_srcdir)/configure
:
$(am__configure_deps)
cd
$(srcdir)
&&
$(AUTOCONF)
$(am__cd)
$(srcdir)
&&
$(AUTOCONF)
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
cd
$(srcdir)
&&
$(ACLOCAL)
$(ACLOCAL_AMFLAGS)
$(am__cd)
$(srcdir)
&&
$(ACLOCAL)
$(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps)
:
src/config.h
:
src/stamp-h1
@
if
test
!
-f
$@
;
then
\
...
...
@@ -490,7 +495,7 @@ src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
@
rm
-f
src/stamp-h1
cd
$(top_builddir)
&&
$(SHELL)
./config.status src/config.h
$(top_srcdir)/src/config.h.in
:
$(am__configure_deps)
cd
$(top_srcdir)
&&
$(AUTOHEADER
)
(
$(am__cd)
$(top_srcdir)
&&
$(AUTOHEADER)
)
rm
-f
src/stamp-h1
touch
$@
...
...
@@ -499,23 +504,37 @@ distclean-hdr:
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
if
test
-f
$$
p
\
;
then
\
f
=
`
echo
"
$$
p1"
|
sed
's,^.*/,,;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL)
'
$$
p' '
$(DESTDIR)$(bindir)
/
$$
f'"
;
\
$(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL)
"
$$
p"
"
$(DESTDIR)$(bindir)
/
$$
f"
||
exit
1
;
\
else
:
;
fi
;
\
done
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
;
\
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
done
|
\
sed
-e
'p;s,.*/,,;n;h'
-e
's|.*|.|'
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
sed
'N;N;N;s,\n, ,g'
|
\
$(AWK)
'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }'
|
\
while
read type dir
files
;
do
\
if
test
"
$$
dir"
=
.
;
then
dir
=
;
else
dir
=
/
$$
dir
;
fi
;
\
test
-z
"
$$
files"
||
{
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(INSTALL_PROGRAM)
$$
files '
$(DESTDIR)$(bindir)$$
dir'"
;
\
$(INSTALL_PROGRAM_ENV)
$(INSTALL_PROGRAM)
$$
files
"
$(DESTDIR)$(bindir)$$
dir"
||
exit
$$
?
;
\
}
\
;
done
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
"
$$
p"
|
sed
's,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
" rm -f '
$(DESTDIR)$(bindir)
/
$$
f'"
;
\
rm
-f
"
$(DESTDIR)$(bindir)
/
$$
f"
;
\
done
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
-e
's/$$/
$(EXEEXT)
/'
`
;
\
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(bindir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(bindir)
"
&&
rm
-f
$$
files
clean-binPROGRAMS
:
-
test
-z
"
$(bin_PROGRAMS)
"
||
rm
-f
$(bin_PROGRAMS)
...
...
@@ -535,6 +554,16 @@ src/util/$(DEPDIR)/$(am__dirstamp):
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/spell_checker.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
src/util/vcs/$(am__dirstamp)
:
@
$(MKDIR_P)
./src/util/vcs
@
:
>
src/util/vcs/
$(am__dirstamp)
src/util/vcs/$(DEPDIR)/$(am__dirstamp)
:
@
$(MKDIR_P)
./src/util/vcs/
$(DEPDIR)
@
:
>
src/util/vcs/
$(DEPDIR)
/
$(am__dirstamp)
./src/util/vcs/subversion.$(OBJEXT)
:
src/util/vcs/$(am__dirstamp)
\
src/util/vcs/$(DEPDIR)/$(am__dirstamp)
./src/util/vcs.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/regex.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/spec_sort.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
...
...
@@ -549,8 +578,6 @@ src/util/io/$(DEPDIR)/$(am__dirstamp):
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/package_manager.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/subversion.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/writer.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/reader.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
...
...
@@ -1179,7 +1206,6 @@ mostlyclean-compile:
-
rm
-f
./src/util/io/package.
$(OBJEXT)
-
rm
-f
./src/util/io/package_manager.
$(OBJEXT)
-
rm
-f
./src/util/io/reader.
$(OBJEXT)
-
rm
-f
./src/util/io/subversion.
$(OBJEXT)
-
rm
-f
./src/util/io/writer.
$(OBJEXT)
-
rm
-f
./src/util/regex.
$(OBJEXT)
-
rm
-f
./src/util/rotation.
$(OBJEXT)
...
...
@@ -1187,6 +1213,8 @@ mostlyclean-compile:
-
rm
-f
./src/util/spell_checker.
$(OBJEXT)
-
rm
-f
./src/util/string.
$(OBJEXT)
-
rm
-f
./src/util/tagged_string.
$(OBJEXT)
-
rm
-f
./src/util/vcs.
$(OBJEXT)
-
rm
-f
./src/util/vcs/subversion.
$(OBJEXT)
-
rm
-f
./src/util/version.
$(OBJEXT)
distclean-compile
:
...
...
@@ -1352,18 +1380,19 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/$(DEPDIR)/spell_checker.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/$(DEPDIR)/string.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/$(DEPDIR)/tagged_string.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/$(DEPDIR)/vcs.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/$(DEPDIR)/version.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/get_member.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/package.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/package_manager.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/reader.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/subversion.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/io/$(DEPDIR)/writer.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/vcs/$(DEPDIR)/subversion.Po@am__quote@
.cpp.o
:
@am__fastdepCXX_TRUE@
depbase
=
`
echo
$@
|
sed
's|[^/]*$$|
$(DEPDIR)
/&|;s|\.o$$||'
`
;
\
@am__fastdepCXX_TRUE@
$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$$
depbase.Tpo
-c
-o
$@
$<
&&
\
@am__fastdepCXX_TRUE@
mv
-f
$$
depbase.Tpo
$$
depbase.Po
@am__fastdepCXX_TRUE@
$(am__mv)
$$
depbase.Tpo
$$
depbase.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
$<
...
...
@@ -1371,7 +1400,7 @@ distclean-compile:
.cpp.obj
:
@am__fastdepCXX_TRUE@
depbase
=
`
echo
$@
|
sed
's|[^/]*$$|
$(DEPDIR)
/&|;s|\.obj$$||'
`
;
\
@am__fastdepCXX_TRUE@
$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$$
depbase.Tpo
-c
-o
$@
`
$(CYGPATH_W)
'$<'
`
&&
\
@am__fastdepCXX_TRUE@
mv
-f
$$
depbase.Tpo
$$
depbase.Po
@am__fastdepCXX_TRUE@
$(am__mv)
$$
depbase.Tpo
$$
depbase.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
...
...
@@ -1388,7 +1417,7 @@ tags: TAGS
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
set
x
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
...
...
@@ -1396,36 +1425,41 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
shift
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
*
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
if
test
$$
# -gt 0; then
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
"
$$
@"
$$
unique
;
\
else
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
unique
;
\
fi
;
\
fi
ctags
:
CTAGS
CTAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
test
-z
"
$(CTAGS_ARGS)$$
tags
$$
unique"
\
test
-z
"
$(CTAGS_ARGS)$$
unique"
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
tags
$$
unique
$$
unique
GTAGS
:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir
:
$(DISTFILES)
$(am__remove_distdir)
test
-d
$(distdir)
||
mkdir
$(distdir)
test
-d
"
$(distdir)
"
||
mkdir
"
$(distdir)
"
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
list
=
'
$(DISTFILES)
'
;
\
...
...
@@ -1441,21 +1475,26 @@ distdir: $(DISTFILES)
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
dir
=
`
echo
"/
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
-d
"
$(distdir)
/
$$
file"
;
then
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
if
test
-d
$(srcdir)
/
$$
file
&&
test
$$
d
!=
$(srcdir)
;
then
\
cp
-pR
$(srcdir)
/
$$
file
$(distdir)$$
dir
||
exit
1
;
\
cp
-fpR
$(srcdir)
/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
cp
-
pR
$$
d/
$$
file
$(distdir)$$
dir
||
exit
1
;
\
cp
-
fpR
$$
d/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
\
test
-f
"
$(distdir)
/
$$
file"
\
||
cp
-p
$$
d/
$$
file
"
$(distdir)
/
$$
file"
\
||
exit
1
;
\
fi
;
\
done
-
find
$(distdir)
-type
d
!
-perm
-777
-exec
chmod
a+rwx
{}
\;
-o
\
-
test
-n
"
$(am__skip_mode_fix)
"
\
||
find
"
$(distdir)
"
-type
d
!
-perm
-777
-exec
chmod
a+rwx
{}
\;
-o
\
!
-type
d
!
-perm
-444
-links
1
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-400
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-444
-exec
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
||
chmod
-R
a+r
$(distdir)
||
chmod
-R
a+r
"
$(distdir)
"
dist-gzip
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
...
...
@@ -1468,6 +1507,10 @@ dist-lzma: distdir
tardir
=
$(distdir)
&&
$(am__tar)
| lzma
-9
-c
>
$(distdir)
.tar.lzma
$(am__remove_distdir)
dist-xz
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| xz
-c
>
$(distdir)
.tar.xz
$(am__remove_distdir)
dist-tarZ
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| compress
-c
>
$(distdir)
.tar.Z
$(am__remove_distdir)
...
...
@@ -1496,6 +1539,8 @@ distcheck: dist
bunzip2
-c
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
*
.tar.lzma
*
)
\
unlzma
-c
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
*
.tar.xz
*
)
\
xz
-dc
$(distdir)
.tar.xz |
$(am__untar)
;;
\
*
.tar.Z
*
)
\
uncompress
-c
$(distdir)
.tar.Z |
$(am__untar)
;;
\
*
.shar.gz
*
)
\
...
...
@@ -1507,9 +1552,11 @@ distcheck: dist
mkdir
$(distdir)
/_build
mkdir
$(distdir)
/_inst
chmod
a-w
$(distdir)
test
-d
$(distdir)
/_build
||
exit
0
;
\
dc_install_base
=
`
$(am__cd)
$(distdir)
/_inst
&&
pwd
|
sed
-e
's,^[^:\\/]:[\\/],/,'
`
\
&&
dc_destdir
=
"
$
${
TMPDIR
-/tmp
}
/am-dc-
$$$$
/"
\
&&
cd
$(distdir)
/_build
\
&&
am__cwd
=
`
pwd
`
\
&&
$(am__cd)
$(distdir)
/_build
\
&&
../configure
--srcdir
=
..
--prefix
=
"
$$
dc_install_base"
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
...
...
@@ -1531,13 +1578,15 @@ distcheck: dist
&&
rm
-rf
"
$$
dc_destdir"
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
\
&&
rm
-rf
$(DIST_ARCHIVES)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
\
&&
cd
"
$$
am__cwd"
\
||
exit
1
$(am__remove_distdir)
@
(
echo
"
$(distdir)
archives ready for distribution: "
;
\
list
=
'
$(DIST_ARCHIVES)
'
;
for
i
in
$$
list
;
do
echo
$$
i
;
done
)
|
\
sed
-e
1h
-e
1s/./
=
/g
-e
1p
-e
1x
-e
'$$p'
-e
'$$x'
distuninstallcheck
:
@
cd
$(distuninstallcheck_dir)
\
@
$(am__cd)
'
$(distuninstallcheck_dir)
'
\
&&
test
`
$(distuninstallcheck_listfiles)
|
wc
-l
`
-le
1
\
||
{
echo
"ERROR: files left after uninstall:"
;
\
if
test
-n
"
$(DESTDIR)
"
;
then
\
...
...
@@ -1581,6 +1630,7 @@ clean-generic:
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
.
=
"
$(srcdir)
"
||
test
-z
"
$(CONFIG_CLEAN_VPATH_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_VPATH_FILES)
-
rm
-f
src/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/
$(am__dirstamp)
-
rm
-f
src/cli/
$(DEPDIR)
/
$(am__dirstamp)
...
...
@@ -1621,6 +1671,8 @@ distclean-generic:
-
rm
-f
src/util/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(am__dirstamp)
-
rm
-f
src/util/vcs/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/vcs/
$(am__dirstamp)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
@@ -1631,7 +1683,7 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
distclean
:
distclean-am
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
-
rm
-rf
./src/
$(DEPDIR)
./src/cli/
$(DEPDIR)
./src/data/
$(DEPDIR)
./src/data/action/
$(DEPDIR)
./src/data/field/
$(DEPDIR)
./src/data/format/
$(DEPDIR)
./src/gfx/
$(DEPDIR)
./src/gui/
$(DEPDIR)
./src/gui/control/
$(DEPDIR)
./src/gui/set/
$(DEPDIR)
./src/gui/symbol/
$(DEPDIR)
./src/gui/value/
$(DEPDIR)
./src/render/card/
$(DEPDIR)
./src/render/symbol/
$(DEPDIR)
./src/render/text/
$(DEPDIR)
./src/render/value/
$(DEPDIR)
./src/script/
$(DEPDIR)
./src/script/functions/
$(DEPDIR)
./src/util/
$(DEPDIR)
./src/util/io/
$(DEPDIR)
-
rm
-rf
./src/
$(DEPDIR)
./src/cli/
$(DEPDIR)
./src/data/
$(DEPDIR)
./src/data/action/
$(DEPDIR)
./src/data/field/
$(DEPDIR)
./src/data/format/
$(DEPDIR)
./src/gfx/
$(DEPDIR)
./src/gui/
$(DEPDIR)
./src/gui/control/
$(DEPDIR)
./src/gui/set/
$(DEPDIR)
./src/gui/symbol/
$(DEPDIR)
./src/gui/value/
$(DEPDIR)
./src/render/card/
$(DEPDIR)
./src/render/symbol/
$(DEPDIR)
./src/render/text/
$(DEPDIR)
./src/render/value/
$(DEPDIR)
./src/script/
$(DEPDIR)
./src/script/functions/
$(DEPDIR)
./src/util/
$(DEPDIR)
./src/util/io/
$(DEPDIR)
./src/util/vcs/
$(DEPDIR)
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-compile distclean-generic
\
distclean-hdr distclean-tags
...
...
@@ -1642,6 +1694,8 @@ dvi-am:
html
:
html-am
html-am
:
info
:
info-am
info-am
:
...
...
@@ -1650,24 +1704,34 @@ install-data-am:
install-dvi
:
install-dvi-am
install-dvi-am
:
install-exec-am
:
install-binPROGRAMS
install-html
:
install-html-am
install-html-am
:
install-info
:
install-info-am
install-info-am
:
install-man
:
install-pdf
:
install-pdf-am
install-pdf-am
:
install-ps
:
install-ps-am
install-ps-am
:
installcheck-am
:
maintainer-clean
:
maintainer-clean-am
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
-
rm
-rf
$(top_srcdir)
/autom4te.cache
-
rm
-rf
./src/
$(DEPDIR)
./src/cli/
$(DEPDIR)
./src/data/
$(DEPDIR)
./src/data/action/
$(DEPDIR)
./src/data/field/
$(DEPDIR)
./src/data/format/
$(DEPDIR)
./src/gfx/
$(DEPDIR)
./src/gui/
$(DEPDIR)
./src/gui/control/
$(DEPDIR)
./src/gui/set/
$(DEPDIR)
./src/gui/symbol/
$(DEPDIR)
./src/gui/value/
$(DEPDIR)
./src/render/card/
$(DEPDIR)
./src/render/symbol/
$(DEPDIR)
./src/render/text/
$(DEPDIR)
./src/render/value/
$(DEPDIR)
./src/script/
$(DEPDIR)
./src/script/functions/
$(DEPDIR)
./src/util/
$(DEPDIR)
./src/util/io/
$(DEPDIR)
-
rm
-rf
./src/
$(DEPDIR)
./src/cli/
$(DEPDIR)
./src/data/
$(DEPDIR)
./src/data/action/
$(DEPDIR)
./src/data/field/
$(DEPDIR)
./src/data/format/
$(DEPDIR)
./src/gfx/
$(DEPDIR)
./src/gui/
$(DEPDIR)
./src/gui/control/
$(DEPDIR)
./src/gui/set/
$(DEPDIR)
./src/gui/symbol/
$(DEPDIR)
./src/gui/value/
$(DEPDIR)
./src/render/card/
$(DEPDIR)
./src/render/symbol/
$(DEPDIR)
./src/render/text/
$(DEPDIR)
./src/render/value/
$(DEPDIR)
./src/script/
$(DEPDIR)
./src/script/functions/
$(DEPDIR)
./src/util/
$(DEPDIR)
./src/util/io/
$(DEPDIR)
./src/util/vcs/
$(DEPDIR)
-
rm
-f
Makefile
maintainer-clean-am
:
distclean-am maintainer-clean-generic
...
...
@@ -1689,18 +1753,20 @@ uninstall-am: uninstall-binPROGRAMS
.PHONY
:
CTAGS GTAGS all all-am am--refresh check check-am clean
\
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2
\
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck
\
distclean distclean-compile distclean-generic distclean-hdr
\
distclean-tags distcleancheck distdir distuninstallcheck dvi
\
dvi-am html html-am info info-am install install-am
\
install-binPROGRAMS install-data install-data-am install-dvi
\
install-dvi-am install-exec install-exec-am install-html
\
install-html-am install-info install-info-am install-man
\
install-pdf install-pdf-am install-ps install-ps-am
\
install-strip installcheck installcheck-am installdirs
\
maintainer-clean maintainer-clean-generic mostlyclean
\
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am
\
tags uninstall uninstall-am uninstall-binPROGRAMS
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip
\
distcheck distclean distclean-compile distclean-generic
\
distclean-hdr distclean-tags distcleancheck distdir
\
distuninstallcheck dvi dvi-am html html-am info info-am
\
install install-am install-binPROGRAMS install-data
\
install-data-am install-dvi install-dvi-am install-exec
\
install-exec-am install-html install-html-am install-info
\
install-info-am install-man install-pdf install-pdf-am
\
install-ps install-ps-am install-strip installcheck
\
installcheck-am installdirs maintainer-clean
\
maintainer-clean-generic mostlyclean mostlyclean-compile
\
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall
\
uninstall-am uninstall-binPROGRAMS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
configure
View file @
a5ee2b69
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.ac
View file @
a5ee2b69
...
...
@@ -18,8 +18,17 @@ if test -n "${CXXFLAGS}"; then
user_set_cxxflags=yes
fi
AC_PROG_CXX
AC_ARG_ENABLE(debug, [--enable-debug Enable debug build (requires debug
versions of wxWidgets and libstdc++.], [DEBUG=1])
if test "x${DEBUG}" = x1; then
DEFAULT_CXXFLAGS="-ggdb3 -O0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC"
WXCONFIG_FLAGS="--debug"
else
DEFAULT_CXXFLAGS="-O2"
WXCONFIG_FLAGS=""
fi
if test X$user_set_cxxflags != Xyes; then
CXXFLAGS=
"-g -O0"
CXXFLAGS=
${DEFAULT_CXXFLAGS}
fi
# Checks for libraries.
...
...
@@ -32,16 +41,18 @@ BOOST_REGEX_LIB="-Wl,-Bstatic $BOOST_REGEX_LIB -Wl,-Bdynamic"
# Check for wxWidgets
AM_OPTIONS_WXCONFIG
AM_PATH_WXCONFIG(
2.8.0,wxWin=1,,,[--debug]
)
if test "$
wxWin
" != 1; then
AM_PATH_WXCONFIG(
[2.8.0],[HAVE_WX=1],,,${WX_CONFIG_FLAGS}
)
if test "$
{HAVE_WX}
" != 1; then
AC_MSG_ERROR([
wxWindows must be installed on your system
but
wx-config script couldn't be foun
d.
but
could not be configure
d.
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows version is 2.6.0 or above.
equivalent variable and wxWindows version is 2.6.0 or
above. If --enable-debug was passed, please ensure
debugging libraries are installed.
])
fi
...
...
@@ -95,15 +106,10 @@ int main()
return 0;
}], [ap_cv_atomic_builtins=yes], [ap_cv_atomic_builtins=no], [ap_cv_atomic_builtins=no])])
if test "
$ap_cv_atomic_builtins" = "
yes"; then
if test "
x$ap_cv_atomic_builtins" = "x
yes"; then
AC_DEFINE(HAVE_GCC_ATOMIC_BUILTINS, 1, [Define if compiler provides atomic builtins])
fi
AC_OUTPUT([
Makefile
])
echo "*******************************************************************************
*DON'T YOU DARE SHIP THIS VERSION BECAUSE DEBUGGING IS ENABLED PLEASE DISABLE *
*IT FIRST BY REMOVING --debug FROM WX AND REMOVING LIBSTDCXX -D FROM MakeAM.sh*
*******************************************************************************"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment