blob: 2285985c37f3aa0b538cc675ad03c80a9fe536b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.netbsd,v 1.7 1999/10/04 20:57:00 is Exp $
CC = gcc -g -O
INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tcl8.0/generic -I../../common
LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 ../../common/libcommon.a \
-lm -L${X11BASE}/lib -lX11 -lz \
-Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib
CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST \
-Wall -DAUTH -DHAVE_ZLIB
all:: sdr
|