File: Makefile.solaris

package info (click to toggle)
nedit 5.02-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,460 kB
  • ctags: 2,911
  • sloc: ansic: 39,134; yacc: 335; makefile: 65; sh: 8
file content (15 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#CC=/opt/SUNWspro/bin/cc
#CC=gcc
CC=cc -Xc
AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
# for Solaris 2.4, add -DDONT_USE_GLOB
CFLAGS=-O -I/usr/openwin/include -I/usr/dt/include -DUSE_DIRENT -DROWCOLPATCH
ARFLAGS=-urs
LIBS= -L/usr/openwin/lib -L/usr/dt/lib -lm -lXm -lXt -lX11 -lsocket -lnsl \
        -R /usr/openwin/lib -R /usr/dt/lib
#CFLAGS=-O -I/usr/openwin/include -I/opt/SUNWmotif/include -DUSE_DIRENT
#LIBS= -L/usr/openwin/lib -L/opt/SUNWmotif/lib -lm -lXm \
#	-lXt -lX11 -lgen -R /usr/openwin/lib

include Makefile.common