7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
CC = gcc
|
|
# comment out the next line if you don't have gcc2 and shareable libraries.
|
|
LDFLAGS= -shlib
|