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
Hide 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 "
...
@@ -12,7 +12,7 @@ echo "
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = magicseteditor
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)
AM_LDFLAGS = @WX_LIBS@
\$
(BOOST_LDFLAGS)
magicseteditor_LDADD =
\$
(BOOST_REGEX_LIB)
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@
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 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
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
@@ -24,8 +25,9 @@
...
@@ -24,8 +25,9 @@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
pkglibexecdir
=
$(libexecdir)
/@PACKAGE@
am__cd
=
CDPATH
=
"
$
${
ZSH_VERSION
+.
}
$(PATH_SEPARATOR)
"
&&
cd
am__cd
=
CDPATH
=
"
$
${
ZSH_VERSION
+.
}
$(PATH_SEPARATOR)
"
&&
cd
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
install_sh_PROGRAM
=
$(install_sh)
-c
...
@@ -53,18 +55,18 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
...
@@ -53,18 +55,18 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
mkinstalldirs
=
$(install_sh)
-d
mkinstalldirs
=
$(install_sh)
-d
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
am__installdirs
=
"
$(DESTDIR)$(bindir)
"
am__installdirs
=
"
$(DESTDIR)$(bindir)
"
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
PROGRAMS
=
$(bin_PROGRAMS)
PROGRAMS
=
$(bin_PROGRAMS)
am__dirstamp
=
$(am__leading_dot)
dirstamp
am__dirstamp
=
$(am__leading_dot)
dirstamp
am_magicseteditor_OBJECTS
=
./src/util/version.
$(OBJEXT)
\
am_magicseteditor_OBJECTS
=
./src/util/version.
$(OBJEXT)
\
./src/util/alignment.
$(OBJEXT)
./src/util/rotation.
$(OBJEXT)
\
./src/util/alignment.
$(OBJEXT)
./src/util/rotation.
$(OBJEXT)
\
./src/util/tagged_string.
$(OBJEXT)
\
./src/util/tagged_string.
$(OBJEXT)
\
./src/util/spell_checker.
$(OBJEXT)
./src/util/regex.
$(OBJEXT)
\
./src/util/spell_checker.
$(OBJEXT)
\
./src/util/spec_sort.
$(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/get_member.
$(OBJEXT)
\
./src/util/io/package_manager.
$(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/writer.
$(OBJEXT)
./src/util/io/reader.
$(OBJEXT)
\
./src/util/io/package.
$(OBJEXT)
\
./src/util/io/package.
$(OBJEXT)
\
./src/util/action_stack.
$(OBJEXT)
./src/util/error.
$(OBJEXT)
\
./src/util/action_stack.
$(OBJEXT)
./src/util/error.
$(OBJEXT)
\
...
@@ -211,6 +213,7 @@ magicseteditor_DEPENDENCIES = $(am__DEPENDENCIES_1)
...
@@ -211,6 +213,7 @@ magicseteditor_DEPENDENCIES = $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES
=
-I
.@am__isrc@
-I
$(top_builddir)
/src
DEFAULT_INCLUDES
=
-I
.@am__isrc@
-I
$(top_builddir)
/src
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
am__depfiles_maybe
=
depfiles
am__mv
=
mv
-f
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
CXXLD
=
$(CXX)
CXXLD
=
$(CXX)
...
@@ -224,9 +227,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
...
@@ -224,9 +227,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir
=
$(PACKAGE)
-
$(VERSION)
distdir
=
$(PACKAGE)
-
$(VERSION)
top_distdir
=
$(distdir)
top_distdir
=
$(distdir)
am__remove_distdir
=
\
am__remove_distdir
=
\
{
test
!
-d
$(distdir)
\
{
test
!
-d
"
$(distdir)
"
\
||
{
find
$(distdir)
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
||
{
find
"
$(distdir)
"
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-fr
$(distdir)
;
}
;
}
&&
rm
-fr
"
$(distdir)
"
;
}
;
}
DIST_ARCHIVES
=
$(distdir)
.tar.gz
DIST_ARCHIVES
=
$(distdir)
.tar.gz
GZIP_ENV
=
--best
GZIP_ENV
=
--best
distuninstallcheck_listfiles
=
find
.
-type
f
-print
distuninstallcheck_listfiles
=
find
.
-type
f
-print
...
@@ -274,6 +277,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
...
@@ -274,6 +277,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME
=
@PACKAGE_NAME@
PACKAGE_NAME
=
@PACKAGE_NAME@
PACKAGE_STRING
=
@PACKAGE_STRING@
PACKAGE_STRING
=
@PACKAGE_STRING@
PACKAGE_TARNAME
=
@PACKAGE_TARNAME@
PACKAGE_TARNAME
=
@PACKAGE_TARNAME@
PACKAGE_URL
=
@PACKAGE_URL@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
SET_MAKE
=
@SET_MAKE@
SET_MAKE
=
@SET_MAKE@
...
@@ -336,7 +340,7 @@ top_srcdir = @top_srcdir@
...
@@ -336,7 +340,7 @@ top_srcdir = @top_srcdir@
# This flag allows us to use subdirectories:
# This flag allows us to use subdirectories:
AUTOMAKE_OPTIONS
=
subdir-objects
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)
AM_LDFLAGS
=
@WX_LIBS@
$(BOOST_LDFLAGS)
magicseteditor_LDADD
=
$(BOOST_REGEX_LIB)
magicseteditor_LDADD
=
$(BOOST_REGEX_LIB)
...
@@ -344,23 +348,23 @@ magicseteditor_LDADD = $(BOOST_REGEX_LIB)
...
@@ -344,23 +348,23 @@ magicseteditor_LDADD = $(BOOST_REGEX_LIB)
magicseteditor_SOURCES
=
./src/util/version.cpp
\
magicseteditor_SOURCES
=
./src/util/version.cpp
\
./src/util/alignment.cpp ./src/util/rotation.cpp
\
./src/util/alignment.cpp ./src/util/rotation.cpp
\
./src/util/tagged_string.cpp ./src/util/spell_checker.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/regex.cpp ./src/util/spec_sort.cpp
\
./src/util/io/get_member.cpp ./src/util/io/package_manager.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/writer.cpp ./src/util/io/reader.cpp
\
./src/util/io/reader.cpp ./src/util/io/package.cpp
\
./src/util/io/package.cpp ./src/util/action_stack.cpp
\
./src/util/action_stack.cpp ./src/util/error.cpp
\
./src/util/error.cpp ./src/util/age.cpp
\
./src/util/age.cpp ./src/util/file_utils.cpp
\
./src/util/file_utils.cpp ./src/util/string.cpp
\
./src/util/string.cpp ./src/gfx/color.cpp
\
./src/gfx/color.cpp ./src/gfx/mask_image.cpp
\
./src/gfx/mask_image.cpp ./src/gfx/rotate_image.cpp
\
./src/gfx/rotate_image.cpp ./src/gfx/image_effects.cpp
\
./src/gfx/image_effects.cpp ./src/gfx/resample_text.cpp
\
./src/gfx/resample_text.cpp ./src/gfx/combine_image.cpp
\
./src/gfx/combine_image.cpp ./src/gfx/polynomial.cpp
\
./src/gfx/polynomial.cpp ./src/gfx/bezier.cpp
\
./src/gfx/bezier.cpp ./src/gfx/generated_image.cpp
\
./src/gfx/generated_image.cpp ./src/gfx/resample_image.cpp
\
./src/gfx/resample_image.cpp ./src/gfx/blend_image.cpp
\
./src/gfx/blend_image.cpp ./src/main.cpp
\
./src/main.cpp ./src/render/card/viewer.cpp
\
./src/render/card/viewer.cpp ./src/render/text/compound.cpp
\
./src/render/text/compound.cpp ./src/render/text/symbol.cpp
\
./src/render/text/symbol.cpp ./src/render/text/font.cpp
\
./src/render/text/font.cpp ./src/render/text/viewer.cpp
\
./src/render/text/viewer.cpp ./src/render/text/element.cpp
\
./src/render/text/element.cpp ./src/render/symbol/filter.cpp
\
./src/render/symbol/filter.cpp ./src/render/symbol/viewer.cpp
\
./src/render/symbol/viewer.cpp
\
./src/render/value/multiple_choice.cpp
\
./src/render/value/multiple_choice.cpp
\
./src/render/value/symbol.cpp ./src/render/value/color.cpp
\
./src/render/value/symbol.cpp ./src/render/value/color.cpp
\
./src/render/value/package_choice.cpp
\
./src/render/value/package_choice.cpp
\
...
@@ -452,15 +456,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
...
@@ -452,15 +456,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
case
'
$(am__configure_deps)
'
in
\
*
$$
dep
*
)
\
*
$$
dep
*
)
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign
'
;
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign'
;
\
cd
$(srcdir)
&&
$(AUTOMAKE)
--foreign
\
$(am__cd)
$(srcdir)
&&
$(AUTOMAKE)
--foreign
\
&&
exit
0
;
\
&&
exit
0
;
\
exit
1
;;
\
exit
1
;;
\
esac
;
\
esac
;
\
done
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--foreign
Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--foreign Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(am__cd)
$(top_srcdir)
&&
\
$(AUTOMAKE)
--foreign
Makefile
$(AUTOMAKE)
--foreign
Makefile
.PRECIOUS
:
Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
@
case
'$?'
in
\
...
@@ -476,9 +480,10 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
...
@@ -476,9 +480,10 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
$(SHELL)
./config.status
--recheck
$(SHELL)
./config.status
--recheck
$(top_srcdir)/configure
:
$(am__configure_deps)
$(top_srcdir)/configure
:
$(am__configure_deps)
cd
$(srcdir)
&&
$(AUTOCONF)
$(am__cd)
$(srcdir)
&&
$(AUTOCONF)
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
$(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
src/config.h
:
src/stamp-h1
@
if
test
!
-f
$@
;
then
\
@
if
test
!
-f
$@
;
then
\
...
@@ -490,7 +495,7 @@ src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
...
@@ -490,7 +495,7 @@ src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
@
rm
-f
src/stamp-h1
@
rm
-f
src/stamp-h1
cd
$(top_builddir)
&&
$(SHELL)
./config.status src/config.h
cd
$(top_builddir)
&&
$(SHELL)
./config.status src/config.h
$(top_srcdir)/src/config.h.in
:
$(am__configure_deps)
$(top_srcdir)/src/config.h.in
:
$(am__configure_deps)
cd
$(top_srcdir)
&&
$(AUTOHEADER
)
(
$(am__cd)
$(top_srcdir)
&&
$(AUTOHEADER)
)
rm
-f
src/stamp-h1
rm
-f
src/stamp-h1
touch
$@
touch
$@
...
@@ -499,23 +504,37 @@ distclean-hdr:
...
@@ -499,23 +504,37 @@ distclean-hdr:
install-binPROGRAMS
:
$(bin_PROGRAMS)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
@
$(NORMAL_INSTALL)
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
if
test
-f
$$
p
\
sed
's/
$(EXEEXT)
$$//'
|
\
;
then
\
while
read
p p1
;
do if
test
-f
$$
p
;
\
f
=
`
echo
"
$$
p1"
|
sed
's,^.*/,,;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL)
'
$$
p' '
$(DESTDIR)$(bindir)
/
$$
f'"
;
\
done
|
\
$(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL)
"
$$
p"
"
$(DESTDIR)$(bindir)
/
$$
f"
||
exit
1
;
\
sed
-e
'p;s,.*/,,;n;h'
-e
's|.*|.|'
\
else
:
;
fi
;
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
done
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
:
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
f
=
`
echo
"
$$
p"
|
sed
's,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
echo
" rm -f '
$(DESTDIR)$(bindir)
/
$$
f'"
;
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
rm
-f
"
$(DESTDIR)$(bindir)
/
$$
f"
;
\
-e
's/$$/
$(EXEEXT)
/'
`
;
\
done
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(bindir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(bindir)
"
&&
rm
-f
$$
files
clean-binPROGRAMS
:
clean-binPROGRAMS
:
-
test
-z
"
$(bin_PROGRAMS)
"
||
rm
-f
$(bin_PROGRAMS)
-
test
-z
"
$(bin_PROGRAMS)
"
||
rm
-f
$(bin_PROGRAMS)
...
@@ -535,6 +554,16 @@ src/util/$(DEPDIR)/$(am__dirstamp):
...
@@ -535,6 +554,16 @@ src/util/$(DEPDIR)/$(am__dirstamp):
src/util/$(DEPDIR)/$(am__dirstamp)
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/spell_checker.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
./src/util/spell_checker.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(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/regex.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/spec_sort.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
./src/util/spec_sort.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
...
@@ -549,8 +578,6 @@ src/util/io/$(DEPDIR)/$(am__dirstamp):
...
@@ -549,8 +578,6 @@ src/util/io/$(DEPDIR)/$(am__dirstamp):
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/package_manager.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(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/writer.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(am__dirstamp)
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/reader.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
./src/util/io/reader.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
...
@@ -1179,7 +1206,6 @@ mostlyclean-compile:
...
@@ -1179,7 +1206,6 @@ mostlyclean-compile:
-
rm
-f
./src/util/io/package.
$(OBJEXT)
-
rm
-f
./src/util/io/package.
$(OBJEXT)
-
rm
-f
./src/util/io/package_manager.
$(OBJEXT)
-
rm
-f
./src/util/io/package_manager.
$(OBJEXT)
-
rm
-f
./src/util/io/reader.
$(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/io/writer.
$(OBJEXT)
-
rm
-f
./src/util/regex.
$(OBJEXT)
-
rm
-f
./src/util/regex.
$(OBJEXT)
-
rm
-f
./src/util/rotation.
$(OBJEXT)
-
rm
-f
./src/util/rotation.
$(OBJEXT)
...
@@ -1187,6 +1213,8 @@ mostlyclean-compile:
...
@@ -1187,6 +1213,8 @@ mostlyclean-compile:
-
rm
-f
./src/util/spell_checker.
$(OBJEXT)
-
rm
-f
./src/util/spell_checker.
$(OBJEXT)
-
rm
-f
./src/util/string.
$(OBJEXT)
-
rm
-f
./src/util/string.
$(OBJEXT)
-
rm
-f
./src/util/tagged_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)
-
rm
-f
./src/util/version.
$(OBJEXT)
distclean-compile
:
distclean-compile
:
...
@@ -1352,18 +1380,19 @@ 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)/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)/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)/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/$(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)/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.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)/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)/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/io/$(DEPDIR)/writer.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./src/util/vcs/$(DEPDIR)/subversion.Po@am__quote@
.cpp.o
:
.cpp.o
:
@am__fastdepCXX_TRUE@
depbase
=
`
echo
$@
|
sed
's|[^/]*$$|
$(DEPDIR)
/&|;s|\.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@
$(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@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
$<
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
$<
...
@@ -1371,7 +1400,7 @@ distclean-compile:
...
@@ -1371,7 +1400,7 @@ distclean-compile:
.cpp.obj
:
.cpp.obj
:
@am__fastdepCXX_TRUE@
depbase
=
`
echo
$@
|
sed
's|[^/]*$$|
$(DEPDIR)
/&|;s|\.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@
$(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@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCXX_FALSE@
$(CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
...
@@ -1388,7 +1417,7 @@ tags: TAGS
...
@@ -1388,7 +1417,7 @@ tags: TAGS
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
tags
=
;
\
set
x
;
\
here
=
`
pwd
`
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
...
@@ -1396,36 +1425,41 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
...
@@ -1396,36 +1425,41 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done
|
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
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
;
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
if
test
$$
# -gt 0; then
\
$$
tags
$$
unique
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
"
$$
@"
$$
unique
;
\
else
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
unique
;
\
fi
;
\
fi
fi
ctags
:
CTAGS
ctags
:
CTAGS
CTAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
CTAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
tags
=
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
$(AWK)
'{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'
`
;
\
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)
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
tags
$$
unique
$$
unique
GTAGS
:
GTAGS
:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
distclean-tags
:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
$(am__remove_distdir)
$(am__remove_distdir)
test
-d
$(distdir)
||
mkdir
$(distdir)
test
-d
"
$(distdir)
"
||
mkdir
"
$(distdir)
"
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
list
=
'
$(DISTFILES)
'
;
\
list
=
'
$(DISTFILES)
'
;
\
...
@@ -1441,21 +1475,26 @@ distdir: $(DISTFILES)
...
@@ -1441,21 +1475,26 @@ distdir: $(DISTFILES)
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
dir
=
`
echo
"/
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
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
\
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
;
\
fi
;
\
cp
-
pR
$$
d/
$$
file
$(distdir)$$
dir
||
exit
1
;
\
cp
-
fpR
$$
d/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
"
$(distdir)
/
$$
file"
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
\
||
cp
-p
$$
d/
$$
file
"
$(distdir)
/
$$
file"
\
||
exit
1
;
\
||
exit
1
;
\
fi
;
\
fi
;
\
done
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
-444
-links
1
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-400
-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
{}
{}
\;
\
!
-type
d
!
-perm
-444
-exec
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
||
chmod
-R
a+r
$(distdir)
||
chmod
-R
a+r
"
$(distdir)
"
dist-gzip
:
distdir
dist-gzip
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
tardir
=
$(distdir)
&&
$(am__tar)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
$(am__remove_distdir)
...
@@ -1468,6 +1507,10 @@ dist-lzma: distdir
...
@@ -1468,6 +1507,10 @@ dist-lzma: distdir
tardir
=
$(distdir)
&&
$(am__tar)
| lzma
-9
-c
>
$(distdir)
.tar.lzma
tardir
=
$(distdir)
&&
$(am__tar)
| lzma
-9
-c
>
$(distdir)
.tar.lzma
$(am__remove_distdir)
$(am__remove_distdir)
dist-xz
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| xz
-c
>
$(distdir)
.tar.xz
$(am__remove_distdir)
dist-tarZ
:
distdir
dist-tarZ
:
distdir
tardir
=
$(distdir)
&&
$(am__tar)
| compress
-c
>
$(distdir)
.tar.Z
tardir
=
$(distdir)
&&
$(am__tar)
| compress
-c
>
$(distdir)
.tar.Z
$(am__remove_distdir)
$(am__remove_distdir)
...
@@ -1496,6 +1539,8 @@ distcheck: dist
...
@@ -1496,6 +1539,8 @@ distcheck: dist
bunzip2
-c
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
bunzip2
-c
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
*
.tar.lzma
*
)
\
*
.tar.lzma
*
)
\
unlzma
-c
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
unlzma
-c
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
*
.tar.xz
*
)
\
xz
-dc
$(distdir)
.tar.xz |
$(am__untar)
;;
\
*
.tar.Z
*
)
\
*
.tar.Z
*
)
\
uncompress
-c
$(distdir)
.tar.Z |
$(am__untar)
;;
\
uncompress
-c
$(distdir)
.tar.Z |
$(am__untar)
;;
\
*
.shar.gz
*
)
\
*
.shar.gz
*
)
\
...
@@ -1507,9 +1552,11 @@ distcheck: dist
...
@@ -1507,9 +1552,11 @@ distcheck: dist
mkdir
$(distdir)
/_build
mkdir
$(distdir)
/_build
mkdir
$(distdir)
/_inst
mkdir
$(distdir)
/_inst
chmod
a-w
$(distdir)
chmod
a-w
$(distdir)
test
-d
$(distdir)
/_build
||
exit
0
;
\
dc_install_base
=
`
$(am__cd)
$(distdir)
/_inst
&&
pwd
|
sed
-e
's,^[^:\\/]:[\\/],/,'
`
\
dc_install_base
=
`
$(am__cd)
$(distdir)
/_inst
&&
pwd
|
sed
-e
's,^[^:\\/]:[\\/],/,'
`
\
&&
dc_destdir
=
"
$
${
TMPDIR
-/tmp
}
/am-dc-
$$$$
/"
\
&&
dc_destdir
=
"
$
${
TMPDIR
-/tmp
}
/am-dc-
$$$$
/"
\
&&
cd
$(distdir)
/_build
\
&&
am__cwd
=
`
pwd
`
\
&&
$(am__cd)
$(distdir)
/_build
\
&&
../configure
--srcdir
=
..
--prefix
=
"
$$
dc_install_base"
\
&&
../configure
--srcdir
=
..
--prefix
=
"
$$
dc_install_base"
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
...
@@ -1531,13 +1578,15 @@ distcheck: dist
...
@@ -1531,13 +1578,15 @@ distcheck: dist
&&
rm
-rf
"
$$
dc_destdir"
\
&&
rm
-rf
"
$$
dc_destdir"
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
\
&&
rm
-rf
$(DIST_ARCHIVES)
\
&&
rm
-rf
$(DIST_ARCHIVES)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
\
&&
cd
"
$$
am__cwd"
\
||
exit
1
$(am__remove_distdir)
$(am__remove_distdir)
@
(
echo
"
$(distdir)
archives ready for distribution: "
;
\
@
(
echo
"
$(distdir)
archives ready for distribution: "
;
\
list
=
'
$(DIST_ARCHIVES)
'
;
for
i
in
$$
list
;
do
echo
$$
i
;
done
)
|
\
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'
sed
-e
1h
-e
1s/./
=
/g
-e
1p
-e
1x
-e
'$$p'
-e
'$$x'
distuninstallcheck
:
distuninstallcheck
:
@
cd
$(distuninstallcheck_dir)
\
@
$(am__cd)
'
$(distuninstallcheck_dir)
'
\
&&
test
`
$(distuninstallcheck_listfiles)
|
wc
-l
`
-le
1
\
&&
test
`
$(distuninstallcheck_listfiles)
|
wc
-l
`
-le
1
\
||
{
echo
"ERROR: files left after uninstall:"
;
\
||
{
echo
"ERROR: files left after uninstall:"
;
\
if
test
-n
"
$(DESTDIR)
"
;
then
\
if
test
-n
"
$(DESTDIR)
"
;
then
\
...
@@ -1581,6 +1630,7 @@ clean-generic:
...
@@ -1581,6 +1630,7 @@ clean-generic:
distclean-generic
:
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
-
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/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/
$(am__dirstamp)
-
rm
-f
src/
$(am__dirstamp)
-
rm
-f
src/cli/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/cli/
$(DEPDIR)
/
$(am__dirstamp)
...
@@ -1621,6 +1671,8 @@ distclean-generic:
...
@@ -1621,6 +1671,8 @@ distclean-generic:
-
rm
-f
src/util/
$(am__dirstamp)
-
rm
-f
src/util/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(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
:
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"This command is intended for maintainers to use"
...
@@ -1631,7 +1683,7 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
...
@@ -1631,7 +1683,7 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
distclean
:
distclean-am
distclean
:
distclean-am
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
-
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
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-compile distclean-generic
\
distclean-am
:
clean-am distclean-compile distclean-generic
\
distclean-hdr distclean-tags
distclean-hdr distclean-tags
...
@@ -1642,6 +1694,8 @@ dvi-am:
...
@@ -1642,6 +1694,8 @@ dvi-am:
html
:
html-am
html
:
html-am
html-am
:
info
:
info-am
info
:
info-am
info-am
:
info-am
:
...
@@ -1650,24 +1704,34 @@ install-data-am:
...
@@ -1650,24 +1704,34 @@ install-data-am:
install-dvi
:
install-dvi-am
install-dvi
:
install-dvi-am
install-dvi-am
:
install-exec-am
:
install-binPROGRAMS
install-exec-am
:
install-binPROGRAMS
install-html
:
install-html-am
install-html
:
install-html-am
install-html-am
:
install-info
:
install-info-am
install-info
:
install-info-am
install-info-am
:
install-man
:
install-man
:
install-pdf
:
install-pdf-am
install-pdf
:
install-pdf-am
install-pdf-am
:
install-ps
:
install-ps-am
install-ps
:
install-ps-am
install-ps-am
:
installcheck-am
:
installcheck-am
:
maintainer-clean
:
maintainer-clean-am
maintainer-clean
:
maintainer-clean-am
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
-
rm
-rf
$(top_srcdir)
/autom4te.cache
-
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
-
rm
-f
Makefile
maintainer-clean-am
:
distclean-am maintainer-clean-generic
maintainer-clean-am
:
distclean-am maintainer-clean-generic
...
@@ -1689,18 +1753,20 @@ uninstall-am: uninstall-binPROGRAMS
...
@@ -1689,18 +1753,20 @@ uninstall-am: uninstall-binPROGRAMS
.PHONY
:
CTAGS GTAGS all all-am am--refresh check check-am clean
\
.PHONY
:
CTAGS GTAGS all all-am am--refresh check check-am clean
\
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2
\
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2
\
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck
\
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip
\
distclean distclean-compile distclean-generic distclean-hdr
\
distcheck distclean distclean-compile distclean-generic
\
distclean-tags distcleancheck distdir distuninstallcheck dvi
\
distclean-hdr distclean-tags distcleancheck distdir
\
dvi-am html html-am info info-am install install-am
\
distuninstallcheck dvi dvi-am html html-am info info-am
\
install-binPROGRAMS install-data install-data-am install-dvi
\
install install-am install-binPROGRAMS install-data
\
install-dvi-am install-exec install-exec-am install-html
\
install-data-am install-dvi install-dvi-am install-exec
\
install-html-am install-info install-info-am install-man
\
install-exec-am install-html install-html-am install-info
\
install-pdf install-pdf-am install-ps install-ps-am
\
install-info-am install-man install-pdf install-pdf-am
\
install-strip installcheck installcheck-am installdirs
\
install-ps install-ps-am install-strip installcheck
\
maintainer-clean maintainer-clean-generic mostlyclean
\
installcheck-am installdirs maintainer-clean
\
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am
\
maintainer-clean-generic mostlyclean mostlyclean-compile
\
tags uninstall uninstall-am uninstall-binPROGRAMS
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.
# 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.
# 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
...
@@ -18,8 +18,17 @@ if test -n "${CXXFLAGS}"; then
user_set_cxxflags=yes
user_set_cxxflags=yes
fi
fi
AC_PROG_CXX
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
if test X$user_set_cxxflags != Xyes; then
CXXFLAGS=
"-g -O0"
CXXFLAGS=
${DEFAULT_CXXFLAGS}
fi
fi
# Checks for libraries.
# Checks for libraries.
...
@@ -32,16 +41,18 @@ BOOST_REGEX_LIB="-Wl,-Bstatic $BOOST_REGEX_LIB -Wl,-Bdynamic"
...
@@ -32,16 +41,18 @@ BOOST_REGEX_LIB="-Wl,-Bstatic $BOOST_REGEX_LIB -Wl,-Bdynamic"
# Check for wxWidgets
# Check for wxWidgets
AM_OPTIONS_WXCONFIG
AM_OPTIONS_WXCONFIG
AM_PATH_WXCONFIG(
2.8.0,wxWin=1,,,[--debug]
)
AM_PATH_WXCONFIG(
[2.8.0],[HAVE_WX=1],,,${WX_CONFIG_FLAGS}
)
if test "$
wxWin
" != 1; then
if test "$
{HAVE_WX}
" != 1; then
AC_MSG_ERROR([
AC_MSG_ERROR([
wxWindows must be installed on your system
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
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
'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
fi
...
@@ -95,15 +106,10 @@ int main()
...
@@ -95,15 +106,10 @@ int main()
return 0;
return 0;
}], [ap_cv_atomic_builtins=yes], [ap_cv_atomic_builtins=no], [ap_cv_atomic_builtins=no])])
}], [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])
AC_DEFINE(HAVE_GCC_ATOMIC_BUILTINS, 1, [Define if compiler provides atomic builtins])
fi
fi
AC_OUTPUT([
AC_OUTPUT([
Makefile
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