Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/unix/drawterm/Make.osx-x11 – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# Mac OS X
2
PTHREAD=	# for Mac
3
AR=ar
4
AS=as
5
RANLIB=ranlib
6
X11=/usr/X11R6
7
CC=gcc
8
CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) -O2
9
O=o
10
OS=posix
11
GUI=x11
12
LDADD=-L$(X11)/lib -lX11 -ggdb
13
LDFLAGS=$(PTHREAD)
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)