view Makefile @ 945:81184d58133c aprilli2011

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 May 2010 11:18:20 +0000
parents da2ab0dfb1f9
children 75a7b2594d93
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=-DHAVE_STRING_H -DHAVE_INT_TYPES
LDFLAGS=

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

# For Solaris 9, you need:
#CFLAGS += -DHAVE_UINT_T


# Miscellaneous
RM=rm
INSTALL=install -c -m 755
EXEEXT=


include Makefile.gen