repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 941017
[wine/gsoc-2012-control.git]
/
debugger
/
readline
/
Imakefile
blob
e50e7c535543c5435bc7f499b955906d83ff5ea5
1
#include "../../Wine.tmpl"
2
3
MODULE = readline
4
5
YACC = yacc -b dbg -d
6
7
DEFINES = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX
8
9
SRCS = \
10
complete.c \
11
editline.c \
12
sysunix.c
13
14
OBJS = $(SRCS:.c=.o)
15
16
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
17
DependTarget()
18
19
includes::
20
21
install::