view Makefile @ 80:335b5a74c22e

Updatec copyrights to 2009.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Jan 2009 01:54:51 +0200
parents 3ab7751fdad1
children 9140c33296a8
line wrap: on
line source

#
# Configuration settings for typical UNIX
#

# Installation prefix
PREFIX=/usr/local
BINPATH=./

# C-compiler, flags and linker flags
CC=gcc
CFLAGS=-DTH_NO_DEFAULTS -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
RM=rm
EXEEXT=


include Makefile.gen