shithub: drawterm-fdroid

ref: 82b1d4d6c238074e42e8721a4b8f0d3f7e62756d
dir: /mkfile-posix/

View raw version
CC=gcc
objtype=`{uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'}
CFLAGS=-I$DSRC/include -c -ggdb -D_THREAD_SAFE -pthread # not ready for this yet: -Wall
LDFLAGS=-pthread -L/usr/X11R6/lib -lX11 -ggdb
O=o
L=a
SYS=posix
#OS=FreeBSD
OSHOOKS=posix