Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
7dc44503
Commit
7dc44503
authored
Aug 18, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using autoconf 1.6
parent
1154bd89
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
822 additions
and
469 deletions
+822
-469
Makefile.in
Makefile.in
+166
-146
aclocal.m4
aclocal.m4
+425
-155
Makefile.in
classes/Makefile.in
+19
-13
config.h.in
config.h.in
+77
-58
Makefile.in
contrib/Makefile.in
+39
-26
Makefile.in
examples/Makefile.in
+50
-39
Makefile.in
vncterm/Makefile.in
+46
-32
No files found.
Makefile.in
View file @
7dc44503
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Makefile.in generated by automake 1.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -12,7 +13,6 @@
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
@SET_MAKE@
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
@@ -42,9 +42,12 @@ AUTOCONF = @AUTOCONF@
...
@@ -42,9 +42,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
transform
=
@program_transform_name@
...
@@ -54,18 +57,23 @@ POST_INSTALL = :
...
@@ -54,18 +57,23 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
includedir
=
$(prefix)
/include/rfb
AMTAR
=
@AMTAR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
AWK
=
@AWK@
CC
=
@CC@
CC
=
@CC@
CCLD
=
@CCLD@
CCLD
=
@CCLD@
CXX
=
@CXX@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
@@ -74,9 +82,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
...
@@ -74,9 +82,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__include
=
@am__include@
am__quote
=
@am__quote@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
install_sh
=
@install_sh@
includedir
=
$(prefix)
/include/rfb
CFLAGS
=
-g
CFLAGS
=
-g
SUBDIRS
=
.
examples contrib vncterm classes libvncclient
test
SUBDIRS
=
.
examples contrib vncterm classes libvncclient
test
...
@@ -118,33 +123,26 @@ subdir = .
...
@@ -118,33 +123,26 @@ subdir = .
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
CONFIG_HEADER
=
config.h
CONFIG_HEADER
=
config.h
CONFIG_CLEAN_FILES
=
libvncserver.spec libvncserver-config
CONFIG_CLEAN_FILES
=
libvncclient/Makefile
test
/Makefile
\
libvncserver.spec libvncserver-config
LIBRARIES
=
$(lib_LIBRARIES)
LIBRARIES
=
$(lib_LIBRARIES)
libvncserver_a_AR
=
$(AR)
cru
libvncserver_a_AR
=
$(AR)
cru
libvncserver_a_LIBADD
=
libvncserver_a_LIBADD
=
@HAVE_CXX_TRUE@
am_libvncserver_a_OBJECTS
=
main.
$(OBJEXT)
\
am__objects_1
=
main.
$(OBJEXT)
rfbserver.
$(OBJEXT)
rfbregion.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ rfbserver.
$(OBJEXT)
rfbregion.
$(OBJEXT)
\
auth.
$(OBJEXT)
sockets.
$(OBJEXT)
stats.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ auth.
$(OBJEXT)
sockets.
$(OBJEXT)
stats.
$(OBJEXT)
\
corre.
$(OBJEXT)
hextile.
$(OBJEXT)
rre.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ corre.
$(OBJEXT)
hextile.
$(OBJEXT)
rre.
$(OBJEXT)
\
translate.
$(OBJEXT)
cutpaste.
$(OBJEXT)
zlib.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ translate.
$(OBJEXT)
cutpaste.
$(OBJEXT)
\
tight.
$(OBJEXT)
httpd.
$(OBJEXT)
cursor.
$(OBJEXT)
font.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ zlib.
$(OBJEXT)
tight.
$(OBJEXT)
httpd.
$(OBJEXT)
\
draw.
$(OBJEXT)
selbox.
$(OBJEXT)
d3des.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ cursor.
$(OBJEXT)
font.
$(OBJEXT)
draw.
$(OBJEXT)
\
vncauth.
$(OBJEXT)
cargs.
$(OBJEXT)
@HAVE_CXX_TRUE@ selbox.
$(OBJEXT)
d3des.
$(OBJEXT)
\
am__objects_2
=
zrle.
$(OBJEXT)
FdInStream.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ vncauth.
$(OBJEXT)
cargs.
$(OBJEXT)
zrle.
$(OBJEXT)
\
FdOutStream.
$(OBJEXT)
InStream.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ FdInStream.
$(OBJEXT)
FdOutStream.
$(OBJEXT)
\
NullOutStream.
$(OBJEXT)
ZlibInStream.
$(OBJEXT)
\
@HAVE_CXX_TRUE@ InStream.
$(OBJEXT)
NullOutStream.
$(OBJEXT)
\
ZlibOutStream.
$(OBJEXT)
@HAVE_CXX_TRUE@ ZlibInStream.
$(OBJEXT)
ZlibOutStream.
$(OBJEXT)
@HAVE_CXX_TRUE@
am_libvncserver_a_OBJECTS
=
$(am__objects_1)
\
@HAVE_CXX_FALSE@
am_libvncserver_a_OBJECTS
=
main.
$(OBJEXT)
\
@HAVE_CXX_TRUE@
$(am__objects_2)
@HAVE_CXX_FALSE@ rfbserver.
$(OBJEXT)
rfbregion.
$(OBJEXT)
\
@HAVE_CXX_FALSE@
am_libvncserver_a_OBJECTS
=
$(am__objects_1)
@HAVE_CXX_FALSE@ auth.
$(OBJEXT)
sockets.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ stats.
$(OBJEXT)
corre.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ hextile.
$(OBJEXT)
rre.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ translate.
$(OBJEXT)
cutpaste.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ zlib.
$(OBJEXT)
tight.
$(OBJEXT)
httpd.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ cursor.
$(OBJEXT)
font.
$(OBJEXT)
draw.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ selbox.
$(OBJEXT)
d3des.
$(OBJEXT)
\
@HAVE_CXX_FALSE@ vncauth.
$(OBJEXT)
cargs.
$(OBJEXT)
libvncserver_a_OBJECTS
=
$(am_libvncserver_a_OBJECTS)
libvncserver_a_OBJECTS
=
$(am_libvncserver_a_OBJECTS)
SCRIPTS
=
$(bin_SCRIPTS)
SCRIPTS
=
$(bin_SCRIPTS)
...
@@ -155,21 +153,23 @@ CPPFLAGS = @CPPFLAGS@
...
@@ -155,21 +153,23 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/FdInStream.Po
$(DEPDIR)
/FdOutStream.Po
\
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
$(DEPDIR)
/InStream.Po
$(DEPDIR)
/NullOutStream.Po
\
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/FdInStream.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/ZlibInStream.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/FdOutStream.Po ./
$(DEPDIR)
/InStream.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/ZlibOutStream.Po
$(DEPDIR)
/auth.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/NullOutStream.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/cargs.Po
$(DEPDIR)
/corre.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/ZlibInStream.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/cursor.Po
$(DEPDIR)
/cutpaste.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/ZlibOutStream.Po ./
$(DEPDIR)
/auth.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/d3des.Po
$(DEPDIR)
/draw.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/cargs.Po ./
$(DEPDIR)
/corre.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/font.Po
$(DEPDIR)
/hextile.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/cursor.Po ./
$(DEPDIR)
/cutpaste.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/httpd.Po
$(DEPDIR)
/main.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/d3des.Po ./
$(DEPDIR)
/draw.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/rfbregion.Po
$(DEPDIR)
/rfbserver.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/font.Po ./
$(DEPDIR)
/hextile.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/rre.Po
$(DEPDIR)
/selbox.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/httpd.Po ./
$(DEPDIR)
/main.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/sockets.Po
$(DEPDIR)
/stats.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/rfbregion.Po ./
$(DEPDIR)
/rfbserver.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/tight.Po
$(DEPDIR)
/translate.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/rre.Po ./
$(DEPDIR)
/selbox.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/vncauth.Po
$(DEPDIR)
/zlib.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/sockets.Po ./
$(DEPDIR)
/stats.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/zrle.Po
@AMDEP_TRUE@ ./
$(DEPDIR)
/tight.Po ./
$(DEPDIR)
/translate.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/vncauth.Po ./
$(DEPDIR)
/zlib.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/zrle.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
@@ -187,9 +187,9 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
...
@@ -187,9 +187,9 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive
\
uninstall-info-recursive all-recursive install-data-recursive
\
install-exec-recursive installdirs-recursive install-recursive
\
install-exec-recursive installdirs-recursive install-recursive
\
uninstall-recursive check-recursive installcheck-recursive
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON
=
README
$(include_HEADERS)
$(noinst_HEADERS)
./stamp-h.in
\
DIST_COMMON
=
README
$(include_HEADERS)
$(noinst_HEADERS)
AUTHORS
\
AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS
\
COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO
\
TODO
acinclude.m4 aclocal.m4 config.h.in configure configure.ac
\
acinclude.m4 aclocal.m4 config.h.in configure configure.ac
\
depcomp install-sh libvncserver-config.in libvncserver.spec.in
\
depcomp install-sh libvncserver-config.in libvncserver.spec.in
\
missing mkinstalldirs
missing mkinstalldirs
SOURCES
=
$(libvncserver_a_SOURCES)
SOURCES
=
$(libvncserver_a_SOURCES)
...
@@ -203,9 +203,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
...
@@ -203,9 +203,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
Makefile
$(AUTOMAKE)
--gnu
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
$(am__depfiles_maybe)
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$@
$(SHELL)
./config.status
$(top_builddir)/config.status
:
$(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(top_builddir)/config.status
:
$(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL)
./config.status
--recheck
$(SHELL)
./config.status
--recheck
...
@@ -214,49 +212,48 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENC
...
@@ -214,49 +212,48 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENC
$(ACLOCAL_M4)
:
configure.ac acinclude.m4
$(ACLOCAL_M4)
:
configure.ac acinclude.m4
cd
$(srcdir)
&&
$(ACLOCAL)
$(ACLOCAL_AMFLAGS)
cd
$(srcdir)
&&
$(ACLOCAL)
$(ACLOCAL_AMFLAGS)
config.h
:
stamp-h
@
if
test
!
-f
$@
;
then
\
config.h
:
stamp-h1
rm
-f
stamp-h
;
\
$(MAKE)
stamp-h
;
\
else
:
;
fi
stamp-h
:
$(srcdir)/config.h.in $(top_builddir)/config.status
@
rm
-f
stamp-h stamp-hT
@
echo
timestamp
>
stamp-hT 2> /dev/null
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
CONFIG_HEADERS
=
config.h
\
$(SHELL)
./config.status
@
mv
stamp-hT stamp-h
$(srcdir)/config.h.in
:
$(srcdir)/./stamp-h.in
@
if
test
!
-f
$@
;
then
\
@
if
test
!
-f
$@
;
then
\
rm
-f
$(srcdir)
/./stamp-h.in
;
\
rm
-f
stamp-h1
;
\
$(MAKE)
$(srcdir)
/./stamp-h.in
;
\
$(MAKE)
stamp-h1
;
\
else
:
;
fi
else
:
;
fi
$(srcdir)/./stamp-h.in
:
$(top_srcdir)/configure.ac $(ACLOCAL_M4)
@
rm
-f
$(srcdir)
/./stamp-h.in
$(srcdir)
/./stamp-h.inT
stamp-h1
:
$(srcdir)/config.h.in $(top_builddir)/config.status
@
echo
timestamp
>
$(srcdir)
/./stamp-h.inT 2> /dev/null
@
rm
-f
stamp-h1
cd
$(top_builddir)
&&
$(SHELL)
./config.status config.h
$(srcdir)/config.h.in
:
$(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOHEADER)
cd
$(top_srcdir)
&&
$(AUTOHEADER)
@
mv
$(srcdir)
/./stamp-h.inT
$(srcdir)
/./stamp-
h.in
touch
$(srcdir)
/config.
h.in
distclean-hdr
:
distclean-hdr
:
-
rm
-f
config.h
-
rm
-f
config.h
libvncclient/Makefile
:
$(top_builddir)/config.status $(top_srcdir)/libvncclient/Makefile.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
test/Makefile
:
$(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
libvncserver.spec
:
$(top_builddir)/config.status libvncserver.spec.in
libvncserver.spec
:
$(top_builddir)/config.status libvncserver.spec.in
cd
$(top_builddir)
&&
CONFIG_FILES
=
$@
CONFIG_HEADERS
=
CONFIG_LINKS
=
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
libvncserver-config
:
$(top_builddir)/config.status libvncserver-config.in
libvncserver-config
:
$(top_builddir)/config.status libvncserver-config.in
cd
$(top_builddir)
&&
CONFIG_FILES
=
$@
CONFIG_HEADERS
=
CONFIG_LINKS
=
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
AR
=
ar
AR
=
ar
libLIBRARIES_INSTALL
=
$(INSTALL_DATA)
install-libLIBRARIES
:
$(lib_LIBRARIES)
install-libLIBRARIES
:
$(lib_LIBRARIES)
@
$(NORMAL_INSTALL)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(libdir)
$(mkinstalldirs)
$(DESTDIR)$(libdir)
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
$$
p
;
then
\
if
test
-f
$$
p
;
then
\
echo
"
$(INSTALL_DATA)
$$
p
$(DESTDIR)$(libdir)
/
$$
p"
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
$(INSTALL_DATA)
$$
p
$(DESTDIR)$(libdir)
/
$$
p
;
\
echo
"
$(libLIBRARIES_INSTALL)
$$
p
$(DESTDIR)$(libdir)
/
$$
f"
;
\
$(libLIBRARIES_INSTALL)
$$
p
$(DESTDIR)$(libdir)
/
$$
f
;
\
else
:
;
fi
;
\
else
:
;
fi
;
\
done
done
@
$(POST_INSTALL)
@
$(POST_INSTALL)
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
$$
p
;
then
\
if
test
-f
$$
p
;
then
\
p
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
echo
"
$(RANLIB)
$(DESTDIR)$(libdir)
/
$$
p"
;
\
echo
"
$(RANLIB)
$(DESTDIR)$(libdir)
/
$$
p"
;
\
$(RANLIB)
$(DESTDIR)$(libdir)
/
$$
p
;
\
$(RANLIB)
$(DESTDIR)$(libdir)
/
$$
p
;
\
else
:
;
fi
;
\
else
:
;
fi
;
\
...
@@ -265,6 +262,7 @@ install-libLIBRARIES: $(lib_LIBRARIES)
...
@@ -265,6 +262,7 @@ install-libLIBRARIES: $(lib_LIBRARIES)
uninstall-libLIBRARIES
:
uninstall-libLIBRARIES
:
@
$(NORMAL_UNINSTALL)
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(lib_LIBRARIES)
'
;
for
p
in
$$
list
;
do
\
p
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
echo
" rm -f
$(DESTDIR)$(libdir)
/
$$
p"
;
\
echo
" rm -f
$(DESTDIR)$(libdir)
/
$$
p"
;
\
rm
-f
$(DESTDIR)$(libdir)
/
$$
p
;
\
rm
-f
$(DESTDIR)$(libdir)
/
$$
p
;
\
done
done
...
@@ -309,37 +307,37 @@ mostlyclean-compile:
...
@@ -309,37 +307,37 @@ mostlyclean-compile:
distclean-compile
:
distclean-compile
:
-
rm
-f
*
.tab.c
-
rm
-f
*
.tab.c
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/FdInStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/FdInStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/FdOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/FdOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/InStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/InStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/NullOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/NullOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/ZlibInStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/ZlibInStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/ZlibOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/ZlibOutStream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/auth.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/auth.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/cargs.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/cargs.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/corre.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/corre.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/cursor.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/cursor.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/cutpaste.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/cutpaste.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/d3des.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/d3des.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/draw.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/draw.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/font.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/font.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/hextile.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/hextile.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/httpd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/httpd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/main.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/main.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/rfbregion.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/rfbregion.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/rfbserver.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/rfbserver.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/rre.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/rre.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/selbox.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/selbox.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/sockets.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/sockets.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/stats.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/stats.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/tight.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/tight.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/translate.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/translate.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/vncauth.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/vncauth.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/zlib.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/zlib.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/zrle.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/zrle.Po@am__quote@
distclean-depend
:
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
@@ -439,14 +437,15 @@ ZlibOutStream.obj: rdr/ZlibOutStream.cxx
...
@@ -439,14 +437,15 @@ ZlibOutStream.obj: rdr/ZlibOutStream.cxx
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
ZlibOutStream.obj
`cygpath
-w
rdr/ZlibOutStream.cxx`
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
ZlibOutStream.obj
`cygpath
-w
rdr/ZlibOutStream.cxx`
CXXDEPMODE
=
@CXXDEPMODE@
CXXDEPMODE
=
@CXXDEPMODE@
uninstall-info-am
:
uninstall-info-am
:
includeHEADERS_INSTALL
=
$(INSTALL_HEADER)
install-includeHEADERS
:
$(include_HEADERS)
install-includeHEADERS
:
$(include_HEADERS)
@
$(NORMAL_INSTALL)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(includedir)
$(mkinstalldirs)
$(DESTDIR)$(includedir)
@
list
=
'
$(include_HEADERS)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(include_HEADERS)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
echo
"
$(
INSTALL_HEADER
)
$$
d
$$
p
$(DESTDIR)$(includedir)
/
$$
f"
;
\
echo
"
$(
includeHEADERS_INSTALL
)
$$
d
$$
p
$(DESTDIR)$(includedir)
/
$$
f"
;
\
$(
INSTALL_HEADER
)
$$
d
$$
p
$(DESTDIR)$(includedir)
/
$$
f
;
\
$(
includeHEADERS_INSTALL
)
$$
d
$$
p
$(DESTDIR)$(includedir)
/
$$
f
;
\
done
done
uninstall-includeHEADERS
:
uninstall-includeHEADERS
:
...
@@ -512,16 +511,19 @@ tags-recursive:
...
@@ -512,16 +511,19 @@ tags-recursive:
test
"
$$
subdir"
=
.
||
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
tags
)
;
\
test
"
$$
subdir"
=
.
||
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
tags
)
;
\
done
done
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
TAGS
:
tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
...
@@ -532,43 +534,51 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
...
@@ -532,43 +534,51 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
test
-f
$$
subdir/TAGS
&&
tags
=
"
$$
tags -i
$$
here/
$$
subdir/TAGS"
;
\
test
-f
$$
subdir/TAGS
&&
tags
=
"
$$
tags -i
$$
here/
$$
subdir/TAGS"
;
\
fi
;
\
fi
;
\
done
;
\
done
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
config.h.in
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)
config.h.in
$$
unique
$(LISP)$$
tags"
\
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
etags
$(ETAGS_ARGS)
$$
tags config.h.in
$$
unique
$(LISP)
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
.
top_distdir
=
.
# Avoid unsightly `./'.
distdir
=
$(PACKAGE)
-
$(VERSION)
distdir
=
$(PACKAGE)
-
$(VERSION)
am__remove_distdir
=
\
{
test
!
-d
$(distdir)
\
||
{
find
$(distdir)
-type
d
!
-perm
-200
-exec
chmod
u+w
{}
';'
\
&&
rm
-fr
$(distdir)
;
}
;
}
GZIP_ENV
=
--best
GZIP_ENV
=
--best
distcleancheck_listfiles
=
find
.
-type
f
-print
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
-
chmod
-R
a+w
$(distdir)
>
/dev/null 2>&1
;
rm
-rf
$(
distdir)
$(am__remove_
distdir)
mkdir
$(distdir)
mkdir
$(distdir)
$(mkinstalldirs)
$(distdir)
/.
$(distdir)
/
rdr
$(distdir)
/rfb
$(mkinstalldirs)
$(distdir)
/.
$(distdir)
/
libvncclient
$(distdir)
/rdr
$(distdir)
/rfb
$(distdir)
/test
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
if
test
-f
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
@@ -576,7 +586,7 @@ distdir: $(DISTFILES)
...
@@ -576,7 +586,7 @@ distdir: $(DISTFILES)
||
exit
1
;
\
||
exit
1
;
\
fi
;
\
fi
;
\
done
done
for
subdir
in
$(DIST_SUBDIRS)
;
do
\
list
=
'
$(DIST_SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-d
$(distdir)
/
$$
subdir
\
test
-d
$(distdir)
/
$$
subdir
\
||
mkdir
$(distdir)
/
$$
subdir
\
||
mkdir
$(distdir)
/
$$
subdir
\
...
@@ -594,23 +604,28 @@ distdir: $(DISTFILES)
...
@@ -594,23 +604,28 @@ distdir: $(DISTFILES)
!
-type
d
!
-perm
-400
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-400
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-444
-exec
$(SHELL)
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
!
-type
d
!
-perm
-444
-exec
$(SHELL)
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
||
chmod
-R
a+r
$(distdir)
||
chmod
-R
a+r
$(distdir)
dist
:
distdir
dist
-gzip
:
distdir
$(AMTAR)
chof -
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(AMTAR)
chof -
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
-
chmod
-R
a+w
$(distdir)
>
/dev/null 2>&1
;
rm
-rf
$(distdir)
$(am__remove_distdir)
dist dist-all
:
distdir
$(AMTAR)
chof -
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# it guarantees that the distribution is self-contained by making another
# tarfile.
# tarfile.
distcheck
:
dist
distcheck
:
dist
-
chmod
-R
a+w
$(distdir)
>
/dev/null 2>&1
;
rm
-rf
$(
distdir)
$(am__remove_
distdir)
GZIP
=
$(GZIP_ENV)
gunzip
-c
$(distdir)
.tar.gz |
$(AMTAR)
xf -
GZIP
=
$(GZIP_ENV)
gunzip
-c
$(distdir)
.tar.gz |
$(AMTAR)
xf -
chmod
-R
a-w
$(distdir)
;
chmod
a+w
$(distdir)
chmod
-R
a-w
$(distdir)
;
chmod
a+w
$(distdir)
mkdir
$(distdir)
/
=
build
mkdir
$(distdir)
/
=
build
mkdir
$(distdir)
/
=
inst
mkdir
$(distdir)
/
=
inst
chmod
a-w
$(distdir)
chmod
a-w
$(distdir)
dc_install_base
=
`
CDPATH
=
:
&&
cd
$(distdir)
/
=
inst
&&
pwd
`
\
dc_install_base
=
`
$(am__cd)
$(distdir)
/
=
inst
&&
pwd
`
\
&&
cd
$(distdir)
/
=
build
\
&&
cd
$(distdir)
/
=
build
\
&&
../configure
--srcdir
=
..
--prefix
=
$$
dc_install_base
\
&&
../configure
--srcdir
=
..
--prefix
=
$$
dc_install_base
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dvi
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dvi
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
check
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
check
\
...
@@ -618,17 +633,24 @@ distcheck: dist
...
@@ -618,17 +633,24 @@ distcheck: dist
&&
$(MAKE)
$(AM_MAKEFLAGS)
installcheck
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
installcheck
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
uninstall
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
uninstall
\
&&
(
test
`
find
$$
dc_install_base
-type
f
-print
|
wc
-l
`
-le
1
\
&&
(
test
`
find
$$
dc_install_base
-type
f
-print
|
wc
-l
`
-le
1
\
||
(
echo
"Error: files left after uninstall"
1>&2
;
\
||
{
echo
"ERROR: files left after uninstall:"
;
\
exit
1
)
)
\
find
$$
dc_install_base
-type
f
-print
;
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
\
exit
1
;
}
>
&2
)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
clean
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist
-gzip
\
&&
rm
-f
$(distdir)
.tar.gz
\
&&
rm
-f
$(distdir)
.tar.gz
\
&&
(
test
`
find
.
-type
f
-print
|
wc
-l
`
-eq
0
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
||
(
echo
"Error: files left after distclean"
1>&2
;
\
$(am__remove_distdir)
exit
1
)
)
-
chmod
-R
a+w
$(distdir)
>
/dev/null 2>&1
;
rm
-rf
$(distdir)
@
echo
"
$(distdir)
.tar.gz is ready for distribution"
|
\
@
echo
"
$(distdir)
.tar.gz is ready for distribution"
|
\
sed
'h;s/./=/g;p;x;p;x'
sed
'h;s/./=/g;p;x;p;x'
distcleancheck
:
distclean
if
test
'
$(srcdir)
'
=
.
;
then
\
echo
"ERROR: distcleancheck can only run from a VPATH build"
;
\
exit
1
;
\
fi
test
`
$(distcleancheck_listfiles)
|
wc
-l
`
-eq
0
\
||
{
echo
"ERROR: files left after distclean:"
;
\
$(distcleancheck_listfiles)
;
\
exit
1
;
}
>
&2
check-am
:
all-am
check-am
:
all-am
check
:
check-recursive
check
:
check-recursive
all-am
:
Makefile $(LIBRARIES) $(SCRIPTS) $(HEADERS) config.h
all-am
:
Makefile $(LIBRARIES) $(SCRIPTS) $(HEADERS) config.h
...
@@ -647,6 +669,7 @@ install-am: all-am
...
@@ -647,6 +669,7 @@ install-am: all-am
installcheck
:
installcheck-recursive
installcheck
:
installcheck-recursive
install-strip
:
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
mostlyclean-generic
:
...
@@ -663,9 +686,6 @@ clean: clean-recursive
...
@@ -663,9 +686,6 @@ clean: clean-recursive
clean-am
:
clean-generic clean-libLIBRARIES mostlyclean-am
clean-am
:
clean-generic clean-libLIBRARIES mostlyclean-am
dist-all
:
distdir
$(AMTAR)
chof -
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
-
chmod
-R
a+w
$(distdir)
>
/dev/null 2>&1
;
rm
-rf
$(distdir)
distclean
:
distclean-recursive
distclean
:
distclean-recursive
-
rm
-f
config.status config.cache config.log
-
rm
-f
config.status config.cache config.log
distclean-am
:
clean-am distclean-compile distclean-depend
\
distclean-am
:
clean-am distclean-compile distclean-depend
\
...
@@ -704,17 +724,17 @@ uninstall-info: uninstall-info-recursive
...
@@ -704,17 +724,17 @@ uninstall-info: uninstall-info-recursive
.PHONY
:
$(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean
\
.PHONY
:
$(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean
\
clean-generic clean-libLIBRARIES clean-recursive dist dist-all
\
clean-generic clean-libLIBRARIES clean-recursive dist dist-all
\
dist
check distclean distclean-compile distclean-depend
\
dist
-gzip distcheck distclean distclean-compile
\
distclean-
generic distclean-hdr distclean-recursive
\
distclean-
depend distclean-generic distclean-hdr
\
distclean-
tags distdir dvi dvi-am dvi-recursive info info-am
\
distclean-
recursive distclean-tags distcleancheck distdir dvi
\
info-recursive install install-am install-binSCRIPTS
\
dvi-am dvi-recursive info info-am info-recursive install
\
install-
data install-data-am install-data-recursive
\
install-
am install-binSCRIPTS install-data install-data-am
\
install-
exec install-exec-am install-exec-recursive
\
install-
data-recursive install-exec install-exec-am
\
install-
includeHEADERS install-info install-info-am
\
install-
exec-recursive install-includeHEADERS install-info
\
install-info-
recursive install-libLIBRARIES install-man
\
install-info-
am install-info-recursive install-libLIBRARIES
\
install-
recursive install-strip installcheck installcheck-am
\
install-
man install-recursive install-strip installcheck
\
install
dirs installdirs-am installdirs-recursive
\
install
check-am installdirs installdirs-am
\
maintainer-clean maintainer-clean-generic
\
installdirs-recursive
maintainer-clean maintainer-clean-generic
\
maintainer-clean-recursive mostlyclean mostlyclean-compile
\
maintainer-clean-recursive mostlyclean mostlyclean-compile
\
mostlyclean-generic mostlyclean-recursive tags tags-recursive
\
mostlyclean-generic mostlyclean-recursive tags tags-recursive
\
uninstall uninstall-am uninstall-binSCRIPTS
\
uninstall uninstall-am uninstall-binSCRIPTS
\
...
...
aclocal.m4
View file @
7dc44503
# aclocal.m4 generated automatically by aclocal 1.
5
# aclocal.m4 generated automatically by aclocal 1.
6 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -615,11 +615,30 @@ AS_VAR_POPDEF([_OUT])dnl
...
@@ -615,11 +615,30 @@ AS_VAR_POPDEF([_OUT])dnl
# Do all the work for Automake. This macro actually does too much --
# Do all the work for Automake. -*- Autoconf -*-
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.
# serial 5
# This macro actually does too much some checks are only needed if
# your package does certain things. But this isn't really a big deal.
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 8
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
# written in clear, in which case automake, when reading aclocal.m4,
...
@@ -628,62 +647,52 @@ AS_VAR_POPDEF([_OUT])dnl
...
@@ -628,62 +647,52 @@ AS_VAR_POPDEF([_OUT])dnl
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
# We require 2.13 because we rely on SHELL being computed by configure.
AC_PREREQ([2.52])
AC_PREREQ([2.13])
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
# -----------------------------------------------------------
# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
# The purpose of this macro is to provide the user with a means to
# check macros which are provided without letting her know how the
# information is coded.
# If this macro is not defined by Autoconf, define it here.
ifdef([AC_PROVIDE_IFELSE],
[],
[define([AC_PROVIDE_IFELSE],
[ifdef([AC_PROVIDE_$1],
[$2], [$3])])])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE])
# the ones we care about.
# ----------------------------------------------
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
# AM_INIT_AUTOMAKE([OPTIONS])
# -----------------------------------------------
# The call with PACKAGE and VERSION arguments is the old style
# call (pre autoconf-2.50), which is being phased out. PACKAGE
# and VERSION should now be passed to AC_INIT and removed from
# the call to AM_INIT_AUTOMAKE.
# We support both call styles for the transition. After
# the next Automake release, Autoconf can make the AC_INIT
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_REQUIRE([AC_PROG_INSTALL])dnl
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
# test to see if srcdir already configured
# test to see if srcdir already configured
if test "`
CDPATH=:;
cd $srcdir && pwd`" != "`pwd`" &&
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run
\"make distclean\
" there first])
AC_MSG_ERROR([source directory already configured; run
"make distclean
" there first])
fi
fi
# Define the identity of the package.
# Define the identity of the package.
PACKAGE=$1
dnl Distinguish between old-style and new-style calls.
AC_SUBST(PACKAGE)dnl
m4_ifval([$2],
VERSION=$2
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
AC_SUBST(VERSION)dnl
AC_SUBST([PACKAGE], [$1])dnl
ifelse([$3],,
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
_AM_IF_OPTION([no-define],,
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.
ifdef([m4_pattern_allow],
[m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
# Autoconf 2.50 always computes EXEEXT. However we need to be
# compatible with 2.13, for now. So we always define EXEEXT, but we
# don't compute it.
AC_SUBST(EXEEXT)
# Similar for OBJEXT -- only we only use OBJEXT if the user actually
# requests that it be used. This is a bit dumb.
: ${OBJEXT=o}
AC_SUBST(OBJEXT)
# Some tools Automake needs.
# Some tools Automake needs.
AC_REQUIRE([AM_SANITY_CHECK])dnl
AC_REQUIRE([AM_SANITY_CHECK])dnl
AC_REQUIRE([AC_ARG_PROGRAM])dnl
AC_REQUIRE([AC_ARG_PROGRAM])dnl
AM_MISSING_PROG(ACLOCAL,
aclocal
)
AM_MISSING_PROG(ACLOCAL,
"aclocal-${am__api_version}"
)
AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOMAKE,
automake
)
AM_MISSING_PROG(AUTOMAKE,
"automake-${am__api_version}"
)
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
AM_MISSING_PROG(MAKEINFO, makeinfo)
AM_MISSING_PROG(AMTAR, tar)
AM_MISSING_PROG(AMTAR, tar)
...
@@ -693,9 +702,9 @@ AM_PROG_INSTALL_STRIP
...
@@ -693,9 +702,9 @@ AM_PROG_INSTALL_STRIP
# some platforms.
# some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_DEP_TRACK])dnl
AC_REQUIRE([AM_SET_DEPDIR])dnl
_AM_IF_OPTION([no-dependencies],,
AC_PROVIDE_IFELSE([AC_PROG_][CC],
[
AC_PROVIDE_IFELSE([AC_PROG_][CC],
[_AM_DEPENDENCIES(CC)],
[_AM_DEPENDENCIES(CC)],
[define([AC_PROG_][CC],
[define([AC_PROG_][CC],
defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
...
@@ -704,11 +713,102 @@ AC_PROVIDE_IFELSE([AC_PROG_][CXX],
...
@@ -704,11 +713,102 @@ AC_PROVIDE_IFELSE([AC_PROG_][CXX],
[define([AC_PROG_][CXX],
[define([AC_PROG_][CXX],
defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
])
])
])
# Copyright 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.6])])
# Helper functions for option handling. -*- Autoconf -*-
# Copyright 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# _AM_MANGLE_OPTION(NAME)
# -----------------------
AC_DEFUN([_AM_MANGLE_OPTION],
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
# _AM_SET_OPTION(NAME)
# ------------------------------
# Set option NAME. Presently that only means defining a flag for this option.
AC_DEFUN([_AM_SET_OPTION],
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
# _AM_SET_OPTIONS(OPTIONS)
# ----------------------------------
# OPTIONS is a space-separated list of Automake options.
AC_DEFUN([_AM_SET_OPTIONS],
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
# -------------------------------------------
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
#
#
# Check to make sure that the build environment is sane.
# Check to make sure that the build environment is sane.
#
#
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# serial 3
# AM_SANITY_CHECK
# AM_SANITY_CHECK
...
@@ -752,8 +852,27 @@ Check your system clock])
...
@@ -752,8 +852,27 @@ Check your system clock])
fi
fi
AC_MSG_RESULT(yes)])
AC_MSG_RESULT(yes)])
# -*- Autoconf -*-
# serial 2
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# AM_MISSING_PROG(NAME, PROGRAM)
# AM_MISSING_PROG(NAME, PROGRAM)
# ------------------------------
# ------------------------------
...
@@ -775,13 +894,29 @@ if eval "$MISSING --run true"; then
...
@@ -775,13 +894,29 @@ if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
am_missing_run="$MISSING --run "
else
else
am_missing_run=
am_missing_run=
am_backtick='`'
AC_MSG_WARN([`missing' script is too old or missing])
AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
fi
fi
])
])
# AM_AUX_DIR_EXPAND
# AM_AUX_DIR_EXPAND
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
...
@@ -820,19 +955,59 @@ fi
...
@@ -820,19 +955,59 @@ fi
# absolute PATH. The drawback is that using absolute paths prevent a
# absolute PATH. The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.
# configured tree to be moved without reconfiguration.
# Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])
AC_DEFUN([AM_AUX_DIR_EXPAND], [
AC_DEFUN([AM_AUX_DIR_EXPAND], [
# expand $ac_aux_dir to an absolute path
# expand $ac_aux_dir to an absolute path
am_aux_dir=`
CDPATH=:;
cd $ac_aux_dir && pwd`
am_aux_dir=`cd $ac_aux_dir && pwd`
])
])
# AM_PROG_INSTALL_SH
# AM_PROG_INSTALL_SH
# ------------------
# ------------------
# Define $install_sh.
# Define $install_sh.
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
AC_DEFUN([AM_PROG_INSTALL_SH],
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
install_sh=${install_sh-"$am_aux_dir/install-sh"}
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
AC_SUBST(install_sh)])
# AM_PROG_INSTALL_STRIP
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# One issue with vendor `install' (even GNU) is that you can't
# One issue with vendor `install' (even GNU) is that you can't
# specify the program used to strip binaries. This is especially
# specify the program used to strip binaries. This is especially
# annoying in cross-compiling environments, where the build's strip
# annoying in cross-compiling environments, where the build's strip
...
@@ -842,11 +1017,35 @@ AC_SUBST(install_sh)])
...
@@ -842,11 +1017,35 @@ AC_SUBST(install_sh)])
# STRIPPROG with the value of the STRIP variable (set by the user).
# STRIPPROG with the value of the STRIP variable (set by the user).
AC_DEFUN([AM_PROG_INSTALL_STRIP],
AC_DEFUN([AM_PROG_INSTALL_STRIP],
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
# Installed binaries are usually stripped using `strip' when the user
# run `make install-strip'. However `strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the `STRIP' environment variable to overrule this program.
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
if test "$cross_compiling" != no; then
AC_CHECK_TOOL([STRIP], [strip], :)
fi
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# serial 4 -*- Autoconf -*-
# serial 4 -*- Autoconf -*-
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
...
@@ -858,9 +1057,9 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
...
@@ -858,9 +1057,9 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
# _AM_DEPENDENCIES(NAME)
# _AM_DEPENDENCIES(NAME)
# ---------------------
# ---------------------
-
# See how the compiler implements dependency checking.
# See how the compiler implements dependency checking.
# NAME is "CC", "CXX" or "OBJC".
# NAME is "CC", "CXX"
, "GCJ",
or "OBJC".
# We try a few techniques and use that to set a single cache variable.
# We try a few techniques and use that to set a single cache variable.
#
#
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
...
@@ -937,8 +1136,7 @@ else
...
@@ -937,8 +1136,7 @@ else
am_cv_$1_dependencies_compiler_type=none
am_cv_$1_dependencies_compiler_type=none
fi
fi
])
])
$1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type"
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
AC_SUBST([$1DEPMODE])
])
])
...
@@ -956,7 +1154,7 @@ else
...
@@ -956,7 +1154,7 @@ else
DEPDIR=_deps
DEPDIR=_deps
fi
fi
rmdir .deps 2>/dev/null
rmdir .deps 2>/dev/null
AC_SUBST(
DEPDIR
)
AC_SUBST(
[DEPDIR]
)
])
])
...
@@ -971,30 +1169,42 @@ if test "x$enable_dependency_tracking" != xno; then
...
@@ -971,30 +1169,42 @@ if test "x$enable_dependency_tracking" != xno; then
AMDEPBACKSLASH='\'
AMDEPBACKSLASH='\'
fi
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
pushdef([subst], defn([AC_SUBST]))
AC_SUBST([AMDEPBACKSLASH])
subst(AMDEPBACKSLASH)
popdef([subst])
])
])
# Generate code to set up dependency tracking.
# Generate code to set up dependency tracking. -*- Autoconf -*-
# This macro should only be invoked once -- use via AC_REQUIRE.
# Usage:
# AM_OUTPUT_DEPENDENCY_COMMANDS
#
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
# This code is only required when automatic dependency tracking
# is enabled. FIXME. This creates each `.P' file that we will
# This program is free software; you can redistribute it and/or modify
# need in order to bootstrap the dependency handling code.
# it under the terms of the GNU General Public License as published by
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[
# the Free Software Foundation; either version 2, or (at your option)
AC_OUTPUT_COMMANDS([
# any later version.
test x"$AMDEP_TRUE" != x"" ||
for mf in $CONFIG_FILES; do
# This program is distributed in the hope that it will be useful,
case "$mf" in
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Makefile) dirpart=.;;
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
# GNU General Public License for more details.
*) continue;;
esac
# You should have received a copy of the GNU General Public License
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#serial 2
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
[for mf in $CONFIG_FILES; do
# Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'`
if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue
fi
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
...
@@ -1018,14 +1228,46 @@ for mf in $CONFIG_FILES; do
...
@@ -1018,14 +1228,46 @@ for mf in $CONFIG_FILES; do
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
test -f "$dirpart/$file" && continue
fdir=`
echo "$file" | sed -e 's|/[^/]*$||'
`
fdir=`
AS_DIRNAME(["$file"])
`
$ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
AS_MKDIR_P([$dirpart/$fdir])
# echo "creating $dirpart/$file"
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
done
done
], [AMDEP_TRUE="$AMDEP_TRUE"
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
ac_aux_dir="$ac_aux_dir"])])
# AM_OUTPUT_DEPENDENCY_COMMANDS
# -----------------------------
# This macro should only be invoked once -- use via AC_REQUIRE.
#
# This code is only required when automatic dependency tracking
# is enabled. FIXME. This creates each `.P' file that we will
# need in order to bootstrap the dependency handling code.
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
[AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
])
# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# AM_MAKE_INCLUDE()
# AM_MAKE_INCLUDE()
# -----------------
# -----------------
...
@@ -1038,7 +1280,7 @@ doit:
...
@@ -1038,7 +1280,7 @@ doit:
END
END
# If we don't find an include directive, just comment out the code.
# If we don't find an include directive, just comment out the code.
AC_MSG_CHECKING([for style of include used by $am_make])
AC_MSG_CHECKING([for style of include used by $am_make])
am__include=
'#'
am__include=
"#"
am__quote=
am__quote=
_am_result=none
_am_result=none
# First try GNU make style include.
# First try GNU make style include.
...
@@ -1058,7 +1300,7 @@ if test "$am__include" = "#"; then
...
@@ -1058,7 +1300,7 @@ if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
echo '.include "confinc"' > confmf
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
am__include=.include
am__include=.include
am__quote=
'"'
am__quote=
"\""
_am_result=BSD
_am_result=BSD
fi
fi
fi
fi
...
@@ -1068,23 +1310,35 @@ AC_MSG_RESULT($_am_result)
...
@@ -1068,23 +1310,35 @@ AC_MSG_RESULT($_am_result)
rm -f confinc confmf
rm -f confinc confmf
])
])
# serial 3
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 5
AC_PREREQ(2.52)
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# -------------------------------------
# -------------------------------------
# Define a conditional.
# Define a conditional.
#
# FIXME: Once using 2.50, use this:
# m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_DEFUN([AM_CONDITIONAL],
AC_DEFUN([AM_CONDITIONAL],
[ifelse([$1], [TRUE],
[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[errprint(__file__:__line__: [$0: invalid condition: $1
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
])dnl
m4exit(1)])dnl
ifelse([$1], [FALSE],
[errprint(__file__:__line__: [$0: invalid condition: $1
])dnl
m4exit(1)])dnl
AC_SUBST([$1_TRUE])
AC_SUBST([$1_TRUE])
AC_SUBST([$1_FALSE])
AC_SUBST([$1_FALSE])
if $2; then
if $2; then
...
@@ -1093,72 +1347,88 @@ if $2; then
...
@@ -1093,72 +1347,88 @@ if $2; then
else
else
$1_TRUE='#'
$1_TRUE='#'
$1_FALSE=
$1_FALSE=
fi])
fi
AC_CONFIG_COMMANDS_PRE(
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
AC_MSG_ERROR([conditional \"$1\" was never defined.
Usually this means the macro was only invoked conditionally.])
fi])])
# Like AC_CONFIG_HEADER, but automatically create stamp file.
# Like AC_CONFIG_HEADER, but automatically create stamp file.
-*- Autoconf -*-
# serial 3
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
AC_PREREQ([2.52])
# serial 6
# When config.status generates a header, we must update the stamp-h file.
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
# This file resides in the same directory as the config header
# that is generated. We must strip everything past the first ":",
# that is generated. We must strip everything past the first ":",
# and everything past the last "/".
# and everything past the last "/".
AC_PREREQ([2.12])
AC_DEFUN([AM_CONFIG_HEADER],
[ifdef([AC_FOREACH],dnl
[dnl init our file count if it isn't already
m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0]))
dnl prepare to store our destination file list for use in config.status
AC_FOREACH([_AM_File], [$1],
[m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*]))
m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index))
dnl and add it to the list of files AC keeps track of, along
dnl with our hook
AC_CONFIG_HEADERS(_AM_File,
dnl COMMANDS, [, INIT-CMDS]
[# update the timestamp
echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index["
][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS
m4_popdef([_AM_Dest])])],dnl
[AC_CONFIG_HEADER([$1])
AC_OUTPUT_COMMANDS(
ifelse(patsubst([$1], [[^ ]], []),
[],
[test -z "$CONFIG_HEADERS" || echo timestamp >dnl
patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl
[am_indx=1
for am_file in $1; do
case " \$CONFIG_HEADERS " in
*" \$am_file "*)
am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
if test -n "\$am_dir"; then
am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
am_tmpdir=\$am_tmpdir\$am_subdir/
if test ! -d \$am_tmpdir; then
mkdir \$am_tmpdir
fi
done
fi
echo timestamp > "\$am_dir"stamp-h\$am_indx
;;
esac
am_indx=\`expr \$am_indx + 1\`
done])
])]) # AM_CONFIG_HEADER
# _AM_DIRNAME(PATH)
# _AM_DIRNAME(PATH)
# -----------------
# -----------------
# Like AS_DIRNAME, only do it during macro expansion
# Like AS_DIRNAME, only do it during macro expansion
AC_DEFUN([_AM_DIRNAME],
AC_DEFUN([_AM_DIRNAME],
[m4_if(
m4_
regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
[m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
m4_if(
m4_
regexp([$1], [^//\([^/]\|$\)]), -1,
m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
m4_if(
m4_
regexp([$1], [^/.*]), -1,
m4_if(regexp([$1], [^/.*]), -1,
[.],
[.],
m4_patsubst([$1], [^\(/\).*], [\1])),
patsubst([$1], [^\(/\).*], [\1])),
m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
]) # _AM_DIRNAME
])# _AM_DIRNAME
# The stamp files are numbered to have different names.
# We could number them on a directory basis, but that's additional
# complications, let's have a unique counter.
m4_define([_AM_STAMP_Count], [0])
# _AM_STAMP(HEADER)
# -----------------
# The name of the stamp file for HEADER.
AC_DEFUN([_AM_STAMP],
[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
[:.*])))/stamp-h[]_AM_STAMP_Count])
# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
# ------------------------------------------------------------
# We used to try to get a real timestamp in stamp-h. But the fear is that
# that will cause unnecessary cvs conflicts.
AC_DEFUN([_AM_CONFIG_HEADER],
[# Add the stamp file to the list of files AC keeps track of,
# along with our hook.
AC_CONFIG_HEADERS([$1],
[# update the timestamp
echo 'timestamp for $1' >"_AM_STAMP([$1])"
$2],
[$3])
])# _AM_CONFIG_HEADER
# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
# --------------------------------------------------------------
AC_DEFUN([AM_CONFIG_HEADER],
[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
])# AM_CONFIG_HEADER
classes/Makefile.in
View file @
7dc44503
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Makefile.in generated by automake 1.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -12,7 +13,6 @@
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
@SET_MAKE@
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
transform
=
@program_transform_name@
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
AWK
=
@AWK@
CC
=
@CC@
CC
=
@CC@
CCLD
=
@CCLD@
CCLD
=
@CCLD@
CXX
=
@CXX@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__include
=
@am__include@
am__quote
=
@am__quote@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
install_sh
=
@install_sh@
EXTRA_DIST
=
VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch
EXTRA_DIST
=
VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch
subdir
=
classes
subdir
=
classes
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
...
@@ -90,14 +95,11 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
...
@@ -90,14 +95,11 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
classes/Makefile
$(AUTOMAKE)
--gnu
classes/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
uninstall-info-am
:
uninstall-info-am
:
tags
:
TAGS
tags
:
TAGS
TAGS
:
TAGS
:
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
top_distdir
=
..
...
@@ -105,13 +107,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
...
@@ -105,13 +107,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
if
test
-f
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
@@ -136,6 +141,7 @@ install-am: all-am
...
@@ -136,6 +141,7 @@ install-am: all-am
installcheck
:
installcheck-am
installcheck
:
installcheck-am
install-strip
:
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
mostlyclean-generic
:
...
...
config.h.in
View file @
7dc44503
/* config.h.in. Generated
automatically
from configure.ac by autoheader. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Enable 24 bit per pixel in native framebuffer */
/* Enable 24 bit per pixel in native framebuffer */
#undef ALLOW24BPP
#undef ALLOW24BPP
...
@@ -6,164 +6,180 @@
...
@@ -6,164 +6,180 @@
/* Enable BackChannel communication */
/* Enable BackChannel communication */
#undef BACKCHANNEL
#undef BACKCHANNEL
/* Define if you have the <arpa/inet.h> header file. */
/* Define
to 1
if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
#undef HAVE_ARPA_INET_H
/* Define if you don't have `vprintf' but do have `_doprnt.' */
/* Define
to 1
if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT
#undef HAVE_DOPRNT
/* Define if you have the <fcntl.h> header file. */
/* Define
to 1
if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
#undef HAVE_FCNTL_H
/* Define if you have the `fork' function. */
/* Define
to 1
if you have the `fork' function. */
#undef HAVE_FORK
#undef HAVE_FORK
/* Define if you have the `ftime' function. */
/* Define
to 1
if you have the `ftime' function. */
#undef HAVE_FTIME
#undef HAVE_FTIME
/* Define if you have the `gethostbyname' function. */
/* Define
to 1
if you have the `gethostbyname' function. */
#undef HAVE_GETHOSTBYNAME
#undef HAVE_GETHOSTBYNAME
/* Define if you have the `gethostname' function. */
/* Define
to 1
if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
#undef HAVE_GETHOSTNAME
/* Define if you have the `gettimeofday' function. */
/* Define
to 1
if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
#undef HAVE_GETTIMEOFDAY
/* Define if you have the `inet_ntoa' function. */
/* Define
to 1
if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA
#undef HAVE_INET_NTOA
/* Define if you have the <inttypes.h> header file. */
/* Define
to 1
if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
#undef HAVE_INTTYPES_H
/* Define if you have the `jpeg' library (-ljpeg). */
/* Define
to 1
if you have the `jpeg' library (-ljpeg). */
#undef HAVE_LIBJPEG
#undef HAVE_LIBJPEG
/* Define if you have the `nsl' library (-lnsl). */
/* Define
to 1
if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
#undef HAVE_LIBNSL
/* Define if you have the `pthread' library (-lpthread). */
/* Define
to 1
if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
#undef HAVE_LIBPTHREAD
/* Define if you have the `socket' library (-lsocket). */
/* Define
to 1
if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
#undef HAVE_LIBSOCKET
/* Define if you have the `z' library (-lz). */
/* Define
to 1
if you have the `z' library (-lz). */
#undef HAVE_LIBZ
#undef HAVE_LIBZ
/* Define if your system has a working `malloc' function. */
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
#undef HAVE_MALLOC
/* Define if you have the `memmove' function. */
/* Define
to 1
if you have the `memmove' function. */
#undef HAVE_MEMMOVE
#undef HAVE_MEMMOVE
/* Define if you have the <memory.h> header file. */
/* Define
to 1
if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
#undef HAVE_MEMORY_H
/* Define if you have the `memset' function. */
/* Define
to 1
if you have the `memset' function. */
#undef HAVE_MEMSET
#undef HAVE_MEMSET
/* Define if you have the `mkfifo' function. */
/* Define
to 1
if you have the `mkfifo' function. */
#undef HAVE_MKFIFO
#undef HAVE_MKFIFO
/* Define if you have the <netdb.h> header file. */
/* Define
to 1
if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
#undef HAVE_NETDB_H
/* Define if you have the <netinet/in.h> header file. */
/* Define
to 1
if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
#undef HAVE_NETINET_IN_H
/* Define if you have the `select' function. */
/* Define
to 1
if you have the `select' function. */
#undef HAVE_SELECT
#undef HAVE_SELECT
/* Define if you have the `setsid' function. */
/* Define
to 1
if you have the `setsid' function. */
#undef HAVE_SETSID
#undef HAVE_SETSID
/* Define if you have the `socket' function. */
/* Define
to 1
if you have the `socket' function. */
#undef HAVE_SOCKET
#undef HAVE_SOCKET
/* Define
if `stat' has the bug that it succeeds when given the zero-length
/* Define
to 1 if `stat' has the bug that it succeeds when given the
file name argument. */
zero-length
file name argument. */
#undef HAVE_STAT_EMPTY_STRING_BUG
#undef HAVE_STAT_EMPTY_STRING_BUG
/* Define if you have the <stdint.h> header file. */
/* Define
to 1
if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
#undef HAVE_STDINT_H
/* Define if you have the <stdlib.h> header file. */
/* Define
to 1
if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
#undef HAVE_STDLIB_H
/* Define if you have the `strchr' function. */
/* Define
to 1
if you have the `strchr' function. */
#undef HAVE_STRCHR
#undef HAVE_STRCHR
/* Define if you have the `strcspn' function. */
/* Define
to 1
if you have the `strcspn' function. */
#undef HAVE_STRCSPN
#undef HAVE_STRCSPN
/* Define if you have the `strdup' function. */
/* Define
to 1
if you have the `strdup' function. */
#undef HAVE_STRDUP
#undef HAVE_STRDUP
/* Define if you have the `strerror' function. */
/* Define
to 1
if you have the `strerror' function. */
#undef HAVE_STRERROR
#undef HAVE_STRERROR
/* Define if you have the `strftime' function. */
/* Define
to 1
if you have the `strftime' function. */
#undef HAVE_STRFTIME
#undef HAVE_STRFTIME
/* Define if you have the <strings.h> header file. */
/* Define
to 1
if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
/* Define
to 1
if you have the <string.h> header file. */
#undef HAVE_STRING_H
#undef HAVE_STRING_H
/* Define if you have the `strstr' function. */
/* Define
to 1
if you have the `strstr' function. */
#undef HAVE_STRSTR
#undef HAVE_STRSTR
/* Define if you have the <syslog.h> header file. */
/* Define
to 1
if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
#undef HAVE_SYSLOG_H
/* Define if you have the <sys/socket.h> header file. */
/* Define
to 1
if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
#undef HAVE_SYS_SOCKET_H
/* Define if you have the <sys/stat.h> header file. */
/* Define
to 1
if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/timeb.h> header file. */
/* Define
to 1
if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
#undef HAVE_SYS_TIMEB_H
/* Define if you have the <sys/time.h> header file. */
/* Define
to 1
if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/types.h> header file. */
/* Define
to 1
if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
#undef HAVE_SYS_TYPES_H
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
/* Define
to 1
if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
#undef HAVE_SYS_WAIT_H
/* Define if you have the <unistd.h> header file. */
/* Define
to 1
if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
#undef HAVE_UNISTD_H
/* Define if you have the `vfork' function. */
/* Define
to 1
if you have the `vfork' function. */
#undef HAVE_VFORK
#undef HAVE_VFORK
/* Define if you have the <vfork.h> header file. */
/* Define
to 1
if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
#undef HAVE_VFORK_H
/* Define if you have the `vprintf' function. */
/* Define
to 1
if you have the `vprintf' function. */
#undef HAVE_VPRINTF
#undef HAVE_VPRINTF
/* Define if `fork' works. */
/* Define
to 1
if `fork' works. */
#undef HAVE_WORKING_FORK
#undef HAVE_WORKING_FORK
/* Define if `vfork' works. */
/* Define
to 1
if `vfork' works. */
#undef HAVE_WORKING_VFORK
#undef HAVE_WORKING_VFORK
/* Use zrle compression; needs a c++ compiler */
/* Use zrle compression; needs a c++ compiler */
#undef HAVE_ZRLE
#undef HAVE_ZRLE
/* Define
if `lstat' dereferences a symlink specified with a trailing slash.
/* Define
to 1 if `lstat' dereferences a symlink specified with a trailing
*/
slash.
*/
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
/* Name of package */
/* Name of package */
#undef PACKAGE
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* The number of bytes in type char */
/* The number of bytes in type char */
#undef SIZEOF_CHAR
#undef SIZEOF_CHAR
...
@@ -179,20 +195,20 @@
...
@@ -179,20 +195,20 @@
/* The number of bytes in type void* */
/* The number of bytes in type void* */
#undef SIZEOF_VOIDP
#undef SIZEOF_VOIDP
/* Define if you have the ANSI C header files. */
/* Define
to 1
if you have the ANSI C header files. */
#undef STDC_HEADERS
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
/* Define
to 1
if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
#undef TIME_WITH_SYS_TIME
/* Version number of package */
/* Version number of package */
#undef VERSION
#undef VERSION
/* Define
if your processor stores words with the most significant byte first
/* Define
to 1 if your processor stores words with the most significant byte
(like Motorola and SPARC, unlike Intel and VAX). */
first
(like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
#undef WORDS_BIGENDIAN
/* Define if the X Window System is missing or not being used. */
/* Define
to 1
if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
#undef X_DISPLAY_MISSING
/* Define to empty if `const' does not conform to ANSI C. */
/* Define to empty if `const' does not conform to ANSI C. */
...
@@ -202,6 +218,9 @@
...
@@ -202,6 +218,9 @@
if it is not supported. */
if it is not supported. */
#undef inline
#undef inline
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc
/* Define to `int' if <sys/types.h> does not define. */
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
#undef pid_t
...
...
contrib/Makefile.in
View file @
7dc44503
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Makefile.in generated by automake 1.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -12,7 +13,6 @@
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
@SET_MAKE@
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
transform
=
@program_transform_name@
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
AWK
=
@AWK@
CC
=
@CC@
CC
=
@CC@
CCLD
=
@CCLD@
CCLD
=
@CCLD@
CXX
=
@CXX@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__include
=
@am__include@
am__quote
=
@am__quote@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
install_sh
=
@install_sh@
CFLAGS
=
-I
..
CFLAGS
=
-I
..
LDADD
=
../libvncserver.a
LDADD
=
../libvncserver.a
...
@@ -97,7 +102,6 @@ noinst_PROGRAMS = zippy$(EXEEXT)
...
@@ -97,7 +102,6 @@ noinst_PROGRAMS = zippy$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
@HAVE_X_TRUE@
am_x11vnc_OBJECTS
=
x11vnc.
$(OBJEXT)
@HAVE_X_TRUE@
am_x11vnc_OBJECTS
=
x11vnc.
$(OBJEXT)
@HAVE_X_FALSE@
am_x11vnc_OBJECTS
=
x11vnc_OBJECTS
=
$(am_x11vnc_OBJECTS)
x11vnc_OBJECTS
=
$(am_x11vnc_OBJECTS)
@HAVE_X_TRUE@
x11vnc_DEPENDENCIES
=
../libvncserver.a
@HAVE_X_TRUE@
x11vnc_DEPENDENCIES
=
../libvncserver.a
@HAVE_X_FALSE@
x11vnc_DEPENDENCIES
=
@HAVE_X_FALSE@
x11vnc_DEPENDENCIES
=
...
@@ -114,7 +118,8 @@ CPPFLAGS = @CPPFLAGS@
...
@@ -114,7 +118,8 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/x11vnc.Po
$(DEPDIR)
/zippy.Po
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/x11vnc.Po ./
$(DEPDIR)
/zippy.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
@@ -130,9 +135,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
...
@@ -130,9 +135,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
contrib/Makefile
$(AUTOMAKE)
--gnu
contrib/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
install-binPROGRAMS
:
$(bin_PROGRAMS)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
...
@@ -140,9 +144,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
...
@@ -140,9 +144,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
if
test
-f
$$
p
\
if
test
-f
$$
p
\
;
then
\
;
then
\
p1
=
`
echo
"
$$
p1"
|
sed
-e
's,^.*/,,'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
else
:
;
fi
;
\
else
:
;
fi
;
\
done
done
...
@@ -150,6 +155,7 @@ uninstall-binPROGRAMS:
...
@@ -150,6 +155,7 @@ uninstall-binPROGRAMS:
@
$(NORMAL_UNINSTALL)
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
"
$$
f"
|
sed
-e
's,^.*/,,'
`
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
done
done
...
@@ -172,11 +178,11 @@ mostlyclean-compile:
...
@@ -172,11 +178,11 @@ mostlyclean-compile:
distclean-compile
:
distclean-compile
:
-
rm
-f
*
.tab.c
-
rm
-f
*
.tab.c
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/x11vnc.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/x11vnc.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/zippy.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/zippy.Po@am__quote@
distclean-depend
:
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
@@ -192,38 +198,41 @@ distclean-depend:
...
@@ -192,38 +198,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
tags
=
;
\
tags
=
;
\
here
=
`
pwd
`
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
top_distdir
=
..
...
@@ -231,13 +240,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
...
@@ -231,13 +240,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
if
test
-f
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
@@ -263,6 +275,7 @@ install-am: all-am
...
@@ -263,6 +275,7 @@ install-am: all-am
installcheck
:
installcheck-am
installcheck
:
installcheck-am
install-strip
:
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
mostlyclean-generic
:
...
...
examples/Makefile.in
View file @
7dc44503
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Makefile.in generated by automake 1.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -12,7 +13,6 @@
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
@SET_MAKE@
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
transform
=
@program_transform_name@
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
AWK
=
@AWK@
CC
=
@CC@
CC
=
@CC@
CCLD
=
@CCLD@
CCLD
=
@CCLD@
CXX
=
@CXX@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__include
=
@am__include@
am__quote
=
@am__quote@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
install_sh
=
@install_sh@
CFLAGS
=
-I
..
-g
-Wall
CFLAGS
=
-I
..
-g
-Wall
@HAVE_LIBPTHREAD_TRUE@
BACKGROUND_TEST
=
blooptest
@HAVE_LIBPTHREAD_TRUE@
BACKGROUND_TEST
=
blooptest
...
@@ -203,13 +208,14 @@ CPPFLAGS = @CPPFLAGS@
...
@@ -203,13 +208,14 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/blooptest.Po
\
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
$(DEPDIR)
/colourmaptest.Po
$(DEPDIR)
/example.Po
\
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/blooptest.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/fontsel.Po
$(DEPDIR)
/mac.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/colourmaptest.Po ./
$(DEPDIR)
/example.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/pnmshow.Po
$(DEPDIR)
/pnmshow24.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/fontsel.Po ./
$(DEPDIR)
/mac.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/regiontest.Po
$(DEPDIR)
/simple.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/pnmshow.Po ./
$(DEPDIR)
/pnmshow24.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/simple15.Po
$(DEPDIR)
/storepasswd.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/regiontest.Po ./
$(DEPDIR)
/simple.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/vncev.Po
@AMDEP_TRUE@ ./
$(DEPDIR)
/simple15.Po ./
$(DEPDIR)
/storepasswd.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/vncev.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
@@ -229,9 +235,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
...
@@ -229,9 +235,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
examples/Makefile
$(AUTOMAKE)
--gnu
examples/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
clean-noinstPROGRAMS
:
clean-noinstPROGRAMS
:
-
test
-z
"
$(noinst_PROGRAMS)
"
||
rm
-f
$(noinst_PROGRAMS)
-
test
-z
"
$(noinst_PROGRAMS)
"
||
rm
-f
$(noinst_PROGRAMS)
...
@@ -278,21 +282,21 @@ mostlyclean-compile:
...
@@ -278,21 +282,21 @@ mostlyclean-compile:
distclean-compile
:
distclean-compile
:
-
rm
-f
*
.tab.c
-
rm
-f
*
.tab.c
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/blooptest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/blooptest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/colourmaptest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/colourmaptest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/example.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/example.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/fontsel.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/fontsel.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/mac.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/mac.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/pnmshow.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/pnmshow.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/pnmshow24.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/pnmshow24.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/regiontest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/regiontest.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/simple.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/simple.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/simple15.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/simple15.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/storepasswd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/storepasswd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/vncev.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/vncev.Po@am__quote@
distclean-depend
:
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
@@ -308,38 +312,41 @@ distclean-depend:
...
@@ -308,38 +312,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
tags
=
;
\
tags
=
;
\
here
=
`
pwd
`
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
top_distdir
=
..
...
@@ -347,13 +354,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
...
@@ -347,13 +354,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
if
test
-f
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
@@ -378,6 +388,7 @@ install-am: all-am
...
@@ -378,6 +388,7 @@ install-am: all-am
installcheck
:
installcheck-am
installcheck
:
installcheck-am
install-strip
:
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
mostlyclean-generic
:
...
...
vncterm/Makefile.in
View file @
7dc44503
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Makefile.in generated by automake 1.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -12,7 +13,6 @@
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
@SET_MAKE@
@SET_MAKE@
SHELL
=
@SHELL@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
transform
=
@program_transform_name@
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
AWK
=
@AWK@
CC
=
@CC@
CC
=
@CC@
CCLD
=
@CCLD@
CCLD
=
@CCLD@
CXX
=
@CXX@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__include
=
@am__include@
am__quote
=
@am__quote@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
install_sh
=
@install_sh@
CONSOLE_SRCS
=
VNConsole.c
CONSOLE_SRCS
=
VNConsole.c
noinst_HEADERS
=
VNConsole.h vga.h
noinst_HEADERS
=
VNConsole.h vga.h
...
@@ -100,18 +105,18 @@ CONFIG_CLEAN_FILES =
...
@@ -100,18 +105,18 @@ CONFIG_CLEAN_FILES =
noinst_PROGRAMS
=
VNCommand
$(EXEEXT)
example
$(EXEEXT)
noinst_PROGRAMS
=
VNCommand
$(EXEEXT)
example
$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
@LINUX_TRUE@
am_LinuxVNC_OBJECTS
=
LinuxVNC.
$(OBJEXT)
VNConsole.
$(OBJEXT)
am__objects_3
=
VNConsole.
$(OBJEXT)
@LINUX_
FALSE@
am_LinuxVNC_OBJECTS
=
@LINUX_
TRUE@
am_LinuxVNC_OBJECTS
=
LinuxVNC.
$(OBJEXT)
$(am__objects_3)
LinuxVNC_OBJECTS
=
$(am_LinuxVNC_OBJECTS)
LinuxVNC_OBJECTS
=
$(am_LinuxVNC_OBJECTS)
LinuxVNC_LDADD
=
$(LDADD)
LinuxVNC_LDADD
=
$(LDADD)
LinuxVNC_DEPENDENCIES
=
../libvncserver.a
LinuxVNC_DEPENDENCIES
=
../libvncserver.a
LinuxVNC_LDFLAGS
=
LinuxVNC_LDFLAGS
=
am_VNCommand_OBJECTS
=
VNCommand.
$(OBJEXT)
VNConsole.
$(OBJEXT
)
am_VNCommand_OBJECTS
=
VNCommand.
$(OBJEXT)
$(am__objects_3
)
VNCommand_OBJECTS
=
$(am_VNCommand_OBJECTS)
VNCommand_OBJECTS
=
$(am_VNCommand_OBJECTS)
VNCommand_LDADD
=
$(LDADD)
VNCommand_LDADD
=
$(LDADD)
VNCommand_DEPENDENCIES
=
../libvncserver.a
VNCommand_DEPENDENCIES
=
../libvncserver.a
VNCommand_LDFLAGS
=
VNCommand_LDFLAGS
=
am_example_OBJECTS
=
example.
$(OBJEXT)
VNConsole.
$(OBJEXT
)
am_example_OBJECTS
=
example.
$(OBJEXT)
$(am__objects_3
)
example_OBJECTS
=
$(am_example_OBJECTS)
example_OBJECTS
=
$(am_example_OBJECTS)
example_LDADD
=
$(LDADD)
example_LDADD
=
$(LDADD)
example_DEPENDENCIES
=
../libvncserver.a
example_DEPENDENCIES
=
../libvncserver.a
...
@@ -123,8 +128,9 @@ CPPFLAGS = @CPPFLAGS@
...
@@ -123,8 +128,9 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/LinuxVNC.Po
$(DEPDIR)
/VNCommand.Po
\
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
$(DEPDIR)
/VNConsole.Po
$(DEPDIR)
/example.Po
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/LinuxVNC.Po ./
$(DEPDIR)
/VNCommand.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/VNConsole.Po ./
$(DEPDIR)
/example.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
@@ -144,9 +150,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
...
@@ -144,9 +150,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
vncterm/Makefile
$(AUTOMAKE)
--gnu
vncterm/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
install-binPROGRAMS
:
$(bin_PROGRAMS)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
...
@@ -154,9 +159,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
...
@@ -154,9 +159,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
if
test
-f
$$
p
\
if
test
-f
$$
p
\
;
then
\
;
then
\
p1
=
`
echo
"
$$
p1"
|
sed
-e
's,^.*/,,'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
else
:
;
fi
;
\
else
:
;
fi
;
\
done
done
...
@@ -164,6 +170,7 @@ uninstall-binPROGRAMS:
...
@@ -164,6 +170,7 @@ uninstall-binPROGRAMS:
@
$(NORMAL_UNINSTALL)
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
"
$$
f"
|
sed
-e
's,^.*/,,'
`
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
done
done
...
@@ -189,13 +196,13 @@ mostlyclean-compile:
...
@@ -189,13 +196,13 @@ mostlyclean-compile:
distclean-compile
:
distclean-compile
:
-
rm
-f
*
.tab.c
-
rm
-f
*
.tab.c
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/LinuxVNC.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/LinuxVNC.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/VNCommand.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/VNCommand.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/VNConsole.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/VNConsole.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/example.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/example.Po@am__quote@
distclean-depend
:
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
@@ -211,38 +218,41 @@ distclean-depend:
...
@@ -211,38 +218,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
$(TAGS_FILES) $(LISP)
tags
=
;
\
tags
=
;
\
here
=
`
pwd
`
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
top_distdir
=
..
...
@@ -250,13 +260,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
...
@@ -250,13 +260,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
if
test
-f
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
dir
=
`
echo
"
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
||
exit
1
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
@@ -282,6 +295,7 @@ install-am: all-am
...
@@ -282,6 +295,7 @@ install-am: all-am
installcheck
:
installcheck-am
installcheck
:
installcheck-am
install-strip
:
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
mostlyclean-generic
:
mostlyclean-generic
:
...
...
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