]>
Commit | Line | Data |
---|---|---|
55f6d8c4 DZ |
1 | # Makefile changes for Suns running Solaris 2 |
2 | ||
3 | SYSV = -DSYSV | |
4 | RANLIB = true | |
5 | INSTALL = cp | |
6 | CFLAGS = -g | |
7 | ||
8 | # if you're using Sun's C compiler, add -xs to the CFLAGS line | |
9 | ||
10 | # X11 | |
11 | X11_INCLUDE_FLAGS = -I/usr/openwin/include | |
12 | X11_LIB_FLAGS = -L/usr/openwin/lib |