view Makefile @ 558:e32881ece842 dev-1_3_0

Only try to create log directories if logging is enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Nov 2012 01:06:58 +0200
parents 52c56ada3816
children 904c359b1ced
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=-lncurses

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

# Miscellaneous
BINPATH=
OBJPATH=
EXEEXT=


include Makefile.gen