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
Expand all
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
This diff is collapsed.
Click to expand it.
aclocal.m4
View file @
7dc44503
This diff is collapsed.
Click to expand it.
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.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
...
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
...
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
CC
=
@CC@
CCLD
=
@CCLD@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
EXTRA_DIST
=
VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch
subdir
=
classes
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
...
...
@@ -90,14 +95,11 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
classes/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
uninstall-info-am
:
tags
:
TAGS
TAGS
:
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
...
...
@@ -105,13 +107,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
@
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,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
...
...
@@ -136,6 +141,7 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
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 */
#undef ALLOW24BPP
...
...
@@ -6,164 +6,180 @@
/* Enable BackChannel communication */
#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
/* 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
/* Define if you have the <fcntl.h> header file. */
/* Define
to 1
if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the `fork' function. */
/* Define
to 1
if you have the `fork' function. */
#undef HAVE_FORK
/* Define if you have the `ftime' function. */
/* Define
to 1
if you have the `ftime' function. */
#undef HAVE_FTIME
/* Define if you have the `gethostbyname' function. */
/* Define
to 1
if you have the `gethostbyname' function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the `gethostname' function. */
/* Define
to 1
if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the `gettimeofday' function. */
/* Define
to 1
if you have the `gettimeofday' function. */
#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
/* Define if you have the <inttypes.h> header file. */
/* Define
to 1
if you have the <inttypes.h> header file. */
#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
/* Define if you have the `nsl' library (-lnsl). */
/* Define
to 1
if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the `pthread' library (-lpthread). */
/* Define
to 1
if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define if you have the `socket' library (-lsocket). */
/* Define
to 1
if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the `z' library (-lz). */
/* Define
to 1
if you have the `z' library (-lz). */
#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
/* Define if you have the `memmove' function. */
/* Define
to 1
if you have the `memmove' function. */
#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
/* Define if you have the `memset' function. */
/* Define
to 1
if you have the `memset' function. */
#undef HAVE_MEMSET
/* Define if you have the `mkfifo' function. */
/* Define
to 1
if you have the `mkfifo' function. */
#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
/* 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
/* Define if you have the `select' function. */
/* Define
to 1
if you have the `select' function. */
#undef HAVE_SELECT
/* Define if you have the `setsid' function. */
/* Define
to 1
if you have the `setsid' function. */
#undef HAVE_SETSID
/* Define if you have the `socket' function. */
/* Define
to 1
if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define
if `stat' has the bug that it succeeds when given the zero-length
file name argument. */
/* Define
to 1 if `stat' has the bug that it succeeds when given the
zero-length
file name argument. */
#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
/* Define if you have the <stdlib.h> header file. */
/* Define
to 1
if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the `strchr' function. */
/* Define
to 1
if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define if you have the `strcspn' function. */
/* Define
to 1
if you have the `strcspn' function. */
#undef HAVE_STRCSPN
/* Define if you have the `strdup' function. */
/* Define
to 1
if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define if you have the `strerror' function. */
/* Define
to 1
if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define if you have the `strftime' function. */
/* Define
to 1
if you have the `strftime' function. */
#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
/* Define if you have the <string.h> header file. */
/* Define
to 1
if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the `strstr' function. */
/* Define
to 1
if you have the `strstr' function. */
#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
/* 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
/* 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
/* 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
/* 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
/* 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
/* 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
/* Define if you have the <unistd.h> header file. */
/* Define
to 1
if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the `vfork' function. */
/* Define
to 1
if you have the `vfork' function. */
#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
/* Define if you have the `vprintf' function. */
/* Define
to 1
if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Define if `fork' works. */
/* Define
to 1
if `fork' works. */
#undef HAVE_WORKING_FORK
/* Define if `vfork' works. */
/* Define
to 1
if `vfork' works. */
#undef HAVE_WORKING_VFORK
/* Use zrle compression; needs a c++ compiler */
#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
/* Name of 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 */
#undef SIZEOF_CHAR
...
...
@@ -179,20 +195,20 @@
/* The number of bytes in type void* */
#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
/* 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
/* Version number of package */
#undef VERSION
/* Define
if your processor stores words with the most significant byte first
(like Motorola and SPARC, unlike Intel and VAX). */
/* Define
to 1 if your processor stores words with the most significant byte
first
(like Motorola and SPARC, unlike Intel and VAX). */
#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
/* Define to empty if `const' does not conform to ANSI C. */
...
...
@@ -202,6 +218,9 @@
if it is not supported. */
#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. */
#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.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
...
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
...
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
CC
=
@CC@
CCLD
=
@CCLD@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
CFLAGS
=
-I
..
LDADD
=
../libvncserver.a
...
...
@@ -97,7 +102,6 @@ noinst_PROGRAMS = zippy$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
@HAVE_X_TRUE@
am_x11vnc_OBJECTS
=
x11vnc.
$(OBJEXT)
@HAVE_X_FALSE@
am_x11vnc_OBJECTS
=
x11vnc_OBJECTS
=
$(am_x11vnc_OBJECTS)
@HAVE_X_TRUE@
x11vnc_DEPENDENCIES
=
../libvncserver.a
@HAVE_X_FALSE@
x11vnc_DEPENDENCIES
=
...
...
@@ -114,7 +118,8 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
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)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
...
@@ -130,9 +135,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
contrib/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
...
...
@@ -140,9 +144,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
if
test
-f
$$
p
\
;
then
\
p1
=
`
echo
"
$$
p1"
|
sed
-e
's,^.*/,,'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
else
:
;
fi
;
\
done
...
...
@@ -150,6 +155,7 @@ uninstall-binPROGRAMS:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
"
$$
f"
|
sed
-e
's,^.*/,,'
`
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
done
...
...
@@ -172,11 +178,11 @@ mostlyclean-compile:
distclean-compile
:
-
rm
-f
*
.tab.c
@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)/x11vnc.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/zippy.Po@am__quote@
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
...
@@ -192,38 +198,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
...
...
@@ -231,13 +240,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
@
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,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
...
...
@@ -263,6 +275,7 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
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.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
...
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
...
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
CC
=
@CC@
CCLD
=
@CCLD@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
CFLAGS
=
-I
..
-g
-Wall
@HAVE_LIBPTHREAD_TRUE@
BACKGROUND_TEST
=
blooptest
...
...
@@ -203,13 +208,14 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/blooptest.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/colourmaptest.Po
$(DEPDIR)
/example.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/fontsel.Po
$(DEPDIR)
/mac.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/pnmshow.Po
$(DEPDIR)
/pnmshow24.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/regiontest.Po
$(DEPDIR)
/simple.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/simple15.Po
$(DEPDIR)
/storepasswd.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/vncev.Po
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/blooptest.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/colourmaptest.Po ./
$(DEPDIR)
/example.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/fontsel.Po ./
$(DEPDIR)
/mac.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/pnmshow.Po ./
$(DEPDIR)
/pnmshow24.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/regiontest.Po ./
$(DEPDIR)
/simple.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/simple15.Po ./
$(DEPDIR)
/storepasswd.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/vncev.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
...
@@ -229,9 +235,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
examples/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
clean-noinstPROGRAMS
:
-
test
-z
"
$(noinst_PROGRAMS)
"
||
rm
-f
$(noinst_PROGRAMS)
...
...
@@ -278,21 +282,21 @@ mostlyclean-compile:
distclean-compile
:
-
rm
-f
*
.tab.c
@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)/example.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)/pnmshow.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)/simple.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)/vncev.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)/example.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)/pnmshow.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)/simple.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)/vncev.Po@am__quote@
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
...
@@ -308,38 +312,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
...
...
@@ -347,13 +354,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
@
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,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
...
...
@@ -378,6 +388,7 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
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.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -12,7 +13,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
SHELL
=
@SHELL@
srcdir
=
@srcdir@
...
...
@@ -43,9 +43,12 @@ AUTOCONF = @AUTOCONF@
AUTOMAKE
=
@AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
@program_transform_name@
...
...
@@ -55,18 +58,21 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
EXEEXT
=
@EXEEXT@
OBJEXT
=
@OBJEXT@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
AMTAR
=
@AMTAR@
AWK
=
@AWK@
CC
=
@CC@
CCLD
=
@CCLD@
CXX
=
@CXX@
DEPDIR
=
@DEPDIR@
EXEEXT
=
@EXEEXT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
RANLIB
=
@RANLIB@
RPMSOURCEDIR
=
@RPMSOURCEDIR@
STRIP
=
@STRIP@
VERSION
=
@VERSION@
X_CFLAGS
=
@X_CFLAGS@
X_EXTRA_LIBS
=
@X_EXTRA_LIBS@
...
...
@@ -75,7 +81,6 @@ X_PRE_LIBS = @X_PRE_LIBS@
am__include
=
@am__include@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
CONSOLE_SRCS
=
VNConsole.c
noinst_HEADERS
=
VNConsole.h vga.h
...
...
@@ -100,18 +105,18 @@ CONFIG_CLEAN_FILES =
noinst_PROGRAMS
=
VNCommand
$(EXEEXT)
example
$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
@LINUX_TRUE@
am_LinuxVNC_OBJECTS
=
LinuxVNC.
$(OBJEXT)
VNConsole.
$(OBJEXT)
@LINUX_
FALSE@
am_LinuxVNC_OBJECTS
=
am__objects_3
=
VNConsole.
$(OBJEXT)
@LINUX_
TRUE@
am_LinuxVNC_OBJECTS
=
LinuxVNC.
$(OBJEXT)
$(am__objects_3)
LinuxVNC_OBJECTS
=
$(am_LinuxVNC_OBJECTS)
LinuxVNC_LDADD
=
$(LDADD)
LinuxVNC_DEPENDENCIES
=
../libvncserver.a
LinuxVNC_LDFLAGS
=
am_VNCommand_OBJECTS
=
VNCommand.
$(OBJEXT)
VNConsole.
$(OBJEXT
)
am_VNCommand_OBJECTS
=
VNCommand.
$(OBJEXT)
$(am__objects_3
)
VNCommand_OBJECTS
=
$(am_VNCommand_OBJECTS)
VNCommand_LDADD
=
$(LDADD)
VNCommand_DEPENDENCIES
=
../libvncserver.a
VNCommand_LDFLAGS
=
am_example_OBJECTS
=
example.
$(OBJEXT)
VNConsole.
$(OBJEXT
)
am_example_OBJECTS
=
example.
$(OBJEXT)
$(am__objects_3
)
example_OBJECTS
=
$(am_example_OBJECTS)
example_LDADD
=
$(LDADD)
example_DEPENDENCIES
=
../libvncserver.a
...
...
@@ -123,8 +128,9 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
@AMDEP_TRUE@
DEP_FILES
=
$(DEPDIR)
/LinuxVNC.Po
$(DEPDIR)
/VNCommand.Po
\
@AMDEP_TRUE@
$(DEPDIR)
/VNConsole.Po
$(DEPDIR)
/example.Po
am__depfiles_maybe
=
depfiles
@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)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
...
...
@@ -144,9 +150,8 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--gnu
vncterm/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
cd
$(top_builddir)
&&
\
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
CONFIG_FILES
=
$(subdir)
/
$@
$(SHELL)
./config.status
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__depfiles_maybe)
binPROGRAMS_INSTALL
=
$(INSTALL_PROGRAM)
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(bindir)
...
...
@@ -154,9 +159,10 @@ install-binPROGRAMS: $(bin_PROGRAMS)
p1
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
if
test
-f
$$
p
\
;
then
\
p1
=
`
echo
"
$$
p1"
|
sed
-e
's,^.*/,,'
`
;
\
f
=
`
echo
$$
p1|sed
'
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
INSTALL_PROGRAM
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f"
;
\
$(INSTALL_PROGRAM_ENV)
$(
binPROGRAMS_INSTALL
)
$$
p
$(DESTDIR)$(bindir)
/
$$
f
;
\
else
:
;
fi
;
\
done
...
...
@@ -164,6 +170,7 @@ uninstall-binPROGRAMS:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
`
;
\
f
=
`
echo
"
$$
f"
|
sed
-e
's,^.*/,,'
`
;
\
echo
" rm -f
$(DESTDIR)$(bindir)
/
$$
f"
;
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
done
...
...
@@ -189,13 +196,13 @@ mostlyclean-compile:
distclean-compile
:
-
rm
-f
*
.tab.c
@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)/VNConsole.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@$(DEPDIR)/example.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)/VNConsole.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@
./
$(DEPDIR)/example.Po@am__quote@
distclean-depend
:
-
rm
-rf
$(DEPDIR)
-
rm
-rf
./
$(DEPDIR)
.c.o
:
@AMDEP_TRUE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
...
...
@@ -211,38 +218,41 @@ distclean-depend:
CCDEPMODE
=
@CCDEPMODE@
uninstall-info-am
:
ETAGS
=
etags
ETAGSFLAGS
=
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(
LISP)
$(
TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
mkid
-fID
$$
unique
$(LISP)
mkid
-fID
$$
unique
TAGS
:
$(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags
=
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(TAGS_FILES)
'
;
\
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
$(TAGS_FILES)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
\
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(ETAGS_ARGS)$$
unique
$(LISP)$$
tags"
\
||
etags
$(ETAGS_ARGS)
$$
tags
$$
unique
$(LISP)
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
\
||
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
GTAGS
:
here
=
`
CDPATH
=
:
&&
cd
$(top_builddir)
&&
pwd
`
\
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
cd
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
$$
here
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
top_distdir
=
..
...
...
@@ -250,13 +260,16 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir
:
$(DISTFILES)
@
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,/[^/]*$$,,'
`
;
\
if
test
"
$$
dir"
!=
"
$$
file"
&&
test
"
$$
dir"
!=
"."
;
then
\
$(mkinstalldirs)
"
$(distdir)
/
$$
dir"
;
\
dir
=
"/
$$
dir"
;
\
$(mkinstalldirs)
"
$(distdir)$$
dir"
;
\
else
\
dir
=
''
;
\
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pR
$$
d/
$$
file
$(distdir)
\
cp
-pR
$$
d/
$$
file
$(distdir)
$$
dir
\
||
exit
1
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
...
...
@@ -282,6 +295,7 @@ install-am: all-am
installcheck
:
installcheck-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
INSTALL_STRIP_FLAG
=
-s
\
`
test
-z
'
$(STRIP)
'
||
\
echo
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
`
install
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