mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
17 lines
209 B
Makefile
17 lines
209 B
Makefile
DEFS = -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = miscemu
|
|
|
|
C_SRCS = \
|
|
emulate.c \
|
|
main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|