view Makefile @ 2:ffb795582a91

More work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 01:46:05 +0300
parents 8e7e08bf7b9e
children ea774012d049
line wrap: on
line source

#
# Configuration settings for Linux and generic UNIX
# See other Makefile.* files for more options.
#

# C-compiler, flags and linker flags
CC=gcc
AR=ar
RANLIB=ranlib

CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
LDFLAGS=

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

# Miscellaneous
BINPATH=./
OBJPATH=obj/unix/
EXEEXT=


include Makefile.gen