view Makefile @ 186:ff3688e747c3

Add a nasty hack to draw edit line correctly after startup... still a mystery why the windows get fucked up temporarily. Something printing to stderr/out?
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Nov 2010 02:06:52 +0200
parents 7f9f6af26a65
children 937db3c2465f
line wrap: on
line source

#
# Configuration settings for typical UNIX
#

# C-compiler, flags and linker flags
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
LDFLAGS=-lcurses

#CFLAGS += -DHAVE_STDINT_H
#CFLAGS += -DHAVE_SYS_TYPES_H

# For Solaris 9 with GCC, you need:
#CFLAGS += -DHAVE_UINT_T
#LDFLAGS += -lresolv


# Miscellaneous
BINPATH=
OBJPATH=
EXEEXT=


include Makefile.gen