e9438a8659
and xserver)...
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
# Configuration for SunOS 4, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = sunos4
|
|
|
|
# Compiler and flags
|
|
CC = acc
|
|
CFLAGS = -Kpic -O -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
|
|
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R5 -lX11 -lXext -lXmu -lXi -lm
|
|
|
|
|