home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The UNIX CD Bookshelf
/
OREILLY_TUCB_UNIX_CD.iso
/
upt
/
examples
/
SOURCES
/
TKNEW
/
I386
/
TK.
< prev
next >
Wrap
Text File
|
1998-07-24
|
1KB
|
24 lines
--- unix/Makefile.in.rtr Thu Feb 27 10:40:24 1997
+++ unix/Makefile.in Tue Mar 4 16:46:02 1997
@@ -85,17 +85,17 @@
# X11 include files accessible (the configure script will try to
# set this value, and will cause it to be an empty string if the
# include files are accessible via /usr/include).
-X11_INCLUDES = @XINCLUDES@
+X11_INCLUDES = -I<installsharedir>/<prefix>include
# Linker switch(es) to use to link with the X11 library archive (the
# configure script will try to set this value automatically, but you
# can override it).
-X11_LIB_SWITCHES = @XLIBSW@
+X11_LIB_SWITCHES = -L<installdir>/lib -lX11
# Libraries to use when linking: must include at least Xlib, the
# dynamic loading library, and the math library (in that order). This
# definition is determined by the configure script.
-LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc
+LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc -lXbsd -L/usr/lib -lpt -lsocket -lintl
# To change the compiler switches, for example to change from -O
# to -g, change the following line: