view Makefile @ 648:a9d25e083f44

Separate home dir and config dir functionality.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Jan 2015 05:22:12 +0200
parents ff94100cfc7c
children e862edb65b9d
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=obj/unix/
EXEEXT=
DOC=README

include Makefile.gen