summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2005-05-24 00:32:55 (GMT)
committerdas <das>2005-05-24 00:32:55 (GMT)
commitc1140f832dba49900ff019c62f3c1755ceaaa0ef (patch)
tree019a5ff79f439cd44358dfb1b0556b625d67356f /unix/Makefile.in
parentc9aff7faacfb21af6c3adfe75ec33a4674e5e60e (diff)
downloadtk-c1140f832dba49900ff019c62f3c1755ceaaa0ef.zip
tk-c1140f832dba49900ff019c62f3c1755ceaaa0ef.tar.gz
tk-c1140f832dba49900ff019c62f3c1755ceaaa0ef.tar.bz2
small comments & whitespace fix
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 95f07a4..4d8c9fb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.103 2005/05/23 20:24:59 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.104 2005/05/24 00:32:55 das Exp $
# Current Tk version; used in various names.
@@ -163,7 +163,7 @@ PROTO_FLAGS =
#PROTO_FLAGS = -DNO_PROTOTYPE
# To enable memory debugging reverse the comment characters on the following
-# lines. or call configure with --enable-symbols=mem
+# lines or call configure with --enable-symbols=mem
# Warning: if you enable memory debugging, you must do it *everywhere*,
# including all the code that calls Tcl, and you must use ckalloc and
# ckfree everywhere instead of malloc and free.
@@ -207,10 +207,9 @@ INSTALL_DATA = ${INSTALL} -m 644
# make dist.
TCL_EXE = tclsh
-# The symbols below provide support for dynamic loading and shared
-# libraries. The values of the symbols are normally set by the
-# configure script. You shouldn't normally need to modify any of
-# these definitions by hand.
+# The symbol below provides support for dynamic loading and shared
+# libraries. See configure.in for a description of what it means.
+# The value of the symbol is normally set by the configure script.
SHLIB_CFLAGS = @SHLIB_CFLAGS@
@@ -249,9 +248,11 @@ TCL_STUB_FLAGS = @TCL_STUB_FLAGS@
LIBS = @LIBS@ $(X11_LIB_SWITCHES) @TCL_LIBS@
WISH_LIBS = $(TCL_LIB_SPEC) @LIBS@ $(X11_LIB_SWITCHES) @TCL_LIBS@ @EXTRA_WISH_LIBS@
-# The symbol below provides support for dynamic loading and shared
-# libraries. See configure.in for a description of what it means.
-# The values of the symbolis normally set by the configure script.
+# The symbols below provide support for dynamic loading and shared
+# libraries. See configure.in for a description of what the
+# symbols mean. The values of the symbols are normally set by the
+# configure script. You shouldn't normally need to modify any of
+# these definitions by hand.
STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
@@ -319,7 +320,7 @@ DEPEND_SWITCHES = ${CFLAGS} -I${UNIX_DIR} -I${GENERIC_DIR} \
-I${BMAP_DIR} \
-I${TCL_GENERIC_DIR} -I${TCL_PLATFORM_DIR} ${@TK_WINDOWINGSYSTEM@_INCLUDES} \
${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \
-${KEYSYM_FLAGS} @EXTRA_CC_SWITCHES@
+${KEYSYM_FLAGS} @EXTRA_CC_SWITCHES@
WISH_OBJS = tkAppInit.o