#------------------------------------------------------------------------
#  NIXTERM
#  Copyright (c) 1998-1999  Andrew Apted  <ajapted@netspace.net.au>
#------------------------------------------------------------------------
#
#  MAKERULES
#
#------------------------------------------------------------------------
#
#  Notes:
#
#  Heaps of user servicable parts below !
#
#  Set OPTFLAGS to your liking, but note that `-O' (or greater) is
#  required for inlining to work.
#
#------------------------------------------------------------------------

PREFIX=/usr/local

LIBDIR=$(PREFIX)/lib
INCDIR=$(PREFIX)/include
BINDIR=$(PREFIX)/bin

CC=gcc
CFLAGS=-Wall -DDEBUG
OPTFLAGS=-g -O
INCLUDE=

LDFLAGS=-L.
LIBS=-lggi
