Release 941017
[wine/gsoc-2012-control.git] / debugger / readline / Imakefile
blobe50e7c535543c5435bc7f499b955906d83ff5ea5
1 #include "../../Wine.tmpl"
3 MODULE = readline
5 YACC = yacc -b dbg -d
7 DEFINES = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX
9 SRCS = \
10         complete.c \
11         editline.c \
12         sysunix.c
14 OBJS = $(SRCS:.c=.o)
16 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
17 DependTarget()
19 includes::
21 install::