home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TKNEW / I386 / TK. < prev    next >
Text File  |  1998-07-24  |  1KB  |  24 lines

  1. --- unix/Makefile.in.rtr    Thu Feb 27 10:40:24 1997
  2. +++ unix/Makefile.in    Tue Mar  4 16:46:02 1997
  3. @@ -85,17 +85,17 @@
  4.  # X11 include files accessible (the configure script will try to
  5.  # set this value, and will cause it to be an empty string if the
  6.  # include files are accessible via /usr/include).
  7. -X11_INCLUDES =        @XINCLUDES@
  8. +X11_INCLUDES =        -I<installsharedir>/<prefix>include
  9.  
  10.  # Linker switch(es) to use to link with the X11 library archive (the
  11.  # configure script will try to set this value automatically, but you
  12.  # can override it).
  13. -X11_LIB_SWITCHES =    @XLIBSW@
  14. +X11_LIB_SWITCHES =    -L<installdir>/lib -lX11
  15.  
  16.  # Libraries to use when linking:  must include at least Xlib, the
  17.  # dynamic loading library, and the math library (in that order).  This
  18.  # definition is determined by the configure script.
  19. -LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc
  20. +LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc -lXbsd -L/usr/lib -lpt -lsocket -lintl
  21.  
  22.  # To change the compiler switches, for example to change from -O
  23.  # to -g, change the following line:
  24.