view Makefile.solaris @ 695:f1df1cf69a38

Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:40:57 +0200
parents 23d16d9cdf96
children
line wrap: on
line source

#
# Configuration settings for typical Solaris 9+
#
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
LDFLAGS=-lncurses -lresolv

include Makefile.unix