summaryrefslogtreecommitdiff
path: root/ndb/src/common/editline/Makefile
blob: 800df8f0f31307443c9bf8a20efd8ed62d37a5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include .defs.mk

TYPE		:=

ARCHIVE_TARGET	:= editline

CFLAGS		+= -DANSI_ARROWS -DHAVE_TCGETATTR -DSYS_UNIX 

ifeq ($(NDB_OS), WIN32)
SOURCES = editline_win32.c
else
SOURCES		= complete.c editline.c sysunix.c
endif

DIRS		:= test

include $(NDB_TOP)/Epilogue.mk