Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# Sun-specific
2
PTHREAD=
3
AR=ar
4
AS=as
5
RANLIB=ranlib
6
X11=/usr/X11R6
7
CC=cc
8
CFLAGS=-xCC -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -g -D_THREAD_SAFE
9
O=o
10
OS=posix
11
GUI=x11
12
LDADD=-L$(X11)/lib -lX11 -lrt -lpthread -lsocket -lnsl
13
LDFLAGS=
14
TARG=drawterm
15
AUDIO=none
16
 
17
all: default
18
 
19
libmachdep.a:
20
	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
21
	(cd posix-$$arch &&  make)