mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 12:21:46 +00:00
16 lines
209 B
Makefile
16 lines
209 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ttydrv
|
|
|
|
C_SRCS = \
|
|
init.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|