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
ba518d58
Commit
ba518d58
authored
Jan 31, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some more compiler warnings
parent
d2fde22f
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
3351 additions
and
4018 deletions
+3351
-4018
Makefile
Makefile
+396
-391
config.status
config.status
+826
-666
configure
configure
+2090
-2926
src/data/action/symbol.cpp
src/data/action/symbol.cpp
+2
-2
src/data/action/symbol_part.cpp
src/data/action/symbol_part.cpp
+5
-5
src/data/action/value.cpp
src/data/action/value.cpp
+4
-2
src/data/field.cpp
src/data/field.cpp
+3
-3
src/data/field/color.cpp
src/data/field/color.cpp
+2
-2
src/data/statistics.cpp
src/data/statistics.cpp
+1
-1
src/gui/util.cpp
src/gui/util.cpp
+1
-1
src/main.cpp
src/main.cpp
+6
-1
src/script/script_manager.hpp
src/script/script_manager.hpp
+1
-1
src/util/io/package.cpp
src/util/io/package.cpp
+3
-3
src/util/io/reader.cpp
src/util/io/reader.cpp
+5
-6
src/util/io/writer.cpp
src/util/io/writer.cpp
+3
-5
src/util/platform.hpp
src/util/platform.hpp
+3
-3
No files found.
Makefile
View file @
ba518d58
# Makefile.in generated by automake 1.9.
6
from Makefile.am.
# Makefile.in generated by automake 1.9.
5
from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
@@ -20,6 +20,8 @@
#| License: GNU General Public License 2 or later (see file COPYING) |
#+----------------------------------------------------------------------------+
SOURCES
=
$(magicseteditor_SOURCES)
srcdir
=
.
top_srcdir
=
.
...
...
@@ -42,10 +44,10 @@ PRE_UNINSTALL = :
POST_UNINSTALL
=
:
bin_PROGRAMS
=
magicseteditor
$(EXEEXT)
subdir
=
.
DIST_COMMON
=
$(am__configure_deps)
$(srcdir)
/Makefile.am
\
DIST_COMMON
=
README
$(am__configure_deps)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
$(top_srcdir)
/configure
\
$(top_srcdir)
/src/config.h.in
COPYING TODO depcomp install-sh
\
missing
$(top_srcdir)
/src/config.h.in
AUTHORS COPYING ChangeLog
\
INSTALL NEWS TODO depcomp install-sh
missing
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/configure.ac
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
...
...
@@ -191,13 +193,13 @@ DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV
=
--best
distuninstallcheck_listfiles
=
find
.
-type
f
-print
distcleancheck_listfiles
=
find
.
-type
f
-print
ACLOCAL
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
aclocal-1.9
ACLOCAL
=
${SHELL}
/home/
twanvl/mse
/missing
--run
aclocal-1.9
AMDEP_FALSE
=
#
AMDEP_TRUE
=
AMTAR
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
tar
AUTOCONF
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
autoconf
AUTOHEADER
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
autoheader
AUTOMAKE
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
automake-1.9
AMTAR
=
${SHELL}
/home/
twanvl/mse
/missing
--run
tar
AUTOCONF
=
${SHELL}
/home/
twanvl/mse
/missing
--run
autoconf
AUTOHEADER
=
${SHELL}
/home/
twanvl/mse
/missing
--run
autoheader
AUTOMAKE
=
${SHELL}
/home/
twanvl/mse
/missing
--run
automake-1.9
AWK
=
mawk
CC
=
gcc
CCDEPMODE
=
depmode
=
gcc3
...
...
@@ -213,9 +215,8 @@ DEPDIR = .deps
ECHO_C
=
ECHO_N
=
-n
ECHO_T
=
EGREP
=
/bin/
grep
-E
EGREP
=
grep
-E
EXEEXT
=
GREP
=
/bin/grep
INSTALL_DATA
=
${INSTALL}
-m
644
INSTALL_PROGRAM
=
${INSTALL}
INSTALL_SCRIPT
=
${INSTALL}
...
...
@@ -224,7 +225,7 @@ LDFLAGS =
LIBOBJS
=
LIBS
=
LTLIBOBJS
=
MAKEINFO
=
${SHELL}
/home/
coppro/C++/MSE/trunk
/missing
--run
makeinfo
MAKEINFO
=
${SHELL}
/home/
twanvl/mse
/missing
--run
makeinfo
OBJEXT
=
o
PACKAGE
=
magicseteditor
PACKAGE_BUGREPORT
=
twanvl@users.sourceforge.net
...
...
@@ -234,20 +235,21 @@ PACKAGE_TARNAME = magicseteditor
PACKAGE_VERSION
=
0.3.0
PATH_SEPARATOR
=
:
SET_MAKE
=
SHELL
=
/bin/
ba
sh
SHELL
=
/bin/sh
STRIP
=
VERSION
=
0.3.0
WX_CFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-DNO_GCC_PRAGMA
WX_CFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-D
_LARGEFILE_SOURCE
=
1
-D
NO_GCC_PRAGMA
WX_CFLAGS_ONLY
=
WX_CONFIG_PATH
=
/usr/bin/wx-config
WX_CPPFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-DNO_GCC_PRAGMA
WX_CXXFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-DNO_GCC_PRAGMA
WX_CXXFLAGS_ONLY
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-DNO_GCC_PRAGMA
WX_CPPFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-D
_LARGEFILE_SOURCE
=
1
-D
NO_GCC_PRAGMA
WX_CXXFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-D
_LARGEFILE_SOURCE
=
1
-D
NO_GCC_PRAGMA
WX_CXXFLAGS_ONLY
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-D
_LARGEFILE_SOURCE
=
1
-D
NO_GCC_PRAGMA
WX_LIBS
=
-pthread
-lwx_gtk2u_xrc-2
.6
-lwx_gtk2u_qa-2
.6
-lwx_gtk2u_html-2
.6
-lwx_gtk2u_adv-2
.6
-lwx_gtk2u_core-2
.6
-lwx_baseu_xml-2
.6
-lwx_baseu_net-2
.6
-lwx_baseu-2
.6
WX_LIBS_STATIC
=
-pthread
/usr/lib/libwx_gtk-2.4.a
-L
/usr/lib
-lgtk
-lgdk
-rdynamic
-lgmodule
-lgthread
-lglib
-lpthread
-ldl
-lXi
-lXext
-lX11
-lm
-lpng
-ljpeg
-ltiff
-lz
-ldl
-lm
WX_VERSION
=
2.6.
3
WX_LIBS_STATIC
=
WX_VERSION
=
2.6.
1
ac_ct_CC
=
gcc
ac_ct_CXX
=
g++
ac_ct_STRIP
=
am__fastdepCC_FALSE
=
#
am__fastdepCC_TRUE
=
am__fastdepCXX_FALSE
=
#
...
...
@@ -259,27 +261,20 @@ am__tar = ${AMTAR} chof - "$$tardir"
am__untar
=
${AMTAR}
xf -
bindir
=
${exec_prefix}
/bin
build_alias
=
datadir
=
${datarootdir}
datarootdir
=
${prefix}
/share
docdir
=
${datarootdir}
/doc/
${PACKAGE_TARNAME}
dvidir
=
${docdir}
datadir
=
${prefix}
/share
exec_prefix
=
${prefix}
host_alias
=
htmldir
=
${docdir}
includedir
=
${prefix}
/include
infodir
=
${
datarootdir
}
/info
install_sh
=
/home/
coppro/C++/MSE/trunk
/install-sh
infodir
=
${
prefix
}
/info
install_sh
=
/home/
twanvl/mse
/install-sh
libdir
=
${exec_prefix}
/lib
libexecdir
=
${exec_prefix}
/libexec
localedir
=
${datarootdir}
/locale
localstatedir
=
${prefix}
/var
mandir
=
${
datarootdir
}
/man
mandir
=
${
prefix
}
/man
mkdir_p
=
mkdir
-p
--
oldincludedir
=
/usr/include
pdfdir
=
${docdir}
prefix
=
/usr/local
program_transform_name
=
s,x,x,
psdir
=
${docdir}
sbindir
=
${exec_prefix}
/sbin
sharedstatedir
=
${prefix}
/com
sysconfdir
=
${prefix}
/etc
...
...
@@ -287,7 +282,7 @@ target_alias =
# This flag allows us to use subdirectories:
AUTOMAKE_OPTIONS
=
subdir-objects
AM_CXXFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-DNO_GCC_PRAGMA
-DUNICODE
-I
.
-Wall
AM_CXXFLAGS
=
-I
/usr/lib/wx/include/gtk2-unicode-release-2.6
-I
/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS
-D__WXGTK__
-D_FILE_OFFSET_BITS
=
64
-D_LARGE_FILES
-D
_LARGEFILE_SOURCE
=
1
-D
NO_GCC_PRAGMA
-DUNICODE
-I
.
-Wall
AM_LDFLAGS
=
-pthread
-lwx_gtk2u_xrc-2
.6
-lwx_gtk2u_qa-2
.6
-lwx_gtk2u_html-2
.6
-lwx_gtk2u_adv-2
.6
-lwx_gtk2u_core-2
.6
-lwx_baseu_xml-2
.6
-lwx_baseu_net-2
.6
-lwx_baseu-2
.6
# List of source files, generated using:
...
...
@@ -440,389 +435,399 @@ uninstall-binPROGRAMS:
clean-binPROGRAMS
:
-
test
-z
"
$(bin_PROGRAMS)
"
||
rm
-f
$(bin_PROGRAMS)
src/gfx/$(am__dirstamp)
:
./
src/gfx/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gfx
@
:
>
src/gfx/
$(am__dirstamp)
src/gfx/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gfx/
$(am__dirstamp)
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gfx/
$(DEPDIR)
@
:
>
src/gfx/
$(DEPDIR)
/
$(am__dirstamp)
./src/gfx/color.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/bezier.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/blend_image.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/resample_image.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/resample_text.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/image_effects.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/rotate_image.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/combine_image.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/polynomial.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/mask_image.$(OBJEXT)
:
src/gfx/$(am__dirstamp)
\
src/gfx/$(DEPDIR)/$(am__dirstamp)
src/gui/set/$(am__dirstamp)
:
@
:
>
./
src/gfx/
$(DEPDIR)
/
$(am__dirstamp)
./src/gfx/color.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/bezier.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/blend_image.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/resample_image.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/resample_text.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/image_effects.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/rotate_image.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/combine_image.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/polynomial.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./src/gfx/mask_image.$(OBJEXT)
:
./
src/gfx/$(am__dirstamp)
\
./
src/gfx/$(DEPDIR)/$(am__dirstamp)
./
src/gui/set/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/set
@
:
>
src/gui/set/
$(am__dirstamp)
src/gui/set/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gui/set/
$(am__dirstamp)
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/set/
$(DEPDIR)
@
:
>
src/gui/set/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/set/stats_panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/set_info_panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/style_panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/keywords_panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/window.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/cards_panel.$(OBJEXT)
:
src/gui/set/$(am__dirstamp)
\
src/gui/set/$(DEPDIR)/$(am__dirstamp)
src/gui/control/$(am__dirstamp)
:
@
:
>
./
src/gui/set/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/set/stats_panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/set_info_panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/style_panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/keywords_panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/window.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./src/gui/set/cards_panel.$(OBJEXT)
:
./
src/gui/set/$(am__dirstamp)
\
./
src/gui/set/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/control
@
:
>
src/gui/control/
$(am__dirstamp)
src/gui/control/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gui/control/
$(am__dirstamp)
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/control/
$(DEPDIR)
@
:
>
src/gui/control/
$(DEPDIR)
/
$(am__dirstamp)
@
:
>
./
src/gui/control/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/control/card_viewer.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/filtered_card_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/select_card_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/package_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/gallery_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/graph.$(OBJEXT)
:
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/graph.$(OBJEXT)
:
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/image_card_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/card_list.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/card_list_column_select.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/native_look_editor.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/card_editor.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./src/gui/control/text_ctrl.$(OBJEXT)
:
\
src/gui/control/$(am__dirstamp)
\
src/gui/control/$(DEPDIR)/$(am__dirstamp)
src/gui/$(am__dirstamp)
:
./
src/gui/control/$(am__dirstamp)
\
./
src/gui/control/$(DEPDIR)/$(am__dirstamp)
./
src/gui/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui
@
:
>
src/gui/
$(am__dirstamp)
src/gui/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gui/
$(am__dirstamp)
./
src/gui/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/
$(DEPDIR)
@
:
>
src/gui/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/preferences_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/drop_down_list.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/card_select_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/welcome_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
src/gui/value/$(am__dirstamp)
:
@
:
>
./
src/gui/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/preferences_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/drop_down_list.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/card_select_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/welcome_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./
src/gui/value/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/value
@
:
>
src/gui/value/
$(am__dirstamp)
src/gui/value/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gui/value/
$(am__dirstamp)
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/value/
$(DEPDIR)
@
:
>
src/gui/value/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/value/color.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/symbol.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
@
:
>
./
src/gui/value/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/value/color.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/symbol.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/multiple_choice.$(OBJEXT)
:
\
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/choice.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/text.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/image.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/editor.$(OBJEXT)
:
src/gui/value/$(am__dirstamp)
\
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/image_slice_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/thumbnail_thread.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/print_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/about_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
src/gui/symbol/$(am__dirstamp)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/choice.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/text.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/image.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/value/editor.$(OBJEXT)
:
./
src/gui/value/$(am__dirstamp)
\
./
src/gui/value/$(DEPDIR)/$(am__dirstamp)
./src/gui/image_slice_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/thumbnail_thread.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/print_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/about_window.$(OBJEXT)
:
./
src/gui/$(am__dirstamp)
\
./
src/gui/$(DEPDIR)/$(am__dirstamp)
./
src/gui/symbol/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/symbol
@
:
>
src/gui/symbol/
$(am__dirstamp)
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/gui/symbol/
$(am__dirstamp)
./
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/gui/symbol/
$(DEPDIR)
@
:
>
src/gui/symbol/
$(DEPDIR)
/
$(am__dirstamp)
@
:
>
./
src/gui/symbol/
$(DEPDIR)
/
$(am__dirstamp)
./src/gui/symbol/point_editor.$(OBJEXT)
:
\
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./
src/gui/symbol/$(am__dirstamp)
\
./
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/basic_shape_editor.$(OBJEXT)
:
\
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/control.$(OBJEXT)
:
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./
src/gui/symbol/$(am__dirstamp)
\
./
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/control.$(OBJEXT)
:
./
src/gui/symbol/$(am__dirstamp)
\
./
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/select_editor.$(OBJEXT)
:
\
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/editor.$(OBJEXT)
:
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/part_list.$(OBJEXT)
:
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/window.$(OBJEXT)
:
src/gui/symbol/$(am__dirstamp)
\
src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/update_checker.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/new_window.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/icon_menu.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/util.$(OBJEXT)
:
src/gui/$(am__dirstamp)
\
src/gui/$(DEPDIR)/$(am__dirstamp)
src/data/$(am__dirstamp)
:
./src/gui/symbol/$(am__dirstamp)
\
./src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/editor.$(OBJEXT)
:
./src/gui/symbol/$(am__dirstamp)
\
./src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/part_list.$(OBJEXT)
:
\
./src/gui/symbol/$(am__dirstamp)
\
./src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/symbol/window.$(OBJEXT)
:
./src/gui/symbol/$(am__dirstamp)
\
./src/gui/symbol/$(DEPDIR)/$(am__dirstamp)
./src/gui/update_checker.$(OBJEXT)
:
./src/gui/$(am__dirstamp)
\
./src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/new_window.$(OBJEXT)
:
./src/gui/$(am__dirstamp)
\
./src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/icon_menu.$(OBJEXT)
:
./src/gui/$(am__dirstamp)
\
./src/gui/$(DEPDIR)/$(am__dirstamp)
./src/gui/util.$(OBJEXT)
:
./src/gui/$(am__dirstamp)
\
./src/gui/$(DEPDIR)/$(am__dirstamp)
./src/data/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data
@
:
>
src/data/
$(am__dirstamp)
src/data/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/data/
$(am__dirstamp)
./
src/data/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/
$(DEPDIR)
@
:
>
src/data/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/field.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
src/data/field/$(am__dirstamp)
:
@
:
>
./
src/data/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/field.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./
src/data/field/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/field
@
:
>
src/data/field/
$(am__dirstamp)
src/data/field/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/data/field/
$(am__dirstamp)
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/field/
$(DEPDIR)
@
:
>
src/data/field/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/field/color.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/symbol.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
@
:
>
./
src/data/field/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/field/color.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/symbol.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/multiple_choice.$(OBJEXT)
:
\
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/choice.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/boolean.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/text.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/image.$(OBJEXT)
:
src/data/field/$(am__dirstamp)
\
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/symbol.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/stylesheet.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/set.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/font.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/locale.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/symbol_font.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
src/data/action/$(am__dirstamp)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/choice.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/boolean.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/text.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/field/image.$(OBJEXT)
:
./
src/data/field/$(am__dirstamp)
\
./
src/data/field/$(DEPDIR)/$(am__dirstamp)
./src/data/symbol.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/stylesheet.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/set.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/font.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/locale.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/symbol_font.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./
src/data/action/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/action
@
:
>
src/data/action/
$(am__dirstamp)
src/data/action/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/data/action/
$(am__dirstamp)
./
src/data/action/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/action/
$(DEPDIR)
@
:
>
src/data/action/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/action/symbol.$(OBJEXT)
:
src/data/action/$(am__dirstamp)
\
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/action/set.$(OBJEXT)
:
src/data/action/$(am__dirstamp)
\
src/data/action/$(DEPDIR)/$(am__dirstamp)
@
:
>
./
src/data/action/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/action/symbol.$(OBJEXT)
:
./
src/data/action/$(am__dirstamp)
\
./
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/action/set.$(OBJEXT)
:
./
src/data/action/$(am__dirstamp)
\
./
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/action/symbol_part.$(OBJEXT)
:
\
src/data/action/$(am__dirstamp)
\
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/action/value.$(OBJEXT)
:
src/data/action/$(am__dirstamp)
\
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/card.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
src/data/format/$(am__dirstamp)
:
./
src/data/action/$(am__dirstamp)
\
./
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/action/value.$(OBJEXT)
:
./
src/data/action/$(am__dirstamp)
\
./
src/data/action/$(DEPDIR)/$(am__dirstamp)
./src/data/card.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./
src/data/format/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/format
@
:
>
src/data/format/
$(am__dirstamp)
src/data/format/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/data/format/
$(am__dirstamp)
./
src/data/format/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/data/format/
$(DEPDIR)
@
:
>
src/data/format/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/format/html.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
@
:
>
./
src/data/format/
$(DEPDIR)
/
$(am__dirstamp)
./src/data/format/html.$(OBJEXT)
:
./
src/data/format/$(am__dirstamp)
\
./
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/apprentice.$(OBJEXT)
:
\
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./
src/data/format/$(am__dirstamp)
\
./
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mtg_editor.$(OBJEXT)
:
\
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/formats.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/image.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mws.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mse1.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mse2.$(OBJEXT)
:
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/formats.$(OBJEXT)
:
\
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/image.$(OBJEXT)
:
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mws.$(OBJEXT)
:
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mse1.$(OBJEXT)
:
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/mse2.$(OBJEXT)
:
./src/data/format/$(am__dirstamp)
\
./src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/format/clipboard.$(OBJEXT)
:
\
src/data/format/$(am__dirstamp)
\
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/statistics.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/settings.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/keyword.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/game.$(OBJEXT)
:
src/data/$(am__dirstamp)
\
src/data/$(DEPDIR)/$(am__dirstamp)
src/util/io/$(am__dirstamp)
:
./
src/data/format/$(am__dirstamp)
\
./
src/data/format/$(DEPDIR)/$(am__dirstamp)
./src/data/statistics.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/settings.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/keyword.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./src/data/game.$(OBJEXT)
:
./
src/data/$(am__dirstamp)
\
./
src/data/$(DEPDIR)/$(am__dirstamp)
./
src/util/io/$(am__dirstamp)
:
@
$(mkdir_p)
./src/util/io
@
:
>
src/util/io/
$(am__dirstamp)
src/util/io/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/util/io/
$(am__dirstamp)
./
src/util/io/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/util/io/
$(DEPDIR)
@
:
>
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
./src/util/io/package.$(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/get_member.$(OBJEXT)
:
src/util/io/$(am__dirstamp)
\
src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/reader.$(OBJEXT)
:
src/util/io/$(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/$(am__dirstamp)
:
@
:
>
./src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
./src/util/io/package.$(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/get_member.$(OBJEXT)
:
./src/util/io/$(am__dirstamp)
\
./src/util/io/$(DEPDIR)/$(am__dirstamp)
./src/util/io/reader.$(OBJEXT)
:
./src/util/io/$(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/$(am__dirstamp)
:
@
$(mkdir_p)
./src/util
@
:
>
src/util/
$(am__dirstamp)
src/util/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/util/
$(am__dirstamp)
./
src/util/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/util/
$(DEPDIR)
@
:
>
src/util/
$(DEPDIR)
/
$(am__dirstamp)
./src/util/rotation.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/action_stack.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/alignment.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/version.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/string.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/tagged_string.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/age.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/error.$(OBJEXT)
:
src/util/$(am__dirstamp)
\
src/util/$(DEPDIR)/$(am__dirstamp)
src/$(am__dirstamp)
:
@
:
>
./
src/util/
$(DEPDIR)
/
$(am__dirstamp)
./src/util/rotation.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/action_stack.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/alignment.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/version.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/string.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/tagged_string.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/age.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./src/util/error.$(OBJEXT)
:
./
src/util/$(am__dirstamp)
\
./
src/util/$(DEPDIR)/$(am__dirstamp)
./
src/$(am__dirstamp)
:
@
$(mkdir_p)
./src
@
:
>
src/
$(am__dirstamp)
src/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/
$(am__dirstamp)
./
src/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/
$(DEPDIR)
@
:
>
src/
$(DEPDIR)
/
$(am__dirstamp)
./src/main.$(OBJEXT)
:
src/$(am__dirstamp)
\
src/$(DEPDIR)/$(am__dirstamp)
./src/code_template.$(OBJEXT)
:
src/$(am__dirstamp)
\
src/$(DEPDIR)/$(am__dirstamp)
src/render/card/$(am__dirstamp)
:
@
:
>
./
src/
$(DEPDIR)
/
$(am__dirstamp)
./src/main.$(OBJEXT)
:
./
src/$(am__dirstamp)
\
./
src/$(DEPDIR)/$(am__dirstamp)
./src/code_template.$(OBJEXT)
:
./
src/$(am__dirstamp)
\
./
src/$(DEPDIR)/$(am__dirstamp)
./
src/render/card/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/card
@
:
>
src/render/card/
$(am__dirstamp)
src/render/card/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/render/card/
$(am__dirstamp)
./
src/render/card/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/card/
$(DEPDIR)
@
:
>
src/render/card/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/card/viewer.$(OBJEXT)
:
src/render/card/$(am__dirstamp)
\
src/render/card/$(DEPDIR)/$(am__dirstamp)
src/render/text/$(am__dirstamp)
:
@
:
>
./
src/render/card/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/card/viewer.$(OBJEXT)
:
./
src/render/card/$(am__dirstamp)
\
./
src/render/card/$(DEPDIR)/$(am__dirstamp)
./
src/render/text/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/text
@
:
>
src/render/text/
$(am__dirstamp)
src/render/text/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/render/text/
$(am__dirstamp)
./
src/render/text/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/text/
$(DEPDIR)
@
:
>
src/render/text/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/text/symbol.$(OBJEXT)
:
src/render/text/$(am__dirstamp)
\
src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/font.$(OBJEXT)
:
src/render/text/$(am__dirstamp)
\
src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/compound.$(OBJEXT)
:
src/render/text/$(am__dirstamp)
\
src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/viewer.$(OBJEXT)
:
src/render/text/$(am__dirstamp)
\
src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/element.$(OBJEXT)
:
src/render/text/$(am__dirstamp)
\
src/render/text/$(DEPDIR)/$(am__dirstamp)
src/render/value/$(am__dirstamp)
:
@
:
>
./src/render/text/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/text/symbol.$(OBJEXT)
:
./src/render/text/$(am__dirstamp)
\
./src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/font.$(OBJEXT)
:
./src/render/text/$(am__dirstamp)
\
./src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/compound.$(OBJEXT)
:
\
./src/render/text/$(am__dirstamp)
\
./src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/viewer.$(OBJEXT)
:
./src/render/text/$(am__dirstamp)
\
./src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/text/element.$(OBJEXT)
:
\
./src/render/text/$(am__dirstamp)
\
./src/render/text/$(DEPDIR)/$(am__dirstamp)
./src/render/value/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/value
@
:
>
src/render/value/
$(am__dirstamp)
src/render/value/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/render/value/
$(am__dirstamp)
./
src/render/value/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/value/
$(DEPDIR)
@
:
>
src/render/value/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/value/color.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/symbol.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
@
:
>
./src/render/value/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/value/color.$(OBJEXT)
:
\
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/symbol.$(OBJEXT)
:
\
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/multiple_choice.$(OBJEXT)
:
\
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/choice.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/text.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/image.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/viewer.$(OBJEXT)
:
src/render/value/$(am__dirstamp)
\
src/render/value/$(DEPDIR)/$(am__dirstamp)
src/render/symbol/$(am__dirstamp)
:
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/choice.$(OBJEXT)
:
\
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/text.$(OBJEXT)
:
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/image.$(OBJEXT)
:
\
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/value/viewer.$(OBJEXT)
:
\
./src/render/value/$(am__dirstamp)
\
./src/render/value/$(DEPDIR)/$(am__dirstamp)
./src/render/symbol/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/symbol
@
:
>
src/render/symbol/
$(am__dirstamp)
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/render/symbol/
$(am__dirstamp)
./
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/render/symbol/
$(DEPDIR)
@
:
>
src/render/symbol/
$(DEPDIR)
/
$(am__dirstamp)
@
:
>
./
src/render/symbol/
$(DEPDIR)
/
$(am__dirstamp)
./src/render/symbol/filter.$(OBJEXT)
:
\
src/render/symbol/$(am__dirstamp)
\
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
./
src/render/symbol/$(am__dirstamp)
\
./
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
./src/render/symbol/viewer.$(OBJEXT)
:
\
src/render/symbol/$(am__dirstamp)
\
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
src/script/$(am__dirstamp)
:
./
src/render/symbol/$(am__dirstamp)
\
./
src/render/symbol/$(DEPDIR)/$(am__dirstamp)
./
src/script/$(am__dirstamp)
:
@
$(mkdir_p)
./src/script
@
:
>
src/script/
$(am__dirstamp)
src/script/$(DEPDIR)/$(am__dirstamp)
:
@
:
>
./
src/script/
$(am__dirstamp)
./
src/script/$(DEPDIR)/$(am__dirstamp)
:
@
$(mkdir_p)
./src/script/
$(DEPDIR)
@
:
>
src/script/
$(DEPDIR)
/
$(am__dirstamp)
./src/script/parser.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/functions.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/image.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/dependency.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/value.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/script.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/context.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/script_manager.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/scriptable.$(OBJEXT)
:
src/script/$(am__dirstamp)
\
src/script/$(DEPDIR)/$(am__dirstamp)
@
:
>
./
src/script/
$(DEPDIR)
/
$(am__dirstamp)
./src/script/parser.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/functions.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/image.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/dependency.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/value.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/script.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/context.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/script_manager.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
./src/script/scriptable.$(OBJEXT)
:
./
src/script/$(am__dirstamp)
\
./
src/script/$(DEPDIR)/$(am__dirstamp)
magicseteditor$(EXEEXT)
:
$(magicseteditor_OBJECTS) $(magicseteditor_DEPENDENCIES)
@
rm
-f
magicseteditor
$(EXEEXT)
$(CXXLINK)
$(magicseteditor_LDFLAGS)
$(magicseteditor_OBJECTS)
$(magicseteditor_LDADD)
$(LIBS)
...
...
@@ -1305,42 +1310,42 @@ clean-generic:
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
-
rm
-f
src/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/
$(am__dirstamp)
-
rm
-f
src/data/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/data/
$(am__dirstamp)
-
rm
-f
src/data/action/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/data/action/
$(am__dirstamp)
-
rm
-f
src/data/field/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/data/field/
$(am__dirstamp)
-
rm
-f
src/data/format/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/data/format/
$(am__dirstamp)
-
rm
-f
src/gfx/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gfx/
$(am__dirstamp)
-
rm
-f
src/gui/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gui/
$(am__dirstamp)
-
rm
-f
src/gui/control/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gui/control/
$(am__dirstamp)
-
rm
-f
src/gui/set/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gui/set/
$(am__dirstamp)
-
rm
-f
src/gui/symbol/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gui/symbol/
$(am__dirstamp)
-
rm
-f
src/gui/value/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/gui/value/
$(am__dirstamp)
-
rm
-f
src/render/card/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/render/card/
$(am__dirstamp)
-
rm
-f
src/render/symbol/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/render/symbol/
$(am__dirstamp)
-
rm
-f
src/render/text/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/render/text/
$(am__dirstamp)
-
rm
-f
src/render/value/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/render/value/
$(am__dirstamp)
-
rm
-f
src/script/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/script/
$(am__dirstamp)
-
rm
-f
src/util/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
src/util/io/
$(am__dirstamp)
-
rm
-f
./
src/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/
$(am__dirstamp)
-
rm
-f
./
src/data/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/data/
$(am__dirstamp)
-
rm
-f
./
src/data/action/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/data/action/
$(am__dirstamp)
-
rm
-f
./
src/data/field/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/data/field/
$(am__dirstamp)
-
rm
-f
./
src/data/format/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/data/format/
$(am__dirstamp)
-
rm
-f
./
src/gfx/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gfx/
$(am__dirstamp)
-
rm
-f
./
src/gui/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gui/
$(am__dirstamp)
-
rm
-f
./
src/gui/control/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gui/control/
$(am__dirstamp)
-
rm
-f
./
src/gui/set/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gui/set/
$(am__dirstamp)
-
rm
-f
./
src/gui/symbol/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gui/symbol/
$(am__dirstamp)
-
rm
-f
./
src/gui/value/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/gui/value/
$(am__dirstamp)
-
rm
-f
./
src/render/card/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/render/card/
$(am__dirstamp)
-
rm
-f
./
src/render/symbol/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/render/symbol/
$(am__dirstamp)
-
rm
-f
./
src/render/text/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/render/text/
$(am__dirstamp)
-
rm
-f
./
src/render/value/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/render/value/
$(am__dirstamp)
-
rm
-f
./
src/script/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/script/
$(am__dirstamp)
-
rm
-f
./
src/util/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/util/
$(am__dirstamp)
-
rm
-f
./
src/util/io/
$(DEPDIR)
/
$(am__dirstamp)
-
rm
-f
./
src/util/io/
$(am__dirstamp)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
config.status
View file @
ba518d58
#! /bin/
ba
sh
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
...
...
@@ -7,7 +7,7 @@
debug
=
false
ac_cs_recheck
=
false
ac_cs_silent
=
false
SHELL
=
${
CONFIG_SHELL
-/bin/
ba
sh
}
SHELL
=
${
CONFIG_SHELL
-/bin/sh
}
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
...
...
@@ -19,35 +19,11 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias
-g
'${1+"$@"}'
=
'"$@"'
setopt NO_GLOB_SUBST
else
case
`
(
set
-o
)
2>/dev/null
`
in
*
posix
*
)
set
-o
posix
;;
esac
elif
test
-n
"
${
BASH_VERSION
+set
}
"
&&
(
set
-o
posix
)
>
/dev/null 2>&1
;
then
set
-o
posix
fi
BIN_SH
=
xpg4
;
export
BIN_SH
# for Tru64
DUALCASE
=
1
;
export
DUALCASE
# for MKS sh
# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters
=
'abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS
=
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters
=
$as_cr_letters$as_cr_LETTERS
as_cr_digits
=
'0123456789'
as_cr_alnum
=
$as_cr_Letters$as_cr_digits
# The user is always right.
if
test
"
${
PATH_SEPARATOR
+set
}
"
!=
set
;
then
echo
"#! /bin/sh"
>
conf
$$
.sh
echo
"exit 0"
>>
conf
$$
.sh
chmod
+x conf
$$
.sh
if
(
PATH
=
"/nonexistent;."
;
conf
$$
.sh
)
>
/dev/null 2>&1
;
then
PATH_SEPARATOR
=
';'
else
PATH_SEPARATOR
=
:
fi
rm
-f
conf
$$
.sh
fi
# Support unset when possible.
if
(
(
MAIL
=
60
;
unset
MAIL
)
||
exit
)
>
/dev/null 2>&1
;
then
as_unset
=
unset
...
...
@@ -56,43 +32,8 @@ else
fi
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
as_nl
=
'
'
IFS
=
" ""
$as_nl
"
# Find who we are. Look in the path if we contain no directory separator.
case
$0
in
*
[
\\
/]
*
)
as_myself
=
$0
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
test
-r
"
$as_dir
/
$0
"
&&
as_myself
=
$as_dir
/
$0
&&
break
done
IFS
=
$as_save_IFS
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if
test
"x
$as_myself
"
=
x
;
then
as_myself
=
$0
fi
if
test
!
-f
"
$as_myself
"
;
then
echo
"
$as_myself
: error: cannot find myself; rerun with an absolute file name"
>
&2
{
(
exit
1
)
;
exit
1
;
}
fi
# Work around bugs in pre-3.0 UWIN ksh.
for
as_var
in
ENV MAIL MAILPATH
do
(
$as_unset
$as_var
)
>
/dev/null 2>&1
&&
$as_unset
$as_var
done
$as_unset
ENV MAIL MAILPATH
PS1
=
'$ '
PS2
=
'> '
PS4
=
'+ '
...
...
@@ -106,19 +47,18 @@ do
if
(
set
+x
;
test
-z
"
`
(
eval
$as_var
=
C
;
export
$as_var
)
2>&1
`
"
)
;
then
eval
$as_var
=
C
;
export
$as_var
else
(
$as_unset
$as_var
)
>
/dev/null 2>&1
&&
$as_unset
$as_var
$as_unset
$as_var
fi
done
# Required to use basename.
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
&&
test
"X
`
expr
00001 :
'.*\(...\)'
`
"
=
X001
;
then
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
if
(
basename
--
/
)
>
/dev/null 2>&1
&&
test
"X
`
basename
--
/ 2>&1
`
"
=
"X/"
;
then
if
(
basename
/
)
>
/dev/null 2>&1
&&
test
"X
`
basename
/ 2>&1
`
"
=
"X/"
;
then
as_basename
=
basename
else
as_basename
=
false
...
...
@@ -126,120 +66,159 @@ fi
# Name of the executable.
as_me
=
`
$as_basename
--
"
$0
"
||
as_me
=
`
$as_basename
"
$0
"
||
$as_expr
X/
"
$0
"
:
'.*/\([^/][^/]*\)/*$'
\|
\
X
"
$0
"
:
'X\(//\)$'
\|
\
X
"
$0
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$0
"
:
'X\(/\)$'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X/
"
$0
"
|
sed
'/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
sed
'/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
/^X\/\(\/\/\)$/{ s//\1/; q; }
/^X\/\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
# CDPATH.
$as_unset
CDPATH
# PATH needs CR, and LINENO needs CR and PATH.
# Avoid depending upon Character Ranges.
as_cr_letters
=
'abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS
=
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters
=
$as_cr_letters$as_cr_LETTERS
as_cr_digits
=
'0123456789'
as_cr_alnum
=
$as_cr_Letters$as_cr_digits
# The user is always right.
if
test
"
${
PATH_SEPARATOR
+set
}
"
!=
set
;
then
echo
"#! /bin/sh"
>
conf
$$
.sh
echo
"exit 0"
>>
conf
$$
.sh
chmod
+x conf
$$
.sh
if
(
PATH
=
"/nonexistent;."
;
conf
$$
.sh
)
>
/dev/null 2>&1
;
then
PATH_SEPARATOR
=
';'
else
PATH_SEPARATOR
=
:
fi
rm
-f
conf
$$
.sh
fi
as_lineno_1
=
$LINENO
as_lineno_2
=
$LINENO
as_lineno_3
=
`
(
expr
$as_lineno_1
+ 1
)
2>/dev/null
`
test
"x
$as_lineno_1
"
!=
"x
$as_lineno_2
"
&&
test
"x
`
expr
$as_lineno_1
+ 1
`
"
=
"x
$as_lineno_2
"
||
{
test
"x
$as_lineno_3
"
=
"x
$as_lineno_2
"
||
{
# Find who we are. Look in the path if we contain no path at all
# relative or not.
case
$0
in
*
[
\\
/]
*
)
as_myself
=
$0
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
test
-r
"
$as_dir
/
$0
"
&&
as_myself
=
$as_dir
/
$0
&&
break
done
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if
test
"x
$as_myself
"
=
x
;
then
as_myself
=
$0
fi
if
test
!
-f
"
$as_myself
"
;
then
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find myself; rerun with an absolute path"
>
&5
echo
"
$as_me
: error: cannot find myself; rerun with an absolute path"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
case
$CONFIG_SHELL
in
''
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
/bin
$PATH_SEPARATOR
/usr/bin
$PATH_SEPARATOR$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
as_base
in
sh bash ksh sh5
;
do
case
$as_dir
in
/
*
)
if
(
"
$as_dir
/
$as_base
"
-c
'
as_lineno_1=$LINENO
as_lineno_2=$LINENO
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x$as_lineno_3" = "x$as_lineno_2" '
)
2>/dev/null
;
then
$as_unset
BASH_ENV
||
test
"
${
BASH_ENV
+set
}
"
!=
set
||
{
BASH_ENV
=
;
export
BASH_ENV
;
}
$as_unset
ENV
||
test
"
${
ENV
+set
}
"
!=
set
||
{
ENV
=
;
export
ENV
;
}
CONFIG_SHELL
=
$as_dir
/
$as_base
export
CONFIG_SHELL
exec
"
$CONFIG_SHELL
"
"
$0
"
${
1
+
"
$@
"
}
fi
;;
esac
done
done
;;
esac
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line after each line using $LINENO; the second 'sed'
# does the real work. The second script uses 'N' to pair each
# line-number line with the line containing $LINENO, and appends
# trailing '-' during substitution so that $LINENO is not a special
# case at line end.
# line-number line before each line; the second 'sed' does the real
# work. The second script uses 'N' to pair each line-number line
# with the numbered line, and appends trailing '-' during
# substitution so that $LINENO is not a special case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# scripts with optimization help from Paolo Bonzini. Blame Lee
# E. McMahon (1931-1989) for sed's syntax. :-)
sed
-n
'
p
/[$]LINENO/=
'
<
$as_myself
|
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
sed
'='
<
$as_myself
|
sed
'
s/[$]LINENO.*/&-/
t lineno
b
:lineno
N
:loop
s/[$]LINENO\([^'
$as_cr_alnum
'_].*\n\)\(.*\)/\2\1\2/
s,$,-,
: loop
s,^\(['
$as_cr_digits
']*\)\(.*\)[$]LINENO\([^'
$as_cr_alnum
'_]\),\1\2\1\3,
t loop
s/-\n.*//
s,-$,,
s,^['
$as_cr_digits
']*\n,,
'
>
$as_me
.lineno
&&
chmod
+x
"
$as_me
.lineno"
||
{
echo
"
$as_me
: error: cannot create
$as_me
.lineno; rerun with a POSIX shell"
>
&2
chmod
+x
$as_me
.lineno
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create
$as_me
.lineno; rerun with a POSIX shell"
>
&5
echo
"
$as_me
: error: cannot create
$as_me
.lineno; rerun with a POSIX shell"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensi
tiv
e to this).
.
"./
$as_me
.lineno"
# original and so on. Autoconf is especially sensi
bl
e to this).
.
./
$as_me
.lineno
# Exit status is that of the last command.
exit
}
if
(
as_dir
=
`
dirname
--
/
`
&&
test
"X
$as_dir
"
=
X/
)
>
/dev/null 2>&1
;
then
as_dirname
=
dirname
else
as_dirname
=
false
fi
ECHO_C
=
ECHO_N
=
ECHO_T
=
case
`
echo
-n
x
`
in
-n
*
)
case
`
echo
'x\c'
`
in
*
c
*
)
ECHO_T
=
' '
;;
# ECHO_T is single tab character.
*
)
ECHO_C
=
'\c'
;;
esac
;;
*
)
ECHO_N
=
'-n'
;;
case
`
echo
"testing
\c
"
;
echo
1,2,3
`
,
`
echo
-n
testing
;
echo
1,2,3
`
in
*
c
*
,-n
*
)
ECHO_N
=
ECHO_C
=
'
'
ECHO_T
=
' '
;;
*
c
*
,
*
)
ECHO_N
=
-n
ECHO_C
=
ECHO_T
=
;;
*
)
ECHO_N
=
ECHO_C
=
'\c'
ECHO_T
=
;;
esac
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
&&
test
"X
`
expr
00001 :
'.*\(...\)'
`
"
=
X001
;
then
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
rm
-f
conf
$$
conf
$$
.exe conf
$$
.file
if
test
-d
conf
$$
.dir
;
then
rm
-f
conf
$$
.dir/conf
$$
.file
else
rm
-f
conf
$$
.dir
mkdir
conf
$$
.dir
fi
echo
>
conf
$$
.file
if
ln
-s
conf
$$
.file conf
$$
2>/dev/null
;
then
as_ln_s
=
'ln -s'
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
ln
-s
conf
$$
.file conf
$$
.dir 2>/dev/null
&&
test
!
-f
conf
$$
.exe
||
# We could just check for DJGPP; but this test a) works b) is more generic
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
if
test
-f
conf
$$
.exe
;
then
# Don't use ln at all; we don't have any links
as_ln_s
=
'cp -p'
else
as_ln_s
=
'ln -s'
fi
elif
ln
conf
$$
.file conf
$$
2>/dev/null
;
then
as_ln_s
=
ln
else
as_ln_s
=
'cp -p'
fi
rm
-f
conf
$$
conf
$$
.exe conf
$$
.dir/conf
$$
.file conf
$$
.file
rmdir
conf
$$
.dir 2>/dev/null
rm
-f
conf
$$
conf
$$
.exe conf
$$
.file
if
mkdir
-p
.
2>/dev/null
;
then
as_mkdir_p
=
:
...
...
@@ -248,19 +227,7 @@ else
as_mkdir_p
=
false
fi
# Find out whether ``test -x'' works. Don't use a zero-byte file, as
# systems may use methods other than mode bits to determine executability.
cat
>
conf
$$
.file
<<
_ASEOF
#! /bin/sh
exit 0
_ASEOF
chmod
+x conf
$$
.file
if
test
-x
conf
$$
.file
>
/dev/null 2>&1
;
then
as_executable_p
=
"test -x"
else
as_executable_p
=
:
fi
rm
-f
conf
$$
.file
as_executable_p
=
"test -f"
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp
=
"eval sed 'y%*
$as_cr_letters
%P
$as_cr_LETTERS
%;s%[^_
$as_cr_alnum
]%_%g'"
...
...
@@ -269,14 +236,31 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
as_tr_sh
=
"eval sed 'y%*+%pp%;s%[^_
$as_cr_alnum
]%_%g'"
# IFS
# We need space, tab and new line, in precisely that order.
as_nl
=
'
'
IFS
=
"
$as_nl
"
# CDPATH.
$as_unset
CDPATH
exec
6>&1
#
Save the log message, to keep
$[0] and so on meaningful, and to
#
Open the log real soon, to keep \
$[0] and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log
=
"
# values after options handling. Logging --version etc. is OK.
exec
5>>config.log
{
echo
sed
'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x'
<<
_ASBOX
## Running
$as_me
. ##
_ASBOX
}
>
&5
cat
>
&5
<<
_CSEOF
This file was extended by magicseteditor
$as_me
0.3.0, which was
generated by GNU Autoconf 2.
60
. Invocation command line was
generated by GNU Autoconf 2.
59
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -284,10 +268,9 @@ generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_COMMANDS =
$CONFIG_COMMANDS
$ $0
$@
on
`
(
hostname
||
uname
-n
)
2>/dev/null |
sed
1q
`
"
# Files that config.status was made for.
_CSEOF
echo
"on
`
(
hostname
||
uname
-n
)
2>/dev/null |
sed
1q
`
"
>
&5
echo
>
&5
config_files
=
" Makefile"
config_headers
=
" src/config.h"
config_commands
=
" depfiles"
...
...
@@ -318,19 +301,16 @@ Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
ac_cs_version
=
"
\
magicseteditor config.status 0.3.0
configured by ./configure, generated by GNU Autoconf 2.
60
,
configured by ./configure, generated by GNU Autoconf 2.
59
,
with options
\"\"
Copyright (C) 200
6
Free Software Foundation, Inc.
Copyright (C) 200
3
Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
ac_pwd
=
'/home/coppro/C++/MSE/trunk'
srcdir
=
'.'
INSTALL
=
'/usr/bin/install -c'
srcdir
=
.
INSTALL
=
"/usr/bin/install -c"
# If no file are specified by the user, then we need to provide default
# value. By we need to know if files were specified by the user.
ac_need_defaults
=
:
...
...
@@ -338,24 +318,37 @@ while test $# != 0
do
case
$1
in
--
*
=
*
)
ac_option
=
`
expr
"
X
$1
"
:
'X
\([^=]*\)='
`
ac_optarg
=
`
expr
"
X
$1
"
:
'X
[^=]*=\(.*\)'
`
ac_option
=
`
expr
"
x
$1
"
:
'x
\([^=]*\)='
`
ac_optarg
=
`
expr
"
x
$1
"
:
'x
[^=]*=\(.*\)'
`
ac_shift
=
:
;;
*
)
-
*
)
ac_option
=
$1
ac_optarg
=
$2
ac_shift
=
shift
;;
*
)
# This is not an option, so the user has probably given explicit
# arguments.
ac_option
=
$1
ac_need_defaults
=
false
;;
esac
case
$ac_option
in
# Handling of the options.
-recheck
|
--recheck
|
--rechec
|
--reche
|
--rech
|
--rec
|
--re
|
--r
)
ac_cs_recheck
=
:
;;
--version
|
--versio
|
--versi
|
--vers
|
--ver
|
--ve
|
--v
|
-V
)
echo
"
$ac_cs_version
"
;
exit
;;
--debug
|
--debu
|
--deb
|
--de
|
--d
|
-d
)
--version
|
--vers
*
|
-V
)
echo
"
$ac_cs_version
"
;
exit
0
;;
--he
|
--h
)
# Conflict between --help and --header
{
{
echo
"
$as_me
:
$LINENO
: error: ambiguous option:
$1
Try
\`
$0
--help' for more information."
>
&5
echo
"
$as_me
: error: ambiguous option:
$1
Try
\`
$0
--help' for more information."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
--help
|
--hel
|
-h
)
echo
"
$ac_cs_usage
"
;
exit
0
;;
--debug
|
--d
*
|
-d
)
debug
=
:
;;
--file
|
--fil
|
--fi
|
--f
)
$ac_shift
...
...
@@ -365,24 +358,18 @@ do
$ac_shift
CONFIG_HEADERS
=
"
$CONFIG_HEADERS
$ac_optarg
"
ac_need_defaults
=
false
;;
--he
|
--h
)
# Conflict between --help and --header
{
echo
"
$as_me
: error: ambiguous option:
$1
Try
\`
$0
--help' for more information."
>
&2
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
--help
|
--hel
|
-h
)
echo
"
$ac_cs_usage
"
;
exit
;;
-q
|
-quiet
|
--quiet
|
--quie
|
--qui
|
--qu
|
--q
\
|
-silent
|
--silent
|
--silen
|
--sile
|
--sil
|
--si
|
--s
)
ac_cs_silent
=
:
;;
# This is an error.
-
*
)
{
echo
"
$as_me
: error: unrecognized option:
$1
Try
\`
$0
--help' for more information."
>
&2
-
*
)
{
{
echo
"
$as_me
:
$LINENO
: error: unrecognized option:
$1
Try
\`
$0
--help' for more information."
>
&5
echo
"
$as_me
: error: unrecognized option:
$1
Try
\`
$0
--help' for more information."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
*
)
ac_config_targets
=
"
$ac_config_targets
$1
"
ac_need_defaults
=
false
;;
*
)
ac_config_targets
=
"
$ac_config_targets
$1
"
;;
esac
shift
...
...
@@ -396,42 +383,29 @@ if $ac_cs_silent; then
fi
if
$ac_cs_recheck
;
then
echo
"running CONFIG_SHELL=/bin/bash /bin/bash ./configure "
$ac_configure_extra_args
" --no-create --no-recursion"
>
&6
CONFIG_SHELL
=
/bin/bash
export
CONFIG_SHELL
exec
/bin/bash
"./configure"
$ac_configure_extra_args
--no-create
--no-recursion
echo
"running /bin/sh ./configure "
$ac_configure_extra_args
" --no-create --no-recursion"
>
&6
exec
/bin/sh ./configure
$ac_configure_extra_args
--no-create
--no-recursion
fi
exec
5>>config.log
{
echo
sed
'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x'
<<
_ASBOX
## Running
$as_me
. ##
_ASBOX
echo
"
$ac_log
"
}
>
&5
#
# INIT-COMMANDS
# INIT-COMMANDS
section.
#
AMDEP_TRUE
=
""
ac_aux_dir
=
"."
AMDEP_TRUE
=
""
ac_aux_dir
=
"."
# Handling of arguments.
for
ac_config_target
in
$ac_config_targets
do
case
$ac_config_target
in
"src/config.h"
)
CONFIG_HEADERS
=
"
$CONFIG_HEADERS
src/config.h"
;;
"depfiles"
)
CONFIG_COMMANDS
=
"
$CONFIG_COMMANDS
depfiles
"
;;
"Makefile"
)
CONFIG_FILES
=
"
$CONFIG_FILES
Makefile
"
;;
case
"
$ac_config_target
"
in
# Handling of arguments.
"Makefile"
)
CONFIG_FILES
=
"
$CONFIG_FILES
Makefile
"
;;
"depfiles"
)
CONFIG_COMMANDS
=
"
$CONFIG_COMMANDS
depfiles
"
;;
"src/config.h"
)
CONFIG_HEADERS
=
"
$CONFIG_HEADERS
src/config.h"
;;
*
)
{
{
echo
"
$as_me
:
$LINENO
: error: invalid argument:
$ac_config_target
"
>
&5
echo
"
$as_me
: error: invalid argument:
$ac_config_target
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
esac
done
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
...
...
@@ -443,436 +417,568 @@ if $ac_need_defaults; then
fi
# Have a temporary directory for convenience. Make it in the build tree
# simply because there is no reason
against having
it here, and in addition,
# simply because there is no reason
to put
it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
# Create a temporary directory, and hook for its removal unless debugging.
$debug
||
{
tmp
=
trap
'exit_status=$?
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
'
0
trap
'exit_status=$?; rm -rf $tmp && exit $exit_status'
0
trap
'{ (exit 1); exit 1; }'
1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
{
tmp
=
`
(
umask
077
&&
mktemp
-d
"./conf
XXXXXX"
)
2>/dev/null
`
&&
tmp
=
`
(
umask
077
&&
mktemp
-d
-q
"./confstat
XXXXXX"
)
2>/dev/null
`
&&
test
-n
"
$tmp
"
&&
test
-d
"
$tmp
"
}
||
{
tmp
=
./conf
$$
-
$RANDOM
(
umask
077
&&
mkdir
"
$tmp
"
)
tmp
=
./conf
stat
$$
-
$RANDOM
(
umask
077
&&
mkdir
$tmp
)
}
||
{
echo
"
$me
: cannot create a temporary directory in ."
>
&2
{
(
exit
1
)
;
exit
1
;
}
}
#
#
Set up the sed scripts for
CONFIG_FILES section.
# CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if
test
-n
"
$CONFIG_FILES
"
;
then
cat
>
"
$tmp
/subs-1.sed"
<<
\
CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
s,@SHELL@,|#_!!_#|/bin/bash,g
s,@PATH_SEPARATOR@,|#_!!_#|:,g
s,@PACKAGE_NAME@,|#_!!_#|magicseteditor,g
s,@PACKAGE_TARNAME@,|#_!!_#|magicseteditor,g
s,@PACKAGE_VERSION@,|#_!!_#|0.3.0,g
s,@PACKAGE_STRING@,|#_!!_#|magicseteditor 0.3.0,g
s,@PACKAGE_BUGREPORT@,|#_!!_#|twanvl@|#_!!_#|users.sourceforge.net,g
s,@exec_prefix@,|#_!!_#|
${
prefix
}
,g
s,@prefix@,|#_!!_#|/usr/local,g
s,@program_transform_name@,|#_!!_#|s
\,
x
\,
x
\,
,g
s,@bindir@,|#_!!_#|
${
exec_prefix
}
/bin,g
s,@sbindir@,|#_!!_#|
${
exec_prefix
}
/sbin,g
s,@libexecdir@,|#_!!_#|
${
exec_prefix
}
/libexec,g
s,@datarootdir@,|#_!!_#|
${
prefix
}
/share,g
s,@datadir@,|#_!!_#|
${
datarootdir
}
,g
s,@sysconfdir@,|#_!!_#|
${
prefix
}
/etc,g
s,@sharedstatedir@,|#_!!_#|
${
prefix
}
/com,g
s,@localstatedir@,|#_!!_#|
${
prefix
}
/var,g
s,@includedir@,|#_!!_#|
${
prefix
}
/include,g
s,@oldincludedir@,|#_!!_#|/usr/include,g
s,@docdir@,|#_!!_#|
${
datarootdir
}
/doc/
${
PACKAGE_TARNAME
}
,g
s,@infodir@,|#_!!_#|
${
datarootdir
}
/info,g
s,@htmldir@,|#_!!_#|
${
docdir
}
,g
s,@dvidir@,|#_!!_#|
${
docdir
}
,g
s,@pdfdir@,|#_!!_#|
${
docdir
}
,g
s,@psdir@,|#_!!_#|
${
docdir
}
,g
s,@libdir@,|#_!!_#|
${
exec_prefix
}
/lib,g
s,@localedir@,|#_!!_#|
${
datarootdir
}
/locale,g
s,@mandir@,|#_!!_#|
${
datarootdir
}
/man,g
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
s,@ECHO_C@,|#_!!_#|,g
s,@ECHO_N@,|#_!!_#|-n,g
s,@ECHO_T@,|#_!!_#|,g
s,@LIBS@,|#_!!_#|,g
s,@build_alias@,|#_!!_#|,g
s,@host_alias@,|#_!!_#|,g
s,@target_alias@,|#_!!_#|,g
s,@INSTALL_PROGRAM@,|#_!!_#|
${
INSTALL
}
,g
s,@INSTALL_SCRIPT@,|#_!!_#|
${
INSTALL
}
,g
s,@INSTALL_DATA@,|#_!!_#|
${
INSTALL
}
-m 644,g
s,@CYGPATH_W@,|#_!!_#|echo,g
s,@PACKAGE@,|#_!!_#|magicseteditor,g
s,@VERSION@,|#_!!_#|0.3.0,g
s,@ACLOCAL@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run aclocal-1.9,g
s,@AUTOCONF@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run autoconf,g
s,@AUTOMAKE@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run automake-1.9,g
s,@AUTOHEADER@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run autoheader,g
s,@MAKEINFO@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run makeinfo,g
s,@install_sh@,|#_!!_#|/home/coppro/C++/MSE/trunk/install-sh,g
s,@STRIP@,|#_!!_#|,g
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|
${
SHELL
}
$(
install_sh
)
-c -s,g
s,@mkdir_p@,|#_!!_#|mkdir -p --,g
s,@AWK@,|#_!!_#|mawk,g
s,@SET_MAKE@,|#_!!_#|,g
s,@am__leading_dot@,|#_!!_#|.,g
s,@AMTAR@,|#_!!_#|
${
SHELL
}
/home/coppro/C++/MSE/trunk/missing --run tar,g
s,@am__tar@,|#_!!_#|
${
AMTAR
}
chof - "
$$
tardir",g
s,@am__untar@,|#_!!_#|
${
AMTAR
}
xf -,g
s,@CXX@,|#_!!_#|g++,g
s,@CXXFLAGS@,|#_!!_#|-g -O2,g
s,@LDFLAGS@,|#_!!_#|,g
s,@CPPFLAGS@,|#_!!_#|,g
s,@ac_ct_CXX@,|#_!!_#|g++,g
s,@EXEEXT@,|#_!!_#|,g
s,@OBJEXT@,|#_!!_#|o,g
s,@DEPDIR@,|#_!!_#|.deps,g
s,@am__include@,|#_!!_#|include,g
s,@am__quote@,|#_!!_#|,g
s,@AMDEP_TRUE@,|#_!!_#|,g
s,@AMDEP_FALSE@,|#_!!_#|#,g
s,@AMDEPBACKSLASH@,|#_!!_#|
\\
,g
s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
s,@WX_CONFIG_PATH@,|#_!!_#|/usr/bin/wx-config,g
s,@WX_CPPFLAGS@,|#_!!_#|-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA,g
s,@WX_CFLAGS@,|#_!!_#|-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA ,g
s,@WX_CXXFLAGS@,|#_!!_#|-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA ,g
s,@WX_CFLAGS_ONLY@,|#_!!_#|,g
s,@WX_CXXFLAGS_ONLY@,|#_!!_#|-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA,g
s,@WX_LIBS@,|#_!!_#|-pthread -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 ,g
s,@WX_LIBS_STATIC@,|#_!!_#| -pthread /usr/lib/libwx_gtk-2.4.a -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm -lpng -ljpeg -ltiff -lz -ldl -lm ,g
s,@WX_VERSION@,|#_!!_#|2.6.3,g
s,@CC@,|#_!!_#|gcc,g
s,@CFLAGS@,|#_!!_#|-g -O2,g
s,@ac_ct_CC@,|#_!!_#|gcc,g
s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
s,@am__fastdepCC_TRUE@,|#_!!_#|,g
s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
s,@CPP@,|#_!!_#|gcc -E,g
s,@GREP@,|#_!!_#|/bin/grep,g
s,@EGREP@,|#_!!_#|/bin/grep -E,g
s,@LIBOBJS@,|#_!!_#|,g
s,@LTLIBOBJS@,|#_!!_#|,g
:end
s/|#_!!_#|//g
# Protect against being on the right side of a sed subst in config.status.
sed
's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/'
>
$tmp
/subs.sed
<<
\
CEOF
s,@SHELL@,/bin/sh,;t t
s,@PATH_SEPARATOR@,:,;t t
s,@PACKAGE_NAME@,magicseteditor,;t t
s,@PACKAGE_TARNAME@,magicseteditor,;t t
s,@PACKAGE_VERSION@,0.3.0,;t t
s,@PACKAGE_STRING@,magicseteditor 0.3.0,;t t
s,@PACKAGE_BUGREPORT@,twanvl@users.sourceforge.net,;t t
s,@exec_prefix@,
${
prefix
}
,;t t
s,@prefix@,/usr/local,;t t
s,@program_transform_name@,s,x,x,,;t t
s,@bindir@,
${
exec_prefix
}
/bin,;t t
s,@sbindir@,
${
exec_prefix
}
/sbin,;t t
s,@libexecdir@,
${
exec_prefix
}
/libexec,;t t
s,@datadir@,
${
prefix
}
/share,;t t
s,@sysconfdir@,
${
prefix
}
/etc,;t t
s,@sharedstatedir@,
${
prefix
}
/com,;t t
s,@localstatedir@,
${
prefix
}
/var,;t t
s,@libdir@,
${
exec_prefix
}
/lib,;t t
s,@includedir@,
${
prefix
}
/include,;t t
s,@oldincludedir@,/usr/include,;t t
s,@infodir@,
${
prefix
}
/info,;t t
s,@mandir@,
${
prefix
}
/man,;t t
s,@build_alias@,,;t t
s,@host_alias@,,;t t
s,@target_alias@,,;t t
s,@DEFS@,-DHAVE_CONFIG_H,;t t
s,@ECHO_C@,,;t t
s,@ECHO_N@,-n,;t t
s,@ECHO_T@,,;t t
s,@LIBS@,,;t t
s,@INSTALL_PROGRAM@,
${
INSTALL
}
,;t t
s,@INSTALL_SCRIPT@,
${
INSTALL
}
,;t t
s,@INSTALL_DATA@,
${
INSTALL
}
-m 644,;t t
s,@CYGPATH_W@,echo,;t t
s,@PACKAGE@,magicseteditor,;t t
s,@VERSION@,0.3.0,;t t
s,@ACLOCAL@,
${
SHELL
}
/home/twanvl/mse/missing --run aclocal-1.9,;t t
s,@AUTOCONF@,
${
SHELL
}
/home/twanvl/mse/missing --run autoconf,;t t
s,@AUTOMAKE@,
${
SHELL
}
/home/twanvl/mse/missing --run automake-1.9,;t t
s,@AUTOHEADER@,
${
SHELL
}
/home/twanvl/mse/missing --run autoheader,;t t
s,@MAKEINFO@,
${
SHELL
}
/home/twanvl/mse/missing --run makeinfo,;t t
s,@install_sh@,/home/twanvl/mse/install-sh,;t t
s,@STRIP@,,;t t
s,@ac_ct_STRIP@,,;t t
s,@INSTALL_STRIP_PROGRAM@,
${
SHELL
}
$(
install_sh
)
-c -s,;t t
s,@mkdir_p@,mkdir -p --,;t t
s,@AWK@,mawk,;t t
s,@SET_MAKE@,,;t t
s,@am__leading_dot@,.,;t t
s,@AMTAR@,
${
SHELL
}
/home/twanvl/mse/missing --run tar,;t t
s,@am__tar@,
${
AMTAR
}
chof - "
$$
tardir",;t t
s,@am__untar@,
${
AMTAR
}
xf -,;t t
s,@CXX@,g++,;t t
s,@CXXFLAGS@,-g -O2,;t t
s,@LDFLAGS@,,;t t
s,@CPPFLAGS@,,;t t
s,@ac_ct_CXX@,g++,;t t
s,@EXEEXT@,,;t t
s,@OBJEXT@,o,;t t
s,@DEPDIR@,.deps,;t t
s,@am__include@,include,;t t
s,@am__quote@,,;t t
s,@AMDEP_TRUE@,,;t t
s,@AMDEP_FALSE@,#,;t t
s,@AMDEPBACKSLASH@,
\,
;t t
s,@CXXDEPMODE@,depmode=gcc3,;t t
s,@am__fastdepCXX_TRUE@,,;t t
s,@am__fastdepCXX_FALSE@,#,;t t
s,@WX_CONFIG_PATH@,/usr/bin/wx-config,;t t
s,@WX_CPPFLAGS@,-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA,;t t
s,@WX_CFLAGS@,-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA ,;t t
s,@WX_CXXFLAGS@,-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA ,;t t
s,@WX_CFLAGS_ONLY@,,;t t
s,@WX_CXXFLAGS_ONLY@,-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA,;t t
s,@WX_LIBS@,-pthread -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 ,;t t
s,@WX_LIBS_STATIC@,,;t t
s,@WX_VERSION@,2.6.1,;t t
s,@CC@,gcc,;t t
s,@CFLAGS@,-g -O2,;t t
s,@ac_ct_CC@,gcc,;t t
s,@CCDEPMODE@,depmode=gcc3,;t t
s,@am__fastdepCC_TRUE@,,;t t
s,@am__fastdepCC_FALSE@,#,;t t
s,@CPP@,gcc -E,;t t
s,@EGREP@,grep -E,;t t
s,@LIBOBJS@,,;t t
s,@LTLIBOBJS@,,;t t
CEOF
fi
# test -n "$CONFIG_FILES"
for
ac_tag
in
:F
$CONFIG_FILES
:H
$CONFIG_HEADERS
:C
$CONFIG_COMMANDS
do
case
$ac_tag
in
:[FHLC]
)
ac_mode
=
$ac_tag
;
continue
;;
esac
case
$ac_mode$ac_tag
in
:[FHL]
*
:
*
);;
:L
*
|
:C
*
:
*
)
{
{
echo
"
$as_me
:
$LINENO
: error: Invalid tag
$ac_tag
."
>
&5
echo
"
$as_me
: error: Invalid tag
$ac_tag
."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
:[FH]-
)
ac_tag
=
-:-
;;
:[FH]
*
)
ac_tag
=
$ac_tag
:
$ac_tag
.in
;;
esac
ac_save_IFS
=
$IFS
IFS
=
:
set
x
$ac_tag
IFS
=
$ac_save_IFS
shift
ac_file
=
$1
shift
case
$ac_mode
in
:L
)
ac_source
=
$1
;;
:[FH]
)
ac_file_inputs
=
for
ac_f
do
case
$ac_f
in
-
)
ac_f
=
"
$tmp
/stdin"
;;
*
)
# Look for the file first in the build tree, then in the source tree
# (if the path is not absolute). The absolute path cannot be DOS-style,
# because $ac_f cannot contain `:'.
test
-f
"
$ac_f
"
||
case
$ac_f
in
[
\\
/
$]
*
)
false
;;
*
)
test
-f
"
$srcdir
/
$ac_f
"
&&
ac_f
=
"
$srcdir
/
$ac_f
"
;;
esac
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find input file:
$ac_f
"
>
&5
echo
"
$as_me
: error: cannot find input file:
$ac_f
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;;
esac
ac_file_inputs
=
"
$ac_file_inputs
$ac_f
"
done
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
configure_input
=
"Generated from "
`
IFS
=
:
echo
$*
|
sed
's|^[^:]*/||;s|:[^:]*/|, |g'
`
" by configure."
if
test
x
"
$ac_file
"
!=
x-
;
then
configure_input
=
"
$ac_file
.
$configure_input
"
{
echo
"
$as_me
:
$LINENO
: creating
$ac_file
"
>
&5
echo
"
$as_me
: creating
$ac_file
"
>
&6
;
}
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_lines
=
48
ac_sed_frag
=
1
# Number of current file.
ac_beg
=
1
# First line for current file.
ac_end
=
$ac_max_sed_lines
# Line after last line for current file.
ac_more_lines
=
:
ac_sed_cmds
=
while
$ac_more_lines
;
do
if
test
$ac_beg
-gt
1
;
then
sed
"1,
${
ac_beg
}
d;
${
ac_end
}
q"
$tmp
/subs.sed
>
$tmp
/subs.frag
else
sed
"
${
ac_end
}
q"
$tmp
/subs.sed
>
$tmp
/subs.frag
fi
if
test
!
-s
$tmp
/subs.frag
;
then
ac_more_lines
=
false
else
# The purpose of the label and of the branching condition is to
# speed up the sed processing (if there are no `@' at all, there
# is no need to browse any of the substitutions).
# These are the two extra sed commands mentioned above.
(
echo
':t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b'
&&
cat
$tmp
/subs.frag
)
>
$tmp
/subs-
$ac_sed_frag
.sed
if
test
-z
"
$ac_sed_cmds
"
;
then
ac_sed_cmds
=
"sed -f
$tmp
/subs-
$ac_sed_frag
.sed"
else
ac_sed_cmds
=
"
$ac_sed_cmds
| sed -f
$tmp
/subs-
$ac_sed_frag
.sed"
fi
ac_sed_frag
=
`
expr
$ac_sed_frag
+ 1
`
ac_beg
=
$ac_end
ac_end
=
`
expr
$ac_end
+
$ac_max_sed_lines
`
fi
done
if
test
-z
"
$ac_sed_cmds
"
;
then
ac_sed_cmds
=
cat
fi
fi
# test -n "$CONFIG_FILES"
case
$ac_tag
in
*
:-:
*
|
*
:-
)
cat
>
"
$tmp
/stdin"
;;
esac
;;
for
ac_file
in
:
$CONFIG_FILES
;
do
test
"x
$ac_file
"
=
x:
&&
continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
case
$ac_file
in
-
|
*
:-
|
*
:-:
*
)
# input from stdin
cat
>
$tmp
/stdin
ac_file_in
=
`
echo
"
$ac_file
"
|
sed
's,[^:]*:,,'
`
ac_file
=
`
echo
"
$ac_file
"
|
sed
's,:.*,,'
`
;;
*
:
*
)
ac_file_in
=
`
echo
"
$ac_file
"
|
sed
's,[^:]*:,,'
`
ac_file
=
`
echo
"
$ac_file
"
|
sed
's,:.*,,'
`
;;
*
)
ac_file_in
=
$ac_file
.in
;;
esac
ac_dir
=
`
$as_dirname
--
"
$ac_file
"
||
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
ac_dir
=
`
(
dirname
"
$ac_file
"
)
2>/dev/null
||
$as_expr
X
"
$ac_file
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$ac_file
"
:
'X\(//\)[^/]'
\|
\
X
"
$ac_file
"
:
'X\(//\)$'
\|
\
X
"
$ac_file
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$ac_file
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$ac_file
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
{
as_dir
=
"
$ac_dir
"
case
$as_dir
in
#(
-
*
)
as_dir
=
./
$as_dir
;;
esac
test
-d
"
$as_dir
"
||
{
$as_mkdir_p
&&
mkdir
-p
"
$as_dir
"
;
}
||
{
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
{
if
$as_mkdir_p
;
then
mkdir
-p
"
$ac_dir
"
else
as_dir
=
"
$ac_dir
"
as_dirs
=
while
:
;
do
case
$as_dir
in
#(
*
\'
*
)
as_qdir
=
`
echo
"
$as_dir
"
|
sed
"s/'/'
\\\\\\\\
''/g"
`
;;
#(
*
)
as_qdir
=
$as_dir
;;
esac
as_dirs
=
"'
$as_qdir
'
$as_dirs
"
as_dir
=
`
$as_dirname
--
"
$as_dir
"
||
while
test
!
-d
"
$as_dir
"
;
do
as_dirs
=
"
$as_dir
$as_dirs
"
as_dir
=
`
(
dirname
"
$as_dir
"
)
2>/dev/null
||
$as_expr
X
"
$as_dir
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$as_dir
"
:
'X\(//\)[^/]'
\|
\
X
"
$as_dir
"
:
'X\(//\)$'
\|
\
X
"
$as_dir
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$as_dir
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$as_dir
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
test
-d
"
$as_dir
"
&&
break
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
done
test
-z
"
$as_dirs
"
||
eval
"mkdir
$as_dirs
"
}
||
test
-d
"
$as_dir
"
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
$as_dir
"
>
&5
echo
"
$as_me
: error: cannot create directory
$as_dir
"
>
&2
;
}
test
!
-n
"
$as_dirs
"
||
mkdir
$as_dirs
fi
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
\"
$ac_dir
\"
"
>
&5
echo
"
$as_me
: error: cannot create directory
\"
$ac_dir
\"
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;
}
ac_builddir
=
.
case
"
$ac_dir
"
in
.
)
ac_dir_suffix
=
ac_top_builddir_sub
=
.
ac_top_build_prefix
=
;;
*
)
if
test
"
$ac_dir
"
!=
.
;
then
ac_dir_suffix
=
/
`
echo
"
$ac_dir
"
|
sed
's,^\.[\\/],,'
`
# A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub
=
`
echo
"
$ac_dir_suffix
"
|
sed
's,/[^\\/]*,/..,g;s,/,,'
`
case
$ac_top_builddir_sub
in
""
)
ac_top_builddir_sub
=
.
ac_top_build_prefix
=
;;
*
)
ac_top_build_prefix
=
$ac_top_builddir_sub
/
;;
esac
;;
esac
ac_abs_top_builddir
=
$ac_pwd
ac_abs_builddir
=
$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir
=
$ac_top_build_prefix
# A "../" for each directory in $ac_dir_suffix.
ac_top_builddir
=
`
echo
"
$ac_dir_suffix
"
|
sed
's,/[^\\/]*,../,g'
`
else
ac_dir_suffix
=
ac_top_builddir
=
fi
case
$srcdir
in
.
)
# We are building in place.
.
)
#
No --srcdir option.
We are building in place.
ac_srcdir
=
.
ac_top_srcdir
=
$ac_top_builddir_sub
ac_abs_top_srcdir
=
$ac_pwd
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
# Absolute name.
if
test
-z
"
$ac_top_builddir
"
;
then
ac_top_srcdir
=
.
else
ac_top_srcdir
=
`
echo
$ac_top_builddir
|
sed
's,/$,,'
`
fi
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
# Absolute path.
ac_srcdir
=
$srcdir$ac_dir_suffix
;
ac_top_srcdir
=
$srcdir
ac_abs_top_srcdir
=
$srcdir
;;
*
)
# Relative name.
ac_srcdir
=
$ac_top_build_prefix$srcdir$ac_dir_suffix
ac_top_srcdir
=
$ac_top_build_prefix$srcdir
ac_abs_top_srcdir
=
$ac_pwd
/
$srcdir
;;
ac_top_srcdir
=
$srcdir
;;
*
)
# Relative path.
ac_srcdir
=
$ac_top_builddir$srcdir$ac_dir_suffix
ac_top_srcdir
=
$ac_top_builddir$srcdir
;;
esac
ac_abs_srcdir
=
$ac_abs_top_srcdir$ac_dir_suffix
# Do not use `cd foo && pwd` to compute absolute paths, because
# the directories may not exist.
case
`
pwd
`
in
.
)
ac_abs_builddir
=
"
$ac_dir
"
;;
*
)
case
"
$ac_dir
"
in
.
)
ac_abs_builddir
=
`
pwd
`
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_builddir
=
"
$ac_dir
"
;;
*
)
ac_abs_builddir
=
`
pwd
`
/
"
$ac_dir
"
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_top_builddir
=
${
ac_top_builddir
}
.
;;
*
)
case
${
ac_top_builddir
}
.
in
.
)
ac_abs_top_builddir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_top_builddir
=
${
ac_top_builddir
}
.
;;
*
)
ac_abs_top_builddir
=
$ac_abs_builddir
/
${
ac_top_builddir
}
.
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_srcdir
=
$ac_srcdir
;;
*
)
case
$ac_srcdir
in
.
)
ac_abs_srcdir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_srcdir
=
$ac_srcdir
;;
*
)
ac_abs_srcdir
=
$ac_abs_builddir
/
$ac_srcdir
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_top_srcdir
=
$ac_top_srcdir
;;
*
)
case
$ac_top_srcdir
in
.
)
ac_abs_top_srcdir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_top_srcdir
=
$ac_top_srcdir
;;
*
)
ac_abs_top_srcdir
=
$ac_abs_builddir
/
$ac_top_srcdir
;;
esac
;;
esac
case
$ac_mode
in
:F
)
#
# CONFIG_FILE
#
case
$INSTALL
in
[
\\
/
$]
*
|
?:[
\\
/]
*
)
ac_INSTALL
=
$INSTALL
;;
*
)
ac_INSTALL
=
$ac_top_build
_prefix
$INSTALL
;;
*
)
ac_INSTALL
=
$ac_top_build
dir
$INSTALL
;;
esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack
=
;
ac_datarootdir_seen
=
case
`
sed
-n
'/datarootdir/ {
p
q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p
'
$ac_file_inputs
`
in
*
datarootdir
*
)
ac_datarootdir_seen
=
yes
;;
*
@datadir@
*
|
*
@docdir@
*
|
*
@infodir@
*
|
*
@localedir@
*
|
*
@mandir@
*
)
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_file_inputs
seems to ignore the --datarootdir setting"
>
&5
echo
"
$as_me
: WARNING:
$ac_file_inputs
seems to ignore the --datarootdir setting"
>
&2
;
}
ac_datarootdir_hack
=
'
s&@datadir@&${datarootdir}&g
s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
s&@infodir@&${datarootdir}/info&g
s&@localedir@&${datarootdir}/locale&g
s&@mandir@&${datarootdir}/man&g
s&\${datarootdir}&${prefix}/share&g'
;;
esac
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
if
test
x
"
$ac_file
"
=
x-
;
then
configure_input
=
else
configure_input
=
"
$ac_file
. "
fi
configure_input
=
$configure_input
"Generated from
`
echo
$ac_file_in
|
sed
's,.*/,,'
`
by configure."
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs
=
`
IFS
=
:
for
f
in
$ac_file_in
;
do
case
$f
in
-
)
echo
$tmp
/stdin
;;
[
\\
/
$]
*
)
# Absolute (can't be DOS-style, as IFS=:)
test
-f
"
$f
"
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find input file:
$f
"
>
&5
echo
"
$as_me
: error: cannot find input file:
$f
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
echo
"
$f
"
;;
*
)
# Relative
if
test
-f
"
$f
"
;
then
# Build tree
echo
"
$f
"
elif
test
-f
"
$srcdir
/
$f
"
;
then
# Source tree
echo
"
$srcdir
/
$f
"
else
# /dev/null tree
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find input file:
$f
"
>
&5
echo
"
$as_me
: error: cannot find input file:
$f
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
;;
esac
done
`
||
{
(
exit
1
)
;
exit
1
;
}
if
test
x
"
$ac_file
"
!=
x-
;
then
{
echo
"
$as_me
:
$LINENO
: creating
$ac_file
"
>
&5
echo
"
$as_me
: creating
$ac_file
"
>
&6
;
}
rm
-f
"
$ac_file
"
fi
sed
"/^[ ]*VPATH[ ]*=/{
s/:*
\$
(srcdir):*/:/
s/:*
\$
{srcdir}:*/:/
s/:*@srcdir@:*/:/
s/^
\(
[^=]*=[ ]*
\)
:*/
\1
/
s/:*
$/
/
s/^[^=]*=[ ]*
$/
/
s/:*
\$
(srcdir):*/:/
;
s/:*
\$
{srcdir}:*/:/
;
s/:*@srcdir@:*/:/
;
s/^
\(
[^=]*=[ ]*
\)
:*/
\1
/
;
s/:*
$/
/
;
s/^[^=]*=[ ]*
$/
/
;
}
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s&@configure_input@&
$configure_input
&;t t
s&@top_builddir@&
$ac_top_builddir_sub
&;t t
s&@srcdir@&
$ac_srcdir
&;t t
s&@abs_srcdir@&
$ac_abs_srcdir
&;t t
s&@top_srcdir@&
$ac_top_srcdir
&;t t
s&@abs_top_srcdir@&
$ac_abs_top_srcdir
&;t t
s&@builddir@&
$ac_builddir
&;t t
s&@abs_builddir@&
$ac_abs_builddir
&;t t
s&@abs_top_builddir@&
$ac_abs_top_builddir
&;t t
s&@INSTALL@&
$ac_INSTALL
&;t t
$ac_datarootdir_hack
"
$ac_file_inputs
|
sed
-f
"
$tmp
/subs-1.sed"
>
$tmp
/out
test
-z
"
$ac_datarootdir_hack$ac_datarootdir_seen
"
&&
{
ac_out
=
`
sed
-n
'/\${datarootdir}/p'
"
$tmp
/out"
`
;
test
-n
"
$ac_out
"
;
}
&&
{
ac_out
=
`
sed
-n
'/^[ ]*datarootdir[ ]*:*=/p'
"
$tmp
/out"
`
;
test
-z
"
$ac_out
"
;
}
&&
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_file
contains a reference to the variable
\`
datarootdir'
which seems to be undefined. Please make sure it is defined."
>
&5
echo
"
$as_me
: WARNING:
$ac_file
contains a reference to the variable
\`
datarootdir'
which seems to be undefined. Please make sure it is defined."
>
&2
;
}
rm
-f
"
$tmp
/stdin"
s,@configure_input@,
$configure_input
,;t t
s,@srcdir@,
$ac_srcdir
,;t t
s,@abs_srcdir@,
$ac_abs_srcdir
,;t t
s,@top_srcdir@,
$ac_top_srcdir
,;t t
s,@abs_top_srcdir@,
$ac_abs_top_srcdir
,;t t
s,@builddir@,
$ac_builddir
,;t t
s,@abs_builddir@,
$ac_abs_builddir
,;t t
s,@top_builddir@,
$ac_top_builddir
,;t t
s,@abs_top_builddir@,
$ac_abs_top_builddir
,;t t
s,@INSTALL@,
$ac_INSTALL
,;t t
"
$ac_file_inputs
|
(
eval
"
$ac_sed_cmds
"
)
>
$tmp
/out
rm
-f
$tmp
/stdin
if
test
x
"
$ac_file
"
!=
x-
;
then
mv
$tmp
/out
$ac_file
else
cat
$tmp
/out
rm
-f
$tmp
/out
fi
done
#
# CONFIG_HEADER section.
#
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA
=
's,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ac_dB
=
'[ ].*$,\1#\2'
ac_dC
=
' '
ac_dD
=
',;t'
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_uA
=
's,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_uB
=
'$,\1#\2define\3'
ac_uC
=
' '
ac_uD
=
',;t'
for
ac_file
in
:
$CONFIG_HEADERS
;
do
test
"x
$ac_file
"
=
x:
&&
continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
case
$ac_file
in
-
)
cat
"
$tmp
/out"
;
rm
-f
"
$tmp
/out"
;;
*
)
rm
-f
"
$ac_file
"
;
mv
"
$tmp
/out"
$ac_file
;;
-
|
*
:-
|
*
:-:
*
)
# input from stdin
cat
>
$tmp
/stdin
ac_file_in
=
`
echo
"
$ac_file
"
|
sed
's,[^:]*:,,'
`
ac_file
=
`
echo
"
$ac_file
"
|
sed
's,:.*,,'
`
;;
*
:
*
)
ac_file_in
=
`
echo
"
$ac_file
"
|
sed
's,[^:]*:,,'
`
ac_file
=
`
echo
"
$ac_file
"
|
sed
's,:.*,,'
`
;;
*
)
ac_file_in
=
$ac_file
.in
;;
esac
;;
:H
)
#
# CONFIG_HEADER
#
# First, check the format of the line:
cat
>
"
$tmp
/defines.sed"
<<
\
CEOF
/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*
$/
b def
/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def
b
:def
s/
$/
/
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE_NAME
\)
[ (].*,
\1
define
\2
"magicseteditor" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE_TARNAME
\)
[ (].*,
\1
define
\2
"magicseteditor" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE_VERSION
\)
[ (].*,
\1
define
\2
"0.3.0" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE_STRING
\)
[ (].*,
\1
define
\2
"magicseteditor 0.3.0" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE_BUGREPORT
\)
[ (].*,
\1
define
\2
"twanvl@users.sourceforge.net" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*PACKAGE
\)
[ (].*,
\1
define
\2
"magicseteditor" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*VERSION
\)
[ (].*,
\1
define
\2
"0.3.0" ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*STDC_HEADERS
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_SYS_TYPES_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_SYS_STAT_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_STDLIB_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_STRING_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_MEMORY_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_STRINGS_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_INTTYPES_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_STDINT_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_UNISTD_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*STDC_HEADERS
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_STDLIB_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_MALLOC
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_SYS_SELECT_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_SYS_SOCKET_H
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*SELECT_TYPE_ARG1
\)
[ (].*,
\1
define
\2
int ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*SELECT_TYPE_ARG234
\)
[ (].*,
\1
define
\2
(fd_set *) ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*SELECT_TYPE_ARG5
\)
[ (].*,
\1
define
\2
(struct timeval *) ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_MEMSET
\)
[ (].*,
\1
define
\2
1 ,
s,^
\(
[ #]*
\)
[^ ]*
\(
[ ]*HAVE_SELECT
\)
[ (].*,
\1
define
\2
1 ,
s/
$/
/
s,^[ #]*u.*,/* & */,
test
x
"
$ac_file
"
!=
x-
&&
{
echo
"
$as_me
:
$LINENO
: creating
$ac_file
"
>
&5
echo
"
$as_me
: creating
$ac_file
"
>
&6
;
}
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs
=
`
IFS
=
:
for
f
in
$ac_file_in
;
do
case
$f
in
-
)
echo
$tmp
/stdin
;;
[
\\
/
$]
*
)
# Absolute (can't be DOS-style, as IFS=:)
test
-f
"
$f
"
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find input file:
$f
"
>
&5
echo
"
$as_me
: error: cannot find input file:
$f
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
# Do quote $f, to prevent DOS paths from being IFS'd.
echo
"
$f
"
;;
*
)
# Relative
if
test
-f
"
$f
"
;
then
# Build tree
echo
"
$f
"
elif
test
-f
"
$srcdir
/
$f
"
;
then
# Source tree
echo
"
$srcdir
/
$f
"
else
# /dev/null tree
{
{
echo
"
$as_me
:
$LINENO
: error: cannot find input file:
$f
"
>
&5
echo
"
$as_me
: error: cannot find input file:
$f
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
;;
esac
done
`
||
{
(
exit
1
)
;
exit
1
;
}
# Remove the trailing spaces.
sed
's/[ ]*$//'
$ac_file_inputs
>
$tmp
/in
# Handle all the #define templates only if necessary.
if
grep
"^[ ]*#[ ]*define"
$tmp
/in
>
/dev/null
;
then
# If there are no defines, we may have an empty if/fi
:
cat
>
$tmp
/defines.sed
<<
CEOF
/^[ ]*#[ ]*define/!b
t clr
: clr
${
ac_dA
}
PACKAGE_NAME
${
ac_dB
}
PACKAGE_NAME
${
ac_dC
}
"magicseteditor"
${
ac_dD
}
${
ac_dA
}
PACKAGE_TARNAME
${
ac_dB
}
PACKAGE_TARNAME
${
ac_dC
}
"magicseteditor"
${
ac_dD
}
${
ac_dA
}
PACKAGE_VERSION
${
ac_dB
}
PACKAGE_VERSION
${
ac_dC
}
"0.3.0"
${
ac_dD
}
${
ac_dA
}
PACKAGE_STRING
${
ac_dB
}
PACKAGE_STRING
${
ac_dC
}
"magicseteditor 0.3.0"
${
ac_dD
}
${
ac_dA
}
PACKAGE_BUGREPORT
${
ac_dB
}
PACKAGE_BUGREPORT
${
ac_dC
}
"twanvl@users.sourceforge.net"
${
ac_dD
}
${
ac_dA
}
PACKAGE
${
ac_dB
}
PACKAGE
${
ac_dC
}
"magicseteditor"
${
ac_dD
}
${
ac_dA
}
VERSION
${
ac_dB
}
VERSION
${
ac_dC
}
"0.3.0"
${
ac_dD
}
${
ac_dA
}
STDC_HEADERS
${
ac_dB
}
STDC_HEADERS
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_SYS_TYPES_H
${
ac_dB
}
HAVE_SYS_TYPES_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_SYS_STAT_H
${
ac_dB
}
HAVE_SYS_STAT_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_STDLIB_H
${
ac_dB
}
HAVE_STDLIB_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_STRING_H
${
ac_dB
}
HAVE_STRING_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_MEMORY_H
${
ac_dB
}
HAVE_MEMORY_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_STRINGS_H
${
ac_dB
}
HAVE_STRINGS_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_INTTYPES_H
${
ac_dB
}
HAVE_INTTYPES_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_STDINT_H
${
ac_dB
}
HAVE_STDINT_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_UNISTD_H
${
ac_dB
}
HAVE_UNISTD_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
STDC_HEADERS
${
ac_dB
}
STDC_HEADERS
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_STDLIB_H
${
ac_dB
}
HAVE_STDLIB_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_MALLOC
${
ac_dB
}
HAVE_MALLOC
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_SYS_SELECT_H
${
ac_dB
}
HAVE_SYS_SELECT_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_SYS_SOCKET_H
${
ac_dB
}
HAVE_SYS_SOCKET_H
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
SELECT_TYPE_ARG1
${
ac_dB
}
SELECT_TYPE_ARG1
${
ac_dC
}
int
${
ac_dD
}
${
ac_dA
}
SELECT_TYPE_ARG234
${
ac_dB
}
SELECT_TYPE_ARG234
${
ac_dC
}
(fd_set *)
${
ac_dD
}
${
ac_dA
}
SELECT_TYPE_ARG5
${
ac_dB
}
SELECT_TYPE_ARG5
${
ac_dC
}
(struct timeval *)
${
ac_dD
}
${
ac_dA
}
HAVE_MEMSET
${
ac_dB
}
HAVE_MEMSET
${
ac_dC
}
1
${
ac_dD
}
${
ac_dA
}
HAVE_SELECT
${
ac_dB
}
HAVE_SELECT
${
ac_dC
}
1
${
ac_dD
}
CEOF
sed
-f
$tmp
/defines.sed
$tmp
/in
>
$tmp
/out
rm
-f
$tmp
/in
mv
$tmp
/out
$tmp
/in
fi
# grep
# Handle all the #undef templates
cat
>
$tmp
/undefs.sed
<<
CEOF
/^[ ]*#[ ]*undef/!b
t clr
: clr
${
ac_uA
}
PACKAGE_NAME
${
ac_uB
}
PACKAGE_NAME
${
ac_uC
}
"magicseteditor"
${
ac_uD
}
${
ac_uA
}
PACKAGE_TARNAME
${
ac_uB
}
PACKAGE_TARNAME
${
ac_uC
}
"magicseteditor"
${
ac_uD
}
${
ac_uA
}
PACKAGE_VERSION
${
ac_uB
}
PACKAGE_VERSION
${
ac_uC
}
"0.3.0"
${
ac_uD
}
${
ac_uA
}
PACKAGE_STRING
${
ac_uB
}
PACKAGE_STRING
${
ac_uC
}
"magicseteditor 0.3.0"
${
ac_uD
}
${
ac_uA
}
PACKAGE_BUGREPORT
${
ac_uB
}
PACKAGE_BUGREPORT
${
ac_uC
}
"twanvl@users.sourceforge.net"
${
ac_uD
}
${
ac_uA
}
PACKAGE
${
ac_uB
}
PACKAGE
${
ac_uC
}
"magicseteditor"
${
ac_uD
}
${
ac_uA
}
VERSION
${
ac_uB
}
VERSION
${
ac_uC
}
"0.3.0"
${
ac_uD
}
${
ac_uA
}
STDC_HEADERS
${
ac_uB
}
STDC_HEADERS
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_SYS_TYPES_H
${
ac_uB
}
HAVE_SYS_TYPES_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_SYS_STAT_H
${
ac_uB
}
HAVE_SYS_STAT_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_STDLIB_H
${
ac_uB
}
HAVE_STDLIB_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_STRING_H
${
ac_uB
}
HAVE_STRING_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_MEMORY_H
${
ac_uB
}
HAVE_MEMORY_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_STRINGS_H
${
ac_uB
}
HAVE_STRINGS_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_INTTYPES_H
${
ac_uB
}
HAVE_INTTYPES_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_STDINT_H
${
ac_uB
}
HAVE_STDINT_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_UNISTD_H
${
ac_uB
}
HAVE_UNISTD_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
STDC_HEADERS
${
ac_uB
}
STDC_HEADERS
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_STDLIB_H
${
ac_uB
}
HAVE_STDLIB_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_MALLOC
${
ac_uB
}
HAVE_MALLOC
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_SYS_SELECT_H
${
ac_uB
}
HAVE_SYS_SELECT_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_SYS_SOCKET_H
${
ac_uB
}
HAVE_SYS_SOCKET_H
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
SELECT_TYPE_ARG1
${
ac_uB
}
SELECT_TYPE_ARG1
${
ac_uC
}
int
${
ac_uD
}
${
ac_uA
}
SELECT_TYPE_ARG234
${
ac_uB
}
SELECT_TYPE_ARG234
${
ac_uC
}
(fd_set *)
${
ac_uD
}
${
ac_uA
}
SELECT_TYPE_ARG5
${
ac_uB
}
SELECT_TYPE_ARG5
${
ac_uC
}
(struct timeval *)
${
ac_uD
}
${
ac_uA
}
HAVE_MEMSET
${
ac_uB
}
HAVE_MEMSET
${
ac_uC
}
1
${
ac_uD
}
${
ac_uA
}
HAVE_SELECT
${
ac_uB
}
HAVE_SELECT
${
ac_uC
}
1
${
ac_uD
}
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
CEOF
sed
-f
"
$tmp
/defines.sed"
$ac_file_inputs
>
"
$tmp
/out1"
ac_result
=
"
$tmp
/out1"
sed
-f
$tmp
/undefs.sed
$tmp
/in
>
$tmp
/out
rm
-f
$tmp
/in
mv
$tmp
/out
$tmp
/in
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
if
test
x
"
$ac_file
"
=
x-
;
then
echo
"/* Generated by configure. */"
>
$tmp
/config.h
else
echo
"/*
$ac_file
. Generated by configure. */"
>
$tmp
/config.h
fi
cat
$tmp
/in
>>
$tmp
/config.h
rm
-f
$tmp
/in
if
test
x
"
$ac_file
"
!=
x-
;
then
echo
"/*
$configure_input
*/"
>
"
$tmp
/config.h"
cat
"
$ac_result
"
>>
"
$tmp
/config.h"
if
diff
$ac_file
"
$tmp
/config.h"
>
/dev/null 2>&1
;
then
if
diff
$ac_file
$tmp
/config.h
>
/dev/null 2>&1
;
then
{
echo
"
$as_me
:
$LINENO
:
$ac_file
is unchanged"
>
&5
echo
"
$as_me
:
$ac_file
is unchanged"
>
&6
;
}
else
ac_dir
=
`
(
dirname
"
$ac_file
"
)
2>/dev/null
||
$as_expr
X
"
$ac_file
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$ac_file
"
:
'X\(//\)[^/]'
\|
\
X
"
$ac_file
"
:
'X\(//\)$'
\|
\
X
"
$ac_file
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$ac_file
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
{
if
$as_mkdir_p
;
then
mkdir
-p
"
$ac_dir
"
else
as_dir
=
"
$ac_dir
"
as_dirs
=
while
test
!
-d
"
$as_dir
"
;
do
as_dirs
=
"
$as_dir
$as_dirs
"
as_dir
=
`
(
dirname
"
$as_dir
"
)
2>/dev/null
||
$as_expr
X
"
$as_dir
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$as_dir
"
:
'X\(//\)[^/]'
\|
\
X
"
$as_dir
"
:
'X\(//\)$'
\|
\
X
"
$as_dir
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$as_dir
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
done
test
!
-n
"
$as_dirs
"
||
mkdir
$as_dirs
fi
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
\"
$ac_dir
\"
"
>
&5
echo
"
$as_me
: error: cannot create directory
\"
$ac_dir
\"
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;
}
rm
-f
$ac_file
mv
"
$tmp
/config.h"
$ac_file
mv
$tmp
/config.h
$ac_file
fi
else
echo
"/*
$configure_input
*/"
cat
"
$ac_result
"
cat
$tmp
/config.h
rm
-f
$tmp
/config.h
fi
rm
-f
"
$tmp
/out12"
# Compute $ac_file's index in $config_headers.
_am_stamp_count
=
1
for
_am_header
in
$config_headers
:
;
do
...
...
@@ -883,39 +989,133 @@ for _am_header in $config_headers :; do
_am_stamp_count
=
`
expr
$_am_stamp_count
+ 1
`
;;
esac
done
echo
"timestamp for
$ac_file
"
>
`
$as_dirname
--
$ac_file
||
echo
"timestamp for
$ac_file
"
>
`
(
dirname
$ac_file
)
2>/dev/null
||
$as_expr
X
$ac_file
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
$ac_file
:
'X\(//\)[^/]'
\|
\
X
$ac_file
:
'X\(//\)$'
\|
\
X
$ac_file
:
'X\(/\)'
\|
.
2>/dev/null
||
X
$ac_file
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
$ac_file
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
/stamp-h
$_am_stamp_count
;;
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
/stamp-h
$_am_stamp_count
done
:C
)
{
echo
"
$as_me
:
$LINENO
: executing
$ac_file
commands"
>
&5
echo
"
$as_me
: executing
$ac_file
commands"
>
&6
;
}
;;
esac
#
# CONFIG_COMMANDS section.
#
for
ac_file
in
:
$CONFIG_COMMANDS
;
do
test
"x
$ac_file
"
=
x:
&&
continue
ac_dest
=
`
echo
"
$ac_file
"
|
sed
's,:.*,,'
`
ac_source
=
`
echo
"
$ac_file
"
|
sed
's,[^:]*:,,'
`
ac_dir
=
`
(
dirname
"
$ac_dest
"
)
2>/dev/null
||
$as_expr
X
"
$ac_dest
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$ac_dest
"
:
'X\(//\)[^/]'
\|
\
X
"
$ac_dest
"
:
'X\(//\)$'
\|
\
X
"
$ac_dest
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$ac_dest
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
{
if
$as_mkdir_p
;
then
mkdir
-p
"
$ac_dir
"
else
as_dir
=
"
$ac_dir
"
as_dirs
=
while
test
!
-d
"
$as_dir
"
;
do
as_dirs
=
"
$as_dir
$as_dirs
"
as_dir
=
`
(
dirname
"
$as_dir
"
)
2>/dev/null
||
$as_expr
X
"
$as_dir
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$as_dir
"
:
'X\(//\)[^/]'
\|
\
X
"
$as_dir
"
:
'X\(//\)$'
\|
\
X
"
$as_dir
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$as_dir
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
done
test
!
-n
"
$as_dirs
"
||
mkdir
$as_dirs
fi
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
\"
$ac_dir
\"
"
>
&5
echo
"
$as_me
: error: cannot create directory
\"
$ac_dir
\"
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;
}
ac_builddir
=
.
case
$ac_file$ac_mode
in
"depfiles"
:C
)
test
x
"
$AMDEP_TRUE
"
!=
x
""
||
for
mf
in
$CONFIG_FILES
;
do
if
test
"
$ac_dir
"
!=
.
;
then
ac_dir_suffix
=
/
`
echo
"
$ac_dir
"
|
sed
's,^\.[\\/],,'
`
# A "../" for each directory in $ac_dir_suffix.
ac_top_builddir
=
`
echo
"
$ac_dir_suffix
"
|
sed
's,/[^\\/]*,../,g'
`
else
ac_dir_suffix
=
ac_top_builddir
=
fi
case
$srcdir
in
.
)
# No --srcdir option. We are building in place.
ac_srcdir
=
.
if
test
-z
"
$ac_top_builddir
"
;
then
ac_top_srcdir
=
.
else
ac_top_srcdir
=
`
echo
$ac_top_builddir
|
sed
's,/$,,'
`
fi
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
# Absolute path.
ac_srcdir
=
$srcdir$ac_dir_suffix
;
ac_top_srcdir
=
$srcdir
;;
*
)
# Relative path.
ac_srcdir
=
$ac_top_builddir$srcdir$ac_dir_suffix
ac_top_srcdir
=
$ac_top_builddir$srcdir
;;
esac
# Do not use `cd foo && pwd` to compute absolute paths, because
# the directories may not exist.
case
`
pwd
`
in
.
)
ac_abs_builddir
=
"
$ac_dir
"
;;
*
)
case
"
$ac_dir
"
in
.
)
ac_abs_builddir
=
`
pwd
`
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_builddir
=
"
$ac_dir
"
;;
*
)
ac_abs_builddir
=
`
pwd
`
/
"
$ac_dir
"
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_top_builddir
=
${
ac_top_builddir
}
.
;;
*
)
case
${
ac_top_builddir
}
.
in
.
)
ac_abs_top_builddir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_top_builddir
=
${
ac_top_builddir
}
.
;;
*
)
ac_abs_top_builddir
=
$ac_abs_builddir
/
${
ac_top_builddir
}
.
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_srcdir
=
$ac_srcdir
;;
*
)
case
$ac_srcdir
in
.
)
ac_abs_srcdir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_srcdir
=
$ac_srcdir
;;
*
)
ac_abs_srcdir
=
$ac_abs_builddir
/
$ac_srcdir
;;
esac
;;
esac
case
$ac_abs_builddir
in
.
)
ac_abs_top_srcdir
=
$ac_top_srcdir
;;
*
)
case
$ac_top_srcdir
in
.
)
ac_abs_top_srcdir
=
$ac_abs_builddir
;;
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_abs_top_srcdir
=
$ac_top_srcdir
;;
*
)
ac_abs_top_srcdir
=
$ac_abs_builddir
/
$ac_top_srcdir
;;
esac
;;
esac
{
echo
"
$as_me
:
$LINENO
: executing
$ac_dest
commands"
>
&5
echo
"
$as_me
: executing
$ac_dest
commands"
>
&6
;
}
case
$ac_dest
in
depfiles
)
test
x
"
$AMDEP_TRUE
"
!=
x
""
||
for
mf
in
$CONFIG_FILES
;
do
# Strip MF so we end up with the name of the file.
mf
=
`
echo
"
$mf
"
|
sed
-e
's/:.*$//'
`
# Check whether this is an Automake generated Makefile or not.
...
...
@@ -925,29 +1125,18 @@ echo "$as_me: executing $ac_file commands" >&6;}
# each Makefile.in and add a new line on top of each file to say so.
# So let's grep whole file.
if
grep
'^#.*generated by automake'
$mf
>
/dev/null 2>&1
;
then
dirpart
=
`
$as_dirname
--
"
$mf
"
||
dirpart
=
`
(
dirname
"
$mf
"
)
2>/dev/null
||
$as_expr
X
"
$mf
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$mf
"
:
'X\(//\)[^/]'
\|
\
X
"
$mf
"
:
'X\(//\)$'
\|
\
X
"
$mf
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$mf
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$mf
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
else
continue
fi
...
...
@@ -969,78 +1158,49 @@ echo X"$mf" |
sed
-e
's/\$(DEPDIR)/'
"
$DEPDIR
"
'/g'
-e
's/\$U/'
"
$U
"
'/g'
`
;
do
# Make sure the directory exists.
test
-f
"
$dirpart
/
$file
"
&&
continue
fdir
=
`
$as_dirname
--
"
$file
"
||
fdir
=
`
(
dirname
"
$file
"
)
2>/dev/null
||
$as_expr
X
"
$file
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$file
"
:
'X\(//\)[^/]'
\|
\
X
"
$file
"
:
'X\(//\)$'
\|
\
X
"
$file
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$file
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$file
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
{
as_dir
=
$dirpart
/
$fdir
case
$as_dir
in
#(
-
*
)
as_dir
=
./
$as_dir
;;
esac
test
-d
"
$as_dir
"
||
{
$as_mkdir_p
&&
mkdir
-p
"
$as_dir
"
;
}
||
{
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
{
if
$as_mkdir_p
;
then
mkdir
-p
$dirpart
/
$fdir
else
as_dir
=
$dirpart
/
$fdir
as_dirs
=
while
:
;
do
case
$as_dir
in
#(
*
\'
*
)
as_qdir
=
`
echo
"
$as_dir
"
|
sed
"s/'/'
\\\\\\\\
''/g"
`
;;
#(
*
)
as_qdir
=
$as_dir
;;
esac
as_dirs
=
"'
$as_qdir
'
$as_dirs
"
as_dir
=
`
$as_dirname
--
"
$as_dir
"
||
while
test
!
-d
"
$as_dir
"
;
do
as_dirs
=
"
$as_dir
$as_dirs
"
as_dir
=
`
(
dirname
"
$as_dir
"
)
2>/dev/null
||
$as_expr
X
"
$as_dir
"
:
'X\(.*[^/]\)//*[^/][^/]*/*$'
\|
\
X
"
$as_dir
"
:
'X\(//\)[^/]'
\|
\
X
"
$as_dir
"
:
'X\(//\)$'
\|
\
X
"
$as_dir
"
:
'X\(/\)'
\|
.
2>/dev/null
||
X
"
$as_dir
"
:
'X\(/\)'
\|
\
.
:
'\(.\)'
2>/dev/null
||
echo
X
"
$as_dir
"
|
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'
`
test
-d
"
$as_dir
"
&&
break
sed
'/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
done
test
-z
"
$as_dirs
"
||
eval
"mkdir
$as_dirs
"
}
||
test
-d
"
$as_dir
"
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
$as_
dir
"
>
&5
echo
"
$as_me
: error: cannot create directory
$
as_
dir
"
>
&2
;
}
test
!
-n
"
$as_dirs
"
||
mkdir
$as_dirs
fi
||
{
{
echo
"
$as_me
:
$LINENO
: error: cannot create directory
$dirpart
/
$f
dir
"
>
&5
echo
"
$as_me
: error: cannot create directory
$
dirpart
/
$f
dir
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
;
}
# echo "creating $dirpart/$file"
echo
'# dummy'
>
"
$dirpart
/
$file
"
done
done
;;
esac
done
# for ac_tag
done
{
(
exit
0
)
;
exit
0
;
}
configure
View file @
ba518d58
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/data/action/symbol.cpp
View file @
ba518d58
...
...
@@ -77,8 +77,8 @@ void SymbolPartMatrixAction::transform(const Vector2D& mx, const Vector2D& my) {
SymbolPartRotateAction
::
SymbolPartRotateAction
(
const
set
<
SymbolPartP
>&
parts
,
const
Vector2D
&
center
)
:
SymbolPartMatrixAction
(
parts
,
center
)
,
constrain
(
false
)
,
angle
(
0
)
,
constrain
(
false
)
{}
String
SymbolPartRotateAction
::
getName
(
bool
to_undo
)
const
{
...
...
@@ -154,8 +154,8 @@ void SymbolPartShearAction::shearBy(const Vector2D& shear) {
SymbolPartScaleAction
::
SymbolPartScaleAction
(
const
set
<
SymbolPartP
>&
parts
,
int
scaleX
,
int
scaleY
)
:
parts
(
parts
)
,
constrain
(
false
)
,
scaleX
(
scaleX
),
scaleY
(
scaleY
)
,
constrain
(
false
)
{
// Find min and max coordinates
oldMin
=
Vector2D
::
infinity
();
...
...
src/data/action/symbol_part.cpp
View file @
ba518d58
...
...
@@ -76,9 +76,9 @@ void ControlPointMoveAction::move (const Vector2D& deltaDelta) {
HandleMoveAction
::
HandleMoveAction
(
const
SelectedHandle
&
handle
)
:
handle
(
handle
)
,
constrain
(
false
)
,
old_handle
(
handle
.
getHandle
())
,
old_other
(
handle
.
getOther
())
,
constrain
(
false
)
{}
String
HandleMoveAction
::
getName
(
bool
to_undo
)
const
{
...
...
@@ -196,11 +196,11 @@ void CurveDragAction::move(const Vector2D& delta, double t) {
// ----------------------------------------------------------------------------- : Add control point
ControlPointAddAction
::
ControlPointAddAction
(
const
SymbolPartP
&
part
,
UInt
insert_after
,
double
t
)
:
point1
(
part
->
getPoint
(
insert_after
))
,
point2
(
part
->
getPoint
(
insert_after
+
1
))
,
part
(
part
)
,
insert_after
(
insert_after
)
:
part
(
part
)
,
new_point
(
new
ControlPoint
())
,
insert_after
(
insert_after
)
,
point1
(
part
->
getPoint
(
insert_after
))
,
point2
(
part
->
getPoint
(
insert_after
+
1
))
{
// calculate new point
if
(
point1
.
other
.
segment_after
==
SEGMENT_CURVE
)
{
...
...
src/data/action/value.cpp
View file @
ba518d58
...
...
@@ -19,7 +19,7 @@
// ----------------------------------------------------------------------------- : ValueAction
String
ValueAction
::
getName
(
bool
to_undo
)
const
{
return
String
::
Format
(
_ACTION_
(
"change"
),
valueP
->
fieldP
->
name
);
return
format_string
(
_ACTION_
(
"change"
),
valueP
->
fieldP
->
name
);
}
// ----------------------------------------------------------------------------- : Simple
...
...
@@ -61,8 +61,10 @@ ValueAction* value_action(const SymbolValueP& value, const FileName&
// ----------------------------------------------------------------------------- : Text
TextValueAction
::
TextValueAction
(
const
TextValueP
&
value
,
size_t
start
,
size_t
end
,
size_t
new_end
,
const
Defaultable
<
String
>&
new_value
,
const
String
&
name
)
:
ValueAction
(
value
)
,
new_value
(
new_value
),
name
(
name
)
:
ValueAction
(
value
)
,
selection_start
(
start
),
selection_end
(
end
),
new_selection_end
(
new_end
)
,
new_value
(
new_value
)
,
name
(
name
)
{}
String
TextValueAction
::
getName
(
bool
to_undo
)
const
{
return
name
;
}
...
...
src/data/field.cpp
View file @
ba518d58
...
...
@@ -26,8 +26,8 @@ Field::Field()
,
identifying
(
false
)
,
card_list_column
(
100
)
,
card_list_width
(
100
)
,
card_list_allow
(
true
)
,
card_list_visible
(
false
)
,
card_list_allow
(
true
)
,
card_list_align
(
ALIGN_LEFT
)
,
tab_index
(
0
)
{}
...
...
@@ -79,8 +79,8 @@ shared_ptr<Field> read_new<Field>(Reader& reader) {
Style
::
Style
(
const
FieldP
&
field
)
:
fieldP
(
field
)
,
z_index
(
0
)
,
left
(
0
),
width
(
0
)
,
top
(
0
),
height
(
0
)
,
left
(
0
),
top
(
0
)
,
width
(
0
),
height
(
0
)
,
visible
(
true
)
{}
...
...
src/data/field/color.cpp
View file @
ba518d58
...
...
@@ -14,8 +14,8 @@ DECLARE_TYPEOF_COLLECTION(ColorField::ChoiceP);
// ----------------------------------------------------------------------------- : ColorField
ColorField
::
ColorField
()
:
default_name
(
_
(
"Default"
)
)
,
allow_custom
(
true
)
:
allow_custom
(
true
)
,
default_name
(
_
(
"Default"
)
)
{}
IMPLEMENT_FIELD_TYPE
(
Color
)
...
...
src/data/statistics.cpp
View file @
ba518d58
...
...
@@ -52,8 +52,8 @@ StatsCategory::StatsCategory(const StatsDimensionP& dim)
,
name
(
dim
->
name
)
,
description
(
dim
->
description
)
,
icon_filename
(
dim
->
icon_filename
)
,
type
(
GRAPH_TYPE_BAR
)
,
dimensions
(
1
,
dim
)
,
type
(
GRAPH_TYPE_BAR
)
{}
IMPLEMENT_REFLECTION_ENUM
(
GraphType
)
{
...
...
src/gui/util.cpp
View file @
ba518d58
...
...
@@ -114,7 +114,7 @@ wxIcon load_resource_icon(const String& name) {
#if defined(__WXMSW__)
return
wxIcon
(
_
(
"icon/"
)
+
name
);
#else
return
wxIcon
(
load_resource_image
(
_
(
"icon/"
)
+
name
)
);
return
wxIcon
(
_
(
"icon/"
)
+
name
+
_
(
".ico"
),
wxBITMAP_TYPE_ICO
);
#endif
}
...
...
src/main.cpp
View file @
ba518d58
...
...
@@ -41,7 +41,12 @@ IMPLEMENT_APP(MSE)
bool
MSE
::
OnInit
()
{
try
{
SetAppName
(
_
(
"Magic Set Editor"
));
#ifdef __WXMSW__
SetAppName
(
_
(
"Magic Set Editor"
));
#else
// Platform friendly appname
SetAppName
(
_
(
"magicseteditor"
));
#endif
wxInitAllImageHandlers
();
wxFileSystem
::
AddHandler
(
new
wxInternetFSHandler
);
// needed for update checker
init_file_formats
();
...
...
src/script/script_manager.hpp
View file @
ba518d58
...
...
@@ -28,7 +28,7 @@ DECLARE_POINTER_TYPE(Card);
class
SetScriptContext
{
public:
SetScriptContext
(
Set
&
set
);
~
SetScriptContext
();
virtual
~
SetScriptContext
();
/// Get a context to use for the set, for a given stylesheet
Context
&
getContext
(
const
StyleSheetP
&
);
...
...
src/util/io/package.cpp
View file @
ba518d58
...
...
@@ -22,8 +22,8 @@ IMPLEMENT_DYNAMIC_ARG(Package*, writing_package, nullptr);
IMPLEMENT_DYNAMIC_ARG
(
Package
*
,
clipboard_package
,
nullptr
);
Package
::
Package
()
:
zipStream
(
nullptr
)
,
fileStream
(
nullptr
)
:
fileStream
(
nullptr
)
,
zipStream
(
nullptr
)
{}
Package
::~
Package
()
{
...
...
@@ -446,4 +446,4 @@ void Packaged::saveAs(const String& package) {
void
Packaged
::
validate
(
Version
)
{
// a default for the short name
if
(
short_name
.
empty
())
short_name
=
name
();
}
\ No newline at end of file
}
src/util/io/reader.cpp
View file @
ba518d58
...
...
@@ -14,19 +14,18 @@
// ----------------------------------------------------------------------------- : Reader
Reader
::
Reader
(
const
InputStreamP
&
input
,
const
String
&
filename
)
:
in
put
(
input
),
filename
(
filename
),
line_number
(
0
)
,
indent
(
0
),
expected_indent
(
0
),
just_opened
(
false
)
,
stream
(
*
input
)
:
in
dent
(
0
),
expected_indent
(
0
),
just_opened
(
false
)
,
filename
(
filename
),
line_number
(
0
)
,
input
(
input
),
stream
(
*
input
)
{
moveNext
();
handleAppVersion
();
}
Reader
::
Reader
(
const
String
&
filename
)
:
in
put
(
packages
.
openFileFromPackage
(
filename
)
)
:
in
dent
(
0
),
expected_indent
(
0
),
just_opened
(
false
)
,
filename
(
filename
),
line_number
(
0
)
,
indent
(
0
),
expected_indent
(
0
),
just_opened
(
false
)
,
stream
(
*
input
)
,
input
(
packages
.
openFileFromPackage
(
filename
)),
stream
(
*
input
)
{
moveNext
();
handleAppVersion
();
...
...
src/util/io/writer.cpp
View file @
ba518d58
...
...
@@ -15,10 +15,8 @@
// ----------------------------------------------------------------------------- : Writer
Writer
::
Writer
(
const
OutputStreamP
&
output
)
:
output
(
output
)
,
stream
(
*
output
)
,
indentation
(
0
)
,
just_opened
(
false
)
:
indentation
(
0
),
just_opened
(
false
)
,
output
(
output
),
stream
(
*
output
)
{
stream
.
WriteString
(
BYTE_ORDER_MARK
);
handleAppVersion
();
...
...
@@ -132,4 +130,4 @@ template <> void Writer::handle(const FileName& value) {
writing_package
()
->
referenceFile
(
value
);
}
}
}
\ No newline at end of file
}
src/util/platform.hpp
View file @
ba518d58
...
...
@@ -4,8 +4,8 @@
//| License: GNU General Public License 2 or later (see file COPYING) |
//+----------------------------------------------------------------------------+
#ifndef HEADER_UTIL_P
REC
#define HEADER_UTIL_P
REC
#ifndef HEADER_UTIL_P
LATFORM
#define HEADER_UTIL_P
LATFORM
/** @file util/platform.hpp
*
...
...
@@ -23,7 +23,7 @@
#ifdef __linux__
inline
void
wxMkDir
(
const
String
&
st
r
)
{
inline
void
wxMkDir
(
const
String
&
di
r
)
{
wxMkDir
(
wxConvLocal
.
cWX2MB
(
dir
),
0777
);
}
...
...
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