File: Makedefs.solaris

package info (click to toggle)
dstooltk 2.0-3
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 2,500 kB
  • ctags: 3,169
  • sloc: ansic: 27,185; tcl: 4,770; makefile: 587; sh: 70; csh: 7
file content (15 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makedefs.solaris
#
#

       CC = gcc
   WFLAGS = -Wall
   RANLIB = echo

      X11_INCLUDES = -I/usr/local/X11/include
          TCL_LIBS = -L/usr/local/lib -ltk40 -ltcl74
          X11_LIBS = -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11
    OTHER_SYS_LIBS = -lsocket -lnsl -ldl