b421dce2b6
From-SVN: r12076
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
#
|
|
# host is ix86 running dgux
|
|
#
|
|
CC = /bin/gcc
|
|
X_CFLAGS = -O -mstandard -mlegend
|
|
BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
|
|
CLIB = -lw32
|
|
RANLIB = true
|
|
INSTALL_HEADERS =
|
|
STMP_FIXPROTO =
|
|
|