mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
19 lines
242 B
Makefile
19 lines
242 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = stress
|
|
|
|
SPEC_SRCS = stress.spec
|
|
|
|
C_SRCS = \
|
|
stress_main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|