add make CONF=pthread for modern systems
This commit is contained in:
22
Make.pthread
Normal file
22
Make.pthread
Normal file
@ -0,0 +1,22 @@
|
||||
# Unix
|
||||
#PTHREAD= # for Mac
|
||||
PTHREAD=-pthread -DPTHREAD
|
||||
AR=ar
|
||||
AS=no-as-here
|
||||
RANLIB=ranlib
|
||||
X11=/usr/X11R6
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) -O2
|
||||
O=o
|
||||
OS=posix
|
||||
GUI=x11
|
||||
LDADD=-L$(X11)/lib64 -L$(X11)/lib -lX11 -ggdb
|
||||
LDFLAGS=$(PTHREAD)
|
||||
TARG=drawterm
|
||||
# AUDIO=none
|
||||
AUDIO=unix
|
||||
|
||||
all: default
|
||||
|
||||
libmachdep.a:
|
||||
(cd posix-port && make)
|
Reference in New Issue
Block a user